

/* Start:/local/templates/main/css/styles.css?1754571780288681*/
@charset 'UTF-8';
svg {
	max-width: 100%;
	height: auto;
}
.no_padding_link {
    z-index: 99;
    position: relative;
    pointer-events: all;
}

body {
    font-family: 'PlayfairDisplay-Regular', serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.btn-circle {
    flex-shrink: 0;
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
    border: 1px solid #e8c09b;
    border-radius: 50%;
}

.btn-circle:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    content: '';
    transform: translateX(-50%) translateY(-50%);
    border-width: 5.5px 0 5.5px 9px;
    border-style: solid;
    border-color: transparent transparent transparent #ce843f;
}

.btn-circle:before {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 64px;
    height: 1px;
    content: '';
    transform: translateX(0) translateY(-50%);
    background-color: #ce843f;
}

.btn {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 12px;
}

.btn_color {
    color: #d18a48;
}

.btn_row {
    display: flex;
    align-items: center;
}

.btn-circle {
    margin-right: 1.7rem;
}

.btn_offset {
    padding-left: 5rem;
}

.main_bg {
    background-color: #ffffff;
/*    background-image: url('/local/templates/main/css/../images/bg-init.png');*/
    background-repeat: no-repeat;
    background-position: right;
}

.wrapper_default {
    max-width: 1530px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3%;
    padding-left: 3%;
}

html {
    font-size: 62.5%;
}

a {
    text-decoration: none;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
}

/*header*/
.header__list_text {
    font-size: 21px;
    font-weight: 400;
}

.header__list_text a {
    color: #292a2e;
}

.hamburger:focus {
    outline: 0;
}

.header__content {
    display: flex;
}

.header-mobile {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
}

.header-mobile .phone img {
    width: 21px;
    height: 21px;
}

.header-mobile__item {
    overflow: auto;
    height: calc(100vh - 68px);
}

.header__logo img {
    width: 200px;
    height: 35px;
}

.header {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
}

.header__row {
    display: flex;
    justify-content: space-between;
}

.header__nav {
    display: flex;
    width: 100%;
    max-width: 700px;
    justify-content: space-between;
}

.header__link {
    font-family: Roboto;
    font-size: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #d5c193;
}

.header__phone {
    font-size: 2.2rem;
    font-weight: 400;
    color: #fff;
}

.header__lang a {
    font-family: Roboto;
    font-size: 1.7rem;
    font-weight: 400;
    color: #fff;
}

.header__lang a:first-child {
    margin-right: 2rem;
}

.popup_default {
    position: relative;
}

.work_button {
    display: flex;
    justify-content: center;
}

.header__item {
    display: flex;
    align-items: center;
}

.header__phone {
    margin-right: 7rem;
}

.header__lang a.active {
    padding: .6rem 1.5rem .8rem 1.5rem;
    border-radius: 20%;
    background-image: url('/local/templates/main/css/../images/lang-bg.png');
    background-repeat: no-repeat;
}

.header__lang a.actives {
    padding: .6rem 1.5rem .8rem 1.5rem;
    color: #fff !important;
    border-radius: 20%;
    background-image: url('/local/templates/main/css/../images/init-lang.png');
    background-repeat: no-repeat;
}

.header__wrapper {
    display: flex;
    max-width: 1670px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3%;
    padding-left: 3%;
    color: #fff;
    align-items: flex-end;
    justify-content: space-between;
}

.toggler__content {
    display: none;
}

.toggler__content-js {
    display: none;
}

.header__row {
    display: flex;
}

.toggler-js.active {
    position: relative;
}

.toggler-js.active:before {
    position: absolute;
    top: 8rem;
    left: 0;
    width: 100%;
    content: '';
    border-bottom: 2 px solid #eceae9;
}

.header__column {
    margin-top: 3.5rem;
}

.header__row_list a:first-child {
    position: relative;
    margin-right: 2.5rem;
}

.header__row_list a:first-child:before {
    position: absolute;
    right: -1.5rem;
    content: '/';
    color: #272932;
}

.header__list_close {
    position: relative;
    width: 20px;
    height: 20px;
}



.header__list_close:before {
    position: absolute;
    left: 50%;
    height: 20px;
    content: '';
    transform: translateX(-50%);
    border-right: 1px solid #292a2e;
}

.header__list_close:after {
    position: absolute;
    top: 50%;
    width: 20px;
    content: '';
    transform: translateY(-50%);
    border-bottom: 1px solid #292a2e;
}

.header__column {
    display: flex;
    flex-direction: column;
}

.header__column a {
    padding-left: 5rem;
}

.header__column a:hover {
    color: #d28d4c;
}

/*slider*/
.slick-index__item {
    position: relative;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, .2);
    background-repeat: no-repeat;
    background-size: cover;
}

.slick-index__item_title {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.slick-index__item_subtitle {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    opacity: .87;
    color: #fff;
}

.slick-index__item_offset-bot {
    margin-bottom: 5rem;
}

.slick-index__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.next {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 61px;
    height: 61px;
    cursor: pointer;
    transform: translateY(-50%);
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: rgba(233, 182, 133, .37);
}

.next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    content: '';
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.continion {
    font-family: 'Roboto';
    position: absolute;
    top: 92%;
    left: 50%;
    transform: translateX(-50%) translateY(-90%);
    color: #fff;
}

.continion:before {
    position: absolute;
    z-index: 99;
    bottom: -1.7rem;
    left: 50%;
    width: 8px;
    height: 8px;
    content: '';
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #eee;
}

.partners__lists_right {
    right: 8%;
    left: auto !important;
}

.product__item_img img {
    min-height: 232px;
height: 100%;
max-height: 232px;
}

.prev {
    position: absolute;
    top: 50%;
    right: 10%;
    width: 61px;
    height: 61px;
    cursor: pointer;
    transform: translateY(-50%);
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: rgba(233, 182, 133, .37);
}

.prev:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    content: '';
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

/*index-product*/
.under-line {
    position: relative;
}

.under-line:before {
    position: absolute;
    height: 1px;
    content: '';
    background-color: #c8c8c8;
}

.index-product_offset {
    padding-top: 10rem;
    padding-bottom: 13rem;
}

.title_center {
    text-align: center;
}

.title_size {
    font-size: 4.2rem;
    font-weight: 400;
}

.title_line span {
    position: relative;
}

.title_line span:before {
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #c8c8c8;
}

.product__list.active {
    padding: .6rem 2rem .8rem 2rem;
    color: #fff;
    border-bottom: none;
    border-radius: 30px;
    background-image: url('/local/templates/main/css/../images/bg-prod.png');
    background-size: cover;
}

.product__list {
    font-family: Roboto-light;
    font-size: 2rem;
    font-weight: 300;
    margin-right: 3.6rem;
    color: #24262a;
    border-bottom: 1px solid #c8c8c8;
}

.product_offset_top {
    margin-top: 10rem !important;
}

.card_link {
    font-family: Roboto;
    font-size: 20px;
    color: #24262a;
}

.card_link span {
    position: relative;
}

.card_link span:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #cacaca;
}

.card__row_left {
    display: flex;
    margin-right: 7.5rem;
    align-items: center;
}

.card__row_left img {
    margin-right: 2.2rem;
}

.card__row_right {
    display: flex;
    align-items: center;
}

.card_link_offset {
    display: block;
    margin-bottom: 14rem;
}

.card__row {
    display: flex;
    margin-top: 7.5rem;
}

.section_card {
    padding-top: 2.6rem;
}

.product__item_img {
    display: flex;
    min-height: 316px;
    align-items: flex-end;
}

.product__item_title {
    font-size: 2.2rem;
    line-height: 25px;
    width: 100%;
    max-width: 100%;
    margin-top: 1.8rem;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #24262a;
}

.tab {
    display: none !important;
}

.tab.active {
    display: flex !important;
}

.product__row {
    margin-top: 6rem;
}

.product__row_center {
    text-align: center;
}

.prouct__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

/*index-about*/
.index-about_offset-bottom {
    margin-bottom: 14rem !important;
}

.index-about_offset-top {
    margin-top: 16rem !important;
}

.text {
    font-family: Roboto-Light;
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    color: #24262a;
}

.index-about__item_center {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.title-about_height {
    line-height: 1.1;
}

.title-about_offset {
    margin-bottom: 4.9rem;
}

.text_width {
    width: 100%;
    max-width: 614px;
}

.text_right {
    text-align: right;
}

.index-about__box_column {
    display: flex;
    flex-direction: column;
    text-align: right;
    justify-content: center;
}

.index-about__box {
    display: flex;
    justify-content: flex-end;
}

.image_small {
    width: 100%;
    max-width: 186px;
    height: 100%;
    max-height: 210px;
}

.number {
    font-size: 8.3rem;
    font-weight: 400;
    line-height: 1.7;
    color: #21242f;
}

.number .small {
    font-size: 3.7rem;
}

/*slider-enjoy*/
.title-slider_width {
    width: 100%;
    max-width: 525px;
}

.slider-enjoy__item {
    position: relative;
    height: 100%;
    min-height: 790px;
    outline: none;
    background-size: cover;
}

.slider-enjoy__item .subtitle {
    width: 100%;
    max-width: 459px;
    margin-top: 4rem;
}

.slider-enjoy__content {
    position: absolute;
    top: 40%;
    left: 55%;
    transform: translateY(-50%);
}

.slider-enjoy .slick-dots {
    position: absolute;
    top: 57%;
    left: 55%;
    display: flex;
    padding-left: 0;
    align-items: center;
}

.slider-enjoy .slick-dots li {
    font-size: 0;
    margin-right: 2rem;
    list-style-type: none;
}

.slider-enjoy .slick-dots li:last-child {
    margin-right: 0;
}

.slider-enjoy .slick-dots button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    outline: none;
    background-color: #e0dbd5;
}

.slider-enjoy .slick-dots .slick-active button {
    width: 17px;
    height: 17px;
    border: 3px solid #e6be97;
    background-color: transparent;
}

/*index-new*/
.index-new__offset-bottom {
    margin-bottom: 7rem !important;
}

.index-new_offset-top {
    padding-top: 2rem;
}

.index-new__title_line {
    margin-bottom: 2rem;
}

.index-new__title_line span {
    position: relative;
}

.index-new__title_line span:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
    border-bottom: 1px solid #c8c8c8;
}

.slider-enjoy .slick-dots {
    top: 55%;
}

.index-new__subtitle {
    font-size: 2.2rem;
    width: 100%;
    max-width: 338px;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #24262a;
}

.slider-new_row {
    display: flex;
    justify-content: space-between;
}

.slider-new_offset-bottom {
    margin-bottom: 15rem;
}

/*find*/
.slick-slide {
    outline: none;
}

.find_line span {
    position: relative;
}

.find_line span:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
    border-bottom: 2px solid #c8c8c8;
}

.find__column {
    padding-top: 5.5rem;
}

.find__column_title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    max-width: 201px;
    min-height: 90px;
    margin-bottom: 2rem;
}

.find__item {
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden;
    height: 100%;
    min-height: 268px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    justify-content: space-between;
}

.find__item img {
    position: absolute;
    z-index: 2;
    right: -31%;
    height: 285px;
}

.find__item_up img {
    right: -12%;
}

.find__column {
    z-index: 3;
}

.find__item {
    display: flex;
    padding: 0 0 0  5rem;
    justify-content: space-between;
}

.find__column_subtitle {
    font-family: Roboto-Light;
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 1.4rem;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    color: #777;
}

.section-find_offset_bottom {
    padding-bottom: 1rem;
}

.feedback__quotes {
    font-size: 82px;
    font-weight: 400;
    line-height: 54px;
    text-align: center;
    color: #ce843f;
}

.section-find_offset_top {
    margin-top: 10rem;
}

.feedback_width {
    width: 100%;
    max-width: 788px;
    margin-right: auto;
    margin-left: auto;
}

.feedback_line span {
    position: relative;
}

.feedback_line span:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
    border-bottom: 1px solid #c8c8c8;
}

.header__link.active {
    position: relative;
}

.header__link.active:before {
    position: absolute;
    bottom: -5.4rem;
    width: 100%;
    content: '';
    border-bottom: 4px solid #d5c193;
}

.popup__title {
    font-size: 4rem;
    font-weight: 400;
    line-height: 54px;
    text-align: center;
    color: #24262a;
}

.mfp-close {
    font-size: 0 !important;
    top: 2rem;
    right: 2rem;
}

.mfp-close:before {
    position: absolute;
    top: 50%;
    left: 20%;
    height: 26px;
    content: '';
    transform: rotate(45deg) translateY(-50%) translateX(-50%);
    border-left: 2px solid #e6be97;
}

.mfp-close:after {
    position: absolute;
    top: 78%;
    left: 33%;
    width: 26px;
    content: '';
    transform: rotate(45deg) translateY(-50%) translateX(-50%);
    border-bottom: 2px solid #e6be97;
}

.textarea_default {
    border: none;
    border-bottom: 1px solid #c7c9c3;
}

.popup__title {
    margin-top: 0;
}

.popup_default {
    left: 50%;
    width: 100%;
    max-width: 873px;
    transform: translateX(-50%);
}

.popup__content {
    position: relative;
    padding-top: 9rem;
    padding-bottom: 9rem;
    background-color: #fff;
}

form.form.work.popup__form {
    padding-right: 10rem;
    padding-left: 10rem;
}

.feedback__button {
    display: flex;
    margin-top: 7.2rem;
    text-align: center;
    justify-content: center;
}

.phone-desc {
    display: inline-block;
}

.phone-mobile {
    display: none;
}

.footer__item_addr {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    margin-top: 3.5rem;
    color: #1f1f2f;
}

.footer_bg {
    background-color: #ffffff;
}

.image__footer img {
    width: 100%;
    max-width: 358px;
    height: 225px;
}

.button {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    display: flex;
    width: 100%;
    max-width: 330px;
    height: 88px;
    cursor: pointer;
    transition: all .5s ease;
    color: #fff;
    border: none;
    border-radius: 14px;
    outline: none;
    background-color: transparent;
    clip-path: polygon(0 0%, 97% 0, 100% 100%, 0% 85%);
    align-items: center;
    justify-content: center;
}

.button_bg:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: all .5s ease;
    opacity: 1;
    background-image: url('/local/templates/main/css/../images/button.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.button_bg:hover:after {
    transition: all .5s ease;
    background-image: url('/local/templates/main/css/../images/bread-h.png');
}

.button:hover:after {
    filter: contrast(.9);
}

.footer__item_phone a {
    font-size: 2.2rem;
    font-weight: 400;
    color: #cf843f;
}

.footer__item_phone span {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #1f1f2f;
}

.footer_offset-top {
    padding-top: 10rem;
}

.footer__link {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: #1f1f2f;
}

.footer__link p {
    margin-bottom: 2rem;
}

a.footer__link {
    position: relative;
    display: block;
}

a.footer__link:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #cacaca;
}

.footer__box_desc {
    display: flex;
    justify-content: space-between;
}

.footer-border {
    padding-bottom: 4rem !important;
    border-bottom: 1px solid #e5e5e7 !important;
}

.row_offset {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
}

.footer__content_row {
    display: flex;
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
    justify-content: space-between;
}

.footer__box_desc p {
    margin-right: 8rem;
}

.wf {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    display: block;
    text-align: right;
    color: #1f1f2f;
}

.footer__item_mail {
    display: flex;
    margin-top: 5rem;
}

.footer__item_mail a {
    font-family: Roboto;
    position: relative;
    color: #1f1f2f;
}

.footer__item_mail a:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
    border-bottom: 1px solid #cacaca;
}

.footer__item_mail a:first-child {
    margin-right: 5rem;
}

.icon-soc {
    width: 27px;
    height: 27px;
    opacity: .8;
    fill: #e0b58d;
}

.footer__doc {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    margin-left: 5rem;
}

.footer__doc a {
    position: relative;
    color: #ce843f;
}

.footer__doc a:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #c8c8c8;
}

.footer__row {
    display: flex;
    margin-top: 4rem;
}

.footer__social a {
    margin-right: 1.4rem;
}

.footer__social a:last-child {
    margin-right: 0;
}

.product__item_subtitle {
    color: #a0a0a1;
}

@font-face {
    font-family: 'PlayfairDisplay-Regular';
    font-weight: 400;
    font-style: normal; 
    font-display: swap;
    src: url('/local/templates/main/css/../fonts/PlayfairDisplay-Regular.woff') format('woff'), url('/local/templates/main/css/../fonts/PlayfairDisplay-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal; 
    font-display: swap;
    src: url('/local/templates/main/css/../fonts/Roboto-Regular.woff') format('woff'), url('/local/templates/main/css/../fonts/Roboto-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto-light';
    font-weight: 300;
    font-style: normal; 
    font-display: swap;
    src: url('/local/templates/main/css/../fonts/Roboto-Light.woff') format('woff'), url('/local/templates/main/css/../fonts/Roboto-Light.woff2') format('woff2');
}

/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    /* 1 */
    overflow: visible;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 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] {
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    border-bottom: none;
    /* 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: -.25em;
}

sup {
    top: -.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 {
    padding: 0;
    border-style: none;
}

/**
 * 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: .35em .75em .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 {
    /* 2 */
    display: table;
    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
    color: inherit;
    /* 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'] {
    /* 1 */
    outline-offset: -2px;
    -webkit-appearance: textfield;
    /* 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 {
    /* 1 */
    font: inherit;
    -webkit-appearance: button;
    /* 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;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.col {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.col--no-gutters {
    padding: 0;
}

.grid {
    box-sizing: border-box;
    padding: 0 15px;
}

.grid--container {
    width: 100%;
    max-width: 925px;
    margin: 0 auto;
}

.grid--no-gutters {
    padding: 0;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row:last-child {
    margin-bottom: 0;
}

.row--no-gutters {
    margin: 0;
}

.row--xs-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.row--xs-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.row--xs-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.col--xs-align-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.col--xs-align-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.col--xs-align-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.col--xs-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.col--xs-reset {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.col--xs-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.row--xs-reverse {
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}

.col--xs-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

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

.text--xs-center {
    text-align: center;
}

.col--xs {
    max-width: 100%;
    padding: 1rem .5rem 0 .5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.col--xs-1 {
    width: 8.333333333333334%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.col--xs-2 {
    width: 16.666666666666668%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.col--xs-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.col--xs-4 {
    width: 33.333333333333336%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.col--xs-5 {
    width: 41.66666666666667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.col--xs-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.col--xs-7 {
    width: 58.333333333333336%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.col--xs-8 {
    width: 66.66666666666667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.col--xs-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.col--xs-10 {
    width: 83.33333333333334%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.col--xs-11 {
    width: 91.66666666666667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.col--xs-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.col--xs-offset-0 {
    margin-left: 0;
}

.col--xs-offset-1 {
    margin-left: 8.333333333333334%;
}

.col--xs-offset-2 {
    margin-left: 16.666666666666668%;
}

.col--xs-offset-3 {
    margin-left: 25%;
}

.col--xs-offset-4 {
    margin-left: 33.333333333333336%;
}

.col--xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col--xs-offset-6 {
    margin-left: 50%;
}

.col--xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col--xs-offset-8 {
    margin-left: 66.66666666666667%;
}

.col--xs-offset-9 {
    margin-left: 75%;
}

.col--xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col--xs-offset-11 {
    margin-left: 91.66666666666667%;
}

.col--xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 544px) {
    .row--sm-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .row--sm-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    .row--sm-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end;
    }

    .col--sm-align-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .col--sm-align-center {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .col--sm-align-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .col--sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .col--sm-reset {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .col--sm-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .row--sm-reverse {
        flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    }

    .col--sm-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

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

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

    .text--sm-center {
        text-align: center;
    }

    .col--sm {
        max-width: 100%;
        padding: 1rem .5rem 0 .5rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .col--sm-1 {
        width: 8.333333333333334%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--sm-2 {
        width: 16.666666666666668%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--sm-3 {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--sm-4 {
        width: 33.333333333333336%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--sm-5 {
        width: 41.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--sm-6 {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--sm-7 {
        width: 58.333333333333336%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--sm-8 {
        width: 66.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--sm-9 {
        width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--sm-10 {
        width: 83.33333333333334%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--sm-11 {
        width: 91.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--sm-12 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--sm-offset-0 {
        margin-left: 0;
    }

    .col--sm-offset-1 {
        margin-left: 8.333333333333334%;
    }

    .col--sm-offset-2 {
        margin-left: 16.666666666666668%;
    }

    .col--sm-offset-3 {
        margin-left: 25%;
    }

    .col--sm-offset-4 {
        margin-left: 33.333333333333336%;
    }

    .col--sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col--sm-offset-6 {
        margin-left: 50%;
    }

    .col--sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col--sm-offset-8 {
        margin-left: 66.66666666666667%;
    }

    .col--sm-offset-9 {
        margin-left: 75%;
    }

    .col--sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col--sm-offset-11 {
        margin-left: 91.66666666666667%;
    }

    .col--sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 768px) {
    .row--md-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .row--md-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    .row--md-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end;
    }

    .col--md-align-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .col--md-align-center {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .col--md-align-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .col--md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .col--md-reset {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .col--md-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .row--md-reverse {
        flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    }

    .col--md-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

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

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

    .text--md-center {
        text-align: center;
    }

    .col--md {
        max-width: 100%;
        padding: 1rem .5rem 0 .5rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .col--md-1 {
        width: 8.333333333333334%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--md-2 {
        width: 16.666666666666668%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--md-3 {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--md-4 {
        width: 33.333333333333336%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--md-5 {
        width: 41.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--md-6 {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--md-7 {
        width: 58.333333333333336%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--md-8 {
        width: 66.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--md-9 {
        width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--md-10 {
        width: 83.33333333333334%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--md-11 {
        width: 91.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--md-12 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--md-offset-0 {
        margin-left: 0;
    }

    .col--md-offset-1 {
        margin-left: 8.333333333333334%;
    }

    .col--md-offset-2 {
        margin-left: 16.666666666666668%;
    }

    .col--md-offset-3 {
        margin-left: 25%;
    }

    .col--md-offset-4 {
        margin-left: 33.333333333333336%;
    }

    .col--md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col--md-offset-6 {
        margin-left: 50%;
    }

    .col--md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col--md-offset-8 {
        margin-left: 66.66666666666667%;
    }

    .col--md-offset-9 {
        margin-left: 75%;
    }

    .col--md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col--md-offset-11 {
        margin-left: 91.66666666666667%;
    }

    .col--md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .row--lg-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .row--lg-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    .row--lg-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end;
    }

    .col--lg-align-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .col--lg-align-center {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .col--lg-align-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .col--lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .col--lg-reset {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .col--lg-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .row--lg-reverse {
        flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    }

    .col--lg-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

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

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

    .text--lg-center {
        text-align: center;
    }

    .col--lg {
        max-width: 100%;
        padding: 1rem .5rem 0 .5rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .col--lg-1 {
        width: 8.333333333333334%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--lg-2 {
        width: 16.666666666666668%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--lg-3 {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--lg-4 {
        width: 33.333333333333336%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--lg-5 {
        width: 41.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--lg-6 {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--lg-7 {
        width: 58.333333333333336%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--lg-8 {
        width: 66.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--lg-9 {
        width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--lg-10 {
        width: 83.33333333333334%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--lg-11 {
        width: 91.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--lg-12 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--lg-offset-0 {
        margin-left: 0;
    }

    .col--lg-offset-1 {
        margin-left: 8.333333333333334%;
    }

    .col--lg-offset-2 {
        margin-left: 16.666666666666668%;
    }

    .col--lg-offset-3 {
        margin-left: 25%;
    }

    .col--lg-offset-4 {
        margin-left: 33.333333333333336%;
    }

    .col--lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col--lg-offset-6 {
        margin-left: 50%;
    }

    .col--lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col--lg-offset-8 {
        margin-left: 66.66666666666667%;
    }

    .col--lg-offset-9 {
        margin-left: 75%;
    }

    .col--lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col--lg-offset-11 {
        margin-left: 91.66666666666667%;
    }

    .col--lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .row--xl-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .row--xl-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    .row--xl-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end;
    }

    .col--xl-align-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .col--xl-align-center {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .col--xl-align-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .col--xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .col--xl-reset {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .col--xl-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .row--xl-reverse {
        flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    }

    .col--xl-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

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

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

    .text--xl-center {
        text-align: center;
    }

    .col--xl {
        max-width: 100%;
        padding: 1rem .5rem 0 .5rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .col--xl-1 {
        width: 8.333333333333334%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--xl-2 {
        width: 16.666666666666668%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--xl-3 {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--xl-4 {
        width: 33.333333333333336%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--xl-5 {
        width: 41.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--xl-6 {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--xl-7 {
        width: 58.333333333333336%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--xl-8 {
        width: 66.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--xl-9 {
        width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--xl-10 {
        width: 83.33333333333334%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--xl-11 {
        width: 91.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--xl-12 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .col--xl-offset-0 {
        margin-left: 0;
    }

    .col--xl-offset-1 {
        margin-left: 8.333333333333334%;
    }

    .col--xl-offset-2 {
        margin-left: 16.666666666666668%;
    }

    .col--xl-offset-3 {
        margin-left: 25%;
    }

    .col--xl-offset-4 {
        margin-left: 33.333333333333336%;
    }

    .col--xl-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col--xl-offset-6 {
        margin-left: 50%;
    }

    .col--xl-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col--xl-offset-8 {
        margin-left: 66.66666666666667%;
    }

    .col--xl-offset-9 {
        margin-left: 75%;
    }

    .col--xl-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col--xl-offset-11 {
        margin-left: 91.66666666666667%;
    }

    .col--xl-offset-12 {
        margin-left: 100%;
    }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    outline: none !important;
    outline: none;
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hamburger:hover {
    opacity: .7;
}

.hamburger.is-active:hover {
    opacity: .7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    position: absolute;
    width: 30px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000;
}

.hamburger-inner::before,
.hamburger-inner::after {
    display: block;
    content: '';
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
    transform: rotateY(180deg);
    background-color: transparent !important;
}

.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
    transform: rotateY(-180deg);
    background-color: transparent !important;
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
    perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
    transform: rotateX(-180deg);
    background-color: transparent !important;
}

.hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
    transform: rotateX(180deg);
    background-color: transparent !important;
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
    perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
    transform: rotateX(180deg) rotateY(180deg);
    background-color: transparent !important;
}

.hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
    background-color: transparent !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
    transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
    transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(.7, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(.7, 1);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
    transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(.7, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(.7, 1);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
    transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s;
}

.hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
    opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transform: rotate(-90deg);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s;
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
    opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transform: rotate(90deg);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-duration: .275s;
}

.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity .125s .275s ease;
}

.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
    transition-delay: .075s;
    transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    transition-delay: .075s;
    transform: translate3d(0, -20px, 0) rotate(-270deg);
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-duration: .275s;
}

.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity .125s .275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transition-delay: .075s;
    transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
    transition-delay: .075s;
    transform: translate3d(0, -20px, 0) rotate(270deg);
}

/*
   * Emphatic
   */
.hamburger--emphatic {
    overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
    transition: background-color .125s .175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, left .125s .175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
    top: 10px;
    right: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, right .125s .175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    top: -80px;
    left: -80px;
    transition: left .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1);
    transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    top: -80px;
    right: -80px;
    transition: right .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1);
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
    overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
    transition: background-color .125s .175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, left .125s .175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
    top: 10px;
    right: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, right .125s .175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
    top: 80px;
    left: -80px;
    transition: left .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1);
    transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
    top: 80px;
    right: -80px;
    transition: right .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1);
    transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
    transition: bottom .08s 0s ease-out, top .08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
    transition: bottom .08s ease-out, top .08s ease-out, opacity 0s .08s linear;
    opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner::before {
    top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
    top: 2px;
    outline: none;
}

.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
    top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform, opacity;
}

.hamburger--slider-r .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s;
}

.hamburger--spin .hamburger-inner::before {
    transition: top .1s .25s ease-in, opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spin.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    transition: top .1s ease-out, opacity .1s .12s ease-out;
    opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transform: rotate(-90deg);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s;
}

.hamburger--spin-r .hamburger-inner::before {
    transition: top .1s .25s ease-in, opacity .1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spin-r.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    transition: top .1s ease-out, opacity .1s .12s ease-out;
    opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transform: rotate(90deg);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s .13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s;
}

.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spring-r.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .22s linear;
    opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transform: rotate(90deg);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
    transition: transform .075s .15s cubic-bezier(.55, .055, .675, .19), background-color 0s .075s linear;
}

.hamburger--stand .hamburger-inner::before {
    transition: top .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--stand .hamburger-inner::after {
    transition: bottom .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--stand.is-active .hamburger-inner {
    transition: transform .075s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear;
    transform: rotate(90deg);
    background-color: transparent !important;
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transition: top .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1);
    transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transition: bottom .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
    transition: transform .075s .15s cubic-bezier(.55, .055, .675, .19), background-color 0s .075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
    transition: top .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--stand-r .hamburger-inner::after {
    transition: bottom .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--stand-r.is-active .hamburger-inner {
    transition: transform .075s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear;
    transform: rotate(-90deg);
    background-color: transparent !important;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transition: top .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1);
    transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transition: bottom .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .075s;
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top .075s .12s ease, opacity .075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom .075s .12s ease, transform .075s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    transition: top .075s ease, opacity .075s .12s ease;
    opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1);
    transform: rotate(-90deg);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-duration: .2s;
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
    transition-delay: .1s;
    transition-timing-function: linear;
    transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-duration: .2s;
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
    transition-delay: .1s;
    transition-timing-function: linear;
    transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}

.header__insides_white {
    background-color: #fff;
}

.header__insides_white .header__link {
    color: #21242f;
}

.header__insides_white .header__phone {
    color: #21242f;
}

.header__insides_white .header__lang a {
    color: #21242f;
}

.header__insides_white .header__lang .active {
    color: #fff;
}

.header__inside {
    display: flex;
    padding-top: 3rem;
    padding-bottom: 3rem;
    justify-content: space-around;
    align-items: center;
}

.header_reset {
    padding: 0;
}

.wrapper_background {
    position: relative;
    min-height: 500px;
    background-position: center;
}

.staff_offset {
    padding-top: 12rem;
}

.staff__box {
    font-family: Roboto;
    width: 100%;
    max-width: 592px;
    padding-top: 3rem;
    padding-right: 4rem;
    padding-bottom: 3rem;
    padding-left: 4rem;
    border-left: 3px solid #e6be97;
    background-color: #fff;
}

.h2_border span {
    position: relative;
}

.h2_border span:before {
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #c8c8c8;
}

.staff__center {
    display: flex;
    height: 100%;
    align-items: center;
}

.vacancies__item_list {
    display: flex;
    justify-content: space-between;
}

.h2_offset_bottom {
    margin-bottom: 5rem;
}

.subtitle {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #24262a;
}

.vacancies_offset-top {
    padding-top: 11.1rem;
}

.section-find_offset_top {
    margin-top: 11.5rem;
}

.footer_border {
    padding-top: 7rem;
    border-top: 1px solid #c8c8c8;
}

.footer_bg {
    padding-top: 12rem;
    background-color: #ffffff;
}

.section-find_offset_tops {
    margin-top: 11.5rem;
}

.main_gray {
    background-color: #fafafa !important;
}

.btn {
    transition: all .5s ease;
}

.btn-circle {
    transition: all .5s ease;
}

.header__link {
    transition: all .5s ease;
}

.header__link:hover {
    transition: all .5s ease;
    color: #d28d4c;
}

.btn:hover {
    transition: all .5s ease;
    color: #8f5824;
}

.btn:hover .btn-circle {
    transition: all .5s ease;
    color: #8f5824;
    border-color: #8f5824;
}

.btn:hover .btn-circle:before {
    background-color: #8f5824;
}

.btn:hover .btn-circle:after {
    transition: all .5s ease;
    border-color: transparent transparent transparent #8f5824;
}

.main_bg-vac {
    background: url('/local/templates/main/css/../images/bg-init.png') no-repeat;
}

.footer__list {
    display: flex;
}

.footer__list .footer_mail {
    margin-left: 7rem;
}

.footer_offset-left {
    padding-left: 7rem;
}

.footer_addr {
    max-width: 340px;
    margin-top: 3rem;
}

.footer_facebook {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    line-height: 16px;
    display: flex;
    color: #1f1f2f;
    justify-content: center;
    align-items: center;
}

.footer_facebook img {
    margin-right: 2rem;
}

.footer_number {
    font-size: 36px;
    font-weight: 400;
    line-height: 0;
    color: #1f1f2f;
}

.footer_addr {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    color: #1f1f2f;
}

.footer_mail {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    line-height: 16px;
    color: #1f1f2f;
    border-bottom: 1px solid #c8c8c8;
}

.row_right {
    justify-content: flex-end;
}

.footer_description {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    color: #1f1f2f;
}

.vacanvcies_button {
    display: flex;
    margin-top: 6rem;
    align-items: center;
    justify-content: center;
}

.button_center {
    text-align: center;
}

.vacancies__item {
    display: block;
    min-height: 196px;
    padding-right: 5rem;
    padding-left: 5rem;
    border-top: 1px solid #d4d5d1;
}

.vacancies__item_subtitle {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    margin-top: 4rem;
    margin-bottom: 1.4rem;
    margin-left: 9px;
    letter-spacing: .96px;
    text-transform: uppercase;
    color: #777;
}

.vacancies__item_subtitle:before {
    position: absolute;
    top: 6px;
    left: -10px;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
    background-color: #d5965c;
}

.vacancies__item_title {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    transition: all .5s ease;
    color: #000;
}

.vacancies__item:hover {
    background-color: #f5f3f1;
}

.vacancies__item:hover .btn_vac {
    transition: all .5s ease;
    opacity: 1;
}

.vacancies__item:hover .vacancies__item_title {
    transition: all .5s ease;
    color: #e6be97;
}

.vacancies__item .btn_vac {
    transition: all .5s ease;
    opacity: 0;
}

.h2_title {
    font-size: 42px;
    font-weight: 400;
    line-height: 54px;
    color: #24262a;
}

.staff {
    position: relative;
}

.staff_bg:before {
    position: absolute;
    top: 20rem;
    right: 0;
    content: url('/local/templates/main/css/../images/bg-vac.png');
    pointer-events: none;
}

.staff__img {
    margin-bottom: 2.3rem;
}

.footer_number {
    white-space: nowrap;
}

.staff__box_text {
    font-size: 12px;
    font-weight: 400;
    line-height: 27px;
    /* Text style for "Штатная чи" */
    letter-spacing: .96px;
    text-transform: uppercase;
    color: #524f4f;
}

.icon_chef {
    width: 30px;
    height: 26px;
    fill: #e6be97;
}

.staff__title {
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 4rem;
    color: #24262a;
}

.document__quotes {
    line-height: 30px;
}

.document__offset-top {
    padding-top: 6rem;
}

.staff__text_offset-bottom {
    margin-bottom: 3.5rem;
}

.feedback_offset-top {
    padding-top: 6rem;
}

.document-tabs_offset-top {
    padding-top: 1rem;
}

.document_width {
    line-height: 1.5;
    width: 100%;
    max-width: 853px;
    margin-right: auto;
    margin-left: auto;
}

.h1_center {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    color: #fff;
}

.wrapper_isides {
    display: flex;
    max-width: 1670px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3%;
    padding-left: 3%;
    color: #fff;
    align-items: flex-end;
    justify-content: space-between;
}

.work_offset {
    padding-top: 12rem;
}

.header_reset {
    position: relative;
}

.work_price {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 1.9rem;
    color: #d29052;
}

.work_price span {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    color: #db904f;
}

.subtitle_border {
    padding-bottom: 6.5rem;
    border-bottom: 1px solid #c7c9c3;
}

.work__form {
    margin-left: 8rem;
    padding: 7rem 6rem;
    background-color: #fff;
}

.work__form_title {
    font-size: 42px;
    font-weight: 400;
    line-height: 54px;
    margin-bottom: 3.7rem;
    color: #24262a;
}

.work__form_list {
    width: 100%;
}

.input_default {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 2rem;
    padding: 1.8rem 0 1.8rem .1rem;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    color: #777;
    border: none;
    border-bottom: 1px solid #c7c9c3;
    outline: none;
}

input[type='file'] {
    display: none;
}

.work__dowloand {
    margin-top: 1rem;
    cursor: pointer;
}

.label_file {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    display: flex;
    cursor: pointer;
    color: #24262a;
    align-items: center;
}

.label_file img {
    margin-right: 2rem;
}

.work__checkbox {
    margin-top: 4rem;
}

.work__checkbox a {
    color: #24262a;
    border-bottom: 1px solid #c8c8c8;
}

.work_button {
    margin-top: 5rem;
    text-align: center;
}

.work_bg {
    position: relative;
}

.work_bg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    pointer-events: none;
    background: url('/local/templates/main/css/../images/bg-vac.png');
}

.prouct__item:hover .product__item_title {
    transition: all .5s ease;
    color: #d18a48;
}

.product__item_title {
    transition: all .5s ease;
}

a.catalog__link {
    transition: all .5s ease;
}

a.catalog__link:hover {
    transition: all .5s ease;
    color: #d18a48;
}

.header__linked a:hover {
    transition: all .5s ease;
    color: #d18a48;
}

.header__linked a {
    transition: all .5s ease;
}

.warning__button {
    display: flex;
    justify-content: center;
}

a.product__list:hover {
    transition: all .5s ease;
    color: #d18a48;
}

a.product__list {
    transition: all .5s ease;
}

.product__list.active:hover {
    transition: all .5s ease;
    color: #000;
}

.footer__box_desc p {
    font-family: 'Roboto';
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d18a48 !important;
}

.index-new .image {
    display: flex;
    justify-content: center;
}

.slider-new {
    /* the slides */
    /* the parent */
}

.slider-new .slick-slide {
    margin: 0 10px;
}

.slider-new .slick-list {
    margin: 0 -10px;
}

.checkbox {
    position: absolute;
    z-index: -1;
    margin: 10px 0 0 20px;
    opacity: 0;
}

.checkbox + label {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
}

.checkbox + label:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    transition: .2s;
    border: 3px solid #e6be97;
    border-radius: 13px;
}

.checkbox + label:after {
    position: absolute;
    top: 8px;
    left: 6px;
    width: 4px;
    height: 4px;
    content: '';
    transition: .2s;
    opacity: 0;
    border-radius: 50%;
    background-color: #e6be97;
}

.checkbox:checked + label:after {
    opacity: 1;
}

.radio {
    position: absolute;
    z-index: -1;
    margin: 10px 0 0 7px;
    opacity: 0;
}

.radio + label {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
}

.radio + label:before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 22px;
    height: 22px;
    content: '';
    border: 1px solid #cdd1da;
    border-radius: 50%;
    background: #fff;
}

.radio + label:after {
    position: absolute;
    top: 1px;
    left: 4px;
    width: 16px;
    height: 16px;
    content: '';
    transition: .2s;
    opacity: 0;
    border-radius: 50%;
    background: #9fd468;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
}

.radio:checked + label:after {
    opacity: 1;
}

.radio:focus + label:before {
    box-shadow: 0 0 0 3px rgba(255, 255, 0, .7);
}

.select2-container {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    display: block;
    box-sizing: border-box;
    height: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    padding-right: 20px;
    padding-left: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select2-container[dir='rtl'] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    display: block;
    box-sizing: border-box;
    min-height: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 100%;
    box-sizing: border-box;
    margin-top: 5px;
    border: none;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    position: absolute;
    z-index: 1051;
    left: -100000px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
}

.select2-results {
    display: block;
}

.select2-results__options {
    margin: 0;
    padding: 0;
    list-style: none;
}

.select2-results__option {
    padding: 6px;
    -webkit-user-select: none;
    user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    box-sizing: border-box;
    width: 100%;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    border: 0;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    color: #444;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-weight: bold;
    float: right;
    cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: -2px;
    margin-left: -4px;
    border-width: 5px 4px 0 4px;
    border-style: solid;
    border-color: #888 transparent transparent transparent;
}

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__arrow {
    right: auto;
    left: 1px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: default;
    background-color: #eee;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #888 transparent;
}

.select2-container--default .select2-selection--multiple {
    cursor: text;
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 5px;
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    float: left;
    margin-top: 5px;
    color: #999;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    font-weight: bold;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 0 5px;
    cursor: default;
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: #e4e4e4;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-weight: bold;
    display: inline-block;
    margin-right: 2px;
    cursor: pointer;
    color: #999;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
    margin-right: auto;
    margin-left: 5px;
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: auto;
    margin-left: 2px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    cursor: default;
    background-color: #eee;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    border: none;
    outline: 0;
    background: transparent;
}

.select2-container--default .select2-results > .select2-results__options {
    overflow-y: auto;
    max-height: 200px;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: white;
    background-color: #5897fb;
}

.select2-container--default .select2-results__group {
    display: block;
    padding: 6px;
    cursor: default;
}

.select2-container--classic .select2-selection--single {
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-color: #f6f6f6;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    color: #444;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    font-weight: bold;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    height: 26px;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: -2px;
    margin-left: -4px;
    border-width: 5px 4px 0 4px;
    border-style: solid;
    border-color: #888 transparent transparent transparent;
}

.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__arrow {
    right: auto;
    left: 1px;
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    border: none;
    background: transparent;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #888 transparent;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    cursor: text;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-color: white;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    margin: 0;
    padding: 0 5px;
    list-style: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 0 5px;
    cursor: default;
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: #e4e4e4;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    font-weight: bold;
    display: inline-block;
    margin-right: 2px;
    cursor: pointer;
    color: #888;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
    margin-right: auto;
    margin-left: 5px;
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: auto;
    margin-left: 2px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
}

.select2-container--classic .select2-dropdown {
    border: 1px solid transparent;
    background-color: white;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    overflow-y: auto;
    max-height: 200px;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    color: white;
    background-color: #3875d7;
}

.select2-container--classic .select2-results__group {
    display: block;
    padding: 6px;
    cursor: default;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.document-tabs_text {
    padding-left: 2rem;
}

.document-tabs_text li {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    list-style: none;
    color: #24262a;
}

.document-tabs_text li:before {
    position: absolute;
    top: 1.2rem;
    left: -3rem;
    width: 7px;
    height: 7px;
    content: '';
    border-radius: 50%;
    background-color: #e6be97;
}

.icon_dow {
    width: 54px;
    height: 54px;
    margin-right: 2rem;
    opacity: .7;
    fill: #ce843f;
}

.document-tabs_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.document-tabs_list a {
    font-family: Roboto-light;
    font-size: 2rem;
    font-weight: 300;
    display: block;
    margin-right: 3.6rem;
    color: #24262a;
    border-bottom: 1px solid #c8c8c8;
}

.document-dow__button {
    display: flex;
    margin-top: 4rem;
    align-items: center;
    justify-content: center;
}

.document_top {
    padding-top: 13.5rem;
}

.document__dowloand {
    margin-bottom: 5rem;
}

.document__dowloand span {
    width: 100%;
    max-width: 653px;
}

.document-tabs_text {
    padding-left: 3rem;
}

.document-tabs_text li {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 4rem;
    color: #24262a;
}

.document__column {
    margin-top: 7.5rem;
}

.document__button {
    display: flex;
    margin-top: 4rem;
    align-items: center;
    justify-content: center;
}

.document-tabs_list.link.active {
    padding: .6rem 2rem .8rem 2rem;
    color: #fff;
    border-bottom: none;
    border-radius: 30px;
    background-image: url('/local/templates/main/css/../images/bg-prod.png') !important;
    background-size: cover;
}

.wrapper_background {
    background-size: cover;
}

.section_documents {
    padding-top: 12rem;
}

.section_documents .work__dowloand {
    margin-bottom: 3rem;
}

#contacts-map {
    width: 100%;
    min-height: 733px;
}

.work__dowloand {
    display: flex;
    align-items: center;
}

.label_file {
    display: flex;
    align-items: center;
}

.label_file span {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    color: #24262a;
}

.label_file img {
    min-width: 54px;
    height: 54px;
    margin-right: 2.9rem;
}

.humburger_plus {
    width: 26px;
    padding: 0;
}

.humburger_plus .hamburger-inner {
    width: 0;
}

.humburger_plus .hamburger-inner:before {
    top: 50%;
    left: -1px;
    width: 25px;
    transform: rotate(90deg) translateY(-50%);
}

.humburger_plus .hamburger-inner:after {
    top: 50%;
    width: 25px;
    transform: translateY(-50%);
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: -14px;
    left: -7px;
}

.hamburger--stand.is-active .hamburger-inner::after {
    top: -13px;
    left: -7px;
}

.image_mob {
    display: none;
}

.feedback_width-res {
    width: 100%;
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
}

.section_natural {
    margin-top: 14.5rem;
}

.slider-quality {
    /* the slides */
    /* the parent */
}

.slider-quality .slick-slide {
    margin: 0 10px;
}

.slider-quality .slick-list {
    margin: 0 -10px;
}

.slider-quality .slick-dots {
    position: absolute;
    top: 91%;
    left: 50%;
    display: flex;
    padding-left: 0;
    transform: translateX(-50%);
    align-items: center;
}

.slider-quality .slick-dots li {
    font-size: 0;
    margin-right: 2rem;
    list-style-type: none;
}

.slider-quality .slick-dots li:last-child {
    margin-right: 0;
}

.slider-quality .slick-dots button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    outline: none;
    background-color: #e0dbd5;
}

.slider-quality .slick-dots .slick-active button {
    width: 17px;
    height: 17px;
    border: 3px solid #e6be97;
    background-color: transparent;
}

.section-caption_offset-top {
    margin-top: 15rem;
}

.section_natural {
    min-height: 660px;
}

.feedback__quotes_line {
    line-height: 4rem;
}

.feedback_height {
    line-height: 5.4rem;
}

.natural__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 17rem;
}

.natural__content .natural__title {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3;
    width: 100%;
    max-width: 580px;
    margin-bottom: 3.5rem;
    color: #21242f;
}

.natural__content .natural__subtitle {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    width: 100%;
    max-width: 560px;
    color: #21242f;
}

.headline {
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 54px;
    width: 100%;
    max-width: 843px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #24262a;
}

.headline span {
    position: relative;
}

.headline span:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
    border-bottom: 1px solid #c8c8c8;
}

.news__subtitle {
    line-height: 1.4;
    width: 100%;
    max-width: 409px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section_news {
    padding-top: 12rem;
}

.news__subtitle {
    font-size: 2.2rem;
    font-weight: 400;
    margin-top: 2rem;
    color: #24262a;
}

.news__item {
    display: block;
    margin-bottom: 10rem;
}

.icon_soc-fb {
    width: 11px;
    height: 19px;
    fill: #cacaca;
}

.icon_soc-vk {
    width: 20px;
    height: 11px;
    fill: #cacaca;
}

.new__social {
    display: flex;
    flex-direction: column;
}

.new__social a {
    display: flex;
    width: 51px;
    height: 51px;
    margin-bottom: 3rem;
    border: 1px solid #cacaca;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.new__social a:last-child {
    margin-bottom: 0;
}

.new__column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section_new {
    padding-top: 12rem;
}

.title-new_offset {
    line-height: .9;
    margin-bottom: 5rem;
}

.new__button {
    width: 100%;
    max-width: 200px;
    margin-top: 5.5rem;
}

.new__text {
    font-family: Roboto;
    font-size: 16px;
    line-height: 2;
    color: #24262a;
}

.new__text p {
    margin-bottom: 3rem;
}

.new__text p:last-child {
    margin-bottom: 0;
}

.new__number {
    font-size: 60px;
    font-weight: 400;
    line-height: .5;
    margin-bottom: 4rem;
    color: #24262a;
}

.new__month {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 7rem;
    color: #a0a0a1;
}

.icon_soc-od {
    width: 12px;
    height: 18px;
    fill: #cacaca;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination__sep {
    display: inline-flex;
    width: 1.5rem;
    height: 3.5rem;
    margin-right: 1.2rem;
    padding-bottom: 1rem;
    text-align: center;
    color: #171717;
    justify-content: center;
    align-items: flex-end;
}

.pagination__link.active {
    padding: 0;
    color: #e6be97;
    background-image: none;
}

.pagination__arrow {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #e8c09b;
    border-radius: 50%;
}

.pagination__arrow_left {
    margin-right: 3rem;
}

.pagination__arrow_left:before {
    position: absolute;
    top: 40%;
    left: 50%;
    height: 12px;
    content: '';
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    border-left: 1px solid #ce843f;
}

.pagination__arrow_left:after {
    position: absolute;
    top: 58%;
    left: 50%;
    width: 12px;
    content: '';
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    border-bottom: 1px solid #ce843f;
}

.pagination__arrow_right {
    margin-left: 3rem;
    transform: rotate(180deg);
}

.pagination__arrow_right:before {
    position: absolute;
    top: 40%;
    left: 50%;
    height: 12px;
    content: '';
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    border-left: 1px solid #ce843f;
}

.pagination__arrow_right:after {
    position: absolute;
    top: 58%;
    left: 50%;
    width: 12px;
    content: '';
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    border-bottom: 1px solid #ce843f;
}

.pagination__link {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 300;
    margin-right: 1.7rem;
    color: #24262a;
}

.pagination__link:last-child {
    margin-right: 0;
}

.pagination_row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ya-share2__item_service_vkontakte .ya-share2__badge {
    margin-top: .5rem;
}

.ya-share2__item_service_facebook .ya-share2__badge {
    background-color: transparent !important;
}

.ya-share2__item_service_facebook .ya-share2__icon {
    width: 11px !important;
    height: 19px !important;
    background: url('/local/templates/main/css/../images/fb-l.png') !important;
}

.ya-share2__item_service_odnoklassniki .ya-share2__badge {
    background: transparent !important;
}

.ya-share2__item_service_odnoklassniki .ya-share2__icon {
    width: 12px !important;
    height: 18px !important;
    background: url('/local/templates/main/css/../images/odn-l.png') !important;
}

.ya-share2__list_direction_horizontal > .ya-share2__item {
    margin-bottom: 3rem !important;
}

.ya-share2__list {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
    width: 20px !important;
    height: 11px !important;
    background: url('/local/templates/main/css/../images/vk-l.png') !important;
}

.ya-share2__item_service_vkontakte .ya-share2__badge {
    background-color: transparent !important;
}

.new__box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section_about .irs--flat .irs-grid-text {
    color: #24262a;
}

.section_about .irs-max {
    display: none;
}

.section_about .irs-min {
    display: none;
}

.section_about .irs-grid-pol {
    display: none;
}

.section_about .irs--flat .irs-line {
    height: 1px;
}

.section_about .irs--flat .irs-line {
    top: 30px;
}

.section_about .irs--flat .irs-handle > i:first-child {
    left: -.9rem;
    width: 11px;
    height: 11px;
    border: 3px solid #e6be97;
    border-radius: 50%;
    background-color: #fafafa;
}

.section_about .irs--flat .irs-handle {
    width: 0;
}

.section_about span.irs-single {
    display: none;
}

.section_about .irs--flat .irs-bar {
    height: 1px;
    background-color: transparent;
}

.section_about .irs-grid-text {
    font-family: Roboto;
    font-size: 22px;
    top: 2rem;
    color: #24262a;
}

.section_about .irs-grid-text:before {
    position: absolute;
    top: -3.5rem;
    right: 2.5rem;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;
    background-color: #ccc;
}

.slider-about__item {
    min-height: 160px;
    padding-top: 5rem;
    padding-right: 8rem;
    padding-bottom: 6rem;
    padding-left: 5rem;
    background-color: #fff;
}

.slider-video {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
}

.slider-video .slick-dots {
    position: absolute;
    top: 103%;
    left: 50%;
    display: flex;
    padding-left: 0;
    transform: translateX(-50%);
    align-items: center;
}

.slider-video .slick-dots li {
    font-size: 0;
    margin-right: 2rem;
    list-style-type: none;
}

.slider-video .slick-dots li:last-child {
    margin-right: 0;
}

.slider-video .slick-dots button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    outline: none;
    background-color: #e0dbd5;
}

.slider-video .slick-dots .slick-active button {
    width: 17px;
    height: 17px;
    border: 3px solid #e6be97;
    background-color: transparent;
}

.prevs-about {
    cursor: pointer;
}

.nexts-about {
    cursor: pointer;
}

.prev-about {
    cursor: pointer;
}

.next-about {
    cursor: pointer;
}

.wrapper_about {
    position: relative;
}

.wrapper_about .prev-about {
    transform: translateY(-50%);
}

.wrapper_about .next-about {
    transform: translateY(-50%);
}

.section_about {
    padding-top: 6.2rem;
}

.youtube__content {
    position: relative;
    min-height: 714px;
    cursor: pointer;
}

.section__about-video {
    position: relative;
    margin-top: 20rem;
}

.youtube iframe {
    min-height: 714px;
}

.nexts-about {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #e8c09b;
    border-radius: 50%;
}

.nexts-about:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    content: '';
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    border-bottom: 1px solid #c3843f;
    border-left: 1px solid #c3843f;
}

.next-about {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #e8c09b;
    border-radius: 50%;
}

.next-about:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    content: '';
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    border-bottom: 1px solid #c3843f;
    border-left: 1px solid #c3843f;
}

.section-find_offset_tops {
    margin-top: 20.5rem;
}

.slider-diploma__image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-diploma {
    margin-top: 11rem;
    margin-bottom: 2rem;
    /* the slides */
    /* the parent */
}

.section-diploma .slick-slide {
    margin: 0 10px;
}

.section-diploma .slick-list {
    margin: 0 -10px;
}

.section-diploma .slick-dots {
    position: absolute;
    top: 110%;
    left: 50%;
    display: flex;
    padding-left: 0;
    transform: translateX(-50%);
    align-items: center;
}

.section-diploma .slick-dots li {
    font-size: 0;
    margin-right: 2rem;
    list-style-type: none;
}

.section-diploma .slick-dots li:last-child {
    margin-right: 0;
}

.section-diploma .slick-dots button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    outline: none;
    background-color: #e0dbd5;
}

.section-diploma .slick-dots .slick-active button {
    width: 17px;
    height: 17px;
    border: 3px solid #e6be97;
    background-color: transparent;
}

.card-button {
    display: flex;
    text-align: center;
    justify-content: center;
}

.wrapper_background {
    background-attachment: fixed;
}

.slider-diploma {
    margin-top: 6rem;
}

.h1_center {
    transition: all .5s ease;
}

.wrapper__range {
    padding-right: 7rem;
    padding-left: 7rem;
}

.js-range-slider {
    padding-right: 7rem;
    padding-left: 7rem;
}

.slider-about {
    margin-top: 3rem;
    padding-right: 7rem;
    padding-left: 7rem;
    /* the slides */
    /* the parent */
}

.slider-about .slick-slide {
    margin: 0 10px;
}

.slider-about .slick-list {
    margin: 0 -10px;
}

.slider-about .slick-dots {
    position: absolute;
    top: 100%;
    left: 50%;
    display: flex;
    padding-left: 0;
    transform: translateX(-50%);
    align-items: center;
}

.slider-about .slick-dots li {
    font-size: 0;
    margin-right: 2rem;
    list-style-type: none;
}

.slider-about .slick-dots li:last-child {
    margin-right: 0;
}

.slider-about .slick-dots button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    outline: none;
    background-color: #e0dbd5;
}

.slider-about .slick-dots .slick-active button {
    width: 17px;
    height: 17px;
    border: 3px solid #e6be97;
    background-color: transparent;
}

.title_about-offset {
    margin-top: 6.5rem;
    margin-bottom: 5rem;
}

.subtitle_width {
    width: 100%;
    max-width: 680px;
}

.staff_reset {
    padding-top: 0.1rem;
}

.find__column_size {
    font-size: 3.7rem;
}

.section_error {
    min-height: 600px;
}

.error {
    width: 100%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.error__content {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.error span {
    font-size: 420px;
    font-weight: 700;
    line-height: 1.4;
    color: #24262a;
}

.staff__center_reset {
    align-items: flex-start;
}

.wrapper__reletiver {
    position: relative;
}

.input_range {
    position: absolute;
    display: flex;
}

.prev-about {
    position: absolute;
    top: 50%;
    right: 3%;
    width: 40px;
    height: 40px;
    transform: translateX(0%);
    border: 1px solid #e8c09b;
    border-radius: 50%;
}

.prev-about:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    content: '';
    transform: translateX(-50%) translateY(-50%) rotate(-140deg);
    border-bottom: 1px solid #c3843f;
    border-left: 1px solid #c3843f;
}

.prevs-about {
    position: absolute;
    top: 50%;
    right: 3%;
    width: 40px;
    height: 40px;
    transform: translateX(0%);
    border: 1px solid #e8c09b;
    border-radius: 50%;
}

.prevs-about:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    content: '';
    transform: translateX(-50%) translateY(-50%) rotate(-140deg);
    border-bottom: 1px solid #c3843f;
    border-left: 1px solid #c3843f;
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 94px;
    height: 94px;
    transform: translateX(-50%) translateY(-50%);
    opacity: .8;
    background-image: url('/local/templates/main/css/../images/play.png');
}

.title_error {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 300;
    color: #000;
}

.warning__button {
    margin-top: 6rem;
    margin-bottom: 12rem;
    text-align: center;
}

.warning__text {
    font-family: Roboto;
    font-size: 2rem;
    width: 100%;
    max-width: 738px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #24262a;
}

.line_range {
    position: relative;
    display: flex;
    margin-top: 5rem;
    justify-content: space-between;
}

.line_range:before {
    position: absolute;
    top: 6px;
    width: 106%;
    height: 1px;
    content: '';
    background-color: #c7c9c3;
}

.line_range .numb {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 300;
    margin-top: 2.5rem;
    color: #24262a;
}

.line_range .numb:before {
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    content: '';
    border-radius: 50%;
    background-color: #e0dbd5;
}

.slider-about__years {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 300;
    color: #ce843f;
}

.slider-about__text {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #24262a;
}

.numb.active {
    transition: all .5s ease;
    color: #e6be97;
}

.numb.active:before {
    top: -2px;
    border: 3px solid #e6be97;
    background-color: #fafafa;
}

.document-tabs_text a {
    font-size: 1.8rem;
    color: #ce843f;
    border-bottom: 1px solid #c3843f;
}

.work__title {
    font-family: Roboto;
    font-size: 1.2rem;
    font-weight: 300;
    position: relative;
    margin: 0;
    padding-left: 1rem;
    /* Text style for "телефон от" */
    letter-spacing: .096rem;
    text-transform: uppercase;
    color: #777;
}

.work__title:before {
    position: absolute;
    top: 50%;
    left: 0rem;
    width: .5rem;
    height: .5rem;
    content: '';
    transform: translateY(-60%);
    border-radius: 50%;
    background-color: #d5965c;
}

.work__number {
    margin-top: 2.9rem;
    margin-left: 3rem;
}

.work__number .number {
    font-size: 3.6rem;
    font-weight: 400;
    color: #21242f;
}

.catalog__title {
    font-size: 37px;
    font-weight: 400;
    color: #21242f;
}

.catalog__link {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    color: #21242f;
}

.catalog__link .active {
    color: #d18a48;
    background-image: none;
}

.catalog__link a.active {
    background-image: none;
}

.product__item_subtitle {
    font-size: 2rem;
}

.prouct__item_offset {
    margin-bottom: 8rem;
}

.catalog__list {
    display: none;
}

.catalog__list .select2-container--default .select2-selection--single {
    display: flex;
    height: 50px;
    border: none;
    border-bottom: 1px solid #cacaca;
    border-radius: 0;
    outline: none;
    align-items: center;
}

.catalog__list .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px;
}

.select2-container--default .select2-selection--single {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.card__item {
    margin-top: 11rem;
}

.card__text {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 3rem;
    color: #24262a;
}

.card__subtitle {
    font-family: Roboto;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1.2rem;
    color: #24262a;
}

.card__value {
    float: right;
    padding-left: 10px;
}

.section_card-buy {
    margin-top: 12rem;
}

.card__prop,
.card__value {
    margin-bottom: -1rem;
    background: #fafafa;
}

.card__prop {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    float: left;
    padding-right: 10px;
    color: #24262a;
}

.text_offset {
    margin-top: 5rem;
    margin-bottom: 1.6rem;
}

.text_medium {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    color: #24262a;
}

.text_medium span {
    font-weight: bold;
}

.card__ingredients {
    width: 100%;
    max-width: 610px;
}

.card__ingredients_offset-top {
    margin-top: 5.2rem;
}

.card-button {
    margin-top: 0rem;
    text-align: center;
}

.card__title {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 5rem;
    color: #24262a;
}

.ingredients__lists .card__list {
    margin-bottom: 2rem;
}

.card__list {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2rem;
    border-bottom: 1px dotted #cacaca;
}

.card__value {
    font-weight: 400;
}

.card__bold {
    font-weight: 900;
}

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

.card__value {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    color: #24262a;
}

.card__bg {
    background-image: url('/local/templates/main/css/../images/kolos.png');
    background-repeat: no-repeat;
    background-position: 0 90%;
}

.header__nav li:hover .header__widget {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}

.header__list_close {
    transition: all .1s ease;
}

.header__list_close.active {
    transition: all .1s ease;
    transform: rotate(45deg);
}

.header__nav li {
    position: relative;
}

.header__link.active:before {
    pointer-events: none;
}

.header__widget {
    position: absolute;
    left: -2%;
    visibility: hidden;
    width: 490px;
    padding-top: 7rem;
    transition: all .5s ease;
    pointer-events: none;
    opacity: 0;
}

.header__linked {
    position: static;
    display: flex;
    flex-direction: column;
    width: 420px;
    padding: 3rem 2rem 3rem 2rem;
    transition: all .5s ease;
    border: 1px solid #c1c2c3;
    border-radius: 2px;
    border-radius: 2px;
    background-color: #fffefa;
    align-items: flex-start;
}

.header__linked a {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 3rem;
    color: #21242f;
}

.header__linked a:last-child {
    margin-bottom: 0;
}

.header__linked a.active {
    position: relative;
    color: #d29052;
}

/* .header__linked a.active:before {
    position: absolute;
    top: 50%;
    left: -2rem;
    height: 37px;
    content: '';
    transform: translateY(-50%);
    border-left: 2px solid #d29052;
} */

.header__nav {
    margin: 0;
    padding-left: 0;
}

.header__nav li {
    list-style: none;
}

.form__title {
    font-size: 42px;
    font-weight: 400;
    line-height: 54px;
    margin-bottom: 3.4rem;
    color: #24262a;
}

.form__list .input_default {
    background-color: transparent;
}

.form__list .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.form__list .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 14px;
    height: 9px;
    border-width: none;
    border-style: none;
    border-color: none;
    background-image: url('/local/templates/main/css/../images/arrow_down.png;');
}

.form__list .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    height: 10px;
    content: '';
    transform: rotate(45deg);
    border-right: 1px solid #bbbcb8;
}

.form__list .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    position: absolute;
    left: -7px;
    height: 10px;
    content: '';
    transform: rotate(-45deg);
    border-right: 1px solid #bbbcb8;
}

.form__list .select2-container--default .select2-selection--single {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    display: flex;
    height: 50px;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    border: none;
    border-bottom: 1px solid #c7c9c3;
    border-radius: 0;
    outline: none;
    background-color: transparent;
    align-items: center;
}

.form__list .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777;
}

.form__list .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 9px;
    right: 9px;
}

.form__list_offset-top {
    margin-top: 2rem;
}

.section_contacts {
    padding-top: 6.5rem;
}

.form__list label {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    line-height: 16px;
    color: #1f1f2f;
}

.form__btn {
    margin-top: 4.5rem;
    margin-left: 6rem;
}

.search__title {
    font-size: 42px;
    font-weight: 400;
    line-height: 54px;
    color: #24262a;
}

.search__title_offset {
    margin-bottom: 4rem;
}

.search__row {
    display: flex;
}

.search__row .search__item {
    margin-right: 13rem;
}

.search__row .search__item:last-child {
    margin-right: 0;
}

.search__sicoals a {
    margin-right: 1rem;
}

.search__sicoals a:last-child {
    margin-right: 0;
}

.search__item {
    margin-bottom: 2.4rem;
}

.search__item_phone {
    font-size: 3.6rem;
    font-weight: 400;
    color: #cf843f;
}

.search__item_phone span {
    font-size: 2.2rem;
}

.search__item_addr {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    color: #cf843f;
}

.mail_default {
    font-size: 2.2rem;
    font-weight: 400;
    color: #cf843f;
}

.search__item_name {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 1.5rem;
    color: #24262a;
}

.form__checkbox {
    margin-top: 2.4rem;
}

.textarea_default {
    font-family: Roboto;
    font-size: 12px;
    line-height: 30px;
    width: 100%;
    height: 110px;
    padding-top: 1.9rem;
    resize: none;
    /* Text style for "Ваше сообщ" */
    letter-spacing: 1.44px;
    text-transform: uppercase;
    color: #777;
    border: none;
    border-bottom: 1px solid #c7c9c3;
    outline: none;
    background-color: transparent;
}

.masters__title {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 300;
    margin-top: -1rem;
    margin-bottom: 1.3rem;
    text-align: center;
    color: #000;
}

.masters__mail {
    text-align: center;
}

.masters__mail a {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    color: #1f1f2f;
}

.masters__mail a:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #cacaca;
}

.catalog__link {
    color: #21242f;
}

.catalog__link span {
    position: relative;
}

.catalog__link span:after {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 1px;
    content: '';
    transition: width .3s ease 200ms;
    transform: rotate(180deg) translateX(-40%);
    background-color: #ce843f;
}

.catalog__title {
    margin-bottom: 5.2rem;
}

.catalog__link {
    margin-bottom: 2.2rem;
    transition: all .5s ease;
}

.catalog__link:last-child {
    margin-bottom: 0;
}

.catalog__quality {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-top: 5rem;
    color: #21242f;
}

.catalog__quality span {
    position: relative;
}

.catalog__quality span:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #cacaca;
}

.section_catalog {
    background-color: #f5f5f5;
    padding-top: 6.5rem;
}

.section_catalog .header__linked {
    background-color: #fafafa !important;
}

.catalog__link.active {
    color: #d18a48;
}

.catalog__link.active span:after {
    width: 60px;
    transition: width .3s ease 200ms;
}

.catalog__column {
    display: flex;
    flex-direction: column;
}

#contacts-map {
    margin-top: 4rem;
}

.section_masters {
    margin-top: 11.5rem;
}

.title__masters_offset {
    margin-bottom: 8.5rem;
}

.masters__item {
    margin-bottom: 8rem;
}

.masters__image {
    text-align: center;
}

.masters__phone {
    margin-top: 1rem;
    text-align: center;
}

.masters__phone a {
    font-size: 22px;
    font-weight: 400;
    color: #cf843f;
}

.masters__subtitle {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    width: 100%;
    max-width: 272px;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: auto;
    text-align: center;
    color: #24262a;
}

.main_white {
    background-color: #f2f2f2;
}

/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-12 00:07:25
*/
.irs {
    font-family: Arial, sans-serif;
    font-size: 12px;
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-bar {
    position: absolute;
    left: 0;
    display: block;
    width: 0;
}

.irs-shadow {
    position: absolute;
    left: 0;
    display: none;
    width: 0;
}

.irs-handle {
    position: absolute;
    z-index: 1;
    display: block;
    box-sizing: border-box;
    cursor: default;
}

.irs-handle.type_last {
    z-index: 2;
}

.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default;
}

.irs-min {
    left: 0;
}

.irs-max {
    right: 0;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    font-size: 9px;
    line-height: 9px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 3px;
    text-align: center;
    white-space: nowrap;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    z-index: 2;
    top: 0;
    left: -1%;
    display: block;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
}

.lt-ie9 .irs-disable-mask {
    cursor: not-allowed;
    background: #000;
    filter: alpha(opacity=0);
}

.irs-disabled {
    opacity: .4;
}

.irs-hidden-input {
    font-size: 0 !important;
    line-height: 0 !important;
    position: absolute !important;
    z-index: -9999 !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
    overflow: hidden;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-style: solid !important;
    border-color: transparent !important;
    outline: none !important;
    background: none !important;
}

.irs--flat {
    height: 40px;
}

.irs--flat.irs-with-grid {
    height: 60px;
}

.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    border-radius: 4px;
    background-color: #e1e4e9;
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #ed5565;
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
    bottom: 16px;
    height: 1px;
    background-color: #e1e4e9;
}

.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
    background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    font-size: 10px;
    line-height: 1.333;
    top: 0;
    padding: 1px 3px;
    color: #999;
    border-radius: 4px;
    background-color: #e1e4e9;
    text-shadow: none;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    font-size: 10px;
    line-height: 1.333;
    padding: 1px 5px;
    color: white;
    border-radius: 4px;
    background-color: #ed5565;
    text-shadow: none;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    position: absolute;
    bottom: -6px;
    left: 50%;
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    margin-left: -3px;
    content: '';
    border: 3px solid transparent;
    border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
    background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
    color: #999;
}

.irs--big {
    height: 55px;
}

.irs--big.irs-with-grid {
    height: 70px;
}

.irs--big .irs-line {
    top: 33px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 12px;
    background: linear-gradient(to bottom, #ddd -50%, white 150%);
    background-color: white;
}

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    border: 1px solid #428bca;
    background: linear-gradient(to bottom, #fff 0%, #428bca 30%, #b9d4ec 100%);
    background-color: #92bce0;
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .5);
}

.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
    bottom: 16px;
    height: 1px;
    background-color: rgba(66, 139, 202, .5);
}

.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 30px;
    background: linear-gradient(to bottom, white 0%, #b4b9be 30%, white 100%);
    background-color: #cbcfd5;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 0 3px 1px white;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    border-color: rgba(0, 0, 0, .45);
    background: linear-gradient(to bottom, white 0%, #919ba5 30%, white 100%);
    background-color: #939ba7;
}

.irs--big .irs-min,
.irs--big .irs-max {
    top: 0;
    padding: 1px 5px;
    color: white;
    border-radius: 3px;
    background-color: #9f9f9f;
    text-shadow: none;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
    padding: 1px 5px;
    color: white;
    border-radius: 3px;
    background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    background-color: #428bca;
    text-shadow: none;
}

.irs--big .irs-grid-pol {
    background-color: #428bca;
}

.irs--big .irs-grid-text {
    color: #428bca;
}

.irs--modern {
    height: 55px;
}

.irs--modern.irs-with-grid {
    height: 55px;
}

.irs--modern .irs-line {
    top: 25px;
    height: 5px;
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 5px;
    background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
    background-color: #d1d6e0;
}

.irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
    bottom: 21px;
    height: 1px;
    background-color: rgba(209, 214, 224, .5);
}

.irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top-width: 0;
    border-radius: 0 0 3px 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.irs--modern .irs-handle > i:nth-child(1) {
    position: absolute;
    top: -4px;
    left: 1px;
    display: block;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border: 1px solid #a3adc1;
    background: white;
}

.irs--modern .irs-handle > i:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 12px;
    border-radius: 0 0 3px 3px;
    background: #e9e6e6;
    background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
}

.irs--modern .irs-handle > i:nth-child(3) {
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    box-sizing: border-box;
    width: 4px;
    height: 5px;
    border-right: 1px solid #a3adc1;
    border-left: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: linear-gradient(to bottom, #fff 0%, #919ba5 30%, #fff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
    border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
    border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
    font-size: 10px;
    line-height: 1.333;
    top: 0;
    padding: 1px 5px;
    color: white;
    border-radius: 5px;
    background-color: #d1d6e0;
    text-shadow: none;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
    font-size: 10px;
    line-height: 1.333;
    padding: 1px 5px;
    color: white;
    border-radius: 5px;
    background-color: #20b426;
    text-shadow: none;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
    position: absolute;
    bottom: -6px;
    left: 50%;
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    margin-left: -3px;
    content: '';
    border: 3px solid transparent;
    border-top-color: #20b426;
}

.irs--modern .irs-grid {
    height: 25px;
}

.irs--modern .irs-grid-pol {
    background-color: #dedede;
}

.irs--modern .irs-grid-text {
    font-size: 13px;
    color: silver;
}

.irs--sharp {
    font-size: 12px;
    line-height: 1;
    height: 50px;
}

.irs--sharp.irs-with-grid {
    height: 57px;
}

.irs--sharp .irs-line {
    top: 30px;
    height: 2px;
    border-radius: 2px;
    background-color: black;
}

.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
    bottom: 21px;
    height: 1px;
    background-color: rgba(0, 0, 0, .5);
}

.irs--sharp .irs-handle {
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
    background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
    border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: .4;
    color: white;
    border-radius: 2px;
    background-color: #a804b2;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
    font-size: 14px;
    line-height: 1;
    padding: 3px 4px;
    color: white;
    border-radius: 2px;
    background-color: #a804b2;
    text-shadow: none;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
    position: absolute;
    bottom: -6px;
    left: 50%;
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    margin-left: -3px;
    content: '';
    border: 3px solid transparent;
    border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
    height: 25px;
}

.irs--sharp .irs-grid-pol {
    background-color: #dedede;
}

.irs--sharp .irs-grid-text {
    font-size: 13px;
    color: silver;
}

.irs--round {
    height: 50px;
}

.irs--round.irs-with-grid {
    height: 65px;
}

.irs--round .irs-line {
    top: 36px;
    height: 4px;
    border-radius: 4px;
    background-color: #dee4ec;
}

.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #006cfa;
}

.irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
    bottom: 21px;
    height: 4px;
    background-color: rgba(222, 228, 236, .5);
}

.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #006cfa;
    border-radius: 24px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    color: #333;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .1);
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    padding: 3px 5px;
    color: white;
    border-radius: 4px;
    background-color: #006cfa;
    text-shadow: none;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    bottom: -6px;
    left: 50%;
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    margin-left: -3px;
    content: '';
    border: 3px solid transparent;
    border-top-color: #006cfa;
}

.irs--round .irs-grid {
    height: 25px;
}

.irs--round .irs-grid-pol {
    background-color: #dedede;
}

.irs--round .irs-grid-text {
    font-size: 13px;
    color: silver;
}

.irs--square {
    height: 50px;
}

.irs--square.irs-with-grid {
    height: 60px;
}

.irs--square .irs-line {
    top: 31px;
    height: 4px;
    background-color: #dedede;
}

.irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: black;
}

.irs--square .irs-shadow {
    bottom: 21px;
    height: 2px;
    background-color: #dedede;
}

.irs--square .irs-handle {
    top: 25px;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 3px solid black;
    background-color: white;
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
    background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    color: #333;
    background-color: rgba(0, 0, 0, .1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
    font-size: 14px;
    line-height: 1;
    padding: 3px 5px;
    color: white;
    background-color: black;
    text-shadow: none;
}

.irs--square .irs-grid {
    height: 25px;
}

.irs--square .irs-grid-pol {
    background-color: #dedede;
}

.irs--square .irs-grid-text {
    font-size: 11px;
    color: silver;
}

/* Magnific Popup CSS */
.mfp-bg {
    position: fixed;
    z-index: 1042;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: #0b0b0b;
}

.mfp-wrap {
    position: fixed;
    z-index: 1043;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    text-align: center;
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    z-index: 1045;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    position: absolute;
    z-index: 1044;
    top: 50%;
    right: 8px;
    left: 8px;
    width: auto;
    margin-top: -.8em;
    text-align: center;
    color: #ccc;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    z-index: 1046;
    display: block;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background: transparent;
    box-shadow: none;
    -webkit-appearance: none;
    touch-action: manipulation;
}

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

.mfp-close {
    font-family: Arial, Baskerville, monospace;
    font-size: 28px;
    font-style: normal;
    line-height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0 0 18px 10px;
    text-align: center;
    text-decoration: none;
    opacity: .65;
    color: #fff;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: -6px;
    width: 100%;
    padding-right: 6px;
    text-align: right;
    color: #fff;
}

.mfp-counter {
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    color: #ccc;
}

.mfp-arrow {
    position: absolute;
    top: 50%;
    width: 90px;
    height: 110px;
    margin: 0;
    margin-top: -55px;
    padding: 0;
    opacity: .65;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin-top: 35px;
    margin-left: 35px;
    content: '';
    border: medium inset transparent;
}

.mfp-arrow:after {
    top: 8px;
    border-top-width: 13px;
    border-bottom-width: 13px;
}

.mfp-arrow:before {
    opacity: .7;
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    margin-left: 31px;
    border-right: 17px solid #fff;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    margin-left: 39px;
    border-left: 17px solid #fff;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

/* Main image in popup */
img.mfp-img {
    line-height: 0;
    display: block;
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 40px;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    position: absolute;
    z-index: -1;
    top: 40px;
    right: 0;
    bottom: 40px;
    left: 0;
    display: block;
    width: auto;
    height: auto;
    content: '';
    background: #444;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.mfp-figure small {
    font-size: 12px;
    line-height: 14px;
    display: block;
    color: #bdbdbd;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -36px;
    cursor: auto;
}

.mfp-title {
    line-height: 18px;
    padding-right: 36px;
    text-align: left;
    word-wrap: break-word;
    color: #f3f3f3;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-right: 0;
        padding-left: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        position: fixed;
        top: auto;
        bottom: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        background: rgba(0, 0, 0, .6);
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        top: 3px;
        right: 5px;
    }

    .mfp-img-mobile .mfp-close {
        line-height: 35px;
        position: fixed;
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        padding: 0;
        text-align: center;
        background: rgba(0, 0, 0, .6);
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-right: 6px;
        padding-left: 6px;
    }
}

.purchase__offset {
    padding-top: 6rem;
}

.purchase__content {
    display: flex;
    margin-top: 6.5rem;
    justify-content: space-between;
    align-items: center;
}

#map {
    position: relative;
    width: 100%;
    height: 554px;
    margin-top: 6.5rem;
}

.purchase__content .slick-dots {
    position: absolute;
    bottom: -100%;
    left: 50%;
    display: flex;
    padding-left: 0;
    transform: translateX(-50%);
    align-items: center;
}

.purchase__content .slick-dots li {
    font-size: 0;
    margin-right: 2rem;
    list-style-type: none;
}

.purchase__content .slick-dots li:last-child {
    margin-right: 0;
}

.purchase__content .slick-dots button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    outline: none;
    background-color: #e0dbd5;
}

.purchase__content .slick-dots .slick-active button {
    width: 17px;
    height: 17px;
    border: 3px solid #e6be97;
    background-color: transparent;
}

.partners__offset-top {
    margin-top: 4rem;
}

.purchase-slider {
    margin-top: 6rem;
    /* the slides */
    /* the parent */
}

.purchase-slider .slick-slide {
    margin: 0 10px;
}

.purchase-slider .slick-list {
    margin: 0 -10px;
}

.purchase-slider .slick-dots {
    position: absolute;
    bottom: -15.5%;
    left: 50%;
    display: flex;
    padding-left: 0;
    transform: translateX(-50%);
    align-items: center;
}

.purchase-slider .slick-dots li {
    font-size: 0;
    margin-right: 2rem;
    list-style-type: none;
}

.purchase-slider .slick-dots li:last-child {
    margin-right: 0;
}

.purchase-slider .slick-dots button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    outline: none;
    background-color: #e0dbd5;
}

.purchase-slider .slick-dots .slick-active button {
    width: 17px;
    height: 17px;
    border: 3px solid #e6be97;
    background-color: transparent;
}

.partners__offset-left {
    margin-left: 13rem;
}

.partners__column li {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    margin-bottom: 1.8rem;
    list-style: none;
    color: #24262a;
}

.partners__column li:before {
    position: absolute;
    top: 1rem;
    left: -2rem;
    width: 7px;
    height: 7px;
    content: '';
    border-radius: 50%;
    background-color: #e6be97;
}

.partners__image {
    display: flex;
    min-height: 225px;
    align-items: center;
    justify-content: center;
}

.purchase__offset-top {
    padding-top: 17rem;
}

.ymaps-2-1-74-controls__toolbar_left {
    float: right !important;
}

#video-promo {
    height: 100vh;
}

.header__column a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    color: #272932;
}

.header__column a .active {
    color: #c18f56;
    background-image: none !important;
}

.header__row_list {
    display: flex;
    justify-content: flex-start;
}

.header__row_list .active {
    padding: 0;
    color: #c18f56;
    background-image: none;
}

.header__row_list a {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    margin-right: 1rem;
    color: #272932;
}

.product__select {
    outline: none;
}

.product__select .select2-dropdown {
    border: none !important;
}

.product__select .select2-container--default .select2-selection--single {
    height: 50px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: none;
    background-color: transparent;
}

.product__select .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    height: 50px;
    align-items: center;
}

.product__select .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 13px;
}

.product__select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}

.partners__lists {
    z-index: 98;
}

.product__select .partners__lists .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}

.product__select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent;
}

.product__select .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    color: #21242f;
}

.partners__lists {
    position: absolute;
    z-index: 994;
    top: 2rem;
    left: 11rem;
    width: 432px;
    height: 55px;
    border: 1px solid #e2e3df;
    border-radius: 3px;
    outline: none;
    background-color: #fff;
}

.partners__lists .select2-container--default .select2-selection--single {
    display: flex;
    height: 55px;
    outline: none;
    align-items: center;
}

.partners__lists .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
    right: 13px;
}

.partners__lists .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}

.partners__lists .partners__lists .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}

.partners__lists .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent;
}

.partners__lists .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    color: #21242f;
}

.product__select {
    display: none;
}

.partners__button {
    display: flex;
    margin-top: 11rem;
    align-items: center;
    justify-content: center;
}

.partners__button .button_width {
    width: 320px;
    height: 85px;
}

.select2-dropdown {
    font-family: Roboto !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #21242f !important;
}

.purchase-reletive {
    position: relative;
}

.ymaps-2-1-74-controls__toolbar_left {
    margin-right: 26rem;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    }

    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    }

    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-name: headShake;
    animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg);
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg);
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg);
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg);
    }
}

.jello {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-name: jello;
    animation-name: jello;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
        opacity: 0;
    }

    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
        opacity: 1;
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
        opacity: 0;
    }

    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
        opacity: 1;
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
        opacity: 0;
    }

    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
        opacity: 1;
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
        opacity: 0;
    }

    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
        opacity: 1;
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    from {
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
        opacity: 0;
    }

    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
        opacity: 1;
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    from {
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
        opacity: 0;
    }

    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
        opacity: 1;
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    from {
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
        opacity: 0;
    }

    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 1;
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    from {
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
        opacity: 0;
    }

    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 1;
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%,
    55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%,
    55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
}

@keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
}

@keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInDownBig {
    from {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInLeftBig {
    from {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInRightBig {
    from {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInUpBig {
    from {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-animation-name: flip;
    animation-name: flip;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes jackInTheBox {
    from {
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        opacity: 0;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes jackInTheBox {
    from {
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        opacity: 0;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    from {
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rollIn {
    from {
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        opacity: 0;
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        opacity: 0;
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

@keyframes zoomInDown {
    from {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

@keyframes zoomInLeft {
    from {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

@keyframes zoomInRight {
    from {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

@keyframes zoomInUp {
    from {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
    }

    to {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
    }

    to {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        opacity: 0;
    }
}

@keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        opacity: 0;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
        opacity: 0;
    }
}

@keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
        opacity: 0;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
    }

    to {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
    }

    to {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        visibility: visible;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        visibility: visible;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        visibility: visible;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        visibility: visible;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        visibility: visible;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        visibility: visible;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        visibility: visible;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        visibility: visible;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}

.partners_offset-top {
    padding-top: 7rem;
}

.headline-dowloand {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    display: flex;
    width: 100%;
    max-width: 200px;
    margin-top: 5rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #24262a;
    align-items: center;
}

.qualities__item {
    margin-bottom: 12rem;
}

.qualities_offset-top {
    margin-top: 10rem;
}

.qualities__title {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.9;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    color: #000;
}

.qualities__subtitle {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    max-width: 360px;
    color: #24262a;
}

.icon_loc {
    width: 44px;
    height: 48px;
    fill: #ce843f;
}

.location_bg {
    background-repeat: no-repeat;
    background-position: 17% 0;
}

.location_offset {
    margin-top: 14rem;
    margin-bottom: 13rem;
    padding-top: 10rem;
}

.location__title {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 3.7rem;
    color: #24262a;
}

.location__button .button_width {
    max-width: 357px;
    height: 95px;
    background-size: cover;
}

.location__text {
    font-family: Roboto;
    font-size: 18px;
    line-height: 1.9;
    width: 100%;
    max-width: 672px;
    margin-bottom: 5.5rem;
    color: #24262a;
}

.location__text p {
    margin-bottom: 2.5rem;
}

.location__text p:last-child {
    margin-bottom: 0;
}

.ymap-containers {
    position: relative;
    overflow: hidden;
    margin-top: 5rem;
    cursor: pointer;
    background: url('/local/templates/main/css/../images/map-ls.jpg') #fafafa no-repeat;
    background-position: center center;
    background-size: cover;
}

.ymap-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: url('/local/templates/main/css/../images/map-ls.jpg') #fafafa no-repeat;
    background-position: center center;
    background-size: cover;
}

/* Блок, в котором появится Яндекс.Карта */
#contacts-map {
    position: relative;
    z-index: 99;
    margin-top: 0;
    cursor: pointer;
    background-color: transparent;
}

#map {
    position: relative;
    z-index: 99;
    margin-top: 0;
    cursor: pointer;
    background-color: transparent;
}

.loader {
    position: absolute;
    z-index: 15;
    top: -100%;
    left: 0;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    transition: opacity .7s ease;
    opacity: 0;
    color: #000;
    background-color: rgba(0, 0, 0, .55);
}

.loader:after,
.loader:before {
    box-sizing: border-box;
}

.loader.is-active {
    top: 0;
    opacity: 1;
}

.loader-default:after {
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
    content: '';
    animation: rotation 1s linear infinite;
    border: solid 8px #fff;
    border-left-color: transparent;
    border-radius: 50%;
}

@keyframes rotation {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(359deg);
    }
}

@keyframes blink {
    from {
        opacity: .5;
    }

    to {
        opacity: 1;
    }
}

.hamburger-inner::after {
    bottom: -9px;
}

.card__bg {
    background-size: contain;
}

.header__wrapper .header__widget {
    padding-top: 1rem;
}

.header__wrapper .header__link.active:before {
    display: none;
}

.header__widget {
    padding-top: 5rem;
}

.header__inside {
    align-items: flex-end;
}

.header__link.active:before {
    bottom: -3.4rem;
}

.circle-odno {
    display: flex;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #e5c2a1;
    justify-content: center;
    align-items: center;
}

.circle-odno .icon-soc {
    width: 13px;
    height: 17px;
    fill: #fff;
}

.footer__social {
    display: flex;
}

@media (max-width: 1860px) {
    .prev-about {
        right: 2%;
    }
}

@media (max-width: 1690px) {
    .main_bg {
        background-position: inherit;
    }
}

@media (max-width: 1630px) {
    .work__form {
        margin-left: 6rem;
    }
}

@media (max-width: 1630px) {
    .work__form {
        margin-left: 3rem;
    }
}

@media (max-width: 1550px) {
    .header__nav {
        max-width: 560px;
    }

    .main_bg {
        background-position: left top;
    }

    .work__form {
        margin-left: 0;
    }

    .work__form_title {
        font-size: 37px;
        text-align: center;
    }

    .card__row {
        justify-content: space-between;
    }

    .card__row_left {
        margin-right: 0;
    }
}

@media (max-width: 1530px) {
    .slider-new .index-new .image img {
        width: 100%;
    }
    .staff_reset {
        padding-top: 3rem;
    }
    .section_about {
        padding-top: 8.2rem;
    }
    .purchase__offset {
        padding-top: 7.5rem;
    }
    .section_contacts {
        padding-top: 6.5rem;
    }
    .partners_offset-top {
        padding-top: 5rem;
    }
}

@media (max-width: 1520px) {
    .slick-index__item_title {
        font-size: 49px;
    }
}

@media (max-width: 1500px) {
    .slider-new .slick-dots {
        position: absolute;
        bottom: -22%;
        left: 50%;
        display: flex;
        padding-left: 0;
        transform: translateX(-50%);
        align-items: center;
    }

    .slider-new .slick-dots li {
        font-size: 0;
        margin-right: 2rem;
        list-style-type: none;
    }

    .slider-new .slick-dots li:last-child {
        margin-right: 0;
    }

    .slider-new .slick-dots button {
        width: 12px;
        height: 12px;
        border: none;
        border-radius: 50%;
        outline: none;
        background-color: #e0dbd5;
    }

    .slider-new .slick-dots .slick-active button {
        width: 17px;
        height: 17px;
        border: 3px solid #e6be97;
        background-color: transparent;
    }
}

@media (max-width: 1470px) {
    .slider-about__item {
        min-height: 189px;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .partners__column {
        padding-left: 2rem;
    }

    .partners__column li {
        margin-bottom: 1.2rem;
    }

    .partners__image {
        min-height: 200px;
    }

    .find__item {
        padding-left: 2rem;
    }

    .footer__list {
        flex-wrap: wrap;
    }

    .footer_number {
        width: 100%;
    }

    .footer_mail {
        margin-top: 3.5rem;
        margin-left: 0 !important;
    }
}

@media (max-width: 1370px) {
    .card__row {
        flex-wrap: wrap;
    }

    .search__row .search__item {
        margin-right: 5rem;
    }

    .find__item {
        padding-left: 1rem;
    }

    .find__item .btn_offset {
        padding-left: 3rem;
    }

    .find__item .btn-circle:before {
        width: 44px;
    }

    .header__phone {
        margin-right: 3rem;
    }

    .next {
        left: 7%;
        width: 50px;
        height: 50px;
    }

    .prev {
        right: 7%;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1338px) {
    .card__row_left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .card__row_left .card_link {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .card__row_right {
        width: 100%;
    }
}

@media (max-width: 1330px) {
    .work__form_title {
        font-size: 3.5rem;
        line-height: 1;
        text-align: center;
    }
}

@media (max-width: 1300px) {
    .partners__lists {
        top: 1rem;
        left: 6rem;
    }

    .partners__lists .select2-container--default .select2-selection--single {
        height: 46px;
    }

    .partners__lists {
        height: 46px;
    }

    .partners__lists .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 9px;
    }
}

@media (max-width: 1280px) {
    .header__lang a:first-child {
        margin-right: .2rem;
    }

    .header__phone {
        margin-right: 1rem;
    }

    .header__link {
        font-size: 1.6rem;
    }

    .header__nav {
        max-width: 490px;
    }
}

@media (max-width: 1250px) {
    .purchase__content {
        margin-bottom: 9rem;
    }

    .purchase__item {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1245px) {
    .slider-about__item {
        min-height: 216px;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (max-width: 1240px) {
    .slick-index__item_title {
        font-size: 42px;
    }
}

@media (max-width: 1220px) {
    .section__about-video {
        margin-top: 13rem;
    }

    .youtube__content {
        min-height: 500px;
    }

    .youtube iframe {
        min-height: 500px;
    }
}

@media (max-width: 1162px) {
    .partners__lists {
        top: 5rem;
    }

    .title_size {
        font-size: 3.2rem;
    }

    .title__masters_offset {
        margin-bottom: 5.5rem;
    }
}

@media (max-width: 1150px) {
    .header__widget {
        padding-top: 4rem;
    }

    .header__link.active:before {
        bottom: -4.5rem;
    }

    .header__inside {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .logo img {
        width: 200px;
    }

    a.header__phone {
        font-size: 1.8rem;
    }

    .header__lang a {
        font-size: 1.6rem;
    }

    .header__nav {
        max-width: 464px;
    }
}

@media (max-width: 1270px) {
    .find.find__item {
        background-position: 179%;
    }
}

@media (max-width: 1200px) {

    .main_bg {
        background-position: center;
    }

    .subtitle_border {
        padding-bottom: 3rem !important;
    }

    .work__number {
        margin-top: 0;
        margin-bottom: 3rem;
        margin-left: 0;
    }

    .card__image {
        text-align: center;
    }

    .form__btn {
        margin-bottom: 5rem;
    }

    .staff__center {
        margin-top: 2rem;
    }

    .slider-enjoy .slick-dots {
        top: 93%;
    }

    .find.find__item {
        background-position: right;
    }

    .find__item {
        padding-left: 7%;
    }

    .find__item img {
        right: 14%;
    }

    .find__item {
        padding-left: 14%;
    }

    .location__title {
        font-size: 3.5rem;
    }

    .natural__content .natural__title {
        max-width: 100%;
    }

    .natural__content .natural__subtitle {
        max-width: 100%;
    }

    .new__month {
        color: #24262a;
    }

    .ya-share2__list {
        flex-direction: row !important;
        margin-left: 7rem !important;
    }

    .new__month {
        margin-bottom: 0;
    }

    .title-new_offset {
        margin-bottom: 3rem;
    }

    .new__text p {
        margin-bottom: 1.5rem;
    }

    .ya-share2__list {
        margin-left: 0 !important;
    }

    .new__column {
        margin-bottom: 4rem;
        align-items: flex-start;
    }

    .new__button {
        margin-top: 3.5rem;
    }

    .ya-share2__container_size_m .ya-share2__item {
        margin-bottom: 0 !important;
    }

    .section_new {
        padding-top: 6rem;
    }

    li.ya-share2__item {
        margin-left: 2rem !important;
    }

    li.ya-share2__item:first-child {
        margin-left: 0 !important;
    }

    .new__number {
        margin-right: 1rem;
        margin-bottom: 4rem;
    }

    .new__box {
        display: flex;
        flex-direction: row;
    }

    .find_offset-bottom {
        margin-bottom: 1rem;
    }

    .slider-enjoy__content {
        left: 10%;
    }

    .slider-enjoy .slick-dots {
        left: 50%;
        transform: translateX(-50%);
    }

    .title-slider_width {
        max-width: 100%;
    }

    .slider-enjoy__item .subtitle {
        max-width: 100%;
    }

    .prouct__item {
        margin-bottom: 4rem;
    }

    .product__item_title {
        margin-top: 1.8rem;
        margin-bottom: .5rem;
    }

    .index-product_offset {
        padding-top: 5rem;
    }

    .product__row {
        margin-top: 4rem;
    }

    .product_offset_top {
        margin-top: 5rem !important;
    }
}

@media (max-width: 1199px) {
    .partners__offset-left {
        margin-left: 0;
    }

    .subtitle_border {
        border-bottom: none;
    }
}

@media (max-width: 1109px) {
    .slider-about__item {
        padding-right: 3rem;
        padding-left: 3rem;
    }

    .slider-enjoy__item {
        min-height: 490px;
    }
}

@media (max-width: 1085px) {
    .section_error {
        min-height: 550px;
    }

    .error span {
        font-size: 370px;
    }

    .index-about_offset-top {
        margin-top: 7rem;
    }

    .number {
        font-size: 6rem;
    }
}

@media (max-width: 1066px) {
    .footer__content_row {
        flex-direction: column;
        padding-top: 4rem;
        padding-bottom: 0;
    }

    .footer__box.footer__box_desc {
        display: flex;
        flex-wrap: wrap;
    }

    .footer__box.footer__box_desc p {
        width: 100%;
        margin-bottom: 2rem;
    }

    .wf {
        text-align: left;
    }

    .slider-new {
        /* the slides */
        /* the parent */
    }

    .slider-new .slick-slide {
        margin: 0 10px;
    }

    .slider-new .slick-list {
        margin: 0 -10px;
    }

    .slick-index__item_title {
        font-size: 35px;
    }

    .slick-index__item_offset-bot {
        margin-bottom: 2rem;
    }
}

@media (max-width: 990px) {
    .index-new__subtitle {
        font-size: 1.8rem;
    }

    form.form.work.popup__form {
        padding-right: 5rem;
        padding-left: 5rem;
    }

    .popup__title {
        font-size: 3rem;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    .section_about {
        padding-top: 6.2rem;
    }

    .line_range .numb {
        font-size: 1.9rem;
    }

    .location__title {
        font-size: 3rem;
    }

    .qualities_offset-top {
        margin-top: 6rem;
    }

    .qualities__item {
        margin-bottom: 6rem;
    }

    .qualities__title {
        line-height: 1;
        margin-top: 1.5rem;
    }

    .location_offset {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .location__text {
        max-width: 100%;
    }

    .partners_offset-top {
        padding-top: 3rem;
    }

    .natural__content .natural__title {
        font-size: 3.5rem;
    }

    .headline {
        font-size: 3.5rem;
    }

    .slider-quality .slick-dots {
        top: 100%;
        transform: translateY(-100%) translateX(-50%);
    }

    .section_natural {
        min-height: 500px;
        background-position: left;
    }

    .natural__content {
        padding-top: 10rem;
    }

    .section_natural {
        margin-top: 6.5rem;
    }

    .section-caption_offset-top {
        margin-top: 6rem;
    }

    .warning__button {
        margin-bottom: 6rem;
    }

    .staff_reset .staff__box {
        max-width: 100%;
    }

    .section-diploma .slick-dots {
        top: 103%;
    }

    .section-diploma {
        margin-top: 6rem;
        margin-bottom: 11rem;
    }

    .slider-diploma {
        margin-top: 4rem;
    }

    .youtube__content {
        min-height: 350px;
    }

    .subtitle_width {
        max-width: 100%;
    }

    .section__about-video {
        margin-top: 7rem;
    }

    .title_about-offset {
        margin-top: 3.5rem;
        margin-bottom: 2rem;
    }

    .slider-video {
        padding-right: 4.5rem;
        padding-left: 5.5rem;
    }

    .card__title {
        font-size: 3.5rem;
        margin-bottom: 2.5rem;
    }

    .section_card-buy {
        margin-top: 6rem;
    }

    .card__title {
        margin-bottom: 3rem;
    }

    .card_link_offset {
        margin-bottom: 7rem;
    }

    .card__ingredients_offset-top {
        max-width: 100%;
        margin-top: 2rem;
    }

    .text_offset {
        margin-top: 3rem;
    }

    .card__item {
        margin-top: 5.5rem;
    }

    .card__text {
        margin-bottom: 0;
    }

    .card__row {
        margin-top: 3.5rem;
        justify-content: flex-start;
    }

    .card__row_right {
        width: auto;
    }

    .card__row_left {
        margin-right: 5rem;
    }

    .card__row_left .card_link {
        margin-bottom: 0;
    }

    .card__row_left {
        flex-direction: row;
        align-items: flex-end;
    }

    .card__row_right {
        display: flex;
        align-items: flex-end;
    }

    .section_card {
        padding-top: 9rem;
    }

    .catalog__quality {
        margin-top: 3rem;
        margin-bottom: 5rem;
    }

    .section_catalog {
        margin-top: 3.5rem;
    }

    .catalog__title {
        margin-bottom: 2.2rem;
    }

    .catalog__column {
        display: none;
    }

    .catalog__list {
        display: block;
    }

    #contacts-map {
        min-height: 450px;
    }

    .section_contacts {
        padding-top: 6.5rem;
    }

    .form__btn {
        margin-top: 3.5rem;
        margin-bottom: 5rem;
    }

    .title__masters_offset {
        margin-bottom: 3.5rem;
    }

    .masters__item {
        margin-bottom: 4rem;
    }

    .section_masters {
        margin-top: 6.5rem;
    }

    .form__title {
        margin-bottom: 2.4rem;
    }

    .section_news {
        padding-top: 6rem;
    }

    .news__item {
        margin-bottom: 5rem;
    }

    .news__subtitle {
        font-size: 2rem;
        line-height: 1.3;
        margin-top: 1rem;
    }

    .index-new__subtitle {
        margin-top: 1rem;
    }

    .footer__box.footer__box_desc p {
        margin-bottom: 0;
    }

    .wf {
        margin-top: 1rem;
    }

    .image_mob {
        display: block;
    }

    .image_mob img {
        width: 100%;
    }

    .text_width {
        max-width: 100%;
    }

    .text_right {
        text-align: left;
    }

    .img_desc {
        display: none;
    }

    .image_small {
        display: none;
    }

    .index-about__box {
        margin-bottom: 3.5rem;
        justify-content: flex-start;
    }

    .index-about__box_column {
        flex-direction: row;
        text-align: left;
        align-items: flex-end;
    }

    .index-about__box_column .number {
        line-height: 1.1;
        margin-right: 1rem;
    }

    .document__offset-top {
        padding-top: 5rem;
    }

    .document__column {
        margin-top: 3.5rem;
    }

    .product__row {
        margin-top: 1.5rem;
    }

    .document-tabs_text li {
        margin-bottom: 2rem;
    }

    .h1_center {
        line-height: 1;
        width: 100%;
    }

    .document-dow__button {
        margin-top: 2rem;
    }

    .document__dowloand {
        margin-bottom: 3rem;
    }

    .document__dowloand .label_file span {
        font-size: 17px;
    }

    .document_top {
        padding-top: 6.5rem;
    }

    .footer__item_phone {
        margin-top: 2rem;
    }

    .footer__link {
        margin-top: 2.6rem;
    }

    .footer__item_mail {
        margin-top: 3rem;
    }

    .footer__item_addr {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .partners__button {
        margin-top: 6rem;
    }

    .purchase__offset {
        padding-top: 5.5rem;
    }

    .purchase__content {
        margin-top: 4.5rem;
        margin-bottom: 5rem;
    }

    .purchase__content .slick-dots {
        bottom: -74%;
    }

    .slick-active button {
        border: 2px solid #e6be97 !important;
    }

    .work_offset {
        padding-top: 9rem;
    }

    .work_price {
        margin-bottom: 1rem;
    }

    .subtitle_border {
        padding-bottom: 3.5rem;
    }

    .work__form_title {
        margin-bottom: 1.7rem;
    }

    .input_default {
        margin-bottom: 1rem;
    }

    .work__checkbox {
        margin-top: 2rem;
    }

    .work_button {
        margin-top: 3rem;
    }

    .work__form {
        padding: 5rem 4rem;
    }

    .find_offset-bottom {
        margin-bottom: 1rem;
    }

    .vacanvcies_button {
        margin-top: 3rem;
    }

    .section-find_offset_top {
        margin-top: 8.5rem;
    }

    .footer_bg {
        padding-top: 8rem;
    }

    .footer_facebook {
        margin-top: 2rem;
        justify-content: flex-start;
    }

    .footer_number {
        line-height: 5rem;
    }

    .footer_offset-left {
        padding: 0 15px !important;
    }

    .vacancies__item {
        padding-right: 4rem;
        padding-left: 4rem;
    }

    .vacancies__item_title {
        font-size: 2.8rem;
    }

    .wrapper_background {
        min-height: 400px;
    }

    .h2_title {
        font-size: 3.5rem;
        margin-bottom: 3rem;
    }

    .h1_center {
        font-size: 5rem;
    }

    .vacancies_offset-top {
        padding-top: 8rem;
    }

    .staff__title {
        font-size: 3.5rem;
    }

    .staff_offset {
        padding-top: 8rem;
    }

    .staff__text_offset-bottom {
        margin-bottom: 1.5rem;
    }

    .staff__center {
        margin-top: 2rem;
    }

    .header__inside {
        display: none;
    }

    .header__content {
        width: 100%;
        justify-content: space-between;
    }

    .header-mobile {
        flex-direction: column;
    }

    .header__navbar {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-mobile__item {
        width: 100%;
    }

    .header__list {
        padding-right: 3rem;
        padding-left: 3rem;
        background-color: #fff;
    }

    .header__list_number a {
        font-size: 21px;
        font-weight: 400;
        line-height: 22px;
        color: #bb8345;
    }

    .border_bottom {
        border-bottom: 1px solid #eceae9;
    }

    .header__content {
        height: 70px;
        align-items: center;
    }

    .close {
        display: block;
        width: 22px;
        height: 22px;
        margin-right: 3rem;
    }

    .close span {
        position: relative;
    }

    .close span:before {
        position: absolute;
        right: -2rem;
        height: 25px;
        content: '';
        transform: rotate(45deg);
        border-left: 2px solid #292a2e;
    }

    .close span:after {
        position: absolute;
        right: -2rem;
        height: 25px;
        content: '';
        transform: rotate(-45deg);
        border-right: 2px solid #292a2e;
    }

    .header__list {
        font-size: 21px;
        font-weight: 400;
        padding-top: 3rem;
        padding-bottom: 2.2rem;
        color: #bb8345;
    }

    .border-bottom {
        border-bottom: 2px solid #eceae9;
    }

    .phone {
        display: flex;
        height: 100%;
        margin-right: 2rem;
        justify-content: center;
        align-items: center;
    }

    .header {
        padding-top: 0;
    }

    .header-mobile {
        display: flex;
    }

    .text {
        font-size: 1.8rem;
        line-height: 3rem;
    }

    .index-about_offset-top {
        margin-top: 1rem !important;
    }

    .index-about_offset-bottom {
        margin-bottom: 5rem !important;
    }

    .index-about__item_center {
        margin-top: 2rem;
    }

    .title-about_offset {
        margin-bottom: 2.9rem;
    }

    .index-product_offset {
        padding-bottom: 3rem;
    }

    .product__row {
        margin-top: 3.5rem;
    }

    .header__wrapper {
        display: none;
    }

    .index-product_offset {
        padding-top: 4rem;
    }
}

@media (max-width: 890px) {
    .find__item_up img {
        right: -6% !important;
    }

    .slider-enjoy__content {
        top: 65%;
        left: 3%;
    }

    .slider-enjoy__item .subtitle {
        margin-top: 2rem;
    }

    .find__item img {
        right: -19%;
    }

    .find__item {
        padding-left: 2rem;
    }
}

@media (max-width: 850px) {
    .slick-index__box {
        top: 40%;
        width: 100%;
    }

    .partners__lists {
        position: initial;
        left: 0;
    }

    #map {
        margin-top: 2.5rem;
    }
}

@media (max-width: 817px) {
    .error span {
        font-size: 330px;
    }

    .warning__button {
        margin-top: 4rem;
    }

    .title_error {
        margin-bottom: 2rem;
    }

    .feedback_line span:before {
        left: 0;
    }

    .masters__subtitle {
        line-height: 23px;
        margin-bottom: 1rem;
    }

    .masters__phone {
        margin-top: 0;
    }

    .masters__image {
        margin-bottom: -4rem;
    }

    .masters__title {
        font-size: 2.5rem;
        margin-bottom: .3rem;
    }

    .section_masters {
        margin-top: 3.5rem;
    }
}

@media (max-width: 770px) {
    .warning_offset {
        margin-top: 9rem;
    }

    .error__content img {
        max-width: 300px;
    }

    .error span {
        font-size: 24rem;
        display: block;
    }

    .error__content {
        margin-top: 4rem;
    }

    .section_error {
        min-height: 400px;
    }

    .new__number {
        font-size: 50px;
        margin-bottom: 3rem;
    }

    .section_new {
        padding-top: 5rem;
    }

    .index-about__item {
        display: flex;
        height: 100%;
        align-items: flex-start;
        justify-content: center;
    }

    .index-about__item .image_mob {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .news__subtitle {
        font-size: 1.7rem;
    }

    .footer_bg {
        padding-top: 4rem;
    }

    .footer__item_phone {
        margin-top: .8rem;
        margin-bottom: 1.3rem;
    }

    .footer__item_addr {
        margin-bottom: 1rem;
    }

    .image.image__footer {
        display: none;
    }

    .footer__link p {
        line-height: 1.7;
        margin-bottom: 0;
    }

    .footer__row {
        margin-top: 3rem;
    }

    .footer__item_mail {
        margin-top: 2.4rem;
    }

    .footer__item_phone span {
        line-height: 1;
    }

    .phone-desc {
        display: none;
    }

    .phone-mobile {
        display: block;
    }

    .footer__item_addr {
        margin-top: 0;
    }

    .partners__item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .partners__column li {
        font-size: 1.7rem;
        margin-bottom: .6rem;
    }

    ul.partners__column {
        margin-top: .5rem;
        margin-bottom: 0;
    }

    .partners__column li {
        font-size: 1.6rem;
    }
}

@media (max-width: 700px) {
    .new__number {
        font-size: 40px;
    }

    .new__month {
        font-size: 1.7rem;
    }

    .document-dow__button .button {
        max-width: 301px;
        height: 79px;
    }

    .title_size {
        font-size: 3.2rem;
    }

    .product__list {
        margin-right: 2.6rem;
    }

    .slider-enjoy__content {
        left: 2%;
    }

    .slider-enjoy__item {
        min-height: 500px;
    }

    #map {
        height: 350px;
    }
}

@media (max-width: 670px) {
    .index-about__box {
        flex-direction: column;
        text-align: center;
    }

    .column-reverse {
        align-items: flex-start;
    }

    .number {
        font-size: 5rem;
    }
}

@media (max-width: 650px) {
    .title_size {
        font-size: 3rem;
    }

    .slider-enjoy .slick-dots {
        top: 85%;
    }

    .index-new__offset-bottom {
        margin-bottom: 3rem;
    }

    .news__subtitle {
        margin-bottom: 3rem;
    }
}

@media (max-width: 600px) {
    .work__number .number {
        font-size: 3rem;
    }

    .next {
        top: 38%;
    }

    .prev {
        top: 38%;
    }

    .index-new__subtitle {
        font-size: 1.6rem;
    }

    .popup__content {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    form.form.work.popup__form {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .section_about {
        padding-top: 3.2rem;
    }

    .slider-about {
        padding-right: 5.5rem;
        padding-left: 5rem;
    }

    .title_about-offset {
        margin-top: 3rem;
    }

    .location__text {
        font-size: 16px;
        line-height: 1.7;
    }

    .qualities_offset-top {
        margin-top: 4rem;
    }

    .location_offset {
        margin-top: 4rem;
    }

    .location__title {
        font-size: 2.5rem;
    }

    .partners_offset-top {
        padding-top: 0rem;
    }

    .headline-dowloand {
        margin-top: 3rem;
    }

    .location_bg {
        background-image: none !important;
    }

    .location__title {
        margin-bottom: 1.7rem;
    }

    .location_offset {
        padding-top: 0;
    }

    .slider-quality .slick-dots {
        top: 93%;
        transform: translateY(-100%) translateX(-50%);
    }

    .section-diploma {
        margin-top: 2rem;
    }

    .section_natural {
        min-height: 400px;
    }

    .natural__content {
        padding-top: 7rem;
    }

    .natural__content .natural__title {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }

    .natural__content .natural__subtitle {
        font-size: 1.8rem;
    }

    .headline {
        font-size: 3rem;
        line-height: 1.4;
    }

    .subtitle_width {
        margin-top: 2rem;
    }

    .card_link_offset {
        margin-bottom: 3rem;
    }

    .section_card-buy {
        margin-top: 4rem;
    }

    .card__prop {
        font-size: 1.8rem;
    }

    .card__value {
        font-size: 1.8rem;
    }

    .card__text {
        font-size: 1.8rem;
    }

    .card__item {
        margin-top: 2.5rem;
    }

    .card__title {
        font-size: 3rem;
        margin-bottom: 2rem;
    }

    .card__subtitle {
        margin-top: 1.5rem;
    }

    .card__row {
        justify-content: space-between;
    }

    .card__row_left {
        margin-right: 0;
    }

    #contacts-map {
        min-height: 350px;
    }

    .form__title {
        margin-bottom: 1.4rem;
    }

    .textarea_default {
        height: 85px;
    }

    .search__item_addr {
        font-size: 18px;
    }

    .search__title_offset {
        margin-bottom: 2.5rem;
    }

    .form__btn {
        margin-left: 0;
    }

    .section_masters {
        margin-top: 2.5rem;
    }

    .search__item_name {
        margin-bottom: .3rem;
    }

    .search__item {
        margin-bottom: 1.4rem;
    }

    .mail_default {
        font-size: 1.8rem;
    }

    .search__item_phone {
        font-size: 3rem;
    }

    .search__title {
        font-size: 3.5rem;
    }

    .section_contacts {
        padding-top: 3.5rem;
    }

    .form__list_offset-top {
        margin-top: 0rem;
    }

    .document_top {
        padding-top: 3.5rem;
    }

    .document__dowloand {
        margin-bottom: 2rem;
    }

    .document__dowloand .label_file span {
        font-size: 16px;
        line-height: 1.5;
    }

    .icon_dow {
        width: 39px;
        height: 39px;
    }

    .continion {
        top: 70%;
    }

    .slick-index__item_title {
        line-height: 1;
    }

    .next {
        width: 40px;
        height: 40px;
    }

    .prev {
        width: 40px;
        height: 40px;
    }

    #video-promo {
        height: 450px !important;
    }

    .slick-index__item {
        min-height: 450px;
    }

    .partners__button {
        margin-top: 3rem;
    }

    .h2_title {
        font-size: 3rem;
    }

    .input_default {
        padding: 1.8rem 0rem 1.8rem .1rem;
    }

    .footer_bg {
        padding-bottom: 3rem;
    }

    .section-find_offset_top {
        margin-top: 5.5rem;
    }

    .footer_bg {
        padding-top: 5rem;
    }

    .footer_border {
        padding-top: 5rem;
    }

    .vacancies__item {
        min-height: 178px;
    }

    .vacancies__item_subtitle {
        margin-top: 3rem;
    }

    .vacancies__item_title {
        color: #cf843f;
    }

    .vacancies__item .btn_vac {
        opacity: 1;
    }

    .vacancies__item {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .vacancies__item_title {
        font-size: 2.4rem;
    }

    .btn_vac {
        margin-top: 1.5rem;
    }

    .vacancies__item_list {
        flex-direction: column;
    }

    .wrapper_background {
        min-height: 350px;
    }

    .h1_center {
        font-size: 4rem;
    }

    .staff__title {
        font-size: 3rem;
    }

    .staff__box {
        padding-top: 3rem;
        padding-right: 2rem;
        padding-bottom: 3rem;
        padding-left: 2rem;
    }

    .staff__img {
        margin-bottom: 1rem;
    }

    .staff__title {
        margin-bottom: 3rem;
    }

    .vacancies_offset-top {
        padding-top: 4rem;
    }

    .staff_offset {
        padding-top: 4rem;
    }

    .index-new__offset-bottom {
        margin-bottom: 4rem !important;
    }

    .slider-new_offset-bottom {
        margin-bottom: 7rem;
    }

    .slider-new .slick-dots {
        bottom: -15%;
    }
}

@media (max-width: 570px) {
    .find__item img {
        right: -30%;
    }

    .next-about {
        display: none !important;
    }

    .prev-about {
        display: none !important;
    }

    .nexts-about {
        display: none !important;
    }

    .slider-video {
        padding-right: 0;
        padding-left: 0;
    }

    .prevs-about {
        display: none !important;
    }

    .slider-about {
        padding-right: 0;
        padding-left: 0;
    }

    .wrapper__range {
        display: none;
    }
}

@media (max-width: 550px) {
    .error__content img {
        max-width: 250px;
    }

    .error span {
        font-size: 19rem;
    }

    .warning_offset {
        margin-top: 0rem;
    }

    .error__content {
        margin-top: 6rem;
    }

    .section_error {
        min-height: 350px;
    }

    .card__title {
        font-size: 3.5rem;
    }

    .card__row_right {
        width: 100%;
    }

    .card__row_left {
        flex-direction: column;
        align-items: flex-start;
    }

    .card__row_left .card_link {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .news__image img {
        width: 100%;
    }

    .document__column {
        margin-top: 0rem;
    }

    .product__select {
        display: block;
        margin-top: 3rem;
    }

    .document_width {
        font-size: 2.5rem;
        max-width: 100%;
    }

    .document__button {
        margin-top: 2rem;
    }

    .document-tabs_text li {
        font-size: 18px;
    }

    .document-tabs_text {
        padding-left: 1rem;
    }

    .document-tabs_text li:before {
        left: -1.5rem;
    }

    .product__row {
        display: none;
    }

    .partners__lists {
        left: 3rem;
        width: 300px;
    }

    .subtitle_border {
        padding-bottom: 2.5rem;
    }

    .work__form_title {
        font-size: 3rem;
    }

    .work__form {
        padding: 2rem 2rem;
    }
}

@media (max-width: 543px) {
    .qualities__item {
        margin-bottom: 4rem;
    }

    .product__row {
        display: none;
    }

    .text {
        font-size: 1.6rem;
    }
}

@media (max-width: 533px) {
    .product__list {
        display: inline-block;
        margin-bottom: 1rem;
    }
}

@media (max-width: 500px) {
    .nexts-about {
        width: 27px;
        height: 27px;
    }

    .nexts-about:before {
        width: 6px;
        height: 6px;
    }

    .prevs-about {
        width: 27px;
        height: 27px;
    }

    .subtitle_width {
        margin-top: 0;
    }

    li.ya-share2__item {
        margin-left: 1rem !important;
    }

    .new__box {
        height: 59px;
    }

    .footer__box_desc p {
        margin-right: 0;
    }

    .find__column_title {
        min-height: 47px;
    }

    .index-new__offset-bottom {
        margin-bottom: 3rem !important;
    }

    .slider-new .slick-dots {
        bottom: -16%;
    }

    .next {
        top: 52%;
    }

    .prev {
        top: 52%;
    }

    .find__column .btn_offset {
        padding-left: 3rem;
    }

    .find__column .btn-circle:before {
        width: 42px;
    }

    .title_size {
        font-size: 2.7rem;
    }

    a.product__list.tab-widget__link:last-child {
        margin-right: 0;
    }

    .slider-enjoy__item {
        min-height: 406px;
    }

    .h1_center {
        font-size: 3.3rem;
    }
}

@media (max-width: 460px) {
    .find__item img {
        display: none;
    }
}

@media (max-width: 450px) {
    .slider-about__years {
        font-size: 2.5rem;
    }

    .slider-about__item {
        min-height: 291px;
        padding-top: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 1.5rem;
    }

    .location_offset {
        margin-bottom: 3rem;
    }

    .location__text {
        margin-bottom: 3.5rem;
    }

    .location__text p {
        margin-bottom: 1.5rem;
    }

    .section-caption_offset-top {
        margin-top: 3rem;
    }

    .section_natural {
        margin-top: 3rem;
    }

    .natural__content .natural__title {
        font-size: 2.5rem;
    }

    .natural__content .natural__subtitle {
        font-size: 1.6rem;
    }

    .headline {
        font-size: 2.5rem;
    }

    .error span {
        font-size: 16rem;
    }

    .error__content img {
        max-width: 200px;
    }

    #contacts-map {
        min-height: 200px;
    }

    .form__title {
        font-size: 2.5rem;
    }

    .search__row {
        flex-wrap: wrap;
    }

    .search__row .search__item {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 420px) {
    .location__button .button_width {
        height: 79px;
    }
   .main_bg {
        background-position: left;
    }

    .button {
        font-size: 2rem;
    }

    .pagination__link {
        margin-right: 1rem;
    }

    .pagination__arrow_left {
        margin-right: 1.5rem;
    }

    .pagination__link {
        font-size: 2rem;
    }

    .pagination__arrow_right {
        margin-left: 1.5rem;
    }

    .pagination__sep {
        margin-right: 1rem;
    }

    .news__item {
        margin-bottom: 3rem;
    }

    .document-dow__button .button {
        font-size: 20px;
        max-width: 250px;
        height: 68px;
    }

    .product__select {
        margin-top: 1rem;
    }

    .index-product_offset {
        padding-top: 2rem;
    }

    .title_size {
        font-size: 2.2rem;
    }

    .product__item_title {
        margin-top: 1.2rem;
    }

    .prouct__item {
        margin-bottom: 2rem;
    }

    .vacancies__item_title {
        font-size: 2rem;
    }

    .vacancies__item {
        min-height: 162px;
    }

    .work__form_title {
        font-size: 2.5rem;
    }

    .button {
        max-width: 302px;
        height: 79px;
    }

    .subtitle_border {
        padding-bottom: 1.5rem;
    }
}

@media (max-width: 410px) {
    .natural__content {
        padding-top: 4rem;
    }

    .section_natural {
        background-position: 14% 74%;
    }

    .warning__text {
        font-size: 1.6rem;
    }

    .card_link {
        font-size: 1.8rem;
    }

    .card__text {
        font-size: 1.6rem;
    }

    .card__subtitle {
        font-size: 1.8rem;
    }

    .card__title {
        font-size: 2.5rem;
    }

    .text_offset {
        margin-top: 2.5rem;
    }

    .text_offset {
        margin-bottom: .5rem;
    }

    .card__prop {
        font-size: 1.6rem;
    }

    span.card__value {
        line-height: 2.7rem;
    }

    .card__value {
        font-size: 1.6rem;
    }

    .card__prop,
    .card__value {
        margin-bottom: -2rem;
    }

    .section_new {
        padding-top: 4rem;
    }

    .purchase-slider .slick-dots {
        bottom: -19.5%;
    }

    #map {
        height: 300px;
    }

    .find__item {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .title_size {
        line-height: 1;
    }

    .new__column {
        margin-bottom: 3rem;
    }

    .new__social a {
        width: 43px;
        height: 43px;
    }

    .title-new_offset {
        margin-bottom: 2rem;
    }

    .new__text {
        line-height: 1.5;
    }

    .new__text p {
        margin-bottom: 1rem;
    }

    .new__button {
        margin-top: 2rem;
    }

    .find__item {
        border: 1px solid #eceae9;
        background-image: none !important;
    }

    .find__item {
        min-height: 166px;
    }

    .find__column_title {
        font-size: 23px;
        line-height: 1;
        max-width: 100%;
        min-height: auto;
    }

    .find__column_subtitle {
        font-size: 11px;
        line-height: 1;
        margin-bottom: 1rem;
    }

    .find__column {
        padding-top: 3.5rem;
    }
}

@media (max-width: 380px) {
    .headline {
        font-size: 2rem;
    }

    .title_error {
        font-size: 2.1rem;
    }

    .error__content img {
        max-width: 170px;
    }

    .error span {
        font-size: 12rem;
    }

    .error__content {
        margin-top: 10rem;
    }

    .section_error {
        min-height: 312px;
    }
}

@media (max-width: 350px) {
    .title_size {
        line-height: 1.3;
    }

    .button {
        height: 70px;
    }

    .work__form_title {
        margin-bottom: 1rem;
    }

    .partners__lists {
        width: 250px;
    }

    .button {
        max-width: 268px;
    }
}

@media (max-width: 1200px) {
    .card__image img {
        width: 45%;
    }
}

@media (max-width: 990px) {
    .header__list {
        padding-top: 2.2rem;
    }

    .header__row {
        align-items: center;
    }
}

@media (max-width: 750px) {
    .card__image img {
        width: 70%;
    }

    .label_default .icon_dow {
        width: 43px;
        height: 58px;
    }
}

@media (max-width: 600px) {
    .title_resize {
        font-size: 3.3rem;
    }

    .prouct__item {
        margin-bottom: 6rem;
    }

    .vacancies__item_title {
        color: #865222;
    }

    .wrapper_default {
        padding-right: 15px;
        padding-left: 15px;
    }

    .header__wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 400px) {
    .button {
        max-width: 100%;
        height: 78px;
    }
}


@media (max-width: 340px) {
   .main_bg {
        background-position: right;
    }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .vacancies__item_title {
        max-width: 410px;
        width: 100%;
    }
    .header__link {
        font-weight: 600;
        letter-spacing: 1.3px;
    }
    .header__linked a {
        padding-left: 1.5rem !important;
    }
    .menu-dropdown__list .menu-dropdown_nav .menu-dropdown__widget .header__linked {
        width: 248px !important;
        right: -146% !important;
    }
}
/* End */


/* Start:/local/templates/main/css/header.css?17545720714377*/
.header {
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
.header-drop-resize .header__linked {
	width: 341px;
	padding-left: 50px;
}

.header-drop-resize .header__widget {
	width: 341px;
	left: -47px;
}

.header__linked a.active {
	position: relative;
}

.header-drop-resize .header__linked a.active:before {
	content: '';
	position: absolute;
	left: -50px !important;
	top: 11px;
	bottom: -7px;
	width: 2px;
	background-color: #ce843f;
	border-left: none !important;
}

.header__linked {
	box-sizing: border-box;
}

.header__linked a {
	margin-bottom: 2.4rem;
}

.lang-redizine {
	margin-bottom: 2px;
}

.lang-redizine a {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	color: #21242f;
}

.lang-redizine a {
	margin-right: 15px;
}

.lang-redizine a.active {
	color: #cf8541;
}

.lang-redizine a:last-child {
	margin-right: 0;
	position: relative;
}

.lang-redizine a:last-child:before {
	content: '';
	position: absolute;
	left: -10px;
	transform: rotate(18deg);
	bottom: 3px;
	top: 3px;
	width: 2px;
	background-color: #fff;
	background-color: #21242f;
}

.index-drop-resize a {
	color: #fff
}

.index-drop-resize a:last-child:before {
	background-color: #fff;
}

.header__nav {
	max-width: 807px;
}

.lang-redizine a.active {
	color: #fff;
	border: 1px solid #ffffff;
	border-radius: 13.5px;
	padding: 1px 10px;
}

.lang-redizine a:last-child:before {
	display: none;
}

.lang-redizine a {
	margin-right: 5px;
}

.header__insides_white .lang-redizine a.active {
	color: #ce843f;
	border-color: #ce843f;
}

.header__widget-resize .menu-dropdown_nav {
	padding-bottom: 2.6rem;
}
.logo {
	width: 100px;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
path {
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
@media(min-width: 991px) {
	.header_main .logo path {
		fill: #fff;
	}
	.header_scroll {
		position: fixed;
		padding: 10px 0;
		box-shadow: 0 10px 10px rgba(0,0,0,.1);
		background-color: #fff;
	}
	.header_scroll .logo {
		width: 100px !important;
	}
	.header_scroll .header__inside {
		padding: 0;
		background-color: #fff !important;
		border: none;
	}
	.body_scroll {
		padding-top: 72px;
	}
	.header_scroll .index-drop-resize a.active {
		border-color: #ce843f;
		color: #ce843f;
	}
	.header_scroll .header__link.active:before {
		bottom: -1.5rem;
	}
	.header_main.header_scroll .logo path {
		fill: #5b5b5b;
	}
	.header_scroll .header__link,
	.header_scroll .index-drop-resize a,
	.header_scroll .header__phone {
		color: #222;
	}
}

@media (max-width: 1550px) {
	.header__nav {
		max-width: 807px !important;
	}
	.header__wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 1400px) {
	.header__link {
		font-size: 1.6rem;
	}
	.header__linked a {
		font-size: 16px;
		margin-bottom: 2rem;
	}
	.header__nav {
		max-width: 728px !important;
	}
	.header__wrapper .logo {
		width: 173px;
	}
	.header__inside .logo {
		width: 173px;
	}
	.lang-redizine a {
		font-size: 16px;
	}
}

@media (max-width: 1340px) {
	.header__nav {
		max-width: 733px !important;
	}
}

@media (max-width: 1260px) {
	.header__nav {
		max-width: 597px !important;
	}
	.header__phone {
		font-size: 1.8rem;
	}
	.header-drop-resize .header__widget {
		left: -153px;
	}
	.header__linked a {
		margin-bottom: 1.4rem;
		font-size: 16px;
	}
	.header-drop-resize .header__linked {
		width: 267px;
	}
	.header-drop-resize .header__linked {
		padding-left: 35px;
	}
	.header__linked {
		padding: 2rem 2rem 2rem 2rem;
	}
	.header-drop-resize .header__linked a.active:before {
		left: -35px !important;
	}
	.header__widget-resize .menu-dropdown_nav {
		padding-bottom: 1.4rem;
		padding-top: 1.5rem !important;
	}
	.header__widget-resize .menu-dropdown__widget .header__linked {
		top: 6px !important;
		padding-top: 1.7rem;
		padding-bottom: 1.7rem;
	}
}

@media (max-width: 1150px) {
	.header__nav {
		max-width: 572px;
	}
	.header__link.active:before {
		bottom: -3.5rem;
	}
	.header__wrapper .logo {
		width: 150px;
	}
}

@media (max-width: 1080px) {
	.header__inside img {
		width: 155px;
	}
	.header__phone {
		margin-right: 0;
	}
	.header__link {
		font-size: 1.4rem !important;
	}
	.header__linked a {
		margin-bottom: 1rem;
		font-size: 14px;
	}
	.menu-dropdown__list .header__linked {
		padding-top: 2rem;
	}
}

@media (max-width: 990px) {
	.header__logo img {
		width: 107px;
		height: 55px;
	}
}
/* End */


/* Start:/local/templates/main/css/btn.css?1655282494670*/
.btn {
	display: inline-block;
	padding: 10px 17px;
	cursor: pointer;
	background: none;
	border: none;
	text-align: center;
	font-size: 12px;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-radius: 35px;
	position: relative;
}
.btn-brown {
	background-color: #CC833E;
	color: #fff;
}
.btn-brown:hover {
	background-color: #96602E;
	color: #fff;
}
.btn-download {
	font-weight: normal;
	padding-left: 40px;
}
.btn-icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 16px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
/* End */


/* Start:/local/templates/main/css/styles2022.css?164744782530119*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap');

.recipe-p__back {
    font-family: 'Roboto', sans-serif;

    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    color: #24262a;
    margin-top: 35px;
    display: inline-block;
    position: relative;
}

.recipe-p__back span:before {
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #c8c8c8;
}

.recipe-p__wrap {
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
}

.recipe-p__global {
    width: 622px;
    flex-shrink: 0;
}

.recipe-p__collumn {
    width: calc(100% - 622px);
    padding-left: 161px;
    padding-top: 20px;
}

.recipe-p_bg {
    background-color: #fafafa;
}

.recipe-p__box {
    padding: 17px 10px 24px 10px;
    border: 1px solid #e0dbd5;
    border-bottom: 2px solid #eacbad;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.recipe-p__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 82px;
}

.recipe-p__number {
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #ce843f;
}

.recipe-p__image {
    font-size: 0;
    margin-bottom: 31px;
}

.recipe-p__cell {
    padding-bottom: 28px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    color: #24262a;
}

.recipe-p__cell-title {
    font-family: 'Roboto', sans-serif;
    padding-bottom: 27px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #24262a;
}

.wrapper-resize .wrapper_default {
    width: 100%;
    max-width: 1405px;
    padding-right: 140px;
}

.wrapper-resize  .recipe-p-social .wrapper_default {
    padding-right: 0;
    max-width: 1527px; 
    padding-left: 3%;
    padding-right: 3%;  
}

.recipe-p__row {
    display: table-row;
    position: relative;
}

.recipe-p__row:before {
    content: '';
    position: absolute;
    bottom: 31px;
    z-index: 0;
    border-bottom: 1px dashed #ccc;
    left: 0;
    right: 0;
    height: 1px;
}

.recipe-p__row:last-child:before {
    bottom: 0px;
}

.recipe-p__cell span {
    display: inline-block;
    z-index: 1;
    position: relative;
    background-color: #fff;
}

.recipe-p__cell a {
    display: inline-block;
    z-index: 1;
    position: relative;
    background-color: #fff;

    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    transition: all 0.4s ease;
    color: #24262a;
}

.recipe-p__cell.active a{
    color: #cf8541;
}
.recipe-p__cell.active a:hover{
    color: #8f5824;
}

.recipe-p__row .recipe-p__cell:last-child {
    text-align: right;
}

.recipe-p__row .recipe-p__cell:last-child span {
    padding-left: 10px;
}

.recipe-p__row .recipe-p__cell:first-child span {
    padding-right: 10px;
}

.recipe-p__row .recipe-p__cell:first-child {
    text-align: left;
}

.recipe-p__row:last-child .recipe-p__cell {
    padding-bottom: 0;
}

.recipe-p__cell {
    display: table-cell;
}

.recipe-p__table {
    display: table;
    width: 100%;
}

.recipe-p__item {
    background-color: #ffffff;
    padding: 30px 49px 30px 35px;
    margin-bottom: 12px;
}

.recipe-p__item:last-child {
    margin-bottom: 0;
}

.recipe-p__width {
    width: 25%;
    padding-left: 7px;
    padding-right: 7px;
}

.recipe-p__name {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #524f4f;
    font-family: 'Roboto', sans-serif;
}

.recipe-p__number {
    margin-top: 18px;
    margin-bottom: 8px;
}

.recipe-p__title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
    color: #24262a;
    margin-bottom: 68px;
}

.recipe-p__descript {
    margin-bottom: 38px;

    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 300;
    color: #24262a;
}

.recipe-cooking_offset {
    padding-top: 130px;
    padding-bottom: 130px;
}

.recipe-cooking__wrap {
    display: flex;
    align-items: flex-start;
}

.recipe-cooking__width:last-child {
    width: 618px;
}

.recipe-cooking__width:first-child {
    width: calc(100% - 618px);
}

.recipe-cooking__circle span{
    font-size: 40px;
    font-family: 'Playfair Display';
    line-height: 1;
    font-weight: 400;
    color: #ce843f;
} 

.recipe-cooking__circle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #cf8541;
    margin-bottom: 10px;
}

.recipe-cooking__left-side {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 1;
    font-weight: 300;
    color: #cf8541;
}

.recipe-cooking__title {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #24262a;
    margin-bottom: 0;
    margin-left: 36px;
}

.recipe-cooking__row {
    display: flex;
    align-items: flex-start;
}

.recipe-cooking__left-side {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recipe-cooking__item {
    padding-top: 65px;
    padding-bottom: 65px;
    transition: all 0.4s ease;
}

.recipe-cooking__list {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
    color: #24262a;
    margin-top: -6px;
}

.recipe-cooking__list p {
    margin-bottom: 18px;
}

.recipe-cooking__list p:last-child {
    margin-bottom: 0;
}

.recipe-cooking__collumn {
    margin-top: 80px;
}

.recipe-cooking__item:hover {
    background-color: #fff;
}

.recipe-p .btn_offset {
    padding-left: 4.6rem;
}

.recipe-p .ya-share2__list {
    flex-direction: row !important;
}

.recipe-p-social__row {
    display: flex;
    align-items: center;
}

.recipe-p-social__descript {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
    color: #24262a;
}

.recipe-p-social__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recipe-p-social .ya-share2 {
    margin-left: 30px !important;
}

.recipe-p-social .ya-share2__item {
    margin-bottom: 0 !important;
    margin-right: 20px !important;
}

.recipe-p-link span {
    display: none;
}


.recipe-p-link {
    width: auto !important;
    height: auto !important;
    margin-right: 20px;
    margin-bottom: 0 !important;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0) !important;
}


.recipe-p-border {
    border: 1px solid #cacaca !important;
}

.recipe-p-border:hover {
    border-color: #ce843f !important;
}

.recipe-p-border:hover .icon_frame1 {
    fill: #ce843f;
}


.tippy-box {
    background: #e3e3e3;
    font-family: 'Roboto', sans-serif;

    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    color: #24262a;
}

.tippy-arrow {
    color: #e3e3e3
}

.recipe-p-dowloand {
    width: auto !important;
    margin-bottom: 0 !important;

    margin-right: 25px !important;
    height: auto !important;

    border: none !important
}

.recipe-p-dowloand .icon_dow {
    margin-right: 0 !important;
}

.recipe-p-social_offset {
    margin-top: 70px;
}

.recipe-p-social__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recipe-b-title {
    position: relative;
}

.recipe-b-title .btn {
    position: absolute;
    right: 0;
    top: 23px;
}

.recipe-b__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -13px;
    margin-right: -13px;
}



.recipe-b__width {
    width: 25%;
    padding-left: 13px;
    padding-right: 13px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.recipe-b__descript {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
    transition: all 0.4s ease;
    color: #24262a;
    padding: 0 7px;
}

.recipe-b__image {
    font-size: 0;
    margin-bottom: 60px;
}

.recipe-b__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recipe-b__item:hover .recipe-b__descript{
    color: #cf8541;
}

.recipe-b_offset-top {
    margin-top: 84px;
}

.title_offset-bottom {
    margin-bottom: 99px;
}

.recipe-cooking__step {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    color: #cf8541;
}

.section-find_offset_top {
    margin-top: 13.5rem;
}

.catalog-r__link {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    color: #21242f;
    margin-bottom: 34px;
    position: relative;
    display: inline-block;
}

.catalog-r__link:hover {
    color: #ce843f;
}


.catalog-r__link.active:after {
    right: -80px;
    top: 9px;
    content: '';
    width: 60px;
    position: absolute;
    height: 1px;
    opacity: 0.7;
    background-color: #ce843f;
}

.catalog-r__link:last-child {
    margin-bottom: 0;
}

.catalog-r__link.active {
    color: #d18a48;
}

.catalog-r__content .recipe-b__width {
    width: 33.3%;
    margin-bottom: 96px;
}

.catalog-r__content .recipe-b__wrap {
    margin-bottom: -96px;
}
.catalog-r__content .recipe-b__wrap {
    flex-wrap: wrap;
}

.catalog-r__widget {
    width: 350px;
}

.catalog-r__container {
    display: flex;
    align-items: flex-start;
}

.catalog-r__content {
    width: calc(100% - 350px);
    padding-left: 50px;
    margin-top: 11px;
}

.catalog-r__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.catalog-r__title {
    font-family: 'Playfair Display';
    font-size: 42px;
    line-height: 1.2;
    font-weight: 400;
    color: #21242f;
}

.recipe-b__image {
    width: 100%;
}

.recipe-b__image img {
    width: 100%;
}

.recipe-b__wrap {
    box-sizing: border-box;
    flex-wrap: wrap;
}

.catalog-r__title {
    margin-bottom: 64px;
}

.catalog-r-pag__circle {
    position: relative;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: 1px solid #e8c09b;
    display: block;
}

.catalog-r-pag__circle:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    display: block;
    border-right: 1px solid #cf8541;
    border-bottom: 1px solid #cf8541;
}

.catalog-r-pag__circle-left:before {
    transform: rotate(135deg);
    top: 13px;
    left: 15px;
}

.catalog-r-pag__circle-right:before {
    transform: rotate(315deg);
    top: 13px;
    left: 10px;
}

.catalog-r-pag__list {
    display: flex;
    align-items: flex-end;
    margin-left: 30px;
    margin-right: 30px;
}

.catalog-r-pag__list a {
    margin-right: 17px;

    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 300;
    color: #24262a;
}

.catalog-r-pag__list a:hover {   
    color: #cf8541;
}

.catalog-r-pag__list a.active {
    color: #cf8541;
}

.catalog-r-pag__list a:last-child {
    margin-right: 0;
}

.page-g {
    margin-right: 17px;
}

.catalog-r-pag {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 128px;
}

.main-r-background {
    position: relative;
    height: 580px;
}


.main-r-background .h1_center {
    margin: 0;
}

.price-r__table {
    display: table;
    width: 100%;
    margin-top: 30px;
}

.price-r__row {
    display: table-row;
}

.price-r__cell {
    display: table-cell;
}

.price-r__row:nth-child(even) {
    background-color: #ffffff;
}

.price-r__header .price-r__cell {
    font-family: 'Roboto', sans-serif;
    /* opacity: 0.6; */
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
    color: #919294;
}

.price-r__row .price-r__cell:first-child {
    padding-left: 60px;
    padding-right: 60px;
}

.price-r__row:first-child .price-r__cell {
    padding-top: 30px;
    padding-bottom: 30px;
} 

.price-r__cell {
    padding-top: 40px;
    padding-bottom: 40px;
}

.price-r__row .price-r__cell:nth-child(2) {
    padding-left: 20px;
    padding-right: 90px;
}
.price-r__row .price-r__cell:nth-child(3) {
    padding-left: 35px;
    padding-right: 20px;
}

.price-r__row .price-r__cell:nth-child(4) {
    padding-left: 20px;
    padding-right: 50px;
}

.price-r__cell .db{
    display: block;
}

.price-r__cell .fb{
    font-weight: 600;
}

.price-r__cell {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #24262a;
}

.icon_frame1 {
    width: 50px;
    height: 50px;
    fill: #cacaca;
}

/* картинки фоновые */

.recipe-p-social .ya-share2__item_service_odnoklassniki .ya-share2__link:hover .ya-share2__icon {
    background-image: url('/local/templates/main/css/../images/od-hover.svg') !important;
}
.recipe-p-social .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url('/local/templates/main/css/../images/od-gray.svg') !important;
    background-position: center;
    width: 50px !important;
    height: 50px !important;
}
.recipe-p-social .ya-share2__item_service_vkontakte .ya-share2__link:hover .ya-share2__icon {
    background-image: url('/local/templates/main/css/../images/vk-hover.svg') !important;
}
.recipe-p-social .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url('/local/templates/main/css/../images/vk-gray.svg') !important;
    background-position: center;
    width: 50px !important;
    height: 53px !important;
}

.recipe-p-social .ya-share2__item_service_facebook .ya-share2__link:hover .ya-share2__icon {
    background-image: url('/local/templates/main/css/../images/fb-hover.svg') !important;
}
.recipe-p-social .ya-share2__item_service_facebook .ya-share2__icon {
    background-image: url('/local/templates/main/css/../images/fb-gray.svg') !important;
    background-position: 48px !important;
    width: 52px !important;
    height: 53px !important;
}

.recipe-p-social .ya-share2__link:hover {
    border-color: #ce843f;
}

.price-r__subtitle {
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #777777;
}

.price-r__link {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1;
    display: block;
    margin-right: 35px;
    font-weight: 300;
    color: #24262a;
    padding: 13px 30px;
}


.price-r__link:hover {
    color: #cf8541;
}
.price-r__link:last-child {
    margin-right: 0;
}

.price-r__link.active {
    color: #cf8541;
    border: 1px solid #cf8541;
    border-radius: 23px;
}

.price-r__wrap {
    margin-top: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-r__offset {
    padding-top: 119px;
}

.recipe-p .wrapper_default {
    width: 100%;
}

* {
    box-sizing: border-box;
}

.recipe-p-social__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-r__cell-m {
    display: none;
}

.staff__links {
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
}

.staff__links a {
    margin-bottom: 20px;
}

.staff__links a:last-child {
    margin-bottom: 0;
}

.wrapper_background {
    height: 500px;
}

.price-r__link span {
    position: relative;
}

.price-r__link span:before {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #c8c8c8;
}

.chamzat-empty-pag {
    padding-bottom: 60px;
}

.price-r__link.active span:before {
    display: none;
}

.mcgregor-wants-receipts .recipe-b__wrap {
    margin-left: 0;
    margin-right: 0;
}

.yan-progibom-another-reciepts {
    padding-left: 0;
    width: 100%;
}

.yan-progibom-another-reciepts .recipe-b__width {
    width: 25%;
}

@media (max-width: 1630px) {
    .recipe-p__collumn {
        padding-left: 100px;
    }
}

@media (max-width: 1435px) {
    .recipe-p__title {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .recipe-b__image {
        margin-bottom: 30px;
    }
}

@media (max-width: 1400px) {
    .catalog-r__content {
        padding-left: 15px;
    }
    .catalog-r__content .recipe-b__width {
        width: 50%;
        margin-bottom: 40px;
    }
}

@media (max-width: 1300px) {
    .recipe-p__collumn {
        padding-left: 48px;
    }
    .recipe-p__list {
        margin-bottom: 40px;
    }
}

@media (max-width: 1230px) {
    .price-r__header .price-r__cell:nth-child(2) {
        width: 55% !important;
    }
    .recipe-cooking__wrap {
        flex-direction: column;
    }
    .recipe-cooking__width:first-child {
        width: 100%;
        margin-bottom: 30px;
    }
    .recipe-cooking__width:last-child {
        width: 100%;
    }
    .recipe-cooking__collumn {
        margin-top: 40px;
    }
    .main-r-background {
        height: 350px;
    }
}

@media (max-width: 1200px) {
    .price-r__offset {
        padding-top: 70px;
    }
    .price-r__link {
        font-size: 18px;
    }
    .price-r__subtitle {
        margin-top: 15px;
    }
    .recipe-p__title {
        font-size: 30px;
    }
    .recipe-cooking_offset {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .recipe-p__global {
        width: 499px;
    }
    .recipe-p__collumn {
        width: calc(100% - 499px);
    }
    .recipe-p__collumn {
        padding-top: 0;
    }
    .recipe-p__wrap {
        margin-top: 40px;
    }
    .recipe-p__descript {
        font-size: 18px;
        margin-bottom: 21px;
    }
    .recipe-p__cell {
        padding-bottom: 17px;
    }
    .recipe-p__row:before {
        bottom: 20px;
    }
    .recipe-p__item {
        padding: 25px;
    }

    .recipe-p-social li.ya-share2__item {
        margin-left: 0 !important;
    }

    .recipe-b__descript {
        font-size: 18px;
    }    
    .recipe-b__width {
        width: 50%;
        margin-bottom: 20px;
    }
    .recipe-b__wrap {
        flex-wrap: wrap;
        margin-bottom: -20px;
    }
    .recipe-p-social .ya-share2 {
        margin-left: 20px !important;
    }

    .recipe-p__cell-title {
        font-size: 18px;
    }
    .recipe-p__cell {
        font-size: 18px;
    }
    .recipe-p__box {
        padding: 15px 10px 15px 10px;
    }
    .recipe-p__width {
        width: 50%;
        margin-bottom: 14px;
    }
    .recipe-p__list {
        flex-wrap: wrap;
    }
}

@media (max-width: 1162px) {
    .recipe-b-title .btn {
        top: 14px;
    }
}

@media (max-width: 1055px) {
    .recipe-p-social__row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .recipe-p__col:nth-child(2) .recipe-p-social__wrap {
        flex-direction: row-reverse;
    }
    .recipe-cooking__item {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .recipe-p__col {
        margin-bottom: 20px;
    }

    .recipe-p__col:last-child {
        margin-bottom: 0;
    }

    .recipe-p__col:nth-child(2) .recipe-p-social__descript {
        margin-right: 20px;
    }

    .recipe-p-social_offset {
        margin-top: 40px;
    }

    .price-r__row .price-r__cell:first-child {
        padding-left: 30px;
        padding-right: 30px;
    }
    .price-r__row .price-r__cell:nth-child(2) {
        padding-left: 10px;
        padding-right: 30px;
    }
    .price-r__row .price-r__cell:nth-child(3) {
        padding-left: 10px;
        padding-right: 10px;
    }
    .price-r__row .price-r__cell:nth-child(4) {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 990px) {
    .catalog-r__container_offset {
        padding-bottom: 60px;
    }
    .section_catalog {
        padding-top: 3rem;
    }
    .wrapper_background {
        height: 335px;
    }
    .recipe-cooking_offset {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .catalog-r__title {
        font-size: 35px;
    }
    .catalog-r__container {
        flex-direction: column;
    }
    .catalog-r__content {
        padding-left: 0;
        width: 100%;
    }
    .catalog-r__widget {
        width: 100%;
    }
    .catalog-r__title {
        margin-bottom: 30px;
    }
    .catalog-r__widget {
        margin-bottom: 20px;
    }
    .recipe-p__wrap {
        flex-direction: column;
    }
    .recipe-p__global {
        width: 100%;
    }
    .recipe-p__collumn {
        width: 100%;
    }
    .recipe-p__image img {
        width: 100%;
    }
    .recipe-p__collumn {
        padding-left: 0;
        margin-top: 30px;
    }
    .recipe-p__list {
        margin-bottom: 20px;
    }
    .recipe-b_offset-bottom {
        margin-top: 0;
    }
    .chamzat-empty-pag {
        padding-bottom: 40px;
    }    
}

@media (max-width: 830px) {
    .price-r__wrap {
        flex-direction: column;
    }
    .price-r__link{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .price-r__link:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 770px) {
    .recipe-b-title .btn {
        position: relative;
        top: auto;
    }
    .price-r__header .price-r__cell:nth-child(2) {
        width: 47% !important;
    }
    .recipe-b_offset-top {
        margin-top: 40px;
    }
    .recipe-b-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .recipe-b-title .btn{
        margin-top: 23px;
    }
    .recipe-p__title {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .recipe-p__descript {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .recipe-p__cell-title {
        font-size: 16px;
    }
    .recipe-p__back {
        font-size: 18px;
    }
    .recipe-p__cell {
        font-size: 16px;
    }
    .recipe-cooking__collumn {
        margin-top: 20px;
    }
    .recipe-cooking__title {
        font-size: 18px;
        margin-left: 18px;
    }
    .recipe-cooking__circle span {
        font-size: 30px;
    }
    
    .recipe-cooking__circle {
        width: 49px;
        height: 49px;
    }
    .recipe-cooking__width:first-child {
        width: 100%;
        margin-bottom: 20px;
    }
    .recipe-cooking__list p {
        margin-bottom: 4px;
    }

    .price-r__cell-m {
        display: block;
        padding-right: 10px;
        margin-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 115px;
        height: 100%;
        flex-shrink: 0;
        border-right: 1px solid #e3e3e3;

        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 300;
        color: #919294;
    }

    .price-r__table {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    .price-r__row {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        justify-content: flex-start;
    }

    .price-r__cell {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding-bottom: 5px;
        padding-top: 5px;
        background-color: #fff;
        border-bottom: 1px solid #e3e3e3;
        border-left: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
    }

    .price-r__cell:first-child {
        border-top: 1px solid #e3e3e3;
    }

    .price-r__cell:last-child {
        border-bottom: none;
        border-bottom: 1px solid #e3e3e3;
    }

    .price-r__row .price-r__cell:nth-child(2) {
        padding-right: 10px;
        padding-left: 10px;
    }

    .price-r__row .price-r__cell:first-child {
        padding-left: 10px;
        padding-right: 10px;
    }

    .price-r__header {
        display: none;
    }

    .price-r__row:nth-child(even) {
        background-color: rgba(255,255,255,0);
    }
    
    .price-r__row:nth-child(odd) {
        background-color: rgba(255,255,255,0);
    }
}

@media (max-width: 675px) {
    .price-r__link {
        font-size: 16px;
    }
    .price-r__offset {
        padding-top: 40px;
    }
    .price-r__wrap {
        margin-top: 20px;
    }
    .price-r__row {
        width: 100%;
    }
    .price-r__row { 
        padding-left: 0;
        padding-right: 0;
    }
    .price-r__table {
        margin-left: 0;
        margin-right: 0;
    }
    .recipe-p-social__wrap {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .recipe-p-social__descript {
        width: 100%;
        margin-bottom: 15px;
    }
    .recipe-p-social .ya-share2 {
        margin-left: 0 !important;
    }
    .recipe-p__col:nth-child(2) .recipe-p-social__wrap .recipe-p-dowloand {
        order: 1;
    }
    .recipe-p__col:nth-child(2) .recipe-p-social__wrap .recipe-p-link {
        order: 2;
    }
    .recipe-p__col:nth-child(2) .recipe-p-social__wrap {
        justify-content: flex-end;
    }
    .section-find_offset_top {
        margin-top: 7.5rem;
    }
    .title_offset-bottom {
        margin-bottom: 53px;
    }
    .section-find_offset_top {
        margin-top: 4.5rem;
    }
    .recipe-b_offset-top {
        margin-top: 30px;
    }
}

@media (max-width: 600px) {
    .catalog-r__content .recipe-b__width {
        width: 100%;
    }
    .recipe-b__width {
        width: 100%;
    }
    .recipe-p__number {
        font-size: 20px;
    }
    .recipe-p__name {
        font-size: 10px;
    }
    .recipe-p__number {
        margin-top: 8px;
    }
    .recipe-p__image {
        margin-bottom: 20px;
    }
    .recipe-p__box {padding: 10px;}
    .recipe-p__wrap {
        margin-top: 25px;
    }
    .recipe-p__item {
        padding: 15px;
    }
    .recipe-p__cell-title{
        padding-bottom: 18px;
    }
}

@media (max-width: 520px) {
    .recipe-b-title {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 410px) {
    .recipe-p-social .ya-share2__item_service_odnoklassniki .ya-share2__icon {
        width: 54px !important;
        height: 51px !important;
        background-position: -4px !important;
    }

    .recipe-p-social .ya-share2__item_service_vkontakte .ya-share2__icon {
        background-position: 45px !important;
    }
    .recipe-p-social .ya-share2__item_service_facebook .ya-share2__icon {
        background-position: 45px !important;
    }
    .icon_frame1 {
        width: 43px;
        height: 43px;
    }

    .recipe-p-social__wrap .recipe-p-link {
        width: 43px !important;
        height: 43px !important;
    }
    .recipe-p-social__wrap .recipe-p-dowloand {
        width: 43px !important;
        height: 43px !important;
    }

    .recipe-p-social .ya-share2__item {
        margin-right: 10px !important;
    }
    .recipe-p-link {
        margin-right: 10px;
    }
}

@media (max-width: 400px) {
    .main-r-background {
        height: 250px;
    }
    .recipe-cooking__left-side {
        margin-bottom: 11px;
    }
    .recipe-p__title {
        font-size: 22px;
    }
    .recipe-p-social__descript {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .recipe-cooking__row {
        align-items: center;
    }
    .recipe-cooking__title {
        margin-top: 0;
    }
    .recipe-cooking__item {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .recipe-p-social_offset {
        margin-top: 20px;
    }



    .recipe-cooking__row {
        flex-direction: column;
        align-items: flex-start;
    }
    .recipe-cooking__title {
        margin-left: 0;
    }
    .recipe-cooking__circle {
        margin-bottom: 4px;
    }
    
    .recipe-cooking__left-side{
        margin-bottom: 5px;
    }
    .catalog-r-pag__list {
        padding-left: 0px;
        padding-right: 0px;
    }
    .catalog-r-pag__list a {
        margin-right: 7px;
    }
    .page-g {
        margin-right: 7px;
    }
}

@media print {
    .main-r-background {
        display: none;
    }
    .header {
        display: none;
    }
    .recipe-cooking__item  {
        margin-bottom: 100px;
    }
    .recipe-p__wrap {
        margin-top: 0;
    }
    .footer {
        display: none;
    }
    img {
        display: none;
    }
    .recipe-cooking__item {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 10px;
    }
    .btn  {
        display: none;
    }
    .recipe-p__back {
        display: none;
    }
    .recipe-b { display: none;}
    .new__social {
        display: none;
    }
    .section-find_offset_top {
        display: none;
    }
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}
/* End */


/* Start:/local/templates/main/css/custom.css?168512745512744*/
* {
    box-sizing: border-box;
}
.error_check {
    color: red!important;
}

.error_border {
    border-bottom: 1px solid red!important;
}

.footer__link a {
    color: #1f1f2f !important;
}

.wrapper_background .h1_center {
    margin: 0;
}

.wrapper_background {
    min-height: 335px;
}

.work_button .success {
    color: green
}

.header__widget {
    padding-top: 3rem;
}

.wrapper__range .numb {
    cursor: pointer;
}

.product__item_title {
    min-height: 93px;
}

ol ul span {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
}

ol ul {
    list-style: none;
}


/*EGORKA DOUBLE KILL MENU*/

.catalog__column_dropdown:hover .menu-dropdown__widget {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.catalog__column_dropdown {
    position: relative;
    margin-bottom: 2.2rem;
}

.catalog__column_dropdown .header__linked {
    background-color: #fff;
    width: auto;
}

.catalog__column_dropdown .menu-dropdown__widget {
    z-index: 2;
    border: none;
    width: auto;
    left: auto;
    top: -6.5rem;
    right: 4rem;
}

.menu-dropdown:hover .menu-dropdown__widget {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.menu-dropdown.active:hover .menu-dropdown__widget {
    opacity: 1;
    visibility: visible;
}

.menu-dropdown__list .header__widget {
    width: auto;
}

.menu-dropdown__list .header__linked {
    width: auto;
    padding-right: 8rem;
    padding-top: 3rem;
}

.menu-dropdown__list .header__linked a {
    padding-left: 2rem;
}

.menu-dropdown__list .menu-dropdown_nav .menu-dropdown__widget {
    width: auto;
}

.menu-dropdown__list .menu-dropdown_nav .menu-dropdown__widget .header__linked {
    width: 228px;
    padding-right: 0;
    position: absolute;
    top: -12%;
    right: -137%;
}

.menu-dropdown a {
    pointer-events: all;
}

.header__inside .header__widget {
    padding-top: 3rem;
}

.menu-dropdown.active .menu-dropdown__widget {
    position: absolute;
    margin-top: -5.1rem;
    padding-left: 18rem;
}

.menu-dropdown {
    font-family: Roboto;
    color: #21242f;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 2.5rem;
}

.header__insides_white {
    background-color: #ffffff !important;
    border-bottom: 1px solid #efeff0;
}

.menu-dropdown.active {
    position: relative;
    color: #d29052;
}

.menu-dropdown.active:before {
    position: absolute;
    top: 50%;
    left: -2.1rem;
    height: 37px;
    content: '';
    transform: translateY(-50%);
    border-left: 2px solid #d29052;
}

.menu-dropdown.active .menu-dropdown__widget {
    position: absolute;
}

.menu-dropdown__widget {
    position: absolute;
    left: -2%;
    visibility: hidden;
    width: 490px;
    padding-top: 7rem;
    transition: all 0.5s ease;
    pointer-events: none;
    opacity: 0;
}

.catalog__column .header__linked {
    border: none;
    padding-top: 2.2rem;
    padding-bottom: 1rem;
}

.catalog__column .header__linked a.active:before {
    display: none;
}

.catalog__column .header__linked a:after {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 1px;
    content: '';
    transition: width 0.3s ease 200ms;
    transform: rotate(180deg) translateX(-40%);
    background-color: #ce843f;
}

.catalog__column .header__linked a.active:after {
    width: 60px;
    transition: width 0.3s ease 200ms;
}

.slider-new .slick-dots {
    flex-shrink: 1;
}

.button_bg:after {
    background-position: center;
}

.button_bg {
    z-index: 22;
}

.section_catalog {
    background-color: transparent!important;
}

.header {
    z-index: 994;
}

.header__list_text a:hover {
    color: #ce843f;
}

.catalog__link.active ~ .header__linked {
    display: flex;
}

.catalog__link ~ .header__linked {
    display: none;
}

.header__nav.active .header__link {
    border-bottom: 1px solid #fff;
}

.header__nav.active .header__link:hover {
    color: #fff;
}

.button_bg:hover:after {
    opacity: 0;
}

.button_bg:hover:before {
    opacity: 1;
}

span.product__item_subtitle {
    min-height: 3.2rem;
}

.button_bg:before {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: all .5s ease;
    background-image: url(/local/templates/main/css/../images/bread-h.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.masters__image {
    min-height: 35.6rem;
}

.find__item:hover .btn {
    transition: all .5s ease;
    color: #8f5824;
}

.find__item:hover .btn-circle {
    transition: all .5s ease;
    color: #8f5824;
    border-color: #8f5824;
}

.product__item_title {
    min-height: 44px;
    margin-bottom: 0;
}

.find__item:hover .btn-circle:before {
    background-color: #8f5824;
}

.find__item:hover .btn-circle:after {
    transition: all .5s ease;
    border-color: transparent transparent transparent #8f5824;
}

.find__column_title {
    color: #000;
}

@media (max-width: 990) {
    .slick-active button {
        width: 12px !important;
        height: 12px !important;
        padding: 0;
        box-sizing: border-box;
    }
}

@media(max-width:990px) {
    body {
        padding-top: 70px;
    }
}

@media(max-width:760px) {
    .wrapper_background {
        background-attachment: inherit;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .mfp-close {
        width: 46px;
        height: 42px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 600px) {
    /*
  .index-about__item .image_mob {
    width: 100%;
    height: 85%;
    margin-top: auto;
  }
*/
}

@media(max-width:1300px) {
    .header__link {
        font-size: 1.6rem;
    }
}

@media(max-width:1150px) {
    .header__nav {
        max-width: 490px;
    }
}


/* EGOR VISHE GOR*/

.qualities_offset-set {
    padding-bottom: 0rem;
}

.icon_farming {
    width: 26px;
    height: 26px;
    fill: #ce843f;
}

.icon_arrr {
    width: 19px;
    margin-right: 1.5rem;
    height: 17px;
    fill: #cf843f;
}

.staff__links {
    color: #cf843f;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    margin-top: 4.5rem;
}

.staff__links a {
    color: #cf843f;
}

.staff__links a span {
    position: relative;
}

.qualities_of {
    padding-top: 7rem;
}

.section-diploma_offset-top {
    margin-top: 7rem;
}

.staff__links a span:before {
    content: '';
    position: relative;
    bottom: -0.5rem;
    height: 0.1rem;
    width: 100%;
    background-color: #cf843f;
    position: absolute;
}

.row_offset-bot {
    padding-bottom: 9rem;
}

.location_offset-bot {
    padding-bottom: 7rem;
}

.natural__content_offset {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.wrapper_background {
    height: 500px;
}

@media (max-width: 1250px) {
    .staff__links {
        margin-top: 1.5rem;
    }
    .section_card-buy {
        margin-top: 4rem;
    }
    .masters__image {
        min-height: 27.6rem;
    }
    .staff__links {
        font-size: 18px;
    }
}

@media (max-width: 990px) {
    .wrapper_background {
        height: 335px;
    }
}

@media (max-width: 600px) {
    .row_offset-bot {
        padding-bottom: 4rem;
    }
    .qualities_of {
        padding-top: 5rem;
    }
    .section-diploma_offset-top {
        margin-top: 2rem;
    }
}

@media (max-width: 500px) {
    .icon_arrr {
        width: 16px;
        margin-right: 0.5rem;
        height: 14px;
    }
    .staff__links {
        line-height: 1.3;
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .staff__links a span:before {
        display: none;
    }
}


/* edit header-menu */

.menu-dropdown__list .header__linked {
    padding-right: 3rem;
}

.menu-dropdown__list .header__widget {
    width: 251px;
}

.menu-dropdown:last-child {
    margin-bottom: 0;
}

.header__linked a.active {
    position: relative;
}

.header__linked a.active:before {
    position: absolute;
    top: 50%;
    left: -2.1rem;
    height: 37px;
    content: '';
    transform: translateY(-50%);
    border-left: 2px solid #d29052;
}

.recipe-b__button {
    display: none;
}

@media (max-width: 990px) {
    .recipe-b-title .btn {
        display: none;
    }
    .recipe-b__button {
        margin-top: 40px;
        display: block;
    }
}


.main-banner {
    overflow: hidden;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    padding-top: 40px;
    padding-bottom: 25px;
}
.main-banner-row {
    margin-left: -12px;
    margin-right: -12px;
}
.main-banner-row-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.main-banner-col {
    margin-bottom: 25px;
    padding-left: 12px;
    padding-right: 12px;
}
.main-banner-item {
    border: 2px solid #FFFFFF;
    border-radius: 30px;
    padding: 30px 15px 55px;
    line-height: 1.2;
    height: 100%;
    color: #fff;
    font-family: 'Roboto';
    position: relative;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    overflow: hidden;
}
.main-banner-item-first {
    border: none;
    padding: 0 !important;
}
.main-banner-item-title {
    font-weight: 600;
    font-family: 'PlayfairDisplay-Regular', serif;
    color: #fff;
    line-height: 1.2;
    font-size: 30px;
    margin-bottom: 18px;
    margin-top: 0;
}
.main-banner-item-descr {
    color: #fff;
    font-size: 16px;
    margin-bottom: 18px;
}
.main-banner-item-icon {
    margin-bottom: 5px;
}
.main-banner-item-name {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 10px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.main-banner-item-text {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    font-size: 12px;
}
.main-banner-item-btn {
    position: absolute;
    padding: 0 15px 15px;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.main-banner-item-icon circle,
.main-banner-item-icon rect,
.main-banner-item-icon ellipse,
.main-banner-item-icon path {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.main-banner-item-mobile {
    margin-bottom: 30px;
}
@media(min-width: 991px) {
    .main-banner {
        padding-top: 150px;
        padding-bottom: 25px;
    }
    .main-banner-item-title {
        font-size: 37px;
        margin-bottom: 30px;
    }
    .main-banner-item-descr {
        font-size: 18px;
    }
    .main-banner-item-name {
        font-size: 25px;
    }
    .main-banner-item-text {
        font-size: 17px;
    }
    .main-banner-item:not(.main-banner-item-first):hover {
        background-color: #fff;
    }
    .main-banner-item:not(.main-banner-item-first):hover .main-banner-item-name,
    .main-banner-item:not(.main-banner-item-first):hover .main-banner-item-text {
        color: #000;
    }
    .main-banner-item:not(.main-banner-item-first):hover .main-banner-item-btn{
        opacity: 1;
        visibility: visible;
    }
    .main-banner-item:not(.main-banner-item-first):hover .main-banner-item-icon path {
        fill: #A66A33;
    }
    .main-banner-item-btn {
        padding-top: 10px;
        opacity: 0;
        visibility: hidden;
        background-color: #fff;
    }
    .main-banner-item-mobile {
        display: none;
    }
}
@media(min-width: 1401px) {
    .main-banner {
        min-height: 100vh;
        padding-top: 200px;
    }
    .main-banner-item {
        padding: 40px 25px 55px;
        min-height: 330px;
    }
    .main-banner-item-title {
        font-size: 56px;
    }
    .main-banner-item-descr {
        font-size: 24px;
    }
    .main-banner-item-btn {
        padding: 10px 25px 15px;
    }
}
@media(max-width: 990px) {
    .main-banner .wrapper_default {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-banner-row {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }
    .main-banner-row::-webkit-scrollbar {
        width: 0;
    height: 0;
    }
    .main-banner-row-center {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .main-banner-col {
        min-width: 80vw;
    }
    .main-banner-col-first {
        display: none;
    }
    .main-banner-item-btn {
        display: block;
    }
    .main-banner-item-btn .btn {
        background-color: #fff;
        color: #000;
        width: 100%;
    }
}

.fwork_button {
    text-align: center;
    margin-top: 35px;
}
/* End */


/* Start:/local/templates/main/template_styles.css?17073943812436*/
.container {
	padding: 0 15px;
	max-width: 1250px;
	margin: 0 auto;
}
.section-catalog {
	padding: 40px 0 100px;
	text-align: center;
}
.section-catalog-title {
	margin-bottom: 15px;
	line-height: 1.2;
}
.section-catalog-text {
	margin-bottom: 35px;
	font-family: 'Roboto';
	font-weight: normal;
}
.section-catalog-row {
	align-items: center;	
}
.section-catalog-img img {
	max-width: 200px;
}
@media(min-width: 768px) {
	.section-catalog {
		padding: 50px 0;
		text-align: left;
	}
	.section-catalog-img {
		margin: -35px 0 -45px;
	}
	.section-catalog-img img {
		max-width: 350px;
	}
}
@media(min-width: 992px) {
	.section-catalog {
		padding: 80px 0;
	}
	.section-catalog-img {
		margin: -70px 0 -95px;
	}
	.section-catalog-img img {
		max-width: none;
	}
}


@media (min-width: 1151px) {
	a.header__phone {
		font-weight: 700;
		font-size: 3rem;
	}
}

/**/

.opt-section-bg {
	background-color: rgba(255,255,255,.8);
	margin-bottom: 70px;
}

.opt-section-bg .main-banner {
	background-color: rgba(0,0,0,.5);
	background-blend-mode: multiply;
	background-color: rgba(200,100,0,.5);
	background-blend-mode: multiply;
}

.opt-section-bg .main-banner-item.main-banner-item-first  {
	text-align: center;
}

.opt-section-form {
	color: white;
	text-align: center;
}


.opt-section-bg .popup-trigger.btn.btn-brown {
	font-size: 17px;
}

.opt-section-bg .main-banner-item-mobile {
	text-align: center;
}

.opt-img {
	text-align: center !important;
}

.qualities__subtitle.opt-title {
	text-align: center !important;
	margin-right: 0px;
	padding-right: 0px;
	max-width: 100%;
}

.why_we_opt {
	margin-top: 90px;
}

.section-diploma-opt {
	margin-bottom: 90px;
	margin-top: 0px !important;
}


.why_we_opt .qualities__title {
	font-size: 28px;
	line-height: 27px;
}

@media (max-width: 990px) {
	.qualities__title {
		font-size: 21px !important;
	}
}

@media (max-width: 410px) {
	.opt-title-production {
		line-height: 2 !important;
	}
}

.main_bg-vac {
	background: #ffffff;
}

.main-banner-col--promo + .main-banner-col {
	display: none;
}

.main-banner-col--promo > a {
	display: block;
    position: relative;
}

.main-banner-col--promo > a img {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
	max-height: calc(100% - 10px);
    -o-object-fit: contain;
       object-fit: contain;
}
/* End */
/* /local/templates/main/css/styles.css?1754571780288681 */
/* /local/templates/main/css/header.css?17545720714377 */
/* /local/templates/main/css/btn.css?1655282494670 */
/* /local/templates/main/css/styles2022.css?164744782530119 */
/* /local/templates/main/css/custom.css?168512745512744 */
/* /local/templates/main/template_styles.css?17073943812436 */
