@charset "UTF-8";

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%/* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    padding-bottom: 10px;
    padding-top: 10px;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible/* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em/* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted/* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em/* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0/* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal/* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0/* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px/* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit/* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item
}


/* Misc
   ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none
}

ul,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    list-style-type: none
}

ol {
    margin: 0;
    padding: 0
}

button {
    border: none;
    cursor: pointer
}

* {
    outline: none;
    box-sizing: border-box
}

a {
    color: inherit;
    text-decoration: none
}

@font-face {
    font-family: "Museo100";
    font-weight: 100;
    font-style: normal;
    src: url("../fonts/MuseoSansCyrl-100.eot");
    src: url("../fonts/MuseoSansCyrl-100.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-100.woff") format("woff"), url("../fonts/MuseoSansCyrl-100.ttf") format("truetype")
}

@font-face {
    font-family: "Museo300";
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/MuseoSansCyrl-300.eot");
    src: url("../fonts/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl-300.ttf") format("truetype")
}

@font-face {
    font-family: "Museo500";
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/MuseoSansCyrl-500.eot");
    src: url("../fonts/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500.woff") format("woff"), url("../fonts/MuseoSansCyrl-500.ttf") format("truetype")
}

@font-face {
    font-family: "Museo700";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/MuseoSansCyrl-700.eot");
    src: url("../fonts/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl-700.ttf") format("truetype")
}

@font-face {
    font-family: "Museo900";
    font-weight: 900;
    font-style: normal;
    src: url("../fonts/MuseoSansCyrl-900.eot");
    src: url("../fonts/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900.woff") format("woff"), url("../fonts/MuseoSansCyrl-900.ttf") format("truetype")
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: orange;
    color: #fff
}

::selection {
    background-color: orange;
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Museo500"
}

html {
    font-size: 16px
}

body {
    font-size: 16px;
    min-width: 350px;
    position: relative;
    font-family: "Museo300";
    overflow-x: hidden
}

body input,
body textarea {
    border: #666 1px solid;
    outline: none
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: red
}

body input:required:valid,
body textarea:required:valid {
    border-color: green
}

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

.img-responsive.img-width {
    width: 100%
}

.text-center {
    text-align: center
}

b,
strong {
    font-weight: bold
}

.container {
    max-width: 1140px;
    width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 576px) {
    .container {
        max-width: 576px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
    .display-block-custom{
        display: none;
    }
}

.color-041e5a-custom{
    color: #041e5a;
    font-size: 22px;
    font-weight: 900;
}

.padding-top-10px-custom{
    padding-top: 10px;
}

@media (min-width: 992px) {
    .container {
        max-width: 992px
    }
    .display-block-custom{
        display: none;
    }
}

@media (min-width: 1140px) {
    .container {
        max-width: 1140px
    }
    .display-block-custom{
        display: none;
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px
}

html,
body {
    overflow-x: hidden
}

.d-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: flex
}

.t-center {
    -webkit-text-align: center;
    -moz-text-align: center;
    -ms-text-align: center;
    -o-text-align: center;
    text-align: center
}

.a-center {
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.d-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.d-arround {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.w-space {
    -webkit-white-space: nowrap;
    -moz-white-space: nowrap;
    -ms-white-space: nowrap;
    -o-white-space: nowrap;
    white-space: nowrap
}

.main-name {
    font-size: 36px;
    color: #041e5a;
    font-weight: 700;
    margin-bottom: 44px
}

.d-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.d-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

input:focus,
input:hover,
input:active {
    -webkit-box-shadow: 3px 5px 10px rgba(153, 152, 152, 0.53);
    box-shadow: 3px 5px 10px rgba(153, 152, 152, 0.53)
}

.main-rectangle,
.scheme,
.why,
.our-arcticles,
.main-slider_wave,
.offer,
.reviews {
    position: relative
}

.main-rectangle:before,
.scheme:before,
.why:before,
.our-arcticles:before,
.main-slider_wave:before,
.offer:before,
.reviews:before {
    content: '';
    display: block;
    position: absolute;
    min-width: 50%;
    width: 50%;
    height: 35px;
    top: -35px;
    left: -15px;
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    z-index: 999;
    background: url("../img/main-ice.jpg") no-repeat center center/cover
}

.main-rectangle:after,
.scheme:after,
.why:after,
.our-arcticles:after,
.main-slider_wave:after,
.offer:after,
.reviews:after {
    content: '';
    display: block;
    position: absolute;
    min-width: 50%;
    width: 50%;
    height: 35px;
    bottom: -34px;
    right: -15px;
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    z-index: 999;
    background: url("../img/main-ice.jpg") no-repeat center center/cover
}

.form {
    max-width: 570px
}

.form input,
.form textarea {
    width: 100%;
    max-width: 570px;
    border: 1px solid #8e8e8e;
    /*display: block;*/
    outline: none;
    padding: 14px 25px;
    border: 1px solid #8e8e8e;
    margin-bottom: 15px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: .6s ease all;
    -o-transition: .6s ease all;
    -webkit-transition: .6 ease all;
    -o-transition: .6 ease all;
    transition: .6 ease all
}

.form input:hover,
.form input:focus,
.form input:active,
.form textarea:hover,
.form textarea:focus,
.form textarea:active {
    -webkit-box-shadow: 3px 3px 20px rgba(133, 133, 133, 0.91);
    -webkit-box-shadow-box-shadow: 3px 3px 20px rgba(133, 133, 133, 0.91);
    -webkit-box-shadow--webkit-transition: .6s ease all;
    -webkit-box-shadow--o-transition: .6s ease all;
    -webkit-box-shadow-transition: .6 ease all
}

.form button {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 30px;
    border: 1px solid #00aeef;
    -webkit-box-shadow: 3px 3px 20px rgba(133, 133, 133, 0.91);
    box-shadow: 3px 3px 20px rgba(133, 133, 133, 0.91);
    margin-top: 30px;
    -webkit-transition: .6s ease all;
    -o-transition: .6s ease all;
    -webkit-transition: .6 ease all;
    -o-transition: .6 ease all;
    transition: .6 ease all;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #00aeef
}

.form button:hover {
    -webkit-transition: all .65s ease;
    -o-transition: all .65s ease;
    transition: all .65s ease;
    -webkit-transition: scale(1.8);
    -o-transition: scale(1.8);
    transition: scale(1.8);
    background-color: transparent
}

.send__btn-dark {
    background: #041e5a !important;
    border: 1px solid #041e5a !important;
    max-width: 570px;
    width: 100%
}

.send__btn-dark:hover {
    -webkit-transform: scale(0.94);
    -ms-transform: scale(0.94);
    transform: scale(0.94);
    color: #00aeef !important
}

.box-modal {
    position: relative;
    max-width: 625px;
    width: 100%;
    padding: 35px 20px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(18, 18, 18, 0.18);
    box-shadow: 0px 2px 10px 0px rgba(18, 18, 18, 0.18);
    -webkit-transition: .6s ease all;
    -o-transition: .6s ease all;
    -webkit-transition: .6 ease all;
    -o-transition: .6 ease all;
    transition: .6 ease all;
    background: rgba(4, 30, 90, 0.8);
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.box-modal-1 {
    padding: 0;
    max-width: 650px
}

.form-1 {
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
    max-width: 450px;
    min-width: 300px;
    width: 100% !important
}

.box-modal_close {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    padding: 5px 10px
}

.box-modal_close:hover {
    font-weight: 900
}

.box-modal_close .form__header {
    font-size: 18px;
    margin-bottom: 30px
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.91);
    overflow: hidden;
    display: none
}

#loader img {
    position: absolute;
    width: 75px;
    height: 75px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px
}

input.error {
    border-bottom: 1px solid red;
    color: red
}

input.valid {
    color: green
}

#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.68);
    left: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 1000;
    -webkit-transition: all .65s ease;
    -o-transition: all .65s ease;
    transition: all .65s ease
}

#message {
    background: #fff;
    -webkit-border-radius: 27px 5px;
    border-radius: 27px 5px;
    position: absolute;
    left: 50%;
    margin-left: -157px;
    top: 50%;
    padding: 30px;
    margin-top: -20px;
    font-size: 18px;
    font-weight: 700;
    color: #414141;
    line-height: 2
}

.form-modal {
    width: 100%
}

.form-modal .form__title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.91);
    overflow: hidden;
    display: none
}

#loader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px
}

input.error {
    border-bottom: 1px solid red;
    color: red
}

input.valid {
    color: green
}

#box-modal-fon {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-top: 20px
}

.form-text {
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.form-modal-fon .control,
.form-modal-fon-1 .control,
.form-1 .control {
    display: block;
    position: relative;
    margin: 22px 0 0;
    -webkit-text-align: left;
    -moz-text-align: left;
    -ms-text-align: left;
    -o-text-align: left;
    text-align: left;
    font-size: 16px;
    color: #e1e0e0;
    font-weight: 100;
    background: none;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-modal-fon .control span,
.form-modal-fon-1 .control span,
.form-1 .control span {
    margin: -3px 0 0 30px;
    padding-bottom: 3px
}

.form-modal-fon .control span a,
.form-modal-fon-1 .control span a,
.form-1 .control span a {
    border-bottom: 1px solid #e1e0e0
}


/* ----HEADER--- */

.header {
    padding: 2px 0 0
}

.head-sale {
    text-align: center;
    margin-bottom: -45px;
}

@media (max-width: 768px) {
    .head-sale {
        text-align: center;
        margin-bottom: 0px;
    }
}


.head-logo {
    max-width: 395px;
    height: auto;
    max-height: 165px
}

.head-logo img {
    width: 100%
}

.head-mail p {
    margin-top: 10px;
    max-width: 280px
}

.head-mail-1 {
    margin-left: 30px
}

.head-mail img,
.head-callback img {
    display: inline-block;
    max-height: 22px;
    max-width: 18px;
    margin-right: 9px
}

.head-tel,
.head-mail-link a {
    font-size: 21px;
    color: #041e5a;
    font-weight: 400
}

.head-tel-bold,
.head-mail-link a-bold {
    font-size: 24px;
    font-weight: 900
}

.head-tel:hover,
.head-mail-link a:hover {
    -webkit-text-decoration: underline;
    -ms-text-decoration: underline;
    -o-text-decoration: underline;
    text-decoration: underline
}

.head-callback_time {
    color: #646363;
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0 32px
}

.header-callback {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.callback {
    font-size: 16px;
    font-weight: 700;
    color: #55c9f4;
    border: 1px solid #55c9f4;
    padding: 14px 24px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: .5 ease all;
    -o-transition: .5 ease all;
    transition: .5 ease all;
    -webkit-white-space: nowrap;
    -moz-white-space: nowrap;
    -ms-white-space: nowrap;
    -o-white-space: nowrap;
    white-space: nowrap
}

.callback:hover {
    font-weight: 900;
    -webkit-box-shadow: 2px 3px 8px rgba(52, 73, 157, 0.4);
    box-shadow: 2px 3px 8px rgba(52, 73, 157, 0.4)
}

.callback-p {
    margin-top: 30px
}

.callback-block {
    display: none
}


/* ----MENU--- */

.header_menu,
.footer {
    padding: 0 0 16px;
    -webkit-box-shadow: 3px 4px 7px rgba(52, 73, 157, 0.3);
    box-shadow: 3px 4px 7px rgba(52, 73, 157, 0.3)
}

.header_menu .header_nav_menu {
    padding: 0 2%;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.footer .header_nav_menu {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header_menu .header_nav_menu .header_nav_item,
.footer .header_nav_menu .header_nav_item {
    border: 1px solid transparent;
    position: relative;
    margin-left: 30px
}

.header_menu .header_nav_menu .header_nav_item:hover,
.footer .header_nav_menu .header_nav_item:hover {
    border-bottom: 1px solid #041e5a;
    border-top: 1px solid #041e5a
}

.header_menu .header_nav_menu .header_nav_item:hover .header_nav_item__btn,
.footer .header_nav_menu .header_nav_item:hover .header_nav_item__btn {
    color: #041e5a;
    font-weight: 900
}

.header_menu .header_nav_menu .header_nav_item .header_nav_item__btn,
.footer .header_nav_menu .header_nav_item .header_nav_item__btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #222
}

.header_menu .header_nav_menu .header_nav_item .header_nav_item__btn p,
.footer .header_nav_menu .header_nav_item .header_nav_item__btn p {
    margin: 2px;
    padding:0px;
    font-weight: bold;
}

.header_nav_item__btn:hover{
    text-decoration: none;
    color: #2b5469 !important;
}

/* ----Section1 MAIN--- */

.main-slider {
    background: url("../img/holodilnoe.jpg") no-repeat center center/cover;
    /*min-height: 90vh;*/
    min-height: 50vh;
    height: auto;
    color: #fff
}

.main-title {
    max-width: 990px;
    font-size: 40px;
    font-weight: 900;
    padding: 10% 0 0
}

.main-title span {
    font-weight: 300;
    font-size: 34px;
    margin-bottom: 36px
}

.main-text {
    max-width: 730px;
    font-size: 16px;
    line-height: 20px;
    margin: 22px 0 3%
}

.right-custom{
    float: right;
    margin-bottom: 20px;
}

.main-btn {
    background: #00aeef;
    border: 1px solid #00aeef;
    -webkit-box-shadow: 3px 5px 5px rgba(0, 174, 239, 0.25);
    box-shadow: 3px 5px 5px rgba(0, 174, 239, 0.25);
    max-width: 316px;
    padding: 15px 44px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    -webkit-transition: opacity .2s easy-out;
    -o-transition: opacity .2s easy-out;
    transition: opacity .2s easy-out;
    border: 1px solid #00aeef
}

.main-btn:hover {
    background: white;
    color: #00aeef;
    font-weight: 900;
    -webkit-transition: opacity .2s easy-out;
    -o-transition: opacity .2s easy-out;
    transition: opacity .2s easy-out;
    -webkit-box-shadow: 3px 5px 7px rgba(0, 174, 239, 0.75);
    box-shadow: 3px 5px 7px rgba(0, 174, 239, 0.75)
}


/* ----Section2--- */

.products {
    padding: 30px 0;
    /*padding: 86px 0;*/
    background: url("../img/main-ice.jpg") no-repeat center center/cover
}

.products-boxes {
    margin-bottom: 30px
}

.product-box {
    max-width: 350px;
    width: 100%;
    /*max-height: 453px !important;*/
    /*height: 453px;*/
    padding: 28px 15px;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #fff;
    margin-right: 30px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width: 576px) {
    .product-box {
        width: 100%
    }
}

@media (min-width: 768px) {
    .product-box {
        width: 100%
    }
}

@media (min-width: 992px) {
    .product-box {
        width: 33.33333%
    }
}

@media (min-width: 1140px) {
    .product-box {
        width: 33.33333%
    }
}

@media (min-width: 1600px) {
    .product-box {
        width: 33.33333%
    }
}

.product-box:hover {
    -webkit-box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.15)
}

.product-box:hover .product-box_title {
    color: #00aeef;
    -webkit-text-decoration: underline;
    -ms-text-decoration: underline;
    -o-text-decoration: underline;
    text-decoration: underline
}

.product-box_title {
    color: #181818;
    font-size: 28px;
    font-weight: 400;
    max-width: 310px;
    height: 80px;
    line-height: 1.27;
    margin-bottom: 25px;
    padding-right: 30px;
}


.product-box_title-11 {
    height: 30px
}

.product-box_img {
    /*max-width: 292px;*/
    width: 100%;
    max-height: 365px;
    height: auto
}

.product-box_sale {
     background: url("../img/sale_percent.png") no-repeat right;
}


/* ----Section3 SET-UP--- */

.set-up {
    padding: 30px 0;
    background: #00aeef;
    position: relative;
    max-height: 672px
}

.img-o-nas-custom{
    padding: 10px;
}

p{
    padding-bottom: 5px;
}

.set-up:after {
    content: '';
    display: block;
    position: absolute;
    min-width: 50%;
    width: 50%;
    height: 35px;
    bottom: -34px;
    right: -15px;
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    z-index: 999;
    background: #00aeef
}

/*.set-up-picture {
    position: absolute;
    right: 50px;
    top: -30px;
    z-index: 9999;
    max-height: 672px !important;
    height: 580px !important
}*/
.set-up-picture {
    position: absolute;
    right: 250px;
    top: -22px;
    z-index: 9999;
    max-height: 672px !important;
    height: 580px !important;
}

.main-name-white {
    color: #fff;
    margin-bottom: 15px
}


/* ----Section4 HISTORY--- */

.scheme,
.why,
.our-arcticles,
.customers {
    padding: 89px 0
}

.scheme-box {
    max-width: 263px;
    width: 100%;
    max-height: 256px;
    height: 256px;
    padding: 15px 20px;
    border: 1px solid #041e5a;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: relative
}
.scheme-box1 {
    /*max-width: 263px; */
    width: 100%;
    /* max-height: 256px; */
    /* height: 256px; */
    padding: 15px 20px;
    border: 1px solid #041e5a;
    /* -webkit-border-radius: 15px; */
    border-radius: 15px;
    position: relative;
}

.scheme-number {
    color: #e5e6eb;
    font-weight: 700;
    font-size: 68px;
    line-height: .7
}

.scheme-title {
    color: #000;
    font-size: 20px;
    font-weight: 900;
    /*margin: -23px 0 8px;*/
    margin: 10px 0 8px;
}

.scheme-text {
    font-size: 14px;
    color: #8a8989;
    max-width: 187px;
    height: 50px;
    margin-bottom: 25px
}

.scheme-img {
    max-height: 101px;
    max-width: 105px;
    width: 100%
}

.scheme-box_light {
    margin-top: 76px;
    border: 1px solid #00aeef
}

.scheme-box_light span {
    color: #d9f3fd
}

.scheme-box-arrow:before,
.scheme-box-arrow1:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -50px;
    margin-right: -15px;
    background: url("../img/schema-arrow.png") no-repeat center right;
    width: 52px;
    height: 58px
}

.scheme-box-arrow1:before {
    right: 0;
    margin-right: -10px;
    top: -76px;
    background: url("../img/schema-arrow1.png") no-repeat center right
}

.scheme:before {
    background: none
}

.scheme:after {
    background: #fff
}


/* ----Section5 WHY--- */

.why {
    color: #fff;
    background: url("../img/why1.jpg") no-repeat center center/cover
}

.why-box {
    border: none
}

.why-img {
    margin: 0 auto 15px;
    width: 175px;
    height: 172px
}

.why-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px
}

.why-text {
    font-size: 12px;
    font-weight: 100;
    color: #d2d0d0
}

.why:before {
    background: none
}

.why:after {
    background: #041e5a
}

.why .container {
    padding: 30px 0 60px
}


/* ----Section6  Form3 (set up)--- */

.form-set-2,
.form-set-1 {
    max-width: 1140px
}

.form-set-2 input,
.form-set-1 input {
    max-width: 363px
}

.form-set-2 button,
.form-set-1 button {
    max-width: 292px;
    margin-top: 0;
    max-height: 47px
}

.form-set-2 button:hover,
.form-set-1 button:hover {
    cursor: pointer
}


/* ----Section7  our-arcticles--- */

.our-arcticles:before {
    background: none
}

.our-arcticles:after {
    background: #fff
}

.our-arcticles-box:hover {
    box-shadow: 0 3px 4px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 3px 4px 3px rgba(0, 0, 0, 0.25);
    -webkit-transition: opacity .2s easy-out;
    -o-transition: opacity .2s easy-out;
    transition: opacity .2s easy-out
}

.our-arcticles-box,
.our-arcticles-img {
    max-width: 358px;
    width: 100%;
    min-height: 430px;
    /*min-height: 426px;*/
    height: auto;
    border: none;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
    padding: 0
}

.our-arcticles-img {
    min-height: 196px;
    margin-bottom: 15px;
    -webkit-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15)
}

.our-arcticles-title {
    color: #041e5a;
    padding: 0 4px
}

.our-arcticles-text {
    /*height: 140px;*/
    font-size: 14px;
    font-weight: 300;
    color: #767676;
    padding: 0 4px
}

.our-arcticles-read {
    color: #55c9f4;
    font-size: 14px;
    font-weight: 700;
    -webkit-text-decoration: underline;
    -ms-text-decoration: underline;
    -o-text-decoration: underline;
    text-decoration: underline;
    padding: 0 4px
}

.our-arcticles-read:hover {
    box-shadow: 0 1px 1px rgba(85, 201, 244, 0.65);
    -webkit-box-shadow: 0 1px 1px rgba(85, 201, 244, 0.65)
}


/* ----Section8  customers--- */

.customers {
    background: #f9f8f8;
    position: relative
}

.customers-wrap {
    overflow: hidden;
    position: relative;
    max-width: 1140px;
    margin: 0 auto
}

.customers .container {
    padding: 0 0 40px
}

.slider-list {
    height: 149px;
    max-width: 1100px;
    width: 100%;
    outline: none;
    padding: 0;
    margin: 0 0 40px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden
}

.carousel-list,
.carousel-list-1 {
    max-width: 1100px;
    width: 100%;
    min-height: 149px;
    position: relative
}

.carousel-list button,
.carousel-list-1 button {
    background: none
}

.carousel-item,
.carousel-item-1 {
    width: 100%;
    height: 149px;
    max-width: 250px;
    margin-right: 30px;
    z-index: 99;
    position: relative;
    display: inline-block;
    -webkit-transition: .5 ease all;
    -o-transition: .5 ease all;
    transition: .5 ease all;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 50px 30px;
    -webkit-box-shadow: 3px 5px 11px rgba(96, 94, 94, 0.25);
    box-shadow: 5px 8px 13px rgba(96, 94, 94, 0.25)
}

.carousel-item:hover,
.carousel-item-1:hover {
    -webkit-box-shadow: 3px 5px 11px rgba(96, 94, 94, 0.55);
    box-shadow: 5px 8px 13px rgba(96, 94, 94, 0.55);
    cursor: pointer
}

.carousel-item-link {
    height: 149px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    -webkit-transition: .2 ease all;
    -o-transition: .2 ease all;
    transition: .2 ease all
}

.carousel-item-link img {
    width: auto;
    max-width: 190px;
    max-height: 90px;
    height: auto;
    display: block
}

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
    top: 74px;
    right: 0;
    z-index: 999;
    position: absolute;
    background: rgba(172, 172, 173, 0.38);
    min-height: 149px;
    padding: 0 30px 6px 5px;
    -webkit-transition: .6 ease all;
    -o-transition: .6 ease all;
    transition: .6 ease all
}

.slick-next.slick-arrow:hover,
.slick-prev.slick-arrow:hover {
    background: #acacad
}

.slick-next.slick-arrow:hover:before,
.slick-prev.slick-arrow:hover:before {
    font-size: 85px;
    color: #1e356b
}

.slick-prev.slick-arrow {
    left: 0;
    top: 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.slick-next.slick-arrow {
    right: 0
}

.slick-arrow:before {
    content: '\203A';
    position: absolute;
    display: block;
    top: 25px;
    color: white;
    font-size: 80px;
    font-weight: 700
}


/* ----FOOTER--- */

.footer {
    padding: 42px 0;
    background: #f9f8f8;
    position: relative
}

.footer-tel {
    margin-bottom: 7px
}


/*Бургер*/

.menu-burger-toggler {
    display: none;
    color: #00aeef;
    font-size: 36px;
    font-weight: 700;
    -webkit-text-align: right;
    -moz-text-align: right;
    -ms-text-align: right;
    -o-text-align: right;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 18px
}

.menu-burger {
    display: none;
    margin-top: -100px;
    -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.41);
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.41);
    padding: 50px 20px 20px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    position: absolute;
    right: 0;
    max-width: 550px;
    z-index: 9999;
    top: -36px;
    background: #00aeef
}

.burger-menu-item {
    margin-bottom: 12px
}

.burger-menu-item a {
    color: #fff
}

.box-modal_close {
    color: #fff;
    font-weight: 400;
    /*font-size: 26px;*/
    right: 10px !important;
    top: 10px !important;
    position: absolute;
    padding: 5px 3px 0
}

.box-modal_close:hover {
    cursor: pointer
}

.head-callback-block,
.head-callback-block__top {
    display: none !important
}

.head-callback-block__top {
    border: none;
    font-size: 50px;
    font-weight: 700;
    -webkit-transform: rotate(-80deg);
    -ms-transform: rotate(-80deg);
    transform: rotate(-80deg);
    display: block;
    position: absolute;
    top: 45px;
    margin-top: 12px;
    right: -11px;
    color: #00aeef;
    margin-left: 30px
}

.head-callback-block__top:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.menu-burger-toggler_footer {
    bottom: 0;
    margin-top: 55px
}

.menu-burger_footer {
    margin-top: -80px
}

.footer-tel_block {
    display: none!important;
}

.cartochka {
    /*padding: 50px 0*/
}

.product-one {
    width: 100%
}

.slider {
    margin-right: 52px
}

.bx-wrapper {
    width: 484px;
    height: 404px
}

.bx-wrapper ul img {
    height: 385px;
    width: 96%
}

.bxslider,
.bxslider1 {
    max-width: 484px;
    width: 100%;
    height: 404px;
    border: 2px solid rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.31);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.31);
    padding: 10px
}

#bx-pager {
    padding-top: 40px
}

#bx-pager a {
    display: block;
    margin-right: 8px;
    border: 2px solid rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.31);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.31)
}

#bx-pager img {
    display: block;
    width: 90px;
    height: 90px;
    padding: 4px 0;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out
}

#bx-pager a:hover {
    border: 2px solid rgba(4, 30, 90, 0.7);
    border-color: rgba(4, 30, 90, 0.7)
}

#bx-pager a:last-child {
    margin-right: 0
}

#bx-pager a.active {
    border: 2px solid rgba(4, 30, 90, 0.7)
}

.product-descript {
    font-size: 16px;
    font-weight: 300;
    color: #6e6e6e;
    margin-left: auto;
    width: 100%
}

.product_title {
    font-size: 30px;
    font-weight: 400;
    color: #041e5a;
    line-height: 1.2;
    margin-bottom: 30px;
    /*max-width: 500px*/
}

.product_text__tip {
    line-height: 1.5;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 400
}

.product_text__tip span {
    color: #041e5a;
    font-weight: 700
}

.product-order {
    margin-top: 30px
}

.product_text__cost {
    font-size: 44px;
    color: #fc5a5a;
    font-weight: 700;
    /*margin-right: 52px*/
}

.product_text__cost span {
    font-size: 16px
}

.order-btn {
    background: #22b9f1;
    color: #fff;
    max-height: 60px !important
}

.tabs-menu {
    padding-bottom: 89px
}

.tabs {
    margin: 0 0 30px
}

.tabs__caption {
    position: relative
}

.tabs__caption:after {
    content: '';
    display: table;
    clear: both
}

.tabs__caption li {
    font-size: 18px;
    font-weight: 500;
    padding: 20px 45px;
    margin-right: 20px;
    color: #999;
    position: relative;
    -webkit-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    -webkit-border: 1px solid #999;
    -moz-border: 1px solid #999;
    -ms-border: 1px solid #999;
    -o-border: 1px solid #999;
    border: 1px solid #999;
    border-bottom: transparent
}

.tabs__caption li:not(.active) {
    cursor: pointer
}

.tabs__caption .active {
    background: #fff;
    color: #22b9f1;
    font-weight: 700;
    -webkit-box-shadow: 3px 3px 20px rgba(190, 190, 190, 0.5);
    box-shadow: 3px 3px 20px rgba(190, 190, 190, 0.5);
    -webkit-border: 1px solid #22b9f1;
    -moz-border: 1px solid #22b9f1;
    -ms-border: 1px solid #22b9f1;
    -o-border: 1px solid #22b9f1;
    border: 1px solid #22b9f1
}

.tabs__caption .active:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    height: 18px;
    background: #FFF
}

.tabs__content {
    display: none;
    background: #FFF;
    padding: 40px 20px 85px;
    border-radius: 0 30px 30px 30px;
    -webkit-border-radius: 0 15px 15px;
    border-radius: 0 15px 15px;
    -webkit-box-shadow: 3px 3px 20px rgba(190, 190, 190, 0.5);
    box-shadow: 3px 3px 20px rgba(190, 190, 190, 0.5);
    -webkit-border: 1px solid #22b9f1;
    -moz-border: 1px solid #22b9f1;
    -ms-border: 1px solid #22b9f1;
    -o-border: 1px solid #22b9f1;
    border: 1px solid #22b9f1
}

.tabs__content h4,
.tabs__content p {
    font-size: 18px;
    color: #22b9f1;
    margin-bottom: 30px;
    font-weight: 700
}

.tabs__content p {
    color: #999;
    font-weight: 300;
    line-height: 1.3
}

.tabs__content.active {
    display: block
}

.form-set-3 input {
    max-width: 520px;
    margin-right: 15px !important
}

.form-set-3 input:last-child {
    margin-right: 0 !important
}

.form-set-3 textarea {
    max-width: 1140px;
    height: 242px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin: 15px 0 30px
}

.main-slider_wave,
.offer {
    background: url("../img/main-vitrina.png") no-repeat center center/cover
}

.main-slider_wave:before,
.offer:before {
    height: 129px;
    display: none;
    top: -90px;
    min-width: 100%;
    padding: 0 100px
}

.main-slider_wave:after,
.offer:after {
    height: 129px;
    bottom: -90px;
    min-width: 100%;
    padding: 0 100px;
    margin-bottom: 0;
    display: none
}

.main-slider_wave__text,
.offer__text {
    max-width: 600px
}

.main-slider_wave:before {
    display: none
}

.offer {
    background: url("../img/head-wave_top.png") no-repeat center center
}

.works {
    background: #f3f4f5;
    padding: 139px 0 89px;
    margin-top: -60px
}

.offer {
    padding: 20px 0;
    /*padding: 20px 0;*/
    background: url("../img/offer-bg1.png") no-repeat center center/cover;
    /*background: url("../img/offer-bg.png") no-repeat center center/cover;*/
    color: #fff;
    /*margin-top: -60px;*/
}

.main-name_bold {
    font-size: 45px
}

.offer-title {
    margin: 129px 0 69px
}

.offer-box {
    max-width: 430px;
    position: relative;
    max-height: 150px
}

.offer-box:before {
    /*content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 40%;
    width: 25%;
    margin-left: -20px;
    border-top: 3px solid #fff*/
}

.offer-text {
    color: #fff;
    font-size: 16px
}

.need-1 {
    background: url("../img/need-1.jpg") no-repeat center center/cover;
    padding: 29px 0;
    min-height: 105vh !important;
    height: auto !important;
    margin-top: -60px
}

.need-1:after {
    background: none
}

.need-1_text {
    color: #041e5a;
    margin: -20px auto 0;
    font-size: 22px;
    max-width: 680px
}

.need-1_name {
    padding-top: 100px
}

.form-set_need {
    width: 100%;
    margin: 0 auto;
    max-width: 700px !important;
    margin-bottom: 50px !important;
    z-index: 9 !important;
    position: relative
}

.reviews {
    background: url("../img/ice-bg.png") no-repeat center center/cover !important;
    padding: 89px 0
}

.reviews:after {
    display: none
}

.reviews:before {
    left: -50px;
    display: none
}

.carousel-list-1 {
    max-width: 985px !important;
    width: 100% !important
}

.carousel-list-1 button {
    background: none !important;
    top: 40% !important;
    margin-top: -50px !important;
    color: rgba(182, 182, 182, 0.7)
}

.carousel-list-1 button.slick-prev.slick-arrow {
    left: -50px !important
}

.carousel-list-1 button.slick-prev.slick-arrow:before {
    color: #b2b3b3 !important
}

.carousel-list-1 button.slick-next.slick-arrow {
    right: -50px !important;
    top: 50% !important;
    margin-top: -40px !important
}

.carousel-list-1 button.slick-next.slick-arrow:before {
    color: rgba(182, 182, 182, 0.7)
}

.carousel-item-1,
.carousel-item-2 {
    max-width: 985px !important;
    width: 100% !important;
    height: 475px;
    -webkit-border: 2px solid #041e5a;
    -moz-border: 2px solid #041e5a;
    -ms-border: 2px solid #041e5a;
    -o-border: 2px solid #041e5a;
    border: 2px solid #041e5a;
    padding: 0;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    -o-display: flex !important;
    display: -webkit-box !important;
    display: flex !important
}

.carousel-item-1_box,
.carousel-item-2_box {
    max-width: 404px;
    width: 100%;
    background: rgba(182, 182, 182, 0.2);
    padding: 25px 25px 45px
}

.carousel-item-1_images,
.carousel-item-2_images {
    padding: 25px;
    max-width: 484px;
    width: 100%;
    margin: 23px 29px
}

.carousel-item-1_images img,
.carousel-item-2_images img {
    display: block;
    max-width: 460px;
    width: 100%;
    height: auto
}

.carousel-item-2 {
    -webkit-border: none;
    -moz-border: none;
    -ms-border: none;
    -o-border: none;
    border: none;
    max-height: 425px;
    -webkit-display: block !important;
    -moz-display: block !important;
    -ms-display: block !important;
    -o-display: block !important;
    display: block !important
}

.carousel-item-2-wrap {
    width: 100%;
    margin: 0 auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.carousel-item-2_review {
    -webkit-border: 1px solid rgba(182, 182, 182, 0.6);
    -moz-border: 1px solid rgba(182, 182, 182, 0.6);
    -ms-border: 1px solid rgba(182, 182, 182, 0.6);
    -o-border: 1px solid rgba(182, 182, 182, 0.6);
    border: 1px solid rgba(182, 182, 182, 0.6);
    -webkit-box-shadow: 3px 3px 20px rgba(182, 182, 182, 0.75);
    box-shadow: 3px 3px 20px rgba(182, 182, 182, 0.75);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    max-width: 363px;
    width: 100%;
    max-height: 193px;
    height: 193px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.65);
    margin: 0 23px 23px 0
}

.carousel-item-2_review:last-child {
    margin-right: 0
}

.carousel-item-2_review__text {
    max-height: 50px
}

.callback:hover{
    text-decoration: none;
}

.font-size-custom{
    font-size: 21px;
}

.product-box:hover{
    text-decoration: none;
}

.slick-dots {
    bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute
}

.slick-dots li {
    margin: -90px 15px 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: flex;
    width: 20px;
    height: 20px;
    border: 3px solid red;
    background: red;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 999999 !important
}

.works_title,
.carousel-item-2_review__name {
    font-size: 22px;
    font-weight: 400;
    color: #041e5a;
    margin-bottom: 18px
}

.wors_text,
.carousel-item-2_review__text {
    color: #838282;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 18px
}

.works_parametr,
.carousel-item-2_review__date {
    color: #272727;
    font-weight: 400;
    font-size: 18px
}

.works_parametr__tit,
.carousel-item-2_review__date__tit {
    color: #041e5a;
    font-weight: 700
}

.works_parametr__one,
.carousel-item-2_review__date__one {
    margin-top: 12px
}

.works_cost {
    margin: 30px 0 40px;
    color: #00aeef;
    font-size: 18px;
    font-weight: 400
}

.works_cost span {
    font-size: 26px;
    font-weight: 700
}

.carousel-item-2_review__name {
    font-weight: 700
}

.reviews {
    background: url(../img/ice-bg.png) no-repeat center center/cover !important;
    padding: 129px 0 !important;
    z-index: -4 !important;
    position: relative !important;
    margin-top: -60px !important
}

.send__btn-dark:hover {
    -webkit-transform: scale(0.94) !important;
    -ms-transform: scale(0.94) !important;
    transform: scale(0.94) !important;
    color: #00aeef !important;
    cursor: pointer !important
}

@media (max-width: 1200px) {
    .products-boxes {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-left: -15px;
        margin-right: -15px
    }
    .products-boxes .product-box {
        margin: 0 auto 30px
    }
    .main-name {
        -webkit-text-align: center;
        -moz-text-align: center;
        -ms-text-align: center;
        -o-text-align: center;
        text-align: center
    }
    /*.set-up-picture {
        right: -100px;
        height: 500px !important;
        top: -10px
    }*/
    .set-up-picture {
        right: 0px;
        height: 500px !important;
        top: 58px;
    }
    .main-name-zamerchik {
        -webkit-text-align: left;
        -moz-text-align: left;
        -ms-text-align: left;
        -o-text-align: left;
        text-align: left
    }
    .scheme-wrap {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-left: -15px;
        margin-right: -15px
    }
    .scheme-wrap .scheme-box {
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%
    }
}

@media (max-width: 1200px) and (min-width: 576px) {
    .scheme-wrap .scheme-box {
        width: 100%
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .scheme-wrap .scheme-box {
        width: 50%
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .scheme-wrap .scheme-box {
        width: 50%
    }
}

@media (max-width: 1200px) and (min-width: 1140px) {
    .scheme-wrap .scheme-box {
        width: 50%
    }
}

@media (max-width: 1200px) {
    .scheme-wrap .scheme-box_light {
        margin-top: 76px
    }
    .scheme-wrap .scheme-box_arrow__none:before {
        display: none
    }
    .scheme-wrap .why-box {
        margin-bottom: 30px
    }
    .form-text_center {
        -webkit-text-align: center;
        -moz-text-align: center;
        -ms-text-align: center;
        -o-text-align: center;
        text-align: center
    }
    .form-set-2 {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
    .form-set-2 input,
    .form-set-2 button {
        max-width: 700px;
        margin: 0 auto
    }
    .form-set-2 input {
        margin-bottom: 20px
    }
    .send_set__center {
        margin: 0 auto
    }
    .our-arcticles-box {
        margin-bottom: 30px !important
    }
    .product-one,
    .slider {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 40px
    }
    .product-descript_one {
        width: 100%;
        margin: 0 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: -webkit-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .product_text__tip {
        margin-right: 20px;
        -webkit-text-align: center;
        -moz-text-align: center;
        -ms-text-align: center;
        -o-text-align: center;
        text-align: center
    }
    .product_title {
        -webkit-text-align: center;
        -moz-text-align: center;
        -ms-text-align: center;
        -o-text-align: center;
        text-align: center;
        width: 100%;
        margin: 0 auto 35px
    }
    .product-order {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 35px auto 0
    }
    .cartochka {
        padding-bottom: 40px
    }
    .main-slider_wave__text {
        max-width: 470px
    }
    .main-slider_wave {
        background: url("../img/main-vitrina.png") no-repeat bottom center/cover
    }
}

@media (max-width: 992px) {
    .mobil-none-custom{
        display: none!important;
    }
    .menu-burger-toggler {
        display: block
    }

    .header_nav_menu {
        display: none
    }
    .header_menu {
        position: relative
    }
    .head-callback {
        display: none
    }
    .head-callback-block {
        display: block !important;
        padding: 16px 0
    }
    .head-callback-block_callback {
        margin: 0 auto;
        max-width: 250px;
        width: 100%;
        position: absolute;
        top: 10px;
        left: 50%
    }
    .head-mail {
        margin-top: 38px;
        margin-left: auto
    }
    .header_menu {
        -webkit-box-shadow: 4px 6px 12px rgba(52, 73, 157, 0.1);
        box-shadow: 4px 6px 12px rgba(52, 73, 157, 0.1)
    }
    .head-mail-block1 {
        margin-top: 0
    }
    .where-choice {
        margin: 30px auto 0
    }
    .scheme-box_arrow__none1:before {
        display: none
    }
    .scheme-box_arrow__none:before {
        display: block !important
    }
    .our-arcticles-box {
        margin-right: 10px
    }
    .footer-contacts,
    .footer-tel {
        display: block !important
    }
    .footer-mail {
        display: none !important
    }
    .footer-contacts {
        margin-top: 30px
    }
    .tabs,
    .tabs__caption li {
        max-width: 992px;
        width: 100%
    }
    .tabs__caption,
    .tabs__caption li__caption {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
    .carousel-item-1 {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        min-height: 500px;
        height: auto;
        max-width: 600px !important;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .carousel-item-1_box {
        max-width: 600px;
        margin: 0 auto;
        -webkit-text-align: center;
        -moz-text-align: center;
        -ms-text-align: center;
        -o-text-align: center;
        text-align: center
    }
    .carousel-list-1 button.slick-next.slick-arrow {
        margin-top: -74px !important
    }
}

@media (max-width: 768px) {
    .head-mail,
    .head-callback-block_callback {
        display: none
    }
    .head-mail-block,
    .head-callback-block__top {
        display: block !important
    }
    /*.set-up-picture {
        height: 400px !important;
        top: 32px;
        margin-right: -50px
    }*/
    .set-up-picture {
        height: 400px !important;
        top: 158px;
        margin-right: 30px;
    }
    .our-arcticles-box {
        max-width: 768px;
        min-height: 480px;
        height: auto
    }
    .our-arcticles-box img {
        max-width: 768px
    }
    .our-arcticles-text {
        max-height: 140px !important;
        height: auto;
        margin-bottom: 10px
    }
    .footer-tel,
    .callback-footer_none {
        display: none !important
    }
    .footer-tel_block {
        display: block!important;
    }
    .footer-tel_block {
        margin: 30px auto 0;
        padding-bottom: 20px
    }
    .callback-footer1 {
        margin-left: 20px
    }
    .menu-burger-toggler_footer {
        margin-top: 75px
    }
    .head-tel_footer1 {
        padding-top: 30px !important
    }
    .offer-more {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        display: inline
    }
    .carousel-list-1 {
        max-width: 550px !important
    }
    .carousel-item-1 {
        max-width: 550px;
        width: 50%
    }
    .carousel-item-1_images {
        bottom: 0
    }
    .main-slider_wave {
        background: none;
        height: auto;
        padding-bottom: 89px;
        background: #041e5a;
        min-height: 0
    }
    .reviews .container {
        margin-top: 70px !important
    }
}

@media (max-width: 576px) {
    .head-logo {
        max-width: 250px;
        margin-right: 20px !important
    }
    .head-callback-block__top {
        margin-top: -14px
    }
    .main-title {
        font-size: 34px
    }
    .main-title span {
        font-size: 30px
    }
    .main-slider {
        min-height: 70vh;
        padding-bottom: 89px
    }
    .products .container,
    .our-arcticles .container {
        padding: 0 30px
    }
    .product-box_title {
        font-size: 28px
    }
    .main-name {
        font-size: 32px
    }
    .set-up-picture {
        display: none
    }
    .scheme-box_arrow__none:before,
    .scheme-box_arrow__none1:before,
    .scheme-box:before {
        display: none !important
    }
    .scheme-box_light {
        margin-top: 0 !important
    }
    .scheme-box {
        margin-bottom: 30px !important
    }
    .scheme-box:last-child {
        margin-bottom: 0 !important
    }
    .our-arcticles-text {
        max-height: 200px !important
    }
    .menu-burger-toggler_footer {
        margin-top: 50px
    }
    .form-set-3_wrap {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
    .form-set-3 textarea {
        height: 162px;
        margin: 9px 0 29px
    }
    .bx-wrapper {
        max-width: 350px;
        width: 100%;
        max-height: 340px
    }
    .bx-wrapper img {
        width: 300px !important
    }
    .bxslider,
    .bxslider1 {
        max-width: 350px;
        width: 100%
    }
    #bx-pager {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 300px !important;
        margin-top: 0;
        padding-top: 0
    }
    #bx-pager a {
        margin-bottom: 15px
    }
    .bxslider {
        height: 300px;
        margin-bottom: 0;
        padding-bottom: 0
    }
    .bxslider img {
        max-height: 300px
    }
    .product-order {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-text-align: center;
        -moz-text-align: center;
        -ms-text-align: center;
        -o-text-align: center;
        text-align: center;
        -webkit-display: inline-block;
        -moz-display: inline-block;
        -ms-display: inline-block;
        -o-display: inline-block;
        display: block;
        margin: 15px auto 0
    }
    .product_text__cost {
        margin: -5px -30px 30px 0
    }
    .form-set-4_need,
    .form-set-4_need__form,
    .need-1 {
        padding-bottom: 260px !important
    }
    .reviews {
        margin-top: 100px
    }
    .form-set_need {
        min-height: 60px
    }
    .carousel-item-1_images,
    .carousel-item-1_images img {
        max-width: 330px;
        padding: 0;
        margin: 15px auto
    }
}

/*.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 5px;
    padding-right: 5px;
}*/

.col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 10px;
    padding-right: 5px;
}

.list-group-item {
    width: 100%;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:hover {
    background: rgba(0, 123, 255, 0.37);
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
    margin-left: 5px;
}

.custom-card {
    border: 0px solid rgba(0, 0, 0, .125);
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin: 15px 0px 15px 0px;
}

.custom-min-prod {
    font-size: 14px;
    margin: auto;
    font-weight: 700;
    color: #007bff;
    margin-top: 5px;
    margin-bottom: 5px;
}

.custom-a-po_centru {
    margin: auto;
}

.custom-a {
    color: #212529;
}

.custom-icon-catalog {
    height: 150px;
    margin: auto;
}

.custom-icon-catalog-cvety {
    height: 300px;
    margin: auto;
}

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

.margin-left-1px{
    margin-left: 1px;
}

.font-weight-600{
    font-weight: 600;
}

.custom-a-po_centru {
    margin: auto;
}

.custom-price {
    margin: auto;
    font-size: 22px;
}

.custom-price-through {
    text-decoration: line-through;
    font-size: 18px;
    color: #000000!important;
}

.custom-price-through span {
    color: #000000!important;
    border-bottom: 2px solid #000000;
}

.product_text__cost.custom-price-through span {
    color: #000000!important;
    border-bottom: 0px!important;
}

.price {
    /* font-size: 25px; */
    color: #fc5a5a;
    font-weight: 700;
}

.card-body {
    padding: 0.25rem;
}

.card-title {
    text-align: center;
}

.card-title {
    margin-bottom: .75rem;
    font-size: 18px;
}

h1 {
    padding-bottom: 15px;
    padding-top: 15px;
}

h2 {
    padding: 10px;
}

body {
    color: #292424;
}

.rub {
    line-height: 5px;
    width: 0.4em;
    border-bottom: 2px solid #fc5a5a;
    display: inline-block;
}

h3 {
    padding-bottom: 5px;
    padding-top: 5px;
}
.ul_custom{
    color: #838282;
}
.padding-10-px{
    padding: 5px;
    border: 1px solid;
    border-radius: 5px;
    margin: 5px;
}
.margin-auto{
    margin: auto;
}




.slider {
    position: relative;
    overflow: hidden;
}

.slider__wrapper {
    display: flex;
    transition: transform 0.6s ease;
}

.slider__item {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 980px) {
    .slider__item {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

.slider__control {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    height: 50px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .5);
}

.slider__control:hover,
.slider__control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.slider__control_left {
    left: 0;
}

.slider__control_right {
    right: 0;
}

.slider__control::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.slider__control_left::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider__control_right::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.slider__item>div {
    /*line-height: 250px;*/
    /*font-size: 100px;*/
    text-align: center;
}

.button_zakazat_custom{
    background-color: #e2e6ea;
    border-color: #dae0e5;
    width: 100%;
}
.font-size-weight-custom{
    font-size: 20px;
    font-weight: 600;
}
.button_zakazat_new_custom{
    background: #00aeef;
    color: #fff;
}
.btn-custom{
    border: 1px solid #00aeef;
    background: rgba(4, 30, 90, 0.8);
    color: white;
    font-size: 18px;
    font-weight: 700;
}
.btn-custom:hover{
    background: #00aeef;
}
.error-custom{
    color: white;
    font-size: 18px;
}
.input-custom{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.height-322-custom{
    height: 320px;
}
.custom-icon-catalog-cvety-2{
    width: 100%;
    margin: auto;
}