/*common*/
html {
  scroll-behavior: smooth; 
}
input {
    -webkit-appearance: none !important;
}
body, button, textarea, input {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}
button {
    font-weight: 600;
    cursor: pointer;
}
button, textarea, input {
    box-sizing: border-box;
    border: none;
    outline: none;
}
a {
    text-decoration: none;
}
.content {
    margin: 0 auto;
    padding: 0 25px;
    max-width: 1180px;
}
.page-wrap {
    position: relative;
    /* overflow: hidden; */
    color: #362C23;
    background: #ffffff;
}
.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.flex-container {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.va-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.spacer_bottom,
.spacer_top,
.spacer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer > * {
    -ms-flex-item-align: center;
    align-self: center;
}
.spacer_bottom > * {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.spacer_top > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.photo-max-size {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.photo-full-size {
    object-position: top;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    object-fit: cover;
}
.d-ib {
    display: inline-block;
}
.hidden {
    display: none !important;
}
.mobile-visible {
    display: none;
}
h1 {
    font-family: 'El Messiri', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 50px;
}
h2, h3 {
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 40px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 16px;
}
p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 40px;
}
p em {
    font-weight: 700;
}
p strong {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
}
.page__content ol {
    counter-reset: ordered-list;
    padding-top: 10px;
    margin-bottom: 52px;
}
.page__content ul li,
.page__content ol li {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 30px;
    min-height: 40px;
    position: relative;
    padding-left: 57px;
}
.page__content ul li:last-child,
.page__content ol li:last-child {
    margin-bottom: 0;
}
.page__content ol li:after {
    counter-increment: ordered-list;
    content: counter(ordered-list);
    position: absolute;
    left: 0; top: 0;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 32px;
    border: 5px solid #362C23;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 20px;
    color: #362C23;
    border-radius: 50%;
}
.page__content ul {
    margin-bottom: 50px;
}
.page__content ul li {
    min-height: inherit;
    padding-left: 25px;
}
.page__content ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #362C23;
}
cite, blockquote{
    padding: 18px 62px;
    font-size: 14px;
    line-height: 140%;
    background: #F6ECE3;
    border-radius: 20px 0 20px 20px;
    margin-bottom: 50px;
    display: block;
    position: relative;
}
cite:after,
cite:before,blockquote:after,
blockquote:before {
    content: "";
    position: absolute;
    font-weight: 400;
    font-size: 96px;
    line-height: 100%;
    top: 10px;
}
cite:after,blockquote:after {
    left: 10px;
}
cite:before,blockquote:before {
    content: "";
    right: 10px;
}
.page__content ul:last-child,
.page__content ol:last-child,
cite:last-child,blockquote:last-child,
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child {
    margin-bottom: 0;
}
.green-btn {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #362C23;
    padding: 20px 40px;
    background: #D4E56B;
    border-radius: 20px 0 20px 20px;
}
.green-btn:hover {
    background: #c2d937;
}
.menu-close,
.menu-btn {
    display: none;
}
/*end common*/

/*icons*/
.icon-check {
    width: 17px;
    height: 13px;
    stroke: #362C23;
}
.icon-play {
    width: 13px;
    height: 15px;
    fill: #362C23;
}
.icon-return {
    width: 26px;
    height: 15px;
    fill: #362C23;
}
.icon-menu {
    width: 35px;
    height: 19px;
    fill: #362C23;
}
.icon-menu-close {
    width: 35px;
    height: 27px;
}
/*end icons*/

/*page*/
.page {
    padding-bottom: 120px;
}
.main,
.page {
    padding-top: 160px;
    position: relative;
}
.main > *,
.page > * {
    position: relative;
    z-index: 5;
}
.main:after,
.main:before,
.page:after,
.page:before {
    content: '';
    position: absolute;
    top: 0;
}
.page:after {
    background: url('images/bg/page-left-top-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    left: 0;
    width: 627px;
    height: 854px;
}
.page:before {
    background: url('images/bg/page-right-top-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    right: 0;
    width: 434px;
    height: 955px;
}
.page_categories:after {
    background: url('images/bg/page-left-top-bg-2.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 436px;
    height: 650px;
}
.page_categories:before {
    background: url('images/bg/page-right-top-bg-2.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 623px;
    height: 917px;
}
.page__wrap {
    padding-top: 70px;
}
.page__wrap_text {
    padding-top: 48px;
}
.page__content-left {
    max-width: 820px;
    width: 80%;
}
.aside {
    width: 250px;
}
.aside img {
    max-width: 100%;
    margin-bottom: 40px;
}
.aside img:last-child {
    margin-bottom: 0;
}
/*end page*/

/*header*/
.header {
    position: fixed;
    height: 160px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;    
    transition: height .3s;
}
.header__content {
    height: 100%;
}
.nav {
    height: 100%;
}
.nav__center {
    height: 100%;
}
.nav__right,
.nav__left {
    display: flex;
    height: 100%;
    align-items: center;
}
.nav li {
    margin-right: 50px;
}
.nav li:last-child {
    margin-right: 0;
}
.nav a {
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    position: relative;
    padding: 10px 0;
    color: #362C23;
}
.nav span {
    position: relative;
    z-index: 3;
}
.nav a:after{
    content: '';
    left: 10px;
    right: -10px;
    background: #D4E56B;
    position: absolute;
    bottom: 2px;
    border-radius: 10px 0 10px 10px;
    height: 17px;
    opacity: 0;
    transition: opacity .2s;
}
.nav a:hover:after,
.nav a.active:after {    
    opacity: 1;
}
.spacer {
    width: 100%;
    height: 100%;
    display: flex;
    align-self: center;
    justify-content: space-between;
}
.logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('./images/logo1.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 140px;
    height: 120px;
}
.header.is-fixed {
    background-color: #362C23;
    height: 68px;
}
.header.is-fixed .nav a {   
    color: #F6ECE3;
}
.header.is-fixed .logo  {
    background: url('./images/scroll-logo1.svg') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 72px;
    height: 48px;
}
/*end header*/

/*footer*/
.footer {
    background: #362C23;
    padding-top: 75px;
    padding-bottom: 74px;
    position: relative;
    z-index: 5;
}
.footer__logo {
    background: url('images/footer-logo1.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 140px;
    height: 97px;
}
.footer__right {
    width: calc(100% - 186px);
}
.footer__nav {
    position: relative;
    top: -8px;
    padding-top: 2px;
    flex-wrap: wrap;
    display: flex;
}
.footer__nav a {
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: nowrap;
    margin-right: 50px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #FFFFFF;
}
.footer__nav a:hover {
    text-decoration: underline;
}
.footer__nav a:last-child {
    margin-right: 0;
}
.copyright {
    margin-top: 25px;
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    color: #ffffff;
}
/*end footer*/

/*faq*/
.faq__list {
    max-width: 440px;
    width: 40%;
}
.faq__text {
    max-width: 570px;
    width: 56%;
}
.faq__text .faq__item {
    display: none;
}
.faq__text p {
    margin-bottom: 30px;
}
.faq__text p:last-child {
    margin-bottom: 0;
}
.faq__item {
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    color: #362C23;
    padding: 14px 25px;
    background: #F6ECE3;
    border-radius: 30px 0 30px 30px;
    margin-bottom: 16px;
}
.faq__item:last-child {
    margin-bottom: 0;
}
.faq__item.active,
.faq__item:hover {
    background: #D4E56B;
}
/*end faq*/

/*videos*/
.tags {
    margin-left: -25px;
    margin-right: -25px;
    padding: 0 25px;
    overflow: auto;
    display: flex;
    white-space: nowrap;
}
.tags__link {
    padding: 9px 19px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #362C23;
    margin-right: 20px;
    border: 1px solid #362C23;
    border-radius: 20px 0 20px 20px;
}
.tags__link:last-child {
    margin-right: 0;
}
.tags__link:hover {
    background: #F6ECE3;
    border-color: #F6ECE3;
}
.tags__link.active {
    background: #D4E56B;
    border-color: #D4E56B;
}
.videos__list {
    margin-top: 50px;
}
.video__block {
    width: 57.71%;
    position: relative;
}

.video:nth-child(2n) .video__block{
    order:1;
}
.video__block:after {
    content: '';
    display: block;
    padding-top: 58.73%;
}
.video__block:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(54, 44, 35, 0.7);
}
.video__text {
    width: 33.55%;
}
.video__text:last-child {
    padding-right: 34px;
}
.video__text h3 {
    margin-bottom: 30px;
}
.video__tag {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    line-height: 140%;
    background: #F6ECE3;
    border-radius: 20px 0 20px 20px;
    padding: 10px 20px;
    margin-bottom: 29px;
}
.video__text p {
    line-height: 150%;
}
.video {
    margin-bottom: 70px;
}
.video:last-child {
    margin-bottom: 0;
}
.play {
    width: 93px;
    height: 93px;
    border: 1px solid #D4E56B;
    box-sizing: border-box;
    border-radius: 50%;
    z-index: 5;
    cursor: pointer;
    background: none;
    transition: all, 0.3s;
}
.play:hover {
    width: 103px;
    height: 103px;
    background: #D4E56B;
}
.play:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    border-radius: 50%;
    width: 59px;
    height: 59px;
    background: #D4E56B;
    border: 1px solid #D4E56B;
    transition: all, 0.3s;
    box-sizing: border-box;
}
.play:hover .svg-icon {
    fill: #FFFFFF;
}
.play:hover:after {
    border-color: #ffffff;
    width: 61px;
    height: 61px;
}
.play .svg-icon {
    transition: all, 0.3s;
    z-index: 3;
    right: -2px;
}
/*videos*/

/*contacts*/
.contacts__left {
    max-width: 396px;
    width: 100%;
}
.map__wrap {
    max-width: 570px;
    overflow: hidden;
    box-shadow: 0 34px 53px rgba(54, 44, 35, 0.05);
    border-radius: 30px 0 30px 30px;
    width: 100%;
}
#map {
    height: 690px;
    background: #EEEEEB;
}
.contact__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 10px;
}
.contact__desc {
    line-height: 150%;
}
.contact__desc a {
    color: #362C23;
}
.contact {
    margin-bottom: 40px;
}
.contact:last-child {
    margin-bottom: 0;
}
.contact__desc a[href^=mailto] {
    background: #D4E56B;
    display: inline-block;
}
.wpcf7-form {
    max-width: 354px;
    margin-top: 50px;
}
.form__field {
    width: 100%;
    height: 59px;
    padding-left: 24px;
    padding-right: 20px;
    background: #F6ECE3;
    border-radius: 20px 0 20px 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #362C23;
    margin-bottom: 26px;
    border: 3px solid #F6ECE3;
}
.form__field::placeholder {
    color: #362C23;
    opacity: 1;
}
.form__field:hover {
    border: 3px solid #EADBCE;
    background: #EADBCE;
}
.form__field:focus {
    border-color: #D4E56B;
    background: none;
}
.form__field:-ms-input-placeholder {
    color: #362C23;
}
.privacy {
    margin-top: 4px;
    display: block;
    cursor: pointer;
    padding-left: 32px;
    position: relative;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    padding-top: 1px;
}
.privacy input {
    position: absolute;
    left: -10000px;
}
.privacy__btn {
    position: absolute;
    left: 0; top: 0;
    width: 20px;
    height: 20px;
    background: #F6ECE3;
    border-radius: 5px 0 5px 5px;
}
.privacy:hover .privacy__btn {
    background: #D4E56B;
}
.privacy input:checked + .privacy__btn {
    background: #D4E56B;
}
.privacy input:checked + .privacy__btn .svg-icon {
    display: block;
}
.icon-check {
    display: none;
}
.privacy__btn .svg-icon {
    top: 2px;
    right: -2px;
}
.form__btn {
    margin-top: 29px;
    cursor: pointer;
}
/*end contacts*/

/*catalog*/
.catalog h1 {
    text-align: center;
}
.catalog__list {
    margin-right: -30px;
    margin-bottom: -70px;
    position: relative;
}
.catalog__list:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 10px;
    background: #ffffff;
}
.catalog__item {
    width: 20.66%;
    display: grid;
    padding-right: 5.78%;
    padding-bottom: 44px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(54, 44, 35, 0.18);
}

.catalog__item {}
.catalog__item:nth-child(4n) {
    padding-right: 0;
}
.catalog__item-title {
    padding-top: 15px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #362C23;
    margin-bottom: 14px;
    order: 1;
}
.catalog__item-title:hover {
    color: #E96767;
}
.catalog__item:nth-child(2n) .catalog__item-photo{
    order: 3;
}
.catalog__item:nth-child(2n-1) .catalog__item-photo{
    order: 0;
}
.catalog__item-photo {
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.catalog__item-photo:after {
    content: '';
    padding-top: 144.8%;
    display: block;
}
.catalog__item p {
    margin-bottom: 25px;
    line-height: 150%;
    order: 2;
}
.catalog__item p:last-child {
    /* margin-bottom: 0; */
    order: 2;
}
.categories {
    max-width: 790px;
    margin: 0 auto 71px;
}
.category {
    width: 160px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #362C23;
}
.category span {
    display: block;
}
.category.active,
.category:hover {
    color: #E96767;
   
}
.category .svg-icon {
    display: block;
    margin: 0 auto 21px;
    width: 110px;
    height: 88px;
    fill: #362C23;
}
.category.active .svg-icon,
.category:hover .svg-icon {
    fill: #E96767;
    filter: invert(84%) sepia(50%) saturate(7487%) hue-rotate(320deg) brightness(97%) contrast(89%);    
}
.category:nth-child(2):hover,
.category:nth-child(2).active {
    color: #FA97AF;
    
}
.category:nth-child(2):hover .svg-icon,
.category:nth-child(2).active .svg-icon {
    fill: #FA97AF;
    filter: invert(77%) sepia(60%) saturate(4488%) hue-rotate(303deg) brightness(117%) contrast(97%);
}
.category:nth-child(3):hover,
.category:nth-child(3).active {
    color: #F2935E;
   
}
.category:nth-child(3):hover .svg-icon,
.category:nth-child(3).active .svg-icon {
    fill: #F2935E;
    filter: invert(81%) sepia(17%) saturate(3539%) hue-rotate(316deg) brightness(96%) contrast(98%);
}
.category:nth-child(4):hover,
.category:nth-child(4).active {
    color: #A6C566;
}
.category:nth-child(4):hover .svg-icon,
.category:nth-child(4).active .svg-icon {
    fill: #A6C566;
    filter: invert(76%) sepia(25%) saturate(769%) hue-rotate(39deg) brightness(97%) contrast(93%);
}
/*end catalog*/

/*article*/
.return,
.return > * {
    display: inline-block;
    vertical-align: middle;
}
.return {
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    color: #362C23;
    background: #D4E56B;
    margin-bottom: 50px;
}
.return span {
    margin-left: 8px;
    position: relative;
    top: 1px;
}
.return .svg-icon {
    transition: all, 0.3s;
    position: relative;
    left: -1px;
}
.return:hover .svg-icon {
    left: -10px;
}
.article__text {
    max-width: 400px;
    width: 100%;
}
.article__gallery {
    max-width: 570px;
    padding-bottom: 67px;
    width: 100%;
}
.article__params {
    padding-top: 1px;
}
.article__param {
    margin-bottom: 31px;
}
.article__param:last-child {
    margin-bottom: 0;
}
.article__param-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 9px;
}
.article__param-desc {
    font-size: 14px;
    line-height: 150%;
}
.article__photo {
    position: relative;
    width: 43.85%;
    margin-right: 12.3%;
    margin-bottom: 70px;
}
.article__photo:nth-child(2n) {
    margin-right: 0;
    top: 137px;
}
.article__photo:after {
    content: '';
    display: block;
    padding-top: 144.8%;
}
/*end article*/

/*main*/
.main {
    position: relative;
    padding-bottom: 112px;
}
.main:after {
    background: url('images/bg/main-left-top-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 604px;
    height: 1035px;
    left: 0;
    top: 158px;
}
.main:before {
    background: url('images/bg/main-right-bottom-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 426px;
    height: 912px;
    right: 0;
    bottom: 10px;
}
.main h1 {
    font-size: 110px;
    line-height: 90%;
    margin-bottom: 40px;
}
.main__content {
    padding-top: 157px;
    padding-bottom: 171px;
    position: relative;
}
.main__content:before {
    content: '';
    position: absolute;
    background: url('images/bg/main-bg.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 626px;
    height: 673px;
    right: -43px;
    top: 0;
}
.main__left {
    max-width: 480px;
    position: relative;
    z-index: 5;
}
.main__sub-title {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
}
.main__desc {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 40px;
}
.green-btn > * {
    display: inline-block;
    vertical-align: middle;
}
.main__link i {
    transition: all, 0.3s;
    margin-left: 0;
    overflow: hidden;
    width: 0;
    position: relative;
    top: 0;
    font-size: 0;
    height: 8px;
}
.main__link:hover i {
    width: 35px;
    margin-left: 6px;
}
.main__link {
    line-height: 20px;
}
.main__link:hover {
    background: #D4E56B;
}
.icon-link-arrow {
    position: absolute;
    top: 0; left: 0;
    width: 35px;
    height: 8px;
    fill: #362C23;
}
/*end main*/

/*tech*/
.form-block h2,
.slider h2,
.questions h2,
.advantages h2,
.tech h2,
.app h2 {
    font-family: 'El Messiri', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 17px;
}
.tech {
    padding-top: 68px;
}
.tech__left {
    max-width: 445px;
    width: 100%;
}
.tech__left p {
    line-height: 150%;
    max-width: 396px;
    margin-bottom: 32px;
}
.tech__left p strong {
    line-height: 140%;
}
.icon-pdf {
    width: 36px;
    height: 42px;
    fill: #362C23;
}
.download {
    margin-top: 14px;
    display: inline-block;
    position: relative;
    padding-left: 46px;
}
.download:hover .download__title {
    color: #E96767;
}
.download .icon-pdf {
    position: absolute;
    left: 0;
    top: 4px;
}
.download:hover .icon-pdf {
    fill: #E96767;
}
.download__title {
    font-size: 14px;
    line-height: 150%;
    color: #362C23;
}
.download__info {
    margin-top: 5px;
    display: block;
    font-size: 13px;
    line-height: 150%;
    color: #362C23;
    opacity: 0.6;
}
.tech__list {
    position: relative;
    top: -8px;
    max-width: 570px;
    width: 100%;
    margin-bottom: -50px;
}
.tech__item {
    width: 250px;
    margin-bottom: 50px;
}
.tech__item .svg-icon {
    width: 110px;
    height: 88px;
    margin-bottom: 21px;
    fill: #362C23;
}
.tech__item-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 21px;
}
.tech__item-desc {
    font-size: 13px;
    line-height: 150%;
    color: #362C23;
    opacity: 0.6;
}
/*end tech*/

/*app*/
.app {
    background: url('images/bg/app-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
.app .content {
    position: relative;
}
.app .content:after {
    content: '';
    position: absolute;
    background: url('images/bg/app-content-bg.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 482px;
    height: 435px;
    right: 231px;
    top: -117px;
}
.app__sub-title {
    color: #F6ECE3;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 0;
}
.app h2 {
    font-size: 48px;
    line-height: 100%;
    color: #FFFFFF;
    margin-top: 11px;
    margin-bottom: 30px;
}
/*end app*/

/*advantages*/
.advantages {
    padding-top: 148px;
    padding-bottom: 108px;
}
.advantages h2 {
    margin-bottom: 10px;
}
.advantages__left {
    max-width: 396px;
    width: 100%;
}
.advantages__sub-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    padding-top: 7px;
    margin-bottom: 32px;
}
.advantages__desc {
    line-height: 150%;
}
.widget {
    padding-top: 22px;
}
.widget__bg {
    position: relative;
    background: url('images/bg/widget-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 261px;
    height: 193px;
    margin-bottom: 6px;
}
.widget__text {
    font-size: 13px;
    line-height: 150%;
}
.widget .play {
    position: absolute;
    right: -29px;
    bottom: -7px;
}
.advantages__list {
    position: relative;
    top: -17px;
    max-width: 570px;
    margin-bottom: -65px;
    width: 100%;
}
.advantage {
    width: 250px;
    margin-bottom: 65px;
}
.advantage .svg-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 21px;
}
.advantage__title {
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 21px;
}
.advantage__desc {
    font-size: 13px;
    line-height: 150%;
    opacity: 0.6;
}
/*end advantages*/

/*questions*/
.questions {
    padding-top: 43px;
    padding-bottom: 34px;
    background: url('images/bg/questions-bg.jpg') no-repeat center right, #362C23;
}
.questions h2 {
    margin-bottom: 18px;
}
.questions .content {
    min-height: 617px;
}
.questions .spacer {
    width: 100%;
}
.questions p {
    line-height: 150%;
    margin-bottom: 31px;
}
.questions__left {
    max-width: 396px;
    width: 100%;
}
.questions__left h2,
.questions__left p strong {
    color: #FFFFFF;
}
.questions__left p {
    color: #F6ECE3;
}
.questions__link {
    margin-top: 11px;
}
.question__top {
    cursor: pointer;
    display: block;
}
.question {
    background: #F6ECE3;
    border-radius: 20px 0 20px 20px;
    margin-bottom: 25px;
}
.question:last-child {
    margin-bottom: 0;
}
.question__top {
    background: #F6ECE3;
    padding: 27px 80px 27px 25px;
    border-radius: 20px 0 20px 20px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    position: relative;
}
.question__top:hover {
    background: #EADBCE;
}
.question__btn {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0; bottom: 0;
    right: 25px;
    margin: auto;
}
.questions__list {
    max-width: 570px;
    width: 100%;
}
.question__btn:after,
.question__btn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    background: #362C23;
}
.question__btn:before {
    height: 100%;
    width: 4px;
}
.question.open .question__btn:before {
    display: none;
}
.question__text {
    padding: 7px 25px 28px;
}
.question__text p {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 20px;
}
.question__text p:last-child {
    margin-bottom: 0;
}
.question__text {
    display: none;
}
.ymaps-2-1-79-ground-pane {
    filter: grayscale(1);
}
/*end questions*/

/*slider*/
.slider {
    padding-top: 156px;
    position: relative;
    z-index: 10;
}
.slider__left {
    max-width: 396px;
    width: 100%;
}
.slider h2 {
    line-height: 120%;
    margin-bottom: 31px;
}
.slider__left p {
    margin-bottom: 32px;
    line-height: 150%;
}
.slider__link {
    margin-top: 9px;
}
.slider__wrap {
    max-width: 570px;
    width: 100%;
    position: relative;
    top: -60px;
}
.slider__slide .catalog__item {
    padding-bottom: 0;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
}
.slider__next {
    width: 62px;
    height: 57px;
    position: absolute;
    cursor: pointer;
    right: -122px;
    top: 210px;
}
.slider__next .svg-icon {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
}
.slider__next .icon-slider-next-hover {
    width: 65px;
    opacity: 0;
}
.slider__next:hover .icon-slider-next {
    opacity: 0;
}
.slider__next:hover .icon-slider-next-hover {
    opacity: 1;
}
/*end slider*/

/*form-block*/
.form-block {
    position: relative;
}
.form-block:after,
.form-block:before {
    content: '';
    position: absolute;
    bottom: 0;
}
.form-block:after {
    left: 0;
    background: url('images/bg/form-block-left-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 799px;
    height: 1365px;
    bottom: -244px;
}
.form-block:before {
    right: 0;
    background: url('images/bg/form-block-right-bg.jpg') no-repeat center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 560px;
    height: 1121px;
    bottom: -220px;
}
.form-block .content {
    position: relative;
    z-index: 5;
}
.form-block__wrap {
    max-width: 1027px;
    padding-bottom: 174px;
    padding-top: 162px;
    position: relative;
}
.form-block__wrap:after {
    content: '';
    position: absolute;
    background: url('images/bg/form-block-bg.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    bottom: 0;
    left: -69px;
    height: 700px;
    width: 1374px;
}
.form-block__left {
    max-width: 396px;
    top: 33px;
    width: 100%;
}
.form-block__left p {
    line-height: 150%;
    margin-bottom: 31px;
}
.form-block__left p:last-child {
    margin-bottom: 0;
}
.form-block .privacy {
    text-align: left;
    margin-top: 0;
}
.form-block .wpcf7-form {
    max-width: 354px;
    text-align: center;
}
.form-block .form__btn {
    margin-top: 18px;
}
.form-block .privacy__desc {
    color: #FFFFFF;
}
.form-block .wpcf7-form,
.form-block__left {
    position: relative;
    z-index: 5;
}
/*end form-block*/






@media all and (max-width: 1600px) {
    .page:after,
    .page:before {
        width: 300px;
        background-position: center;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    .page:after {
        width: 450px;
        background-position: center top;
    }
}

@media all and (max-width: 1400px) {
    .page:before {
        width: 200px;
    }
    .page:after {
        width: 250px;
    }
}

@media all and (max-width: 1300px) {
    .catalog__list {
        margin-right: 0;
    }
}

@media all and (max-width: 1200px) {
    .page__content-left {
        width: 70%;
    }
    .main__content:before {
        width: 580px;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        background-position: center;
    }
}

@media all and (max-width: 1100px) {
    .catalog__item br {
        display: none;
    }
    .map__wrap {
        width: 450px;
    }
    .article__gallery {
        max-width: 500px;
    }
    .slider__wrap,
    .tech__list {
        max-width: 510px;
    }
    .slider__next {
        display: none;
    }
    .questions__list {
        max-width: 540px;
    }
}

@media all and (max-width: 1024px) {
    .catalog__list {
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .catalog__list > * {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .page:before,
    .page:after {
        display: none;
    }
    .main,
    .page {
        padding-top: 110px;
    }
    .logo {
        width: 77px;
        height: 78px;
    }
    .header {
        height: 110px;
    }
   .page-wrap {

    overflow: hidden;

}
    .nav li {
        margin-right: 30px;
    }
    .nav a {
        font-size: 14px;
    }
    .page {
        padding-bottom: 80px;
    }
    .footer__nav a {
        margin-bottom: 0;
    }
    .page__content-left {
        width: 64%;
    }
    .video__block {
        width: 100%;
        order: 1;
    }
    .video__text {
        width: 100%;
        order: 2;
    }
    .tags {
        padding-bottom: 2px;
    }
    .tags__link {
        font-size: 13px;
        line-height: 140%;
        margin-right: 15px;
    }
    .videos__list {
        margin-top: 30px;
    }
    .video__text {
        padding-right: 0;
        position: relative;
        z-index: 5;
        top: -18px;
    }
    .video__text:last-child {
        padding-right: 0;
    }
    .article__gallery {
        max-width: inherit;
    }
    .article__photo:nth-child(2n),
    .article__photo {
        top: 0;
        margin-bottom: 0;
        width: 100%;
        margin-right: 0;
    }
    .article__gallery {
        max-width: 300px;
        margin-top: 30px;
        padding-bottom: 0;
    }
    .article__gallery .owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    .article__text {
        max-width: inherit;
    }
    .categories {
        margin-bottom: 30px;
    }
    .catalog h1 {
        text-align: left;
        margin-bottom: 30px;
    }
    .catalog__item:nth-child(2n) {
        margin-right: 0;
    }
    .catalog__item {
        border-bottom: none;
        padding-bottom: 0;
        width: 43.07%;
        margin-right: 13.86%;
        padding-right: 0;
    }
    .catalog__list {
        margin-bottom: -30px;
    }
    .catalog__item {
        display: flex;
        flex-wrap: wrap;
    }
    .catalog__item .catalog__item-photo {
        width: 100%;
        order: 1;
    }
    .catalog__item .catalog__item-title {
        order: 2;
    }
    .catalog__item p {
        order: 3;
    }
    .main:after {
        background: url('images/bg/main-left-bg-mobile.png') no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
        width: 216px;
        height: 369px;
        left: 0;
        top: 0;
    }
    .main:before {
        background: url('images/bg/main-right-bg-mobile.png') no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
        width: 171px;
        height: 366px;
        right: 0;
        top: 286px;
        bottom: auto;
    }
    .main__content {
        padding-top: 0;
        padding-bottom: 60px;
    }
    .tech {
        padding-top: 0;
    }
    .main__left {
        text-align: center;
        margin: 10px auto 0;
    }
    .main__content:before {
        background: url('images/bg/main-bg-mobile.png') no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
        width: 243px;
        height: 260px;
        position: static;
        display: block;
        margin: 0 auto 0;
    }
    .tech__left p,
    .tech__list,
    .tech__left {
        max-width: inherit;
    }
    .tech__list {
        margin-top: 40px;
    }
    .advantage,
    .tech__item {
        width: 43.07%;
    }
    .app {
        text-align: center;
    }
    .app .content:after {
        display: none;
    }
    .advantages {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .advantage {
        margin-bottom: 40px;
    }
    .advantages__list {
        margin-top: 44px;
        margin-bottom: -40px;
    }
    .advantage br {
        display: none;
    }
    .advantages__left,
    .advantages__list {
        top: 0;
        max-width: inherit;
    }
    .questions {
        padding-top: 30px;
        padding-bottom: 30px;
        background: #362C23;
    }
    .questions .content {
        min-height: inherit;
    }
    .questions__list,
    .questions__left {
        max-width: inherit;
    }
    .question__top {
        font-size: 13px;
        line-height: 140%;
        padding: 16px 70px 16px 20px;
    }
    .question {
        margin-bottom: 10px;
    }
    .question__text {
        padding: 16px 20px;
    }
    .questions__left {
        text-align: center;
    }
    .questions__left p,
    .questions__left h2 {
        text-align: left;
    }
    .questions__list {
        margin-top: 40px;
    }
    .slider__left,
    .slider__wrap {
        top: 0;
        max-width: inherit;
    }
    .slider__wrap {
        margin-top: 43px;
    }
    .slider {
        padding-top: 30px;
    }
    .form-block {
        margin-top: 5px;
        background: #F6ECE3;
    }
    .form-block:after, .form-block:before {
        display: none;
    }
    .form-block__wrap {
        padding-bottom: 0;
        padding-top: 30px;
    }
    .form-block__left {
        top: 0;
    }
    .form-block__left {
        max-width: inherit;
    }
    .form-block__wrap {
        display: block;
    }
    .form-block .wpcf7-form {
        height: 522px;
        background: url('images/bg/form-block-bg-mobile.png') no-repeat center top;
        max-width: inherit;
        margin-left: -25px;
        margin-right: -25px;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 108px;
        width: auto;
        box-sizing: border-box;
    }
    .form-block .form__btn {
        margin-top: 31px;
    }
    .form-block .privacy {
        margin-top: 5px;
    }
    .form__center {
        max-width: 356px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (min-width: 901px) {
    .nav {
        display: block!important;
    }
} 

@media all and (max-width: 900px) {
    .no-scroll {
        overflow: hidden;
    }
    .main,
    .page {
        padding-top: 98px;
    }
    .header {
       height: 98px;
    }    
    .header__content {        
        display: flex;
        align-items: center;
        justify-content: space-between;
     }    
    .nav .menu-close {
        display: block;
        position: absolute;
        cursor: pointer;
        width: 35px;
        height: 27px;
        top: 35px;
        right: 25px;
    }
    .logo {
        position: static;
        margin: 0;
    }
    .nav {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 30;
        left: 0; 
        top: 0;
        background: #362C23;
        overflow-y: auto;
		-webkit-overflow-scrolling: touch;
    }
    .nav.is-visible .spacer {
        opacity: 1;
    }
    .nav li {
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .nav li:last-child {
        margin-bottom: 0;
    }
    .nav a {
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #F6ECE3;
    }  
    .nav__center .spacer {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        opacity: 0;
        transition: opacity .3s;
    }
    .nav__left,
    .nav__right {
        flex-direction: column;
        margin: 0;
        height: auto;
    }   
    .nav__right {
        margin-top: 10px;
    }
    .menu-btn {
        cursor: pointer;
        display: inline-block;
        margin-left: auto;
        width: 35px;
        height: 19px;
    }   
    .nav li {
        margin-right: 0px;
    }
    .header.is-fixed .icon-menu {
        fill: #F6ECE3;
    }
    .header.is-fixed .menu-close {
        top: 25px;
    }
    .page__content-left {
        width: 60%;
    }
    .map__wrap {
        margin-top: 40px;
        max-width: inherit;
        width: 100%;
        border-radius: 30px 0 30px 30px;
    }
    #map {
        height: 400px;
    }
    .contacts__left {
        max-width: inherit;
    }
    .category {
        text-align: left;
        display: inline-block;
        vertical-align: top;
        min-width: 140px;
        white-space: nowrap;
        width: auto;
        padding-right: 20px;
        box-sizing: border-box;
        font-size: 13px;
        line-height: 140%;
    }
    .categories {
        text-align: center;
        display: block;
        max-width: inherit;
        white-space: nowrap;
        font-size: 0;
        overflow: auto;
        margin-left: -25px;
        margin-right: -25px;
        padding-left: 25px;
        padding-right: 25px;
        width: auto;
        padding-bottom: 20px;
    }
    .category .svg-icon {
        width: 80px;
        height: 64px;
        margin-bottom: 10px;
        margin-left: 0;
    }
}

@media all and (max-width: 767px) {    
    .faq__list {
        margin-top: 30px;
        width: 100%;
        order: 2;
        max-width: inherit;
    }
    .faq__list .faq__item.active {
        display: none;
    }
    .faq__text {
        max-width: inherit;
        width: 100%;
    }
    h1 {
        font-size: 30px;
        line-height: 47px;
        margin-bottom: 20px;
    }
    .faq__text .faq__item {
        display: block;
        margin-bottom: 10px;
    }
    .page__wrap {
        padding-top: 30px;
    }
    p, .page__content ul li, .page__content ol li {
        font-size: 12px;
        line-height: 140%;
    }
    p strong {
        font-size: 13px;
        line-height: 150%;
    }
    .page__content ol {
        padding-top: 0;
    }
    .page__content ul li, .page__content ol li {
        margin-bottom: 20px;
    }
    .faq__item {
        margin-bottom: 10px;
    }
    .page {
        padding-bottom: 30px;
    }
    .page__content ol li {
        padding-left: 45px;
    }
    .page__content ol li:after {
        width: 30px;
        height: 30px;
        top: -1px;
        border: 3px solid #362C23;
        line-height: 24px;
        font-size: 16px;
    }
    .footer__nav a {
        margin-right: 30px;
    }
    .page__content-left {
        width: 100%;
    }
    .page__content ul, .page__content ol, h2, h3, p {
        margin-bottom: 30px;
    }
    .page__content ul li:after {
        width: 8px;
        height: 8px;
        top: 4px;
    }
    .page__content ul li {
        padding-left: 20px;
    }
    .aside {
        width: 100%;
        margin-top: 40px;
    }
    .aside img {
        max-width: 100%;
        display: block;
    }
    .aside__photos img,
    .aside__photos img:last-child {
        margin-bottom: 20px;
    }
    .aside__photos img {
        width: 48%;
    }
    .aside__photos {
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .aside__photos > * {
        -ms-flex-item-align: center;
        align-self: center;
    }
    h3 {
        font-size: 13px;
        line-height: 140%;
    }
    .video__tag {
        margin-bottom: 20px;
    }
    .video__text h3 {
        margin-bottom: 20px;
    }
    .videos__list {
        margin-bottom: -18px;
    }
    .video {
        margin-bottom: 22px;
    }
    .wpcf7-form {
        text-align: center;
        max-width: 360px;
    }
    .privacy {
        text-align: left;
        font-size: 12px;
        line-height: 150%;
    }
    .contact__title {
        font-size: 14px;
        line-height: 140%;
    }
    .contact {
        margin-bottom: 20px;
    }
    .wpcf7-form {
        margin-top: 40px;
    }
    .form__field {
        height: 50px;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 550px) {
    .footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer .content {
        display: block;
    }
    .footer__logo {
        display: block;
        margin: 0 auto 40px;
        width: 64px;
        height: 65px;
    }
    .footer__right {
        width: 100%;
        text-align: center;
    }
    .footer__nav {
        display: block;
    }
    .footer__nav a {
        display: block;
        margin-top: auto;
        margin-right: 0;
        text-align: center;
        margin-bottom: 4px;
    }
    .copyright {
        font-size: 12px;
        line-height: 140%;
    }
    cite,blockquote {
        padding-left: 25px;
        padding-right: 25px;
    }
    cite:after, cite:before,blockquote:after, blockquote:before {
        font-size: 38px;
    }
    cite:before,blockquote:before {
        right: 6px;
    }
    cite:after, blockquote:after {
        left: 6px;
    }
    .article__gallery {
        max-width: 140px;
    }
    .return {
        margin-bottom: 30px;
    }
    .article__text > p {
        margin-bottom: 38px;
    }
    .article__param-title {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 10px;
    }
    .article__param-desc {
        font-size: 12px;
        line-height: 150%;
    }
    .article__param {
        margin-bottom: 28px;
    }
    .catalog__item-title {
        font-size: 13px;
        line-height: 150%;
        padding-top: 10px;
    }
    .main__sub-title {
        font-size: 13px;
        line-height: 150%;
        margin-bottom: 16px;
    }
    .main h1 {
        font-size: 64px;
        line-height: 90%;
        margin-bottom: 10px;
    }
    .main__desc {
        font-size: 13px;
        margin-bottom: 29px;
    }
    .form-block h2, .slider h2, .questions h2, .advantages h2, .tech h2, .app h2 {
        font-size: 28px;
        line-height: 47px;
    }
    .tech__left h2 {
        white-space: nowrap;
        margin-bottom: 20px;
    }
    .tech__left p {
        margin-bottom: 20px;
    }
    .download {
        margin-top: 10px;
    }
    .download__title {
        font-size: 13px;
    }
    .download__info {
        font-size: 12px;
    }
    .tech__list {
        margin-top: 43px;
        margin-bottom: -40px;
    }
    .main {
        padding-bottom: 30px;
    }
    .tech__item .svg-icon {
        width: 80px;
        height: 64px;
        margin-bottom: 10px;
    }
    .tech__item-title {
        font-size: 13px;
        line-height: 140%;
        margin-bottom: 10px;
    }
    .tech__item-desc {
        font-size: 12px;
        line-height: 150%;
    }
    .tech__item {
        margin-bottom: 40px;
    }
    .tech__left p br {
        display: none;
    }
    .tech__left p strong {
        font-size: 13px;
        line-height: 140%;
    }
    .app {
        background: url('images/bg/app-bg-mobile.jpg') no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
        padding-top: 40px;
        padding-bottom: 41px;
    }
    .app__sub-title {
        font-size: 13px;
        line-height: 140%;
    }
    .app h2 {
        margin-top: -5px;
        margin-bottom: 18px;
    }
    .advantages__sub-title {
        font-size: 13px;
        line-height: 140%;
        padding-top: 10px;
        margin-bottom: 20px;
    }
    .advantages__desc {
        margin-bottom: 30px;
    }
    .widget {
        padding-top: 0;
    }
    .advantage .svg-icon {
        width: 44px;
        height: 44px;
        margin-bottom: 10px;
    }
    .advantage__title {
        font-size: 13px;
        line-height: 140%;
        margin-bottom: 10px;
    }
    .advantage__title i {
        display: none;
    }
    .advantage__desc {
        font-size: 12px;
    }
    .questions h2 {
        margin-bottom: 20px;
    }
    .questions p {
        margin-bottom: 20px;
    }
    .questions__link {
        margin-top: 0;
    }
    .slider h2,
    .slider p {
        text-align: left;
    }
    .slider h2 {
        line-height: 120%;
        margin-bottom: 20px;
    }
    .slider__left {
        text-align: center;
    }
    .slider__left p {
        margin-bottom: 19px;
    }
    .slider__link {
        margin-top: 1px;
    }
    .form-block h2 {
        margin-bottom: 20px;
    }
    .form-block__left p {
        margin-bottom: 18px;
    }
    .form-block .wpcf7-form {
        margin-top: -16px;
    }
}

@media all and (max-width: 360px) {
    .advantage {
        width: 48%;
    }
}

@media all and (max-width: 350px) {
    .nav .menu-close {
        right: 15px;
    }
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .tech__left h2 {
        line-height: 1.3;
        font-size: 25px;
    }
}
.mfp{
    width: 100%;
    height: 100%;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    z-index: 90;
}
.pop-container {
    z-index: 99;
    margin-top: 80px;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
}
.send-message-success.show{
    width:400px;
    height: 200px;
    position:
    fixed;
    left: calc(50% - 200px);
    top:50%;
    z-index:9999;
    display: block!important;
    background-color: #fff;
    text-align: center;
}
.send-message-success.show p{
    margin-top:90px
;
    font-size: 20px;
}
.wpcf7-response-output{
    display:none;
}
.wpcf7-not-valid-tip{
    font-weight: bold!important;
    text-shadow: -2px -2px red;
    color: white!important;
}
.close-video-modal{
    position: absolute;
    top: -20px;
    right: -40px;
}
.show-video-modal .video-modal{
    position: fixed;
    top: calc(50% - 200px);
    left: calc(50% - 200px);
    z-index: 999;
	display:block!important
}
.woocommerce-info {
    border-top-color: transparent!important;
    background-color: transparent!important;
	color: #362c23;
    font-size: 25px;
}
.woocommerce-info::before {
    color: transparent!important;
}
.page__content-left p{
    margin-bottom:20px;
}
.grecaptcha-badge{
	display:none!important
}
.google_notice{
	margin: 20px 0;
    display: block;
    font-size: 10px;
}

//B2B page styles
.format-text-p p {
  margin: 10px 0;
}
.format-text-p p:nth-child(1) {
  margin-top: 0;
}
.format-text-p p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .format-text-p p {
    margin-bottom: 10px;
  }
}
.section {
  margin: 120px 0;
}
.section *, .section *:before, .section *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-title {
  margin: 0;
  font-family: "El Messiri", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
}
.section-text {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .section {
    margin: 100px 0;
  }
  .section-title {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .section {
    margin: 80px 0;
  }
  .section-title {
    font-size: 30px;
  }
  .section-text {
    margin-top: 10px;
  }
}
.green-btn {
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.green-btn--outline {
  border: 2px solid #D4E56B;
  background-color: transparent;
}
.green-btn--outline:hover {
  border-color: #c2d937;
}

.hero-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero-info {
  width: 100%;
}
.hero-title {
  font-size: 50px;
}
.hero-text {
  margin-top: 30px;
}
.hero-btns {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.hero-triggers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
  margin-right: -40px;
  margin-bottom: -20px;
}
.hero-trigger {
  position: relative;
  padding-left: 30px;
  margin-right: 40px;
  margin-bottom: 20px;
}
.hero-trigger:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 5px 0 5px 5px;
  left: 0;
  top: 0;
  background-color: #D4E56B;
}
.hero-image {
  width: 500px;
  margin-left: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
.hero-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1199px) {
  .hero-title {
    font-size: 45px;
  }
  .hero-image {
    width: 300px;
    margin-left: 70px;
  }
}
@media (max-width: 991px) {
  .hero-text {
    margin-top: 20px;
  }
  .hero-btns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .hero-triggers {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .hero-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero-image {
    aspect-ratio: 1;
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
  .hero-btns {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .hero-title {
    font-size: 40px;
  }
  .hero-image {
    margin-top: 40px;
  }
}
.whom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 110px;
  margin-top: 50px;
}
.whom-item__icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #D4E56B;
}
.whom-item__icon img {
  width: 30px;
  height: 30px;
}
.whom-item__title {
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.2;
}
.whom-item__text {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .whom {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .whom {
    gap: 50px;
  }
}
@media (max-width: 575px) {
  .whom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
}
.problems {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

.problem {
  background-color: #F6ECE3;
  border-radius: 20px 0 20px 20px;
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  padding: 30px;
}
.problem-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
.problem-text {
  margin-top: 20px;
}

@media (max-width: 575px) {
  .problems {
    margin: 0;
    gap: 20px;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .problem {
    width: 100%;
    margin: 0;
  }
}
.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -40px;
}

.product {
  width: calc(33.33% - 40px);
  margin: 0 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-photo {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  background-color: #F6ECE3;
}
.product-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-title {
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.2;
}
.product-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-foot {
  margin-top: auto;
}
.product-btn {
  width: 100%;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .products {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -40px;
  }
  .product {
    width: calc(33.33% - 20px);
    margin: 0 10px 40px;
  }
}
@media (max-width: 767px) {
  .products {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px;
  }
  .product {
    width: calc(50% - 40px);
    margin: 0 20px 40px;
  }
}
@media (max-width: 575px) {
  .products {
    margin: 0;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  .product {
    width: 100%;
    margin: 0;
  }
}
.cases {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

.case {
  border-radius: 20px 0 20px 20px;
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  padding: 30px;
  border: 2px solid #D4E56B;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.case-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
.case-text {
  margin-top: 20px;
  margin-bottom: 30px;
}
.case-trigger {
  margin-top: auto;
  font-weight: 700;
  position: relative;
}
.case-trigger span {
  position: relative;
  z-index: 2;
  line-height: 1.2;
}
.case-trigger:after {
  content: "";
  left: 20px;
  right: -20px;
  background: #D4E56B;
  position: absolute;
  top: 50%;
  border-radius: 10px 0 10px 10px;
  height: 17px;
}

@media (max-width: 575px) {
  .cases {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    margin-top: 40px;
    gap: 20px;
  }
  .case {
    margin: 0;
    width: 100%;
  }
}
.order-section {
  text-align: center;
  margin-bottom: 0;
}
.order-form {
  text-align: left;
  margin-top: 50px;
}
.order-form .google_notice {
  text-align: left;
}
.order-form .wpcf7-form {
  margin-top: 0px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.order-form .wpcf7-form textarea {
  resize: none;
  padding-top: 20px;
  height: 150px;
}
.order-form .form__btn {
  width: 100%;
}
.order-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-form .form-row .wpcf7-form-control-wrap {
  width: calc(50% - 10px);
}
.order-contacts {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.order-contact {
  text-align: center;
  font-size: 14px;
}
.order-contact + .order-contact {
  margin-top: 15px;
}
.order-contact strong, .order-contact b {
  font-weight: 700;
}
.order-contact a {
  color: #362C23;
  white-space: nowrap;
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .order-section {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .order-form {
    margin-top: 40px;
  }
  .order-form .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-form .form-row .wpcf7-form-control-wrap {
    width: 100%;
  }
  .order-form .form__btn {
    margin-top: 15px;
  }
  .order-contact {
    font-size: 12px;
  }
}