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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
sup {
    vertical-align: super;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sidebar_city__select li{
    line-height: 1.1;
    margin-bottom: 8px;
}
.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
iframe {
    display: none;
}
@font-face {
    font-family: 'Play';
    src: url("../fonts/play/Play-Bold.eot");
    src: local("Play-Bold"), url("../fonts/play/Play-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/play/Play-Bold.woff") format("woff"), url("../fonts/play/Play-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Play';
    src: url("../fonts/play/Play.eot");
    src: local("Play"), url("../fonts/play/Play.eot?#iefix") format("embedded-opentype"), url("../fonts/play/Play.woff") format("woff"), url("../fonts/play/Play.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.row {
    float: left;
    width: 100%;
    position: relative;
}
.row_inner {
    margin-left: -20px;
    margin-right: -20px;
}
.row_inner:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12, .col_20 {
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0;
}
.col_1 {
    width: 8.33333333%}
.col_2 {
    width: 16.66666667%}
.col_3 {
    width: 25%}
.col_4 {
    width: 33.33333333%}
.col_5 {
    width: 41.66666667%}
.col_6 {
    width: 50%}
.col_7 {
    width: 58.33333333%}
.col_8 {
    width: 66.66666667%}
.col_9 {
    width: 75%}
.col_10 {
    width: 83.33333333%}
.col_11 {
    width: 91.66666667%}
.col_12 {
    width: 100%}
.col_20 {
    width: 20%}
.col_pad {
    padding: 0 20px;
}
a {
    color: #f60;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover {
    color: #cc5200;
    border: none;
    outline: none;
}
a:active, a:focus {
    outline: none;
}
a.phone {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    color: #fff;
}
a.email {
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    color: #f60;
}
span.link, a.link {
    color: #f60;
    border-bottom: 1px solid #f60;
    cursor: pointer;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
span.link:hover, a.link:hover {
    color: #f60;
    border-bottom: 1px solid #f60;
}
strong, .strong {
    font-weight: bold;
}
p {
    position: relative;
    display: block;
    margin-bottom: 26px;
}
sup {
    vertical-align: super;
    font-size: .5em;
}
h1, h2, h3, h4, p.h1, p.h2, p.h3, p.h4, div.h4 {
    font-family: "Play", "Roboto", "Open Sans", sans-serif;
    color: inherit;
    display: block;
    position: relative;
    line-height: 1.2;
    margin-bottom: 0.6em;
    font-weight: bold;
    text-align: inherit;
    text-transform: uppercase;
    text-align: center;
}
h1, p.h1 {
    font-size: 64px;
    line-height: 1.2;
    margin-bottom: 1em;
}
h2, p.h2 {
    font-size: 70px;
    margin-bottom: .6em;
}
h3, p.h3 {
    font-size: 30px;
    margin-bottom: 1em;
}
h4, p.h4 {
    font-size: 20px;
}
ul.list {
    display: block;
}
ul.list li {
    display: block;
    padding-left: 40px;
    position: relative;
    margin-bottom: 16px;
}
ul.list li p.big {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}
ul.list li:after {
    content: " ";
    position: absolute;
    top: 18px;
    left: 0;
    width: 28px;
    height: 2px;
    background: #f60;
}
ul.list__small li:after {
    top: 13px;
}
ol {
    display: block;
    margin-bottom: 50px;
    counter-reset: myCounter;
}
ol li {
    display: block;
    position: relative;
    padding-left: 36px;
    margin-bottom: 12px;
}
ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter,  decimal-leading-zero) ".";
    display: inline-block;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
}
body, html {
    display: block;
    position: relative;
    background-color: #051120;
    font-family: "Play", "Roboto", "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    -webkit-backface-visibility: hidden;
}
body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%}
body.lock {
    overflow: hidden;
}
::-moz-selection {
    background: rgba(5, 17, 32, 0.2);
}
::-webkit-selection {
    background: rgba(5, 17, 32, 0.2);
}
::selection {
    background: rgba(5, 17, 32, 0.2);
}
.lock {
    overflow: hidden !important;
}
#wrapper {
    display: block;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    background: transparent;
    padding-left: 300px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
#wrapper:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
#wrapper:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
#fullpage {
    z-index: 2;
}
body.mainpage {
    background-image: none;
}
body.mainpage #wrapper {
    padding-left: 0 !important;
}
.container {
    position: relative;
    padding: 0 80px;
    float: left;
    width: 100%;
    max-width: 2000px;
    z-index: 3;
}
.center {
    text-align: center;
}
.label {
    font-size: .9em;
    color: #666;
}
.img_fluid {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}
.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.d-flex__center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.last {
    margin-bottom: 0;
}
.section {
    padding: 80px 0;
}
.section_wht {
    background-color: #fff;
}
.section_grey {
    background-color: #051120;
}
.section_main {
    background-color: #051120;
    color: #fff;
}
.section_dark {
    background-color: #051120;
    color: #fff;
}
.section_yellow {
    background-color: #F8EA72;
}
.section_full {
    height: 100vh;
}
.section_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section_header {
    margin-bottom: 60px;
}
.section_content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.section_footer {
    margin-top: 60px;
}
.content_block ul {
    display: block;
    margin-bottom: 30px;
}
.content_block ul li {
    display: block;
    margin-bottom: 16px;
    padding-left: 30px;
    position: relative;
}
.content_block ul li:after {
    content: " ";
    position: absolute;
    top: 13px;
    left: 0;
    height: 2px;
    width: 22px;
    background: #f60;
}
.button, button {
    cursor: pointer;
}
.button:focus, .button:active, button:focus, button:active {
    outline: none;
}
.button {
    position: relative;
    display: inline-block;
    border: none;
    outline: none;
    color: #fff;
    background: #f60;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
    font-family: "Play", "Roboto", "Open Sans", sans-serif;
    letter-spacing: .2px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 40px;
    height: 55px;
    line-height: 55px;
    -webkit-transition: background .3s ease,  color .3s ease,  border .3s ease,  opacity .3s ease;
    -o-transition: background .3s ease,  color .3s ease,  border .3s ease,  opacity .3s ease;
    -moz-transition: background .3s ease,  color .3s ease,  border .3s ease,  opacity .3s ease;
    transition: background .3s ease,  color .3s ease,  border .3s ease,  opacity .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 32px 32px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 32px 32px rgba(0, 0, 0, 0.05);
}
.button:hover {
    background: #ff8533;
    color: #fff;
}
.button_big {
    height: 68px;
    line-height: 68px;
}
.button_fluid {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
}
.button.disabled {
    background: #909090;
    pointer-events: none;
    color: #fff;
}
.button.disabled:hover {
    color: #fff;
    background: #909090;
}
.checkbox {
    display: inline-block;
}
.checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
}
.checkbox input+label {
    position: relative;
    z-index: 2;
    padding-left: 26px;
    line-height: 18px;
    font-size: 14px;
    padding-top: 1px;
    cursor: pointer;
}
.checkbox input+label>span {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    background: #E9F1F2;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
}
.checkbox input+label>span:after {
    content: " ";
    position: relative;
    float: left;
    width: 8px;
    height: 4px;
    margin: 4px 0 0 4px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg) scale(0);
    -moz-transform: rotate(-45deg) scale(0);
    -ms-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.checkbox input+label:hover span {
    background-color: #c9dddf;
}
.checkbox input:checked+label>span {
    background: #f60;
}
.checkbox input:checked+label>span:after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}
.checkbox input:disabled+label>span {
    background: #ccc;
    pointer-events: none;
}
.checkbox input:disabled+label {
    opacity: .4;
}
.checkbox.disabled {
    opacity: .5;
    pointer-events: none;
}
.radiobox {
    display: inline-block;
}
.radiobox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
}
.radiobox input+label {
    position: relative;
    z-index: 2;
    padding-left: 40px;
    padding-right: 16px;
    height: 40px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 15px;
    cursor: pointer;
    white-space: nowrap;
    float: left;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FDF7F7;
}
.radiobox input+label>span {
    position: absolute;
    width: 20px;
    height: 10px;
    top: 50%;
    left: 10px;
    margin-top: -7px;
    border-bottom: 3px solid #b2bdc7;
    border-left: 3px solid #b2bdc7;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.radiobox input:checked+label {
    background-color: #fff;
    color: #18212d;
}
.radiobox input:checked+label>span {
    border-bottom: 3px solid #051120;
    border-left: 3px solid #051120;
}
.radiobox input:disabled+label>span {
    background: #ccc;
    pointer-events: none;
}
.radiobox input:disabled+label {
    opacity: .4;
}
.radiobox.disabled {
    opacity: .5;
    pointer-events: none;
}
.social {
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
.social_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
    color: #f60;
    position: relative;
    font-size: 20px;
    border: none;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    width: 38px;
    height: 38px;
    background: #020913;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.social_link:last-child {
    margin-right: 0;
}
.social_link:hover {
    background: #f60;
    color: #020913;
}
.social_link__insta {
    font-size: 20px;
    margin-top: -1px;
}
.social_link__vk {
    font-size: 15px;
}
.social_link__telegram {
    font-size: 18px;
}
input[type=text], textarea, button, .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=text]:focus, textarea:focus, button:focus, .button:focus {
    outline: none;
}
.form_body {
    margin-bottom: 30px;
}
.form_row {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.form_row__required .icon-required {
    position: absolute;
    top: 2px;
    font-size: 28px;
    color: #f60;
    right: 8px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
}
.form_label {
    font-size: 14px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 6px;
}
.form_input {
    float: left;
    position: relative;
    width: 100%;
    border: none;
    background-color: #18212d;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-family: "Play", "Roboto", "Open Sans", sans-serif;
    font-weight: normal;
    padding: 0 20px;
    height: 60px;
    line-height: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.form_input+label {
    position: absolute;
    top: 22px;
    left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
}
.form_input:hover, .form_input:focus, .form_input.active, .form_input.form_input_active {
    background: #313c4a;
}
.form_input:hover+label, .form_input:focus+label, .form_input.active+label, .form_input.form_input_active+label {
    font-size: 11px;
    top: -8px;
    opacity: .6;
}
.form_input:hover+.icon-required, .form_input:focus+.icon-required, .form_input.active+.icon-required, .form_input.form_input_active+.icon-required {
    opacity: 1;
}
.form_input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 16px;
}
.form_input::-moz-placeholder {
    color: #ccc;
    font-size: 16px;
}
.form_input:-moz-placeholder {
    color: #ccc;
    font-size: 16px;
}
.form_input:-ms-input-placeholder {
    color: #ccc;
    font-size: 16px;
}
.form_input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.form_input:focus::-moz-placeholder {
    opacity: 0;
}
.form_input:focus:-moz-placeholder {
    opacity: 0;
}
.form_input:focus:-ms-input-placeholder {
    opacity: 0;
}
select.form_select {
    float: left;
    position: relative;
    width: 100%;
    border: none;
    background-color: #18212d;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-family: "Play", "Roboto", "Open Sans", sans-serif;
    font-weight: normal;
    padding: 0 20px;
    height: 60px;
    line-height: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
select.form_select:focus, select.form_select:hover, select.form_select:active {
    outline: none !important;
    border: none !important;
}
.form_input__file {
    opacity: 0;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}
.form_input__file+label {
    float: left;
    position: relative;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #b67bde;
    color: #fff;
    font-size: 16px;
    font-family: "Play", "Roboto", "Open Sans", sans-serif;
    font-weight: normal;
    padding: 0;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.form_input__file+label:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0;
    width: 22px;
    height: 32px;
    background: url("../img/svg/attach.svg") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}
span.labeltext {
    position: absolute;
    top: 22px;
    left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
}
.form_row.form_input_active label {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
}
.form_row.form_input_active span.labeltext {
    font-size: 11px;
    top: -8px;
    opacity: .6;
}
textarea.form_input {
    height: auto;
    padding: 16px 20px;
    resize: vertical;
}
.surname {
    display: none;
}
.form_input.error {
    color: #fff !important;
    border: 2px solid #f60;
    -webkit-animation: shake .5s linear;
    -moz-animation: shake .5s linear;
    animation: shake .5s linear;
}
@-webkit-keyframes shake {
    8%, 41% {
    -webkit-transform: translateX(-7px);
}
25%, 58% {
    -webkit-transform: translateX(7px);
}
75% {
    -webkit-transform: translateX(-5px);
}
92% {
    -webkit-transform: translateX(5px);
}
0%, 100% {
    -webkit-transform: translateX(0);
}
}.form_success {
    display: none;
}
.form_success__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%}
.form_success p.h3 {
    text-align: center !important;
    font-size: 24px;
    margin-bottom: 14px;
}
.form_success p:last-child {
    margin-bottom: 0;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #579942;
    fill: none;
    -webkit-animation: stroke 0.6s cubic-bezier(0.65,  0,  0.45,  1) forwards;
    -moz-animation: stroke 0.6s cubic-bezier(0.65,  0,  0.45,  1) forwards;
    animation: stroke 0.6s cubic-bezier(0.65,  0,  0.45,  1) forwards;
}
.checkmark {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0 auto;
    -webkit-box-shadow: inset 0px 0px 0px #579942;
    box-shadow: inset 0px 0px 0px #579942;
    -webkit-animation: fill .4s ease-in-out .4s forwards,  scale .3s ease-in-out .9s both;
    -moz-animation: fill .4s ease-in-out .4s forwards,  scale .3s ease-in-out .9s both;
    animation: fill .4s ease-in-out .4s forwards,  scale .3s ease-in-out .9s both;
}
.checkmark__check {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke 0.3s cubic-bezier(0.65,  0,  0.45,  1) 0.8s forwards;
    -moz-animation: stroke 0.3s cubic-bezier(0.65,  0,  0.45,  1) 0.8s forwards;
    animation: stroke 0.3s cubic-bezier(0.65,  0,  0.45,  1) 0.8s forwards;
}
@-webkit-keyframes stroke {
    100% {
    stroke-dashoffset: 0;
}
}@-moz-keyframes stroke {
    100% {
    stroke-dashoffset: 0;
}
}@keyframes stroke {
    100% {
    stroke-dashoffset: 0;
}
}@-webkit-keyframes scale {
    0%, 100% {
    -webkit-transform: none;
    transform: none;
}
50% {
    -webkit-transform: scale3d(1.1,  1.1,  1);
    transform: scale3d(1.1,  1.1,  1);
}
}@-moz-keyframes scale {
    0%, 100% {
    -moz-transform: none;
    transform: none;
}
50% {
    -moz-transform: scale3d(1.1,  1.1,  1);
    transform: scale3d(1.1,  1.1,  1);
}
}@keyframes scale {
    0%, 100% {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
50% {
    -webkit-transform: scale3d(1.1,  1.1,  1);
    -moz-transform: scale3d(1.1,  1.1,  1);
    transform: scale3d(1.1,  1.1,  1);
}
}@-webkit-keyframes fill {
    100% {
    -webkit-box-shadow: inset 0px 0px 0px 50px #579942;
    box-shadow: inset 0px 0px 0px 50px #579942;
}
}@-moz-keyframes fill {
    100% {
    box-shadow: inset 0px 0px 0px 50px #579942;
}
}@keyframes fill {
    100% {
    -webkit-box-shadow: inset 0px 0px 0px 50px #579942;
    box-shadow: inset 0px 0px 0px 50px #579942;
}
}.inprocess_loader {
    position: absolute;
    z-index: 2;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    display: none;
}
.inprocess_loader div {
    position: absolute;
    top: 27px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #051120;
    -webkit-animation-timing-function: cubic-bezier(0,  1,  1,  0);
    -moz-animation-timing-function: cubic-bezier(0,  1,  1,  0);
    animation-timing-function: cubic-bezier(0,  1,  1,  0);
}
.inprocess_loader div:nth-child(1) {
    left: 6px;
    -webkit-animation: inprocess_loader1 0.6s infinite;
    -moz-animation: inprocess_loader1 0.6s infinite;
    animation: inprocess_loader1 0.6s infinite;
}
.inprocess_loader div:nth-child(2) {
    left: 6px;
    -webkit-animation: inprocess_loader2 0.6s infinite;
    -moz-animation: inprocess_loader2 0.6s infinite;
    animation: inprocess_loader2 0.6s infinite;
}
.inprocess_loader div:nth-child(3) {
    left: 26px;
    -webkit-animation: inprocess_loader2 0.6s infinite;
    -moz-animation: inprocess_loader2 0.6s infinite;
    animation: inprocess_loader2 0.6s infinite;
}
.inprocess_loader div:nth-child(4) {
    left: 45px;
    -webkit-animation: inprocess_loader3 0.6s infinite;
    -moz-animation: inprocess_loader3 0.6s infinite;
    animation: inprocess_loader3 0.6s infinite;
}
@-webkit-keyframes inprocess_loader1 {
    0% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}@-moz-keyframes inprocess_loader1 {
    0% {
    -moz-transform: scale(0);
    transform: scale(0);
}
100% {
    -moz-transform: scale(1);
    transform: scale(1);
}
}@keyframes inprocess_loader1 {
    0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
}@-webkit-keyframes inprocess_loader3 {
    0% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
}@-moz-keyframes inprocess_loader3 {
    0% {
    -moz-transform: scale(1);
    transform: scale(1);
}
100% {
    -moz-transform: scale(0);
    transform: scale(0);
}
}@keyframes inprocess_loader3 {
    0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
}@-webkit-keyframes inprocess_loader2 {
    0% {
    -webkit-transform: translate(0,  0);
    transform: translate(0,  0);
}
100% {
    -webkit-transform: translate(19px,  0);
    transform: translate(19px,  0);
}
}@-moz-keyframes inprocess_loader2 {
    0% {
    -moz-transform: translate(0,  0);
    transform: translate(0,  0);
}
100% {
    -moz-transform: translate(19px,  0);
    transform: translate(19px,  0);
}
}@keyframes inprocess_loader2 {
    0% {
    -webkit-transform: translate(0,  0);
    -moz-transform: translate(0,  0);
    transform: translate(0,  0);
}
100% {
    -webkit-transform: translate(19px,  0);
    -moz-transform: translate(19px,  0);
    transform: translate(19px,  0);
}
}.inprocess.active>.inprocess_loader {
    display: block;
}
.inprocess.active>.button {
    text-indent: -99999px;
    overflow: hidden;
}
.popup {
    display: none;
    background: transparent;
    padding: 0;
    -webkit-transform: translateY(40px) scale(0.8);
    -moz-transform: translateY(40px) scale(0.8);
    -ms-transform: translateY(40px) scale(0.8);
    transform: translateY(40px) scale(0.8);
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.popup.show {
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
}
.popup_small {
    width: 420px;
}
.popup_small__header {
    margin-bottom: 10px;
}
.popup_big {
    width: 768px;
}
.popup_big .form_success {
    height: auto !important;
    padding: 80px 0 !important;
}
.popup_inner {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 36px 40px;
    text-align: left;
}
.popup .checkbox input+label>span {
    margin-top: 0;
}
.popup .checkbox input+label>span:after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
.popup .checkbox label {
    display: inline-block;
}
.popup .checkbox input:checked+label>span {
    background: #051120;
}
.popup .checkbox input:checked+label>span:after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}
.popup textarea.form_input {
    height: auto;
}
.popup .form_politic {
    margin-top: 10px;
    font-size: 14px;
}
.popup .logo {
    display: inline-block;
    width: 60px;
    height: auto;
}
.popup p.h3 {
    margin-bottom: 10px;
    font-size: 24px;
}
.info_blocks__popup--content {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.info_blocks__popup--content p.h2, .info_blocks__popup--content h2, .info_blocks__popup--content p.h3, .info_blocks__popup--content h3 {
    text-align: left;
}
.info_blocks__popup--content:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: #2a185f;
    opacity: .8;
    z-index: 1;
}
.info_blocks__popup--content .section_content {
    z-index: 2;
}
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    background: #051120;
    padding: 30px;
    z-index: 998;
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-y: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.sidebar_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.sidebar_logo {
    margin-bottom: 50px;
}
.sidebar_logo span.logo {
    float: left;
    cursor: pointer;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sidebar_logo span.logo img {
    display: block;
}
.sidebar .logo_desc {
    font-weight: bold;
    text-align: center;
}
.sidebar_nav ul.nav li {
    display: block;
    margin-bottom: 16px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.sidebar_nav ul.nav li.active {
    color: #f60;
}
.sidebar_contacts {
    margin: 20px 0 30px 0;
    text-align: center;
}
.sidebar_contacts p {
    margin-bottom: 10px;
}
.sidebar_contacts p:last-child {
    margin-bottom: 0;
}
.sidebar_city__select li a {
    color: #fff;
}
.sidebar_city__select li a:hover {
    color: #f60;
}
.sidebar_city__select li.active a {
    color: #f60;
}
.sidebar .address {
    font-size: 14px;
    color: #81858a;
}
.sidebar.sidebar_open {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.sidebar_mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 50px;
    background: #020913;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.sidebar_mobile__logo {
    cursor: pointer;
    width: 50px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sidebar_mobile__logo img {
    width: 70%;
    display: block;
}
.sidebar_mobile__btn {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sidebar_mobile__btn .btn {
    width: 100%;
    padding: 0 10px;
    height: 50px;
    float: left;
    margin-top: -50px;
}
.sidebar_mobile__btn .btn span {
    margin-top: 24px;
    float: left;
    width: 100%;
    height: 2px;
    background: #fff;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.sidebar_mobile__btn .btn span:after, .sidebar_mobile__btn .btn span:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.sidebar_mobile__btn .btn span:after {
    top: -8px;
}
.sidebar_mobile__btn .btn span:before {
    bottom: -8px;
}
.sidebar_mobile__btn .btn.open span {
    background: transparent;
}
.sidebar_mobile__btn .btn.open span:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
}
.sidebar_mobile__btn .btn.open span:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
}
.info_blocks {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.info_blocks__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.info_blocks__bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,  0,  0) scale(1.2);
    -moz-transform: translate3d(0,  0,  0) scale(1.2);
    transform: translate3d(0,  0,  0) scale(1.2);
}
.info_blocks__bg:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #42239A;
    opacity: .4;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.info_blocks__content {
    z-index: 2;
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.info_blocks__list {
    padding-top: 30px;
}
.info_blocks__list li {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.info_blocks__list li a {
    color: #fff;
}
.info_blocks__list li img {
    display: inline-block;
    width: 100px;
    height: auto;
}
.info_blocks__list li:nth-child(1) {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}
.info_blocks__list li:nth-child(2) {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}
.info_blocks__list li:nth-child(3) {
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}
.info_blocks__list li a {
    color: #fff;
}
.info_blocks__list li a:hover {
    color: #f60;
}
.info_blocks__list li:last-child {
    margin-bottom: 0;
}
.info_blocks__title {
    position: absolute;
    padding: 0 40px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.info_blocks .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #000;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
}
.info_blocks .item:hover>.info_blocks__bg {
    opacity: 0.3;
}
.info_blocks .item p.h3 {
    margin-bottom: 40px;
}
.info_blocks .item p.h2 {
    margin-bottom: 0;
    font-size: 52px;
}
.info_blocks .item:hover .info_blocks__title {
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}
.info_blocks .item:hover .info_blocks__list li {
    opacity: 1;
}
.info_blocks .item:hover .info_blocks__list li:nth-child(1) {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.info_blocks .item:hover .info_blocks__list li:nth-child(2) {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.info_blocks .item:hover .info_blocks__list li:nth-child(3) {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.section_text__block {
    padding: 0 15%}
.mainpage .logo {
    display: inline-block;
}
.mainpage .info_blocks .item {
    width: 33%}
.intro_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0;
}
.intro_inner__header a.link {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.intro_inner__header span.label {
    color: #d6d6d6;
}
.intro_reasons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10%}
.intro_reasons .item {
    width: 25%;
    padding: 0 20px;
}
.product_card {
    margin-bottom: 40px;
}
.product_card__inner {
    padding: 20px 40px 20px 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}
.product_card__inner:hover {
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 32px 32px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 32px 32px rgba(0, 0, 0, 0.05);
}
.product_card__img {
    text-align: center;
}
.product_card__img img {
    display: inline-block;
    max-width: 60%;
    margin: 0;
    max-height: 140px;
}
.product_card__desc p.label {
    margin-bottom: 8px;
}
.product_card__desc p.h3 {
    font-size: 35px;
    color: #579942;
}
.product_card__desc .section_footer {
    margin-top: 30px;
    margin-bottom: 0;
}
.product_card__desc .button {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product_card__desc .button_more {
    padding-left: 30px;
}
.product_card__desc .button_more span.icon {
    left: 0;
}
.product_card__desc .button_more:hover {
    background: transparent;
    color: #579942;
}
.product_card__desc .button_more:hover span.icon {
    background: #579942;
}
.product_card__desc .button_more:hover span.icon:after {
    background: #579942;
}
.product_card.green .product_card__inner {
    text-align: center;
    background-color: #579942;
    color: #fff;
}
.product_card.green .product_card__inner p.h3 {
    font-size: 35px;
    color: #fff;
}
.product_card.green .product_card__inner .button {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}
.product_card.green .product_card__inner .button_more {
    padding-left: 60px;
}
.product_card.green .product_card__inner .button_more span.icon {
    left: 20px;
}
.product_card.green .product_card__inner .button_more span.icon {
    background: #fff;
}
.product_card.green .product_card__inner .button_more span.icon:after {
    background: #fff;
}
.product_card.green .product_card__inner .button_more:hover {
    background: #fff;
    color: #579942;
}
.product_card.green .product_card__inner .button_more:hover span.icon {
    background: #579942;
}
.product_card.green .product_card__inner .button_more:hover span.icon:after {
    background: #579942;
}
.price_block .section_content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.price_list {
    width: 100%;
    position: relative;
    z-index: 2;
}
.price_list tr {
    border-bottom: 1px solid #6b6b6b;
}
.price_list tr:last-child {
    border-bottom: none;
}
.price_list tr td {
    padding: 20px 0;
}
.price_time_label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.price_time_label--work {
    right: 18%}
.price_time_label--weekend {
    right: 1%}
.slick-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%}
.slick-track .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none !important;
    outline: none !important;
}
.gallery_slider .item {
    border: none !important;
    outline: none !important;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
    float: left;
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.gallery_slider .item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: #42239A;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.gallery_slider .item:before {
    content: "";
    position: absolute;
    width: 43px;
    height: 43px;
    background: url("../img/zoom.svg");
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 2;
}
.gallery_slider .item:hover:after {
    opacity: 0.6;
}
.gallery_slider .item:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.slider_block .slider_arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slider_block .slider_arrows .arrow {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #afafaf;
}
.slider_block .slider_arrows .arrow:hover {
    color: #f60;
}
.slider_block .slider_arrows .arrow:first-child {
    margin-right: 10px;
}
.slider_block .slider_arrows .arrow:last-child {
    margin-left: 10px;
}
.section_contacts__map {
    background: #191919;
    float: left;
    position: relative;
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.section_contacts__nav {
    float: left;
    position: relative;
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section_contacts__nav .map_nav li {
    display: block;
    padding: 20px 20px 20px 40px;
    position: relative;
    font-size: 15px;
    cursor: pointer;
}
.section_contacts__nav .map_nav li strong {
    font-size: 18px;
}
.section_contacts__nav .map_nav li span.location {
    position: absolute;
    top: 22px;
    left: 14px;
}
.section_contacts__nav .map_nav li p {
    margin-bottom: 6px;
}
.section_contacts__nav .map_nav li:hover {
    background: #212a35;
}
.section_contacts__nav .map_nav li.active {
    background: #f60;
}
.section_contacts__nav .map_nav li.active:hover {
    background: #f60;
}
.section_contacts__nav .map_nav li.active span.location path {
    fill: #051120;
}
.section_contacts__nav .section_footer {
    padding: 20px 20px 20px 40px;
    border-top: 1px solid #d2d2d2;
    font-size: 15px;
    color: #d2d2d2;
}
.fancybox-enabled {
    overflow: hidden;
}
.fancybox-enabled body {
    overflow: visible;
    height: 100%}
.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}
.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}
.fancybox-container ~ .fancybox-container {
    z-index: 99992;
}
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
    background: #000;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -moz-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47,  0,  0.74,  0.71);
    -moz-transition-timing-function: cubic-bezier(0.47,  0,  0.74,  0.71);
    -o-transition-timing-function: cubic-bezier(0.47,  0,  0.74,  0.71);
    transition-timing-function: cubic-bezier(0.47,  0,  0.74,  0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: .7;
    -webkit-transition-timing-function: cubic-bezier(0.22,  0.61,  0.36,  1);
    -moz-transition-timing-function: cubic-bezier(0.22,  0.61,  0.36,  1);
    -o-transition-timing-function: cubic-bezier(0.22,  0.61,  0.36,  1);
    transition-timing-function: cubic-bezier(0.22,  0.61,  0.36,  1);
}
.fancybox-infobar, .fancybox-toolbar, .fancybox-caption-wrap {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s,  visibility 0s linear .25s;
    -o-transition: opacity .25s,  visibility 0s linear .25s;
    -moz-transition: opacity .25s,  visibility 0s linear .25s;
    transition: opacity .25s,  visibility 0s linear .25s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s,  visibility 0s;
    -o-transition: opacity .25s,  visibility 0s;
    -moz-transition: opacity .25s,  visibility 0s;
    transition: opacity .25s,  visibility 0s;
}
.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px;
}
.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-toolbar {
    top: 0;
    right: 0;
}
.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0,  0,  0);
}
.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity,  -webkit-transform;
    -webkit-transition-property: opacity,  -webkit-transform;
    -o-transition-property: transform,  opacity;
    -moz-transition-property: transform,  opacity,  -moz-transform;
    transition-property: transform,  opacity;
    transition-property: transform,  opacity,  -webkit-transform,  -moz-transform;
    transition-property: transform,  opacity,  -webkit-transform;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
    display: block;
}
.fancybox-slide--image {
    overflow: visible;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    background: #000;
}
.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
    background: #E5E3DF;
}
.fancybox-slide--next {
    z-index: 99995;
}
.fancybox-slide>* {
    position: relative;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}
.fancybox-image, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
    max-height: -webkit-calc(100% - 88px);
    max-height: -moz-calc(100% - 88px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}
.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.fancybox-error {
    margin: 0;
    padding: 40px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    cursor: default;
}
.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-button--close {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 30px;
    right: 30px;
}
.fancybox-close-small {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.fancybox-close-small:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.fancybox-close-small:after, .fancybox-close-small:before {
    content: " ";
    width: 2px;
    height: 16px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -1px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.fancybox-close-small:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fancybox-close-small:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fancybox-close-small:focus {
    outline: none;
}
.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff;
}
.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0 30px;
    background: -webkit-gradient(linear,  left top,  left bottom,  from(transparent),  color-stop(20%,  rgba(0, 0, 0, 0.1)),  color-stop(40%,  rgba(0, 0, 0, 0.2)),  color-stop(80%,  rgba(0, 0, 0, 0.6)),  to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top,  transparent 0%,  rgba(0, 0, 0, 0.1) 20%,  rgba(0, 0, 0, 0.2) 40%,  rgba(0, 0, 0, 0.6) 80%,  rgba(0, 0, 0, 0.8) 100%);
    background: -moz- oldlinear-gradient(top,  transparent 0%,  rgba(0, 0, 0, 0.1) 20%,  rgba(0, 0, 0, 0.2) 40%,  rgba(0, 0, 0, 0.6) 80%,  rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top,  transparent 0%,  rgba(0, 0, 0, 0.1) 20%,  rgba(0, 0, 0, 0.2) 40%,  rgba(0, 0, 0, 0.6) 80%,  rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom,  transparent 0%,  rgba(0, 0, 0, 0.1) 20%,  rgba(0, 0, 0, 0.2) 40%,  rgba(0, 0, 0, 0.6) 80%,  rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
}
.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
    pointer-events: all;
}
.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}
.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none;
}
.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none;
}
.fancybox-infobar__body, .fancybox-button {
    background: transparent;
}
.fancybox-button:hover:not([disabled]) {
    color: #fff;
}
.fancybox-button::before, .fancybox-button::after {
    content: '';
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}
.fancybox-button[disabled]::before, .fancybox-button[disabled]::after {
    opacity: 0.3;
}
.fancybox-button--left::after, .fancybox-button--right::after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
}
.fancybox-button--left::after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.fancybox-button--right::after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fancybox-button--left {
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.fancybox-button--right {
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.fancybox-button--close::before, .fancybox-button--close::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 30px;
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
    left: -webkit-calc(50% - 8px);
    left: -moz-calc(50% - 8px);
    left: calc(50% - 8px);
}
.fancybox-button--close::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -22px 0 0 0;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    -moz-transition: opacity .25s;
    transition: opacity .25s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: transparent;
    -webkit-transition: background .3s ease,  opacity .25s;
    -o-transition: background .3s ease,  opacity .25s;
    -moz-transition: background .3s ease,  opacity .25s;
    transition: background .3s ease,  opacity .25s;
}
.fancybox-arrow:hover {
    background-color: transparent;
}
.fancybox-arrow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fancybox-arrow--right {
    right: 30px;
}
.fancybox-arrow--left {
    left: 30px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.fancybox-arrow--right::after, .fancybox-arrow--left::after {
    left: 0;
}
.fancybox-show-nav .fancybox-arrow {
    opacity: 0.6;
}
.fancybox-arrow:hover {
    opacity: 1;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: 0.3;
}
.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    -moz-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
    from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}@-moz-keyframes fancybox-rotate {
    from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
}
}@keyframes fancybox-rotate {
    from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
}
}.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0,  0,  0.25,  1);
    -moz-transition-timing-function: cubic-bezier(0,  0,  0.25,  1);
    -o-transition-timing-function: cubic-bezier(0,  0,  0.25,  1);
    transition-timing-function: cubic-bezier(0,  0,  0.25,  1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,  0,  0);
    -moz-transform: translate3d(-100%,  0,  0);
    transform: translate3d(-100%,  0,  0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%,  0,  0);
    -moz-transform: translate3d(100%,  0,  0);
    transform: translate3d(100%,  0,  0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
    opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19,  1,  0.22,  1);
    -moz-transition-timing-function: cubic-bezier(0.19,  1,  0.22,  1);
    -o-transition-timing-function: cubic-bezier(0.19,  1,  0.22,  1);
    transition-timing-function: cubic-bezier(0.19,  1,  0.22,  1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5,  1.5,  1.5);
    -moz-transform: scale3d(1.5,  1.5,  1.5);
    transform: scale3d(1.5,  1.5,  1.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5,  0.5,  0.5);
    -moz-transform: scale3d(0.5,  0.5,  0.5);
    transform: scale3d(0.5,  0.5,  0.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1,  1,  1);
    -moz-transform: scale3d(1,  1,  1);
    transform: scale3d(1,  1,  1);
    opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0,  0,  0) translate3d(-100%,  0,  0);
    -moz-transform: scale3d(0,  0,  0) translate3d(-100%,  0,  0);
    transform: scale3d(0,  0,  0) translate3d(-100%,  0,  0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0,  0,  0) translate3d(100%,  0,  0);
    -moz-transform: scale3d(0,  0,  0) translate3d(100%,  0,  0);
    transform: scale3d(0,  0,  0) translate3d(100%,  0,  0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1,  1,  1) translate3d(0,  0,  0);
    -moz-transform: scale3d(1,  1,  1) translate3d(0,  0,  0);
    transform: scale3d(1,  1,  1) translate3d(0,  0,  0);
    opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,  0,  0) scale(0.1) skew(-10deg);
    -moz-transform: translate3d(-100%,  0,  0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%,  0,  0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%,  0,  0) scale(0.1) skew(10deg);
    -moz-transform: translate3d(100%,  0,  0) scale(0.1) skew(10deg);
    transform: translate3d(100%,  0,  0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0,  0,  0) scale(1);
    -moz-transform: translate3d(0,  0,  0) scale(1);
    transform: translate3d(0,  0,  0) scale(1);
}
@media all and (max-width: 800px) {
    .fancybox-infobar {
    left: 0;
    margin-left: 0;
}
.fancybox-button--left, .fancybox-button--right {
    display: none !important;
}
.fancybox-caption {
    padding: 20px 0;
    margin: 0;
}
}.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: -webkit-calc(50% - 7px);
    left: -moz-calc(50% - 7px);
    left: calc(50% - 7px);
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none;
}
.fancybox-button--play::before, .fancybox-button--pause::before {
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: calc(50% - 6px);
    left: -webkit-calc(50% - 4px);
    left: -moz-calc(50% - 4px);
    left: calc(50% - 4px);
    background: transparent;
}
.fancybox-button--play::before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.fancybox-button--pause::before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px;
}
.fancybox-thumbs {
    display: none;
}
.fancybox-button--thumbs {
    display: none;
}
@media all and (min-width: 800px) {
    .fancybox-button--thumbs {
    display: inline-block;
}
.fancybox-button--thumbs span {
    font-size: 23px;
}
.fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: -webkit-calc(50% - 2px);
    top: -moz-calc(50% - 2px);
    top: calc(50% - 2px);
    left: -webkit-calc(50% - 2px);
    left: -moz-calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-box-shadow: 0 -4px 0,  -4px -4px 0,  4px -4px 0,  0 0 0 32px inset,  -4px 0 0,  4px 0 0,  0 4px 0,  -4px 4px 0,  4px 4px 0;
    box-shadow: 0 -4px 0,  -4px -4px 0,  4px -4px 0,  0 0 0 32px inset,  -4px 0 0,  4px 0 0,  0 4px 0,  -4px 4px 0,  4px 4px 0;
}
.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99995;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 220px;
}
.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
}
.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-thumbs>ul>li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25,  0.46,  0.45,  0.94);
    -o-transition: all 0.2s cubic-bezier(0.25,  0.46,  0.45,  0.94);
    -moz-transition: all 0.2s cubic-bezier(0.25,  0.46,  0.45,  0.94);
    transition: all 0.2s cubic-bezier(0.25,  0.46,  0.45,  0.94);
}
.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1;
}
}@font-face {
    font-family: 'icomoon';
    src: url("../../../public/libs/icomoon/fonts/icomoon.eot?k86nmv");
    src: url("../../../public/libs/icomoon/fonts/icomoon.eot?k86nmv#iefix") format("embedded-opentype"), url("../../../public/libs/icomoon/fonts/icomoon.ttf?k86nmv") format("truetype"), url("../../../public/libs/icomoon/fonts/icomoon.woff?k86nmv") format("woff"), url("../../../public/libs/icomoon/fonts/icomoon.svg?k86nmv#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-twitch:before {
    content: "\e900"}
.icon-plus:before {
    content: "\e911";
    color: #e15959;
}
.icon-lightning:before {
    content: "\e90f"}
.icon-compare:before {
    content: "\e901"}
.icon-heart:before {
    content: "\e902"}
.icon-whatsapp:before {
    content: "\e903"}
.icon-arrow_left:before {
    content: "\e904"}
.icon-arrow_right:before {
    content: "\e905"}
.icon-facebook:before {
    content: "\e906"}
.icon-instagram:before {
    content: "\e907"}
.icon-ok:before {
    content: "\e908"}
.icon-place:before {
    content: "\e909"}
.icon-search:before {
    content: "\e90a"}
.icon-telegram:before {
    content: "\e90b"}
.icon-viber:before {
    content: "\e90c"}
.icon-vk:before {
    content: "\e90d"}
/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */html.fp-enabled, .fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller {
    overflow: hidden;
}
.iScrollIndicator {
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,  0,  0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul, .fp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    -webkit-border-radius: 100%;
    border-radius: 100%}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial,  helvetica,  sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
    height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}
.fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,  0,  0,  0);
    white-space: nowrap;
    border: 0;
}
@media only screen and (max-width: 1800px) {
    .intro h1, .intro p.h1 {
    font-size: 64px;
    width: 100%}
}@media only screen and (max-width: 1600px) {
    .mainpage .info_blocks .item {
    width: 33% !important;
    margin-bottom: 30px;
}
}@media only screen and (max-width: 1400px) {
    h2, p.h2 {
    font-size: 60px;
    margin-bottom: .6em;
}
.popup_container {
    width: 80%}
.intro h1, .intro p.h1 {
    font-size: 50px;
    width: 100%}
}@media only screen and (max-width: 1220px) {
    h2, p.h2 {
    font-size: 50px;
    margin-bottom: .6em;
}
#wrapper {
    padding-left: 50px;
}
.fix-nav {
    display: none;
}
.sidebar {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 350px;
    padding-left: 80px;
}
.sidebar_logo {
    display: none;
}
.sidebar_mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.container {
    padding: 0 40px;
}
.popup_container {
    width: 100%}
.intro_reasons {
    padding: 0;
}
}@media only screen and (max-width: 1140px) {
    .product_card {
    width: 100%}
}@media only screen and (max-width: 992px) {
    .intro h1, .intro p.h1 {
    font-size: 40px;
    width: 100%}
h2, p.h2 {
    font-size: 40px;
    margin-bottom: .6em;
}
.container {
    padding: 0 40px;
}
.section_contacts .col_6 {
    width: 100%}
.section_contacts .map {
    height: 400px !important;
}
.d-flex__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.d-flex__center .col_6 {
    width: 100%}
.green_urea__products .d-flex__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.image_holder {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 60px;
}
.product_card__inner {
    padding: 30px;
}
.product_card__inner img {
    margin-bottom: 30px;
}
.product_card__inner .col_5, .product_card__inner .col_7 {
    width: 100%}
.green_urea__products p.h2, .green_urea__products h2 {
    font-size: 40px;
}
.section_contacts__map, .section_contacts__nav {
    width: 100%}
.info_blocks .item {
    width: 50%;
    min-height: 400px;
}
.info_blocks .item p.h2 {
    margin-bottom: 0;
    font-size: 40px;
}
}@media only screen and (max-width: 768px) {
    .intro h1, .intro p.h1 {
    font-size: 36px;
    width: 100%}
.intro_reasons .item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}
.section_text__block {
    padding: 0;
}
h2, p.h2 {
    font-size: 36px;
    margin-bottom: .6em;
}
.product_card__branding {
    font-size: 24px;
}
.popup_container p.h2, .popup_container h2 {
    font-size: 40px;
}
.col-sm-12 {
    width: 100%}
.product_card__img {
    display: none;
}
.product_card__desc>.section_footer {
    display: none;
}
.product_card__desc p.h3, .product_card__desc h3 {
    margin-bottom: 0;
    font-size: 24px;
}
.product_card__desc .label {
    font-size: .8em;
}
.product_card {
    margin-bottom: 10px;
}
.mainpage .info_blocks .item {
    width: 100% !important;
    margin-bottom: 40px;
}
.info_blocks .item {
    width: 100%;
    min-height: 350px;
}
.info_blocks .item p.h2 {
    margin-bottom: 0;
    font-size: 36px;
}
.popup_big {
    width: 90%}
}@media only screen and (max-width: 660px) {
    .popup_container.recall_form__popup {
    width: 90%}
}@media only screen and (max-width: 480px) {
    body {
    font-size: 16px;
}
h2, p.h2 {
    font-size: 28px;
}
.popup_small {
    width: 90%}
.intro_inner__header img {
    width: 100%;
    display: block;
}
.mainpage .logo {
    width: 80%}
.intro h1, .intro p.h1 {
    font-size: 30px;
    width: 100%}
.section {
    padding: 60px 0;
}
.container, .price_list__holder {
    padding: 0 30px;
}
.image_holder {
    padding-left: 23%;
    padding-right: 23%;
    margin-bottom: 40px;
}
.section_footer {
    margin-top: 40px;
}
.product_card__inner {
    padding: 20px;
}
.green_urea__products p.h2, .green_urea__products h2 {
    font-size: 26px;
}
.popup_container p.h2, .popup_container h2 {
    font-size: 26px;
}
.popup_inner {
    padding: 20px;
}
h3, p.h3 {
    font-size: 27px;
    margin-bottom: 1em;
}
}@media screen and (max-width: 995px),  screen and (max-height: 650px) {
    .section_full, .fp-tableCell {
    height: auto !important;
    display: block;
}
.fp-section.fp-table, .fp-slide.fp-table {
    height: auto !important;
    display: block;
}
.mainpage .info_blocks .item {
    width: 33%;
    margin-bottom: 40px;
}
.mainpage .info_blocks .info_blocks__title {
    position: relative;
}
.info_blocks__title {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0;
}
.info_blocks__list {
    padding-top: 0;
}
.info_blocks__list li {
    opacity: 1;
}
.info_blocks__list li:nth-child(1) {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.info_blocks__list li:nth-child(2) {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.info_blocks__list li:nth-child(3) {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
}
