*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
}

.mobile {
    display: none;
}

a,
a:hover,
a:focus,
a:visited {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}


/*____________________________________________________________*/

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button.wooden {
    background-color: #2a3756;
    background-image: url(../img/bg/wooden.png);
    background-size: cover;
    background-position: 50% 50%;
    color: #fff;
}

.button.wooden:hover {
    -webkit-filter: brightness(1.14);
    filter: brightness(1.14);
}

.button.primary {
    background-color: #2a3756;
    color: #fff;
}

.button.primary:hover {
    -webkit-filter: brightness(1.26);
    filter: brightness(1.26);
}

.button.outlined {
    background-color: #fff;
    color: #2a3756;
    border: solid 2px #2a3756;
    font-weight: 900;
}

.button.outlined:hover {
    background-color: #2a3756;
    color: #fff;
}


/*____________________________________________________________*/

.container {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}


/*____________________________________________________________*/

body {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    scroll-behavior: smooth;
}


/*____________________________________________________________*/

.networks a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 7px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #6d6d6d;
    font-size: 16px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: #fff;
}

.networks a:first-child {
    margin-left: 0;
}

.networks a:hover {
    opacity: 0.8;
}


/*____________________________________________________________*/

.header {
    position: relative;
    z-index: 3;
}

.header .topline {
    background-color: #000;
    color: #fff;
}

.header .topline .topline-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: calc(220px + 30px);
    padding-top: 15px;
    padding-bottom: 15px;
}

.header .topline .topline-content span {
    font-weight: 300;
    color: #cfcfcf;
}

.header .topline .topline-content .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .topline .topline-content .location .networks {
    padding-left: 30px;
}

.header .topline .logotype-block {
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    height: 235px;
    background-color: #fff;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    z-index: 1;
}

.header .topline .logotype-block img {
    width: 100%;
}

.header .navline {
    background-color: #fff;
}

.header .navline .navline-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: calc(220px + 30px);
    min-height: 75px;
}

.header .navline .navline-content .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header .navline .navline-content .navigation li {
    list-style: none;
    margin-right: 45px;
    font-size: 20px;
}

.header .navline .navline-content .navigation li:last-child {
    margin-right: 0 !important;
}

.header .navline .navline-content .navigation li a {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.header .navline .navline-content .navigation li a:hover {
    color: #2a3756;
}

.header .navline .navline-content .navline-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .navline .navline-content .navline-cta .phone {
    font-size: 20px;
}

.header .navline .navline-content .navline-cta .cta-button {
    height: 50px;
    padding: 0 35px;
    font-size: 20px;
    margin-left: 35px;
}


/*____________________________________________________________*/

.footer .content {
    background-color: #fff;
}

.footer .content .content-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 60px;
}

.footer .content .content-columns .address h5 {
    font-weight: 900;
    margin-bottom: 20px;
}

.footer .content .content-columns .address p {
    line-height: 28px;
}

.footer .content .content-columns .address p a {
    text-decoration: underline;
}

.footer .content .content-columns .address p a:hover {
    text-decoration: none;
}

.footer .content .content-columns .navigation-column {
    padding-top: 36px;
}

.footer .content .content-columns .navigation-column ul {
    list-style: none;
}

.footer .content .content-columns .navigation-column ul li {
    padding: 5px 0;
}

.footer .content .content-columns .navigation-column ul li a:hover {
    text-decoration: underline;
}

.footer .content .content-columns .subscription {
    width: 378px;
}

.footer .content .content-columns .subscription .networks {
    margin: 22px 0;
}

.footer .content .content-columns .subscription .subscription-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .content .content-columns .subscription .subscription-form input[type="email"] {
    all: unset;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 230px;
    border: solid 2px #7a7a7a;
    border-right: none;
    padding: 0 20px;
    color: #000;
}

.footer .content .content-columns .subscription .subscription-form input[type="email"]::-webkit-input-placeholder {
    color: #747474;
}

.footer .content .content-columns .subscription .subscription-form input[type="email"]::-moz-placeholder {
    color: #747474;
}

.footer .content .content-columns .subscription .subscription-form input[type="email"]:-ms-input-placeholder {
    color: #747474;
}

.footer .content .content-columns .subscription .subscription-form input[type="email"]::-ms-input-placeholder {
    color: #747474;
}

.footer .content .content-columns .subscription .subscription-form input[type="email"]::placeholder {
    color: #747474;
}

.footer .content .content-columns .subscription .subscription-form input[type="submit"] {
    all: unset;
    display: block;
    width: 148px;
    background-color: #7a7a7a;
    text-align: center;
    height: 48px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}

.footer .content .content-columns .subscription .subscription-form input[type="submit"]:hover {
    -webkit-filter: brightness(0.86);
    filter: brightness(0.86);
}

.footer .copyright {
    background-color: #000;
    color: #747474;
    font-size: 12px;
    padding: 25px 0;
}


/*____________________________________________________________*/

.hero {
    background-color: #000;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.banner-slider .banner-slide {
    width: 100%;
}

.banner-slider .banner-slide img {
    width: 100%;
}

.hero .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.hero .content .titling {
    padding: 60px 0;
    padding-right: 60px;
    background-color: #fff;
    width: 60%;
    position: relative;
}

.hero .content .titling::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    background-color: #fff;
    width: 100vw;
}

.hero .content .titling h1 {
    font-weight: 900;
    font-size: 142px;
    line-height: 0.8em !important;
    padding-top: 20px;
}

.hero .content .titling h1 sub {
    all: unset;
    font-weight: 900;
    font-size: 68px;
}

.hero .content .titling h1 sup {
    all: unset;
    font-weight: 900;
    font-size: 68px;
    vertical-align: top;
}

.hero .content .hero-description {
    margin-top: 60px;
    font-size: 30px;
    line-height: 1.4em !important;
    font-weight: 500;
}

.hero .content .hero-description strong {
    line-height: 1.6em !important;
    font-weight: 700;
}

.hero .content  .bow-decoration {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 33%;
}

.hero .content .hero-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
}

.hero .content .hero-cta .cta-button {
    margin-right: 40px;
    height: 58px;
    font-weight: 700;
    padding: 5px 90px;
}

.hero .content .hero-cta p {
    font-size: 16px;
    line-height: 20px;
}

.hero .content .hero-cta p a {
    text-decoration: underline;
}

.hero .content .hero-cta p a:hover {
    text-decoration: none;
}

.hero .content .hero-anchor {
    padding: 35px 95px;
    width: 1440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}

.hero .content .hero-anchor .anchor-content {
    width: calc(100% - 260px - 35px);
    margin-right: 35px;
}

.hero .content .hero-anchor .anchor-content h5 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
}

.hero .content .hero-anchor .cta-button {
    height: 50px;
    width: 260px;
}


/*____________________________________________________________*/

.map {
    background-color: #f8f8f8;
    position: relative;
}

.map>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    z-index: 2;
}

.map::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
}

.map .content {
    padding: 100px 0;
}

.map .content .map-address {
    background-color: #35415e;
    width: 380px;
    color: #fff;
    padding: 44px 40px;
    z-index: 2;
    position: relative;
}

.map .content .map-address .subtitle {
    opacity: 0.5;
    margin-bottom: 20px;
}

.map .content .map-address .street {
    font-weight: 900;
    font-size: 42px;
}

.map .content .map-address .placement {
    font-size: 20px;
    margin-bottom: 26px;
}

.map .content .map-address .work-time {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
}

.map .content .map-address .cta-button {
    width: 174px;
    height: 40px;
    font-size: 14px;
}


/*____________________________________________________________*/

.contact {
    background-color: #9c9c9c;
    background-image: url(../img/bg/contact.png);
    background-position: 0 50%;
    background-size: cover;
    margin-top: 100px;
}

.contact .content {
    padding: 65px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact .content .content-column {
    color: #fff;
    padding: 50px 0;
    padding-bottom: 34px;
    width: 50%;
}

.contact .content .content-column h2 {
    font-size: 80px;
    font-weight: 900;
    line-height: 82px;
    margin-bottom: 48px;
}

.contact .content .content-column .subtitle {
    font-weight: 900;
    font-size: 26px;
    margin-bottom: 80px;
}

.contact .content .content-column .features {
    list-style: none;
}

.contact .content .content-column .features li {
    font-size: 26px;
    padding: 16px 0;
}

.contact .content .contact-form,
.modal .contact-form {
    padding: 70px 80px;
    width: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}

.contact .content .contact-form h3,
.modal .contact-form h3 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 900;
    margin-bottom: 30px;
}

.contact .content .contact-form .messengers {
    margin-bottom: 54px;
}

.contact .content .contact-form .messengers>a {
    font-size: 44px;
    margin-right: 50px;
}

.contact .content .contact-form .messengers>a.telegram {
    color: #009ce8;
}

.contact .content .contact-form .messengers>a.viber {
    color: #7d3dae;
}

.contact .content .contact-form .messengers>a.whatsapp {
    color: #00b147;
}

.contact .content .contact-form .messengers>a.vk {
    color: #2e77a4;
}

.contact .content .contact-form .form-content h4 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 900;
}

.contact .content .contact-form .form-content label,
.modal .contact-form .form-content label {
    display: block;
    margin-top: 32px;
    margin-bottom: 12px;
}

.contact .content .contact-form .form-content input[type="text"],
.contact .content .contact-form .form-content input[type="email"],
.contact .content .contact-form .form-content input[type="number"],
.modal .contact-form .form-content input[type="text"],
.modal .contact-form .form-content input[type="email"],
.modal .contact-form .form-content input[type="number"] {
    all: unset;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 60px;
    border: solid 2px #bfbfbf;
    padding: 0 20px;
    color: #000;
}

.contact .content .contact-form .form-content input[type="text"]::-webkit-input-placeholder,
.contact .content .contact-form .form-content input[type="email"]::-webkit-input-placeholder,
.contact .content .contact-form .form-content input[type="number"]::-webkit-input-placeholder,
.modal .contact-form .form-content input[type="text"]::-webkit-input-placeholder,
.modal .contact-form .form-content input[type="email"]::-webkit-input-placeholder,
.modal .contact-form .form-content input[type="number"]::-webkit-input-placeholder {
    color: #c3c3c3;
}

.contact .content .contact-form .form-content input[type="text"]::-moz-placeholder,
.contact .content .contact-form .form-content input[type="email"]::-moz-placeholder,
.contact .content .contact-form .form-content input[type="number"]::-moz-placeholder,
.modal .contact-form .form-content input[type="text"]::-moz-placeholder,
.modal .contact-form .form-content input[type="email"]::-moz-placeholder,
.modal .contact-form .form-content input[type="number"]::-moz-placeholder {
    color: #c3c3c3;
}

.contact .content .contact-form .form-content input[type="text"]:-ms-input-placeholder,
.contact .content .contact-form .form-content input[type="email"]:-ms-input-placeholder,
.contact .content .contact-form .form-content input[type="number"]:-ms-input-placeholder,
.modal .contact-form .form-content input[type="text"]:-ms-input-placeholder,
.modal .contact-form .form-content input[type="email"]:-ms-input-placeholder,
.modal .contact-form .form-content input[type="number"]:-ms-input-placeholder {
    color: #c3c3c3;
}

.contact .content .contact-form .form-content input[type="text"]::-ms-input-placeholder,
.contact .content .contact-form .form-content input[type="email"]::-ms-input-placeholder,
.contact .content .contact-form .form-content input[type="number"]::-ms-input-placeholder,
.modal .contact-form .form-content input[type="text"]::-ms-input-placeholder,
.modal .contact-form .form-content input[type="email"]::-ms-input-placeholder,
.modal .contact-form .form-content input[type="number"]::-ms-input-placeholder {
    color: #c3c3c3;
}

.contact .content .contact-form .form-content input[type="text"]::placeholder,
.contact .content .contact-form .form-content input[type="email"]::placeholder,
.contact .content .contact-form .form-content input[type="number"]::placeholder,
.modal .contact-form .form-content input[type="text"]::placeholder,
.modal .contact-form .form-content input[type="email"]::placeholder,
.modal .contact-form .form-content input[type="number"]::placeholder {
    color: #c3c3c3;
}

.contact .content .contact-form .form-content .politics,
.modal .contact-form .form-content .politics {
    font-size: 14px;
    color: #7a7a7a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
    margin-bottom: 65px;
}

.contact .content .contact-form .form-content .politics input[type="checkbox"],
.modal .contact-form .form-content .politics input[type="checkbox"] {
    width: 26px;
    height: 26px;
    margin-right: 12px;
    cursor: pointer;
}

.contact .content .contact-form .form-content .politics a,
.modal .contact-form .form-content .politics a {
    text-decoration: underline;
}

.contact .content .contact-form .form-content .politics a:hover,
.modal .contact-form .form-content .politics a:hover {
    text-decoration: none;
}

.contact .content .contact-form .form-content .cta-button,
.modal .contact-form .form-content .cta-button {
    width: 290px;
    height: 66px;
}


/*____________________________________________________________*/

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    overflow: hidden;
    display: none;
}

.modal .container {
    height: 100%;
    width: 100%;
}

.modal .modal-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    overflow-y: hidden;
}

.modal .contact-form {
    position: relative;
}

.modal .contact-form .times {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 24px;
    right: 24px;
}

.modal .contact-form .times::before,
.modal .contact-form .times::after {
    content: "";
    width: 24px;
    height: 4px;
    background-color: #000;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 12px);
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.modal .contact-form .times::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal .contact-form .times::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal .contact-form .times:hover::before,
.modal .contact-form .times:hover::after {
    background-color: #2a3756;
}

.modal .contact-form h3 {
    text-align: center;
}

.modal .contact-form .form-content .cta-button {
    margin: auto;
}


/*____________________________________________________________*/

.benefits {
    padding-top: 160px;
    padding-bottom: 100px;
}

.benefits h2 {
    text-align: center;
    margin-bottom: 60px;
    font-weight: 900;
    font-size: 48px;
}

.benefits .benefits-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.benefits .benefits-grid .benefits-card {
    width: calc(25% - 15px);
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
    background-color: #fff;
    padding: 36px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.benefits .benefits-grid .benefits-card.action {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 30px;
}

.benefits .benefits-grid .benefits-card .primary-content {
    color: #2a3756;
    font-size: 76px;
    font-weight: 900;
    line-height: 68px;
}

.benefits .benefits-grid .benefits-card .primary-content sub {
    all: unset;
    font-size: 36px;
    font-weight: 900;
    line-height: 0;
}

.benefits .benefits-grid .benefits-card .primary-content.smaller {
    font-size: 54px;
    line-height: 64px;
}

.benefits .benefits-grid .benefits-card .primary-content.smaller2 {
    font-size: 39px;
    line-height: 39px;
}

.benefits .benefits-grid .benefits-card.action .primary-content {
    color: #000;
    font-size: 48px;
    line-height: 48px;
}

.benefits .benefits-grid .benefits-card .descriptor {
    font-size: 36px;
    font-weight: 900;
}

.benefits .benefits-grid .benefits-card .content {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
}

.benefits .benefits-grid .benefits-card.action .content {
    margin-top: 15px;
}

.benefits .benefits-grid .benefits-card .about-link {
    display: block;
    margin-top: 36px;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    color: #9c9c9c;
}

.benefits .benefits-grid .benefits-card .about-link:hover {
    text-decoration: underline;
}

.benefits .benefits-grid .benefits-card .sub-items {
    margin-top: 36px;
}

.benefits .benefits-grid .benefits-card .sub-items>div {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: #9c9c9c;
    padding: 7px 14px;
    background-color: #e1e1e1;
    margin-right: 9px;
}

.benefits .benefits-grid .benefits-card .cta-button {
    max-width: 340px;
    width: 100%;
    margin-top: 20px;
    height: 76px;
    font-size: 24px;
    color: #000;
    font-weight: 900;
}

.benefits .benefits-grid .benefits-card .cta-button:hover {
    color: #fff;
}

.benefits .benefits-grid .benefits-card:not(.action):hover {
    background-color: #2a3756;
}

.benefits .benefits-grid .benefits-card:not(.action):hover .primary-content,
.benefits .benefits-grid .benefits-card:not(.action):hover .descriptor,
.benefits .benefits-grid .benefits-card:not(.action):hover .content {
    color: #fff;
}

.benefits .benefits-grid .benefits-card.illustrated {
    background-image: url(../img/bg/chevron.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 48px 100%;
}


/*____________________________________________________________*/

.mission .content {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mission .content .video-column {
    width: calc(50% - 23px);
}

.mission .content .video-column .video-player {
    height: 424px;
    background-color: #9c9c9c;
    position: relative;
}

.mission .content .video-column .video-player iframe {
    width: 100%;
    height: 100%;
}

.mission .content .video-column .video-player .video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.mission .content .video-column .video-player .video-thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer !important;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.mission .content .video-column .video-player .video-thumbnail img:hover {
    opacity: 0.8;
}

.mission .content .content-column {
    width: calc(50% - 23px);
    padding: 40px 0;
}

.mission .content .content-column h3 {
    font-weight: 900;
    font-size: 48px;
    margin-bottom: 40px;
}

.mission .content .content-column p {
    font-size: 24px;
    line-height: 32px;
}


/*____________________________________________________________*/

.kitchens {
    padding-top: 50px;
    padding-bottom: 160px;
}

.kitchens h2 {
    text-align: center;
    margin-bottom: 60px;
    font-weight: 900;
    font-size: 48px;
}

.kitchens .kitchens-slider .kitchen-card {
    width: calc(50% - 30px);
    margin: 15px;
    margin-right: 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
}

.kitchens .kitchens-slider .kitchen-card .illustration {
    background-color: #cfcfcf;
}

.kitchens .kitchens-slider .kitchen-card .illustration img {
    width: 100%;
    height: 100%;
    min-height: 535px;
    -o-object-fit: cover;
    object-fit: cover;
}

.kitchens .kitchens-slider .kitchen-card .content {
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.kitchens .kitchens-slider .kitchen-card .content .primary-column .collection {
    color: #9c9c9c;
    margin-bottom: 10px;
}

.kitchens .kitchens-slider .kitchen-card .content .primary-column {
    width: calc(100% - 210px - 35px);
    margin-right: 35px;
}

.kitchens .kitchens-slider .kitchen-card .content .primary-column .collection span {
    color: #000;
}

.kitchens .kitchens-slider .kitchen-card .content .primary-column h3 {
    font-size: 50px;
    font-weight: 900;
    line-height: 52px;
    margin-bottom: 32px;
}

.kitchens .kitchens-slider .kitchen-card .content .primary-column .stock-info>div {
    padding-top: 8px;
    color: #9c9c9c;
}

.kitchens .kitchens-slider .kitchen-card .content .primary-column .stock-info .old-price span {
    color: #000;
}

.kitchens .kitchens-slider .kitchen-card .content .primary-column .stock-info .stock span {
    color: #ff0101;
}

.kitchens .kitchens-slider .kitchen-card .content .secondary-column {
    width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.kitchens .kitchens-slider .kitchen-card .content .secondary-column .benefit {
    color: #9c9c9c;
}

.kitchens .kitchens-slider .kitchen-card .content .secondary-column .benefit span {
    color: #000;
}

.kitchens .kitchens-slider .kitchen-card .content .secondary-column .price {
    font-size: 40px;
    font-weight: 900;
}

.kitchens .kitchens-slider .kitchen-card .content .secondary-column .price span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #9c9c9c;
}


/*_____________*/

.kitchens .kitchens-slider .created-kitchen-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.kitchens .kitchens-slider .created-kitchen-card .illustration {
    width: 45%;
    min-height: 0;
}

.kitchens .kitchens-slider .created-kitchen-card .content {
    width: 55%;
    padding: 60px 32px;
}

.kitchens .kitchens-slider .created-kitchen-card .content .primary-column,
.kitchens .kitchens-slider .created-kitchen-card .content .secondary-column {
    width: 100%;
}

.kitchens .kitchens-slider .created-kitchen-card .content .primary-column .collection {
    margin-bottom: 26px;
}

.kitchens .kitchens-slider .created-kitchen-card .content .primary-column h3 {
    font-size: 48px;
    margin-bottom: 120px;
}

.kitchens .kitchens-slider .created-kitchen-card .content .characteristics {
    list-style: none;
    margin-bottom: 70px;
}

.kitchens .kitchens-slider .created-kitchen-card .content .characteristics li {
    padding: 6px 0;
    color: #9c9c9c;
}

.kitchens .kitchens-slider .created-kitchen-card .content .characteristics li span {
    color: #000;
}


/*____________________________________________________________*/

.kitchens-slider .slick-dots {
    bottom: -68px;
    z-index: 1;
}

.kitchens-slider .slick-dots li {
    width: 18px;
    height: 18px;
    margin: 0 18px;
}

.slick-dots li button {
    padding: 0;
    width: 12px;
    height: 12px;
    position: relative;
    left: 3px;
    border: solid 2px #2a3756;
}

.slick-dots li button::before {
    display: none;
}

.kitchens-slider .slick-dots li.slick-active button {
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    background-color: #2a3756;
}

.kitchens-slider .slick-prev,
.kitchens-slider .slick-next {
    border: solid 4px #2a3756;
    width: 54px;
    height: 54px;
    top: calc(100% + 48px);
    z-index: 2;
}

.kitchens-slider .slick-prev {
    left: 15px;
}

.kitchens-slider .slick-next {
    right: 30px;
}

.kitchens-slider .slick-prev::before,
.kitchens-slider .slick-next::before,
.kitchens-slider .slick-prev::after,
.kitchens-slider .slick-next::after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 4px;
    background-color: #2a3756;
    border-radius: 2px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    opacity: 1 !important;
}

.kitchens-slider .slick-next::before {
    top: 17px;
    left: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.kitchens-slider .slick-next::after {
    top: 25px;
    left: 16px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.kitchens-slider .slick-prev::before {
    top: 17px;
    left: 15px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.kitchens-slider .slick-prev::after {
    top: 25px;
    left: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*____________________________________________________________*/

.furniture {
    background-color: #2a3756;
    color: #fff;
    margin-bottom: 120px;
}

.furniture .content {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: middle;
    min-height: 520px;
}

.furniture .content .content-column {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 20px;
}

.furniture .content .content-column h2 {
    font-size: 74px;
    font-weight: 900;
    line-height: 78px;
    margin-bottom: 32px;
}

.furniture .content .content-column p {
    line-height: 24px;
    margin-bottom: 30px;
}

.furniture .content .content-column .cta-button {
    width: 380px;
    height: 70px;
    background-color: #2a3756;
    color: #fff;
    border-color: #fff;
}

.furniture .content .content-column .cta-button:hover {
    background-color: #fff;
    color: #2a3756;
    border-color: #fff;
}

.furniture .content .slider-column {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -67px 0;
}

.furniture-image {
    width: 435px;
    height: 435px;
    background-color: #9c9c9c;
    margin-top: 67px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 0;
}

.furniture-image.slick-active {
    width: 570px;
    height: 570px;
    margin-right: -67px;
    margin-top: 0;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
}

.furniture-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/*____________________________________________________________*/

.furniture-slider .slick-dots li.slick-active button {
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    background-color: #2a3756;
}

.furniture-slider .slick-prev,
.furniture-slider .slick-next {
    width: 54px;
    height: 54px;
    z-index: 2;
}

.furniture-slider .slick-prev {
    left: -50px;
}

.furniture-slider .slick-next {
    right: -60px;
}

.furniture-slider .slick-prev::before,
.furniture-slider .slick-next::before,
.furniture-slider .slick-prev::after,
.furniture-slider .slick-next::after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    opacity: 1 !important;
}

.furniture-slider .slick-next::before {
    top: 17px;
    left: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.furniture-slider .slick-next::after {
    top: 25px;
    left: 16px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.furniture-slider .slick-prev::before {
    top: 17px;
    left: 15px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.furniture-slider .slick-prev::after {
    top: 25px;
    left: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}