@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.eot');
    src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato-black-webfont.woff2') format('woff2'),
    url('../fonts/lato-black-webfont.woff') format('woff'),
    url('../fonts/lato-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latothin';
    src: url('../fonts/lato-thin-webfont.eot');
    src: url('../fonts/lato-thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato-thin-webfont.woff2') format('woff2'),
    url('../fonts/lato-thin-webfont.woff') format('woff'),
    url('../fonts/lato-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato-bold-webfont.woff2') format('woff2'),
    url('../fonts/lato-bold-webfont.woff') format('woff'),
    url('../fonts/lato-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato-light-webfont.woff2') format('woff2'),
    url('../fonts/lato-light-webfont.woff') format('woff'),
    url('../fonts/lato-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latomedium';
    src: url('../fonts/lato-medium-webfont.eot');
    src: url('../fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato-medium-webfont.woff2') format('woff2'),
    url('../fonts/lato-medium-webfont.woff') format('woff'),
    url('../fonts/lato-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato-regular-webfont.woff2') format('woff2'),
    url('../fonts/lato-regular-webfont.woff') format('woff'),
    url('../fonts/lato-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-size: 14px;
    line-height: 1.3;
    font-family: 'latoregular';
    overflow-x: hidden;
}

@media screen and (max-width: 1140px) {
    body, html {
        width: 1140px;
        overflow-x: hidden;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
}

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;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

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

.edit_f_error {
    border: 1px solid #ff0000 !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

.label_sndok {
    display: none;
    color: #231f20;
    font-size: 16px;
    min-height: 50px;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.label_to {
    display: none;
}

/********************************placeholder*/
input::-webkit-input-placeholder {
    color: #838383;
}

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

/* Firefox 19+ */
input:-moz-placeholder {
    color: #838383;
}

/* Firefox 18- */
input:-ms-input-placeholder {
    color: #838383;
}

form *:focus::-webkit-input-placeholder {
    color: transparent
}

form *:focus::-moz-placeholder {
    color: transparent
}

form *:focus:-moz-placeholder {
    color: transparent
}

form *:focus:-ms-input-placeholder {
    color: transparent
}

[data-animation] {
    opacity: 0;
}

[data-animation].animated {
    opacity: 1;
}

.button-blue {
    width: 203px;
    min-height: 50px;
    text-align: center;
    border: 0px;
    outline: 0;
    background: url('../img/blue-button.png') center top no-repeat;
    padding: 23px 12px 10px;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    text-transform: uppercase;
}

.button-blue:hover {
    background-position: bottom center;
}

.button-red {
    width: 255px;
    min-height: 75px;
    text-align: center;
    border: 0px;
    outline: 0;
    background: url('../img/red-button.png') center top no-repeat;
    padding: 31px 12px 10px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
}

.button-red:hover {
    background-position: bottom center;
}

.button-blue-2 {
    width: 215px;
    min-height: 72px;
    text-align: center;
    border: 0px;
    outline: 0;
    background: url('../img/blue-button-2.png') center top no-repeat;
    padding: 31px 12px 10px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
}

.button-blue-2:hover {
    background-position: bottom center;
}

.button-red-2 {
    width: 215px;
    min-height: 73px;
    text-align: center;
    border: 0px;
    outline: 0;
    background: url('../img/red-button-2.png') center top no-repeat;
    padding: 31px 12px 10px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
}

.button-red-2:hover {
    background-position: bottom center;
}

.button-red-3 {
    width: 255px;
    min-height: 75px;
    text-align: center;
    border: 0px;
    outline: 0;
    background: url('../img/red-button-3.png') center top no-repeat;
    padding: 22px 12px 10px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
}

.button-red-3:hover {
    background-position: bottom center;
}

.button-grey {
    width: 214px;
    min-height: 48px;
    text-align: center;
    border: 0px;
    outline: 0;
    background: url('../img/grey-button.png') center top no-repeat;
    padding: 14px 10px 0px;
    color: #828282;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
}

.button-grey:hover {
    color: #004a80;
}

.button-green {
    width: 215px;
    min-height: 71px;
    text-align: center;
    border: 0px;
    outline: 0;
    background: url('../img/green-button.png') center top no-repeat;
    padding: 30px 12px 10px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
}

.button-green:hover {
    background-position: bottom center;
}

.button-green-2 {
    width: 381px;
    min-height: 134px;
    text-align: center;
    border: 0px;
    outline: 0;
    background: url('../img/green-button-2.png') center top no-repeat;
    padding: 30px 12px 10px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
}

.button-green-2:hover {
    background-position: bottom center;
}

.button-green-3 {
    width: 305px;
    min-height: 77px;
    text-align: center;
    border: 0px;
    outline: 0;
    background: url('../img/green-button-3.png') center top no-repeat;
    padding: 32px 12px 10px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
}

.button-green-3:hover {
    background-position: bottom center;
}

.button-white {
    width: 203px;
    min-height: 50px;
    text-align: center;
    border: 0px;
    font-family: 'latobold';
    outline: 0;
    background: url('../img/white-button.png') center top no-repeat;
    padding: 23px 12px 10px;
    color: #004a80;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
}

.button-white:hover {
    color: #006eff;
}

.block-1 {
    background: url('../img/section-1.jpg') center no-repeat;
    background-size: cover;
    min-height: 854px;
}

.block-1 .geo-sec,
.block-1 .phone-sec {
    color: #1c1d2f;
    font-family: 'latobold';
}

.block-1 .phone-sec a {
    font-size: 17px;
}

.block-1 .phone-sec span {
    font-size: 10px;
    float: left;
    width: 100%;
}

.block-1 .geo-sec p {
    font-size: 12px;
}

.block-1 .geo-sec span {
    font-size: 10px;
}

.button-blue.btn-h {
    margin: 8px 0px 0px 38px;
}

.block-1 .logo-main {
    margin-top: 15px;
}

.block-2 {
    background: url('../img/section-2.jpg') center no-repeat;
    background-size: cover;
    min-height: 893px;
}

header nav {
    margin-top: 30px;
}

header nav ul li {
    float: left;
    padding: 0px 15px;
    color: #fff;
}

header nav ul li a {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'latobold';
    cursor: pointer;
}

header nav ul li a:hover {
    text-decoration: underline;
}

.block-1 .utp {
    margin-top: 50px;
}

.block-1 h1 {
    font-family: 'latoblack';
    font-size: 70px;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
    line-height: 1;
    visibility: hidden;
}

.block-1 h1 span.word2 {
    font-family: 'latothin';
    font-size: 55px;
}

.block-1 h2 {
    font-family: 'latoblack';
    font-size: 46px;
    text-transform: uppercase;
    color: #fff;
    margin: 15px 0px 0px;
    visibility: hidden;
}

.block-1 h2 span.word2,
.block-1 h2 span.word3 {
    font-size: 43px;
}

.blue-text-utp {
    color: #81caff;
    font-size: 16px;
    font-family: 'latomedium';
    margin-top: 25px;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.blue-text-utp span {
    text-transform: uppercase;
    font-family: 'latobold';
    margin-top: 3px;
    float: left;
    width: 100%;
}

.blue-text-utp2 {
    color: #81caff;
    font-size: 33px;
    font-family: 'latomedium';
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.blue-text-utp2 > span {
    font-size: 44px;
    font-family: 'latoblack';
    line-height: 0.5;
    position: relative;
    top: 5px;
    opacity: 0;
}

.flyers-bl {
    position: relative;
    width: 100%;
    height: 100%;
}

.flyers-bl > div {
    position: absolute !important;
}

.flyers-bl .fl-1 {
    top: 120px !important;
    left: 21px !important;
}

.flyers-bl .fl-2 {
    top: 261px !important;
    left: 568px !important;
}

.flyers-bl .fl-3 {
    top: 300px !important;
    left: 170px !important;
}

.flyers-bl .fl-4 {
    top: 51px !important;
    left: 453px !important;
}

.flyers-bl .fl-5 {
    top: 236px !important;
    left: 423px !important;
}

.flyers-bl .fl-6 {
    top: 51px !important;
    left: 484px !important;
}

.block-1 .action-bottom {
    margin-top: 100px;
}

.blue-text-utp3 {
    color: #004a80;
    font-size: 18px;
    font-family: 'latobold';
    margin-bottom: 18px;
}

.blue-text-utp4 {
    color: #004a80;
    font-size: 63px;
    line-height: 1;
    font-family: 'latoblack';
    margin-top: -8px;
}

.blue-text-utp5 {
    color: #004a80;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'latomedium';
}

.caption-1 {
    color: #343434;
    font-size: 36px;
    font-family: 'latoblack';
    text-align: center;
    text-transform: uppercase;
}

.block-2 .caption-1 {
    margin: -80px 0px 20px;

}

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

.block-2 .cats p {
    color: #1c1d2f;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
    font-family: 'latoblack';
}

.block-2 .cats a {
    position: relative;
    display: block;
    cursor: pointer;
}

.block-2 .cats a::before {
    content: '';
    position: absolute;
    width: 198px;
    height: 202px;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.block-2 .cats a.shadow-1::before {
    -webkit-box-shadow: 0px 0px 15px 0px rgb(34, 67, 121);
    box-shadow: 0px 0px 15px 0px rgb(34, 67, 121);
}

.block-2 .cats a.shadow-2::before {
    -webkit-box-shadow: 0px 0px 15px 0px rgb(252, 79, 87);
    box-shadow: 0px 0px 15px 0px rgb(252, 79, 87);
}

.block-2 .cats a.shadow-3::before {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
}

.block-2 .cats a.shadow-4::before {
    -webkit-box-shadow: 0px 0px 15px 0px rgb(108, 140, 1);
    box-shadow: 0px 0px 15px 0px rgb(108, 140, 1);
}

.block-2 .cats a.shadow-5::before {
    -webkit-box-shadow: 0px 0px 15px 0px rgb(254, 90, 88);
    box-shadow: 0px 0px 15px 0px rgb(254, 90, 88);
}

.block-2 .cats a.shadow-6::before {
    -webkit-box-shadow: 0px 0px 15px 0px rgb(116, 165, 47);
    box-shadow: 0px 0px 15px 0px rgb(116, 165, 47);
}

.block-2 .cats a.shadow-7::before {
    -webkit-box-shadow: 0px 0px 15px 0px rgb(211, 148, 99);
    box-shadow: 0px 0px 15px 0px rgb(211, 148, 99);
}

.block-2 .cats a.shadow-8::before {
    -webkit-box-shadow: 0px 0px 15px 0px rgb(83, 84, 102);
    box-shadow: 0px 0px 15px 0px rgb(83, 84, 102);
}

.block-2 .cats a.shadow-9::before {
    -webkit-box-shadow: 0px 0px 15px 0px rgb(222, 157, 168);
    box-shadow: 0px 0px 15px 0px rgb(222, 157, 168);
}

.block-2 .cats a.shadow-10::before {
    -webkit-box-shadow: 0px 0px 15px 0px rgb(109, 38, 91);
    box-shadow: 0px 0px 15px 0px rgb(109, 38, 91);
}

.block-2 .cats a:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.block-3 {
    z-index: 2;
    margin-top: -140px;
    position: relative;
    padding-bottom: 100px;
}

.block-3::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 96px;
    bottom: 0px;
    left: 0px;
    background: url('../img/section-shadow.jpg') no-repeat;
}

.name-block-pr {
    position: relative;
    z-index: 2;
    padding: 45px 70px 0px 30px;
}

.name-block-pr::before {
    content: '';
    position: absolute;
    width: 555px;
    height: 180px;
    top: 0px;
}

.left-product .name-block-pr::before {
    left: -38px;
}

.right-product .name-block-pr::before {
    left: -15px;
}

.blue .name-block-pr::before {
    background: url('../img/product-name-bkue.png') no-repeat;
}

.red.right-product .name-block-pr::before {
    transform: rotateY(180deg);
}
.red .name-block-pr::before {
    background: url('../img/product-name-red.png') no-repeat;
}
.green .name-block-pr::before {
    background: url('../img/product-name-green.png') no-repeat;
}
.green.right-product .name-block-pr::before {
    transform: rotateY(180deg);
}
.name-block-pr .number {
    color: #fff;
    font-family: 'latothin';
    font-size: 69px;
    z-index: 2;
    line-height: 0.9;
    letter-spacing: 0px;
    position: relative;
}

.name-block-pr .media-body {
    color: #fefefe;
    font-size: 25px;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
}

.main-courosel-product .slick-prev, .main-courosel-product .slick-next {
    width: 32px;
    height: 54px;
    top: 250px;
    text-indent: -9999px;
    z-index: 20;
}

.main-courosel-product .slick-prev {
    left: 0px;
}

.main-courosel-product .slick-next {
    right: 0px;
}

.blue .main-courosel-product .slick-prev,
.green .main-courosel-product .slick-prev {
    background: url("../img/nav-left.png") no-repeat;
}

.blue .main-courosel-product .slick-next,
.green .main-courosel-product .slick-next {
    background: url("../img/nav-right.png") no-repeat;
}

.red .main-courosel-product .slick-prev {
    background: url("../img/nav-left-r.png") no-repeat;
}

.red .main-courosel-product .slick-next {
    background: url("../img/nav-right-r.png") no-repeat;
}

.bottom-info-pr .caption {
    color: #1c1d2f;
    font-family: 'latoblack';
    font-size: 22px;
    margin-bottom: 12px;
    margin-top: 10px;
}

.bottom-info-pr .text {
    color: #1c1d2f;
    font-size: 15px;
}

.bottom-info-pr .art {
    color: #1c1d2f;
    font-family: 'latobold';
    font-size: 18px;
    margin-top: 8px;
    text-align: right;
}

.bottom-info-pr .price {
    font-family: 'latoblack';
    font-size: 36px;
    color: #d61210;
    margin-bottom: 5px;
    text-align: right;
}

.bottom-info-pr .price span {
    font-family: 'latobold';
    font-size: 18px;
    position: relative;
    width: 100%;
    float: left;
    margin-top: -5px;
}

.bottom-info-pr {
    margin-top: 10px;
}

.slick-slide img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.slider-product .slick-slide {
    text-align: center;
}

.slider-product {
    padding: 45px 30px 0px;
    height: 316px;
    text-align: center;
}

.slider-product img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    cursor: pointer;
}

.block-5 {
    background: url('../img/fz-block.jpg') center no-repeat;
    background-size: cover;
    min-height: 561px;
    padding-top: 110px;
}

.block-5 .cap-1 {
    margin-top: 50px;
    font-family: 'latoblack';
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    visibility: hidden;
}

.block-5 .cap-2 {
    font-size: 26px;
    color: #fff;
    margin: 5px 0px;
    text-transform: uppercase;
    visibility: hidden;
}

.block-5 .cap-3 {
    font-family: 'latobold';
    font-size: 33px;
    color: #fff;
    text-transform: uppercase;
    visibility: hidden;
}

.block-5 .stars {
    width: 140px;
    position: relative;
    margin: auto;
    height: 46px;
}

.block-5 .stars .item-1 {
    width: 35px;
    height: 33px;
    position: absolute;
    top: 5px;
    left: 0px;
    background: url('../img/stars.png') no-repeat;
    background-position: 0px -8px;
}

.block-5 .stars .item-2 {
    width: 48px;
    height: 46px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -24px;
    background: url('../img/stars.png') no-repeat;
    background-position: -50px 0px;
}

.block-5 .stars .item-3 {
    width: 35px;
    height: 33px;
    position: absolute;
    top: 5px;
    right: 0px;
    background: url('../img/stars.png') no-repeat;
    background-position: -113px -8px;
}

.block-5 .bonus-text {
    margin-top: 20px;
    font-family: 'latoblack';
    font-size: 28px;
    color: #044373;
    text-transform: uppercase;
    margin-bottom: 18px;
    visibility: hidden;
    text-align: center;
}

.block-5 .bonus-text-2 {
    font-family: 'latoblack';
    font-size: 20px;
    color: #002c4c;
    margin-bottom: 20px;
    text-align: center;
    visibility: hidden;
}

.block-5 .button-red-3 {
    margin: auto;
}

.block-6 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
}

.block-6::before,
.block-7::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 96px;
    bottom: 0px;
    left: 0px;
    background: url('../img/section-shadow.jpg') no-repeat;
}
.block-7{
    position: relative;
    padding-bottom: 100px;
}
footer {
    min-height: 457px;
    background: url('../img/footer.jpg') center no-repeat;
    background-size: cover;
    margin-top: -60px;
    padding-top: 177px;
}

footer .bonus-text {
    margin-top: 10px;
    font-family: 'latoblack';
    font-size: 28px;
    color: #044373;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

footer .bonus-text-2 {
    font-size: 20px;
    color: #002c4c;
    margin-bottom: 10px;
    font-family: 'latomedium';
    text-align: center;
}

footer .button-green-3 {
    margin: auto;
}

footer .phone-sec {
    color: #fff;
}

footer .phone-sec a {
    font-size: 21px;
}

footer nav {
    margin-top: 11px;
}

footer nav ul li {
    float: left;
    padding: 0px 5px;
    color: #fff;
}

footer nav ul li a {
    font-size: 12px;
    text-transform: uppercase;
}

footer nav ul li a:hover {
    text-decoration: underline;
}

footer .button-white {
    margin: -15px auto 0px;
}

footer .conf-pol {
    font-size: 12px;
    color: #fff !important;
    text-decoration: underline !important;
}

footer .conf-pol:hover {
    text-decoration: none !important;
}

footer .social {
    float: left;
    margin-left: 10px;
    position: relative;
    display: block;
}

footer .social::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -5px;
    left: 0px;
    background: #fff;
    opacity: 0;
    border-radius: 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

footer .social:hover::before {
    opacity: 1;
}

#main-form form {
    width: 320px;
    margin: auto;
}

.wrapp-form {
    padding: 15px;
    font-size: 16px;
    font-family: 'latobold';
    margin-bottom: 20px;
}

#main-form .header-form {
    margin-top: 15px;
}

#main-form input {
    border: 2px solid #cbcbcb;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 0px 10px;
    outline: 0;
}

#main-form button {
    outline: 0;
}

#main-form input[type="checkbox"] {
    width: auto !important;
    float: left;
    outline: 0;
    cursor: pointer;
}

.fancybox-close-small {
    width: 24px;
    height: 24px;
    right: -25px;
    top: -25px;
    opacity: 0.5;
    background: url('../img/error.png') no-repeat;
}

.fancybox-close-small:hover {
    opacity: 1;
}

.edit_f_error {
    border: 1px solid #ff0000 !important;
}

#main-form .politic {
    float: left;
    text-align: left;
    font-size: 12px;
    padding-left: 10px;
}

#main-form .politic a {
    text-decoration: underline !important;
}

#main-form .politic a:hover {
    text-decoration: none !important;
}

#main-form {
    display: none;
    background: #fff;
    border-radius: 10px;
    max-width: 400px;
    padding: 15px;
    position: relative;
}

.message-form {
    display: none;
}

.color-group {
    margin-top: 6px;
    margin-bottom: 8px;
    float: left;
    width: 100%;
}

.color-group .item {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    float: left;
    margin-bottom: 5px;
    margin-left: 10px;
    position: relative;
}

.color-group .item:first-child {
    margin-left: 0px;
}

.color-group .item::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 11px;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease;
    z-index: 2;
    background: url('../img/checked.png') no-repeat;
}

.color-group .active.item::before {
    opacity: 1 !important;
}

.color-group .item.c-red {
    background: #cd3e48;
}

.color-group .item.c-blue {
    background: #4069a1;
}

.color-group .item.c-green {
    background: #315c49;
}

.color-group .item.c-white {
    background: #ededed;
}

.color-group .item.c-yellow {
    background: #ffce34;
}

.color-group .item.c-orange {
    background: #f97b30;
}

.color-group .item.c-black {
    background: #000000;
}

.color-group .item.c-green-light {
    background: #34c240;
}

.color-group .item.c-grey {
    background: #777777;
}
.color-group .item.c-blue-white {
    background: #479bca;
}
.color-group .item.c-roze{
    background: #eb5b7f;
}
.color-group .item.c-bordo{
    background: #541b3b;
}
.color-group .item.c-green-dark{
    background: #252d30;
}
.color-group .item.c-green-oxid{
    background: #24a758;
}
.color-group .item.c-yellow-dak{
    background: #e0a000;
}
.color-group .item.c-siren{
    background: #472c73;
}
.color-group .item.c-beruza{
    background: #1f3a4b;
}
.color-group .item.c-siren-light{
    background: #485e90;
}
.color-group .item.c-bej{
    background: #d5c0ab;
}

.thumb-slide {
    width: 100%;
    float: left;
}

.thumb-slide > div {
    float: left;
    width: 68px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    margin-right: 15px;
}

.thumb-slide > div.active {
    border-bottom: 1px solid #9c9c9c;
}

.thumb-slide > div:hover {
    border-bottom: 1px solid #9c9c9c;
}

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

.zoomContainer {
    z-index: 10;
}

.bottom-info-pr .button-blue-2,
.bottom-info-pr .button-red-2,
.bottom-info-pr .button-green,
.bottom-info-pr .button-grey {
    float: left;
}

.bottom-info-pr .button-blue-2,
.bottom-info-pr .button-red-2,
.bottom-info-pr .button-green {
    transform: scale(0.8);
    margin-top: -12px;
}
