/*
    Theme Name: aliceart
    Author: admin
    Description: theme aliceart
    Version: 1.0
*/

@font-face {
    font-family: 'Helvetica';
    src: url('./fonts/Helvetica-Light.eot') format('embedded-opentype'),
        url('./fonts/Helvetica-Light.woff') format('woff'),
        url('./fonts/Helvetica-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('./fonts/Helvetica-Regular.eot') format('embedded-opentype'),
        url('./fonts/Helvetica-Regular.woff') format('woff'),
        url('./fonts/Helvetica-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('./fonts/Helvetica-Bold.eot') format('embedded-opentype'),
        url('./fonts/Helvetica-Bold.woff') format('woff'),
        url('./fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

:root {
    --color-bg: #fefefe;
    --color-brown: #555353;
    --color-black: #262525;
    --color-blue: #282c3e;
    --color-white: #ffffff;
    --color-grey: #efefef;
}

html {
    height: 100%;
}

body::-webkit-scrollbar {
    width: 4px;
    background-color: var(--color-grey);
}

body::-webkit-scrollbar-track {
    background: var(--color-grey);
  }

body::-webkit-scrollbar-thumb {
    background: var(--color-brown);
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica';
    background-color: var(--color-bg);
    scroll-behavior: smooth;
}

body {
    padding-bottom: 442px;
    min-height: 100%;
    
    position: relative;
}

.body-block {
    overflow: hidden;
}

.wrapper {
    min-height: 100%;
    margin-bottom: 126px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
}

.nav-menu {
    padding-top: 14px;
    padding-bottom: 11px;
    align-items: center;
}

.logo {
    background-color: #333;
    font-size: 0px;
}

.logo img {
    scale: 0.7;
}

.menu-top {
    display: flex;
    justify-content: center;
}

.menu-item {
    margin-left: 16px;
    margin-right: 16px;
}

.menu-item a {
    text-decoration: none;
    font-family: 'Helvetica';
    font-size: 16px;
    font-weight: 300;
    color: var(--color-brown);
    text-transform: uppercase;
}

.menu-item a:hover {
    color: var(--color-blue);
}

.menu-phone {
    display: flex;
    justify-content: end;
}

.menu-phone-item {
    margin-top: -4px;
    margin-left: 16px;
    margin-right: 16px;
}

.menu-phone-item a {
    text-decoration: none;
    font-family: 'Helvetica';
    font-size: 17px;
    font-weight: 300;
    color: var(--color-brown);
    position: relative;
}

.menu-phone-item span {
    position: absolute;
    width: 21px;
    height: 21px;
    left: -27px;
    top: -3px;
}

.section-main {
    margin-bottom: 83px;
    position: relative;
    overflow: hidden;
    max-height: 89vh;
}

.section-title {
    font-family: 'Helvetica';
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    color: var(--color-brown);
    text-align: center;

    margin: 0;
}


.main-container {
    position: relative;
}

.main-title {
    font-family: 'Helvetica';
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    color: var(--color-black);
    white-space: pre-line;

    max-width: 370px;
    margin: 0px;
}

.main-sub-title {
    font-family: 'Helvetica';
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: var(--color-black);

    max-width: 290px;
    margin: 0;
    margin-top: 5px;
}

.btn {
    display: inline-block;
    background-color: var(--color-blue);
    text-decoration: none;
    font-family: 'Helvetica';
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    color: var(--color-white);

    padding: 14px 28px;
    border-radius: 5px;
    margin-top: 20px;
}

.slider-nav {
    margin-top: 15px;
}

.slider-nav div img {
    width: 100%;
}

.slider-nav .slick-track .slick-slide {
    width: 137px !important;
    cursor: pointer;
}

.slider-nav .slick-list  .slick-track {
    display: flex;
    justify-content: space-between;
}

.slick-list .slick-track .slick-slide img {
    width: 100%;
    height: 100%;
}


/* main slider */
.main-slider .slick-list .slick-slide {
    position: relative;
}

.main-slider .slick-list .slick-slide img {
    width: 100%;
    object-fit: cover;
}

.main-slider .slick-list .slick-slide .main-slider-text {
    position: absolute;
    left: 69px;
    top: 271px;
}

@media screen and (max-width: 1399px) {
    .slider-nav .slick-track .slick-slide {
        width: 100px !important;
    }
}

@media screen and (max-width: 539px) {
    .slider-nav .slick-track .slick-slide {
        width: 70px !important;
    }
}

.section-advantages {
    margin-bottom: 75px;
}

.advantages-item {
    display: flex;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 55px;
}

.advantages-item h4 {
    font-family: 'Helvetica';
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: var(--color-brown);

    margin: 0;
    margin-bottom: 10px;
}

.advantages-item p {
    font-family: 'Helvetica';
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: var(--color-black);

    margin: 0;
}

.advantages-image {
    width: 118px;
    height: 118px;
    margin-right: 20px;
}

.section-catalog {
    margin-bottom: 100px;
    text-align: center;
}

.catalog-link-all {
    font-family: 'Helvetica';
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: var(--color-black);

    display: inline-block;
    margin-top: 9px;
    margin-bottom: 35px;
}

.catalog-main-item {
    position: relative;
    margin: 16px 7px;
}

.catalog-item-image {
    width: 100%;
    height: 100%;
}

.catalog-item .catalog-item-image {
    transition-property: all;
    transition: .9s
}

.catalog-item-image-wrapper {
    overflow: hidden;
}

.catalog-item .catalog-item-image:hover {
    transform: scale(1.3);
    transition: all 0.5s linear;
}

.catalog-item-link-position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.catalog-item-link {
    text-decoration: none;
    font-family: 'Helvetica';
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: var(--color-blue);
    background-color: var(--color-white);
    border: 1px solid var(--color-white);
    padding: 14px 42px 14px 25px;
    border-radius: 5px;
    
    display: block;
}

.catalog-item-link-active {
    color: var(--color-white);
    background-color:var(--color-blue);
    border: 1px solid var(--color-blue);
}

.catalog-item-link-active .catalog-item-link-icon {
    fill: #ffffff;
    right: 14px;
}

.catalog-item-link-border {
    border: 1px solid var(--color-blue);
}

.catalog-item-link:hover{
    color: var(--color-white);
    background-color:var(--color-blue);
    border: 1px solid var(--color-blue);
}

.catalog-item-link-icon {
    position: absolute;
    top: 15px;
    right: 21px;
    width: 14px;
    height: 14px;

    fill: var(--color-blue);
    
}

.catalog-item-link:hover .catalog-item-link-icon {
    fill: #ffffff;
    right: 14px;
    transition: all 0.3s linear;
}

.steps {
    margin-top: 47px;
}

.step-item {
    display: flex;
    position: relative;
}

.steps .justify-content-between:nth-child(2n) .step-item::before  {
    content: "";
    position: absolute;
    top: 0;
    left: -550px;
    width: 97%;
    height: 100px;
    border-left: 1px dashed var(--color-black);
    border-bottom: 1px dashed var(--color-black);
}

.steps .justify-content-between:nth-child(2n+1) .step-item::before  {
    content: "";
    position: absolute;
    top: 0px;
    right: -468px;
    width: 100%;
    height: 124px;
    border-right: 1px dashed var(--color-black);
    border-bottom: 1px dashed var(--color-black);
}

.steps .justify-content-between:first-child .step-item::before  {
    content: "";
    position: absolute;
    top: 0;
    right: -550px;
    width: 97%;
    height: 100px;
    border-right: 0px dashed var(--color-black);
    border-bottom: 0px dashed var(--color-black);
}

.step-title {
    font-family: 'Helvetica';
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    color: var(--color-blue);

    border: 1px solid var(--color-blue);
    border-radius: 5px;
    display: inline-block;
    padding: 3px 25px;

    margin: 0;
}

.steps p {
    font-family: 'Helvetica';
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    color: var(--color-brown);
}

.step-text-wrap {
    display: block;
}

.step-title-wrap {
    display: flex;justify-content: center;
}

.step-number {
    font-family: 'Open Sans';
    font-size: 150px;
    font-weight: 400;
    line-height: 150px;
    color: var(--color-blue);

    margin-right: 18px;
}

.footer-menu li a {
    text-decoration: none;
    font-family: 'Helvetica';
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    color: var(--color-brown);
    text-transform: uppercase;
}

.footer-menu .footer-menu-item {
    margin-left: 0px;
    margin-right: 0px;
}

.form-callback {
    background-color: var(--color-bg);

    padding: 31px 42px;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-callback-title {
    font-family: 'Helvetica';
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    color: var(--color-brown);

    margin: 0;
    margin-bottom: 7px;
}

.form-callback-text {
    font-family: 'Helvetica';
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    color: var(--color-brown);

    margin: 0;
    margin-bottom: 24px;
}

.form-callback-tel {
    border: 1px solid var(--color-black);
    border-radius: 5px;
    padding: 9px 25px;
    outline: none;

    width: 80%;
}

.form-callback-btn {
    background-color: var(--color-blue);
    text-decoration: none;
    font-family: 'Helvetica';
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: var(--color-white);

    cursor: pointer;
    border: none;

    padding: 5px 28px;
    border-radius: 5px;
    margin-top: 25px;
    width: 133px;
}

.form-callback-tel::-webkit-input-placeholder {
    font-family: 'Helvetica';
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: var(--color-brown);
}

.footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;

    background-color: var(--color-grey);
    padding-top: 80px;
    padding-bottom: 70px;
}

.footer-contact {
    display: flex;
    flex-direction: column;

    padding-left: 70px;
}

.footer-contact-phone {
    text-decoration: none;
    font-family: 'Helvetica';
    font-size: 17px;
    font-weight: 300;
    color: var(--color-brown);
    position: relative;

    margin-bottom: 10px;
}

.footer-contact-phone span {
    position: absolute;
    width: 21px;
    height: 21px;
    left: -27px;
    top: 0px;
}

.footer-contact-email {
    text-decoration: none;
    font-family: 'Helvetica';
    font-size: 17px;
    font-weight: 300;
    color: var(--color-brown);
    position: relative;
}

.footer-contact-email span {
    position: absolute;
    width: 21px;
    height: 21px;
    left: -27px;
    top: 0px;
}

.footer-contact-social {
    display: flex;

    margin-left: -26px;
    margin-top: 10px;
}

.footer-contact-social li {
    margin-right: 8px;
}

.footer-contact-social-item img {
    display: block;
    width: 24px;
    height: 24px;
}

.law {
    text-decoration: none;
    font-family: 'Helvetica';
    font-size: 11px;
    font-weight: 300;
    line-height: 14px;
    color: var(--color-brown);

    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.law p {
   margin: 0; 
}

.law a {
    text-decoration: none;
    font-family: 'Helvetica';
    font-size: 11px;
    font-weight: 300;
    line-height: 14px;
    color: var(--color-brown);
}

.breadcrumbs {
    margin-bottom: 25px;
    margin-top: 13px;
}

.breadcrumbs-item a {
    text-decoration: none;
    font-family: 'Helvetica';
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: var(--color-brown);

    padding-left: 32px;
    position: relative;
}

.breadcrumbs-item-icon {
    width: 25px;
    position: absolute;
    top: -3px;
    left: 0px;
}

.picture-title {
    font-family: 'Helvetica';
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
    color: var(--color-brown);

    margin-bottom: 0px;
}

.picture-view-wrapper {
    display: flex;
    justify-content: end;
    margin: 32px 0px 15px;
}

.picture-view {
    font-family: 'Helvetica';
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    color: var(--color-brown);

    text-align: end;
    margin: 0;
    margin-left: 5px;
    text-transform: uppercase;
}

.picture-properties h4 {
    font-family: 'Helvetica';
    font-size: 25px;
    font-weight: 300;
    line-height: 32px;
    color: var(--color-brown);

    margin: 0;
    margin-bottom: 9px;
}

.picture-properties span {
    font-weight: 400;
}

.picture-sub-text {
    font-family: 'Helvetica';
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: var(--color-brown);

    margin-bottom: 45px;
    margin-top: 22px;
}

.picture-description span {
    font-family: 'Helvetica';
    font-size: 25px;
    font-weight: 300;
    line-height: 32px;
    color: var(--color-brown);
}

.picture-description p {
    font-family: 'Helvetica';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: var(--color-brown);

    margin-top: 10px;
}

.picture-callback-btn {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.form-callback-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color:rgba(85, 83, 83, 0.5);
    z-index: -1000;

    opacity: 0;
    transition-property: opacity, height;
    transition-duration: 1s, 0s;
    transition-delay: 0s, 1s;
}

.form-callback-popup-open {
    z-index: 1000;
    opacity: 1;
    transition-delay: 0s, 0s;
}

.form-callback-popup .form-callback {
    max-width: 520px;
}

.title-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
}

.catalog-item {
    text-decoration: none;
    display: block;
    margin-bottom: 52px;
    background-color: #fff;
}

.catalog-item .catalog-item-image {
    width: 100%;
}

.catalog-item .catalog-item-title {
    font-family: 'Helvetica';
    font-size: 21px;
    font-weight: 300;
    line-height: 28px;
    color: var(--color-brown);

    text-align: center;
    margin-top: 11px;
    margin-bottom: 16px;
}

.catalog-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    margin-bottom: 35px;
}

.catalog-filter-item {
    position: relative;
    margin: 5px 8px;
    white-space: nowrap;
}

.catalog-description {
    font-family: 'Helvetica';
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    color: var(--color-brown);
}

.blog-item {
    text-decoration: none;
    display: flex;
    border: 1px solid rgba(85, 83, 83, 0.2);
    border-radius: 9px;
    margin-bottom: 23px;
}

.blog-item-title {
    font-family: 'Helvetica';
    font-size: 25px;
    font-weight: 300;
    line-height: 29px;
    color: var(--color-brown);

    margin: 0;
    padding: 19px 24px;
}

.blog-item-image {
    max-width: 250px;
    max-height: 250px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

.blog-single-post {
    padding-top: 30px;
}

.blog-single-post-title {
    font-family: 'Helvetica';
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    color: var(--color-black);
}

.blog-single-post {
    font-family: 'Helvetica';
    font-weight: 300;
    color: var(--color-brown);
}

.blog-single-post p {
    font-family: 'Helvetica';
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: var(--color-brown);
}

.wrapper-for-offer-page {
    font-family: 'Helvetica';
    font-weight: 300;
    color: var(--color-black);
}

.wrapper-for-offer-page .offer-title {
    font-size: 27px;
    font-weight: 300;
    line-height: 30px;
    color: var(--color-brown);

    text-align: center;
}

.not-found-title {
    font-family: 'Helvetica';
    font-size: 27px;
    font-weight: 300;
    line-height: 32px;
    color: var(--color-brown);

    margin: 0;
    margin-top: 100px;
}

.form-callback-response {
    text-align: center;
}

.form-callback-response p {
    margin-bottom: 0px;
    font-family: 'Helvetica';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: var(--color-brown);
}

.additional_arts {
    margin-bottom: -42px;
}

.additional_arts_title {
    font-family: 'Helvetica';
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
    color: var(--color-brown);

    margin: 0;
    margin-top: 133px;
    margin-bottom: 26px;
}

/*ham menu */

.flex-center { 
    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; 
    -webkit-box-pack: center; 
    -webkit-justify-content: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
}

.about-page {
    padding-top: 110px;
}

.wrapper-for-contact-page {
    padding-top: 100px;
}

.wrapper-for-contact{
    padding: 31px 42px;
}

* { 
    box-sizing: border-box; 
    font-family: "Helvetica"; 
}

.outer-menu { 
    display: none;
    position: absolute; 
    top: 10px;
    right: 62px;
    z-index: 1000; 
}

.outer-menu .checkbox-toggle { 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2; 
    cursor: pointer; 
    width: 60px; 
    height: 60px; 
    opacity: 0; 
}
   
.outer-menu .hamburger { 
    position: absolute; 
    top: -1px; 
    left: 0; 
    z-index: 1; 
    width: 60px; 
    height: 60px; 
    padding: .5em 1em;  
    border-radius: 0 0.12em 0.12em 0; 
    cursor: pointer; 
    -webkit-transition: box-shadow 0.4s ease; 
    transition: box-shadow 0.4s ease; 
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden; 
    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; 
    -webkit-box-pack: center; 
    -webkit-justify-content: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
}

.outer-menu .hamburger > div { 
    position: relative; 
    -webkit-box-flex: 0; 
    -webkit-flex: none; 
    -ms-flex: none; 
    flex: none; 
    width: 100%; 
    height: 2px; 
    background: var(--color-brown); 
    -webkit-transition: all 0.4s ease; 
    transition: all 0.4s ease; 
    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; 
    -webkit-box-pack: center; 
    -webkit-justify-content: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
}

.outer-menu .hamburger > div:before, 
.outer-menu .hamburger > div:after { 
    content: ''; 
    position: absolute; 
    z-index: 1; 
    top: -10px; 
    left: 0; 
    width: 100%; 
    height: 2px; 
    background: inherit; 
    -webkit-transition: all 0.4s ease; 
    transition: all 0.4s ease; 
}

.outer-menu .hamburger > div:after { 
    top: 10px; 
}

.outer-menu .menu { 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    pointer-events: none; 
    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; 
    -webkit-box-pack: center; 
    -webkit-justify-content: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
}

.outer-menu .menu > div { 
    width: 0; 
    height: 0; 
    color: #fefefe; 
    background: var(--color-grey); 
    border-radius: 50%; 
    -webkit-transition: all 0.4s ease; 
    transition: all 0.4s ease; 
    -webkit-box-flex: 0; 
    -webkit-flex: none; 
    -ms-flex: none; 
    flex: none; 
    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; 
    -webkit-box-pack: center; 
    -webkit-justify-content: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
}

.outer-menu .menu > div > div { 
    text-align: center; 
    max-width: 90vw; 
    max-height: 100vh; 
    opacity: 0; 
    -webkit-transition: opacity 0.4s ease; 
    transition: opacity 0.4s ease; 
    overflow-y: auto; 
    -webkit-box-flex: 0; 
    -webkit-flex: none; 
    -ms-flex: none; 
    flex: none; 
    flex-direction: column;
    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; 
    -webkit-box-pack: center; 
    -webkit-justify-content: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
}

.outer-menu .menu > div > div > ul { 
    list-style: none; 
    padding: 0 1em; 
    margin: 0; 
    display: block; 
    max-height: 100vh; 
}

.outer-menu .menu > div > div .menu-header-hamburger-social {
    display: flex;
}

.outer-menu .menu > div > div .menu-header-hamburger-social li {
    margin: 0px;
    margin-right: 8px;
    margin-left: 8px;
}

.outer-menu .menu > div > div > ul > li { 
    padding: 0; 
    margin: 1em; 
    font-size: 22px; 
    display: block; 
}

.outer-menu .menu > div > div > ul > li > a { 
    position: relative; 
    display: inline; 
    cursor: pointer; 
    -webkit-transition: color 0.4s ease; 
    transition: color 0.4s ease; 

    text-decoration: none;
    font-family: 'Helvetica';
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    color: var(--color-brown);
    text-transform: uppercase;
}

.outer-menu .menu > div > div > ul > li > a:hover { 
    color: var(--color-blue); 
}

.outer-menu .menu > div > div > ul > li > a:hover:after { 
    width: 100%; 
}

.outer-menu .menu > div > div > ul > li > a:after { 
    content: ''; 
    position: absolute; 
    z-index: 1; 
    bottom: -0.15em; 
    left: 0; 
    width: 0; 
    height: 2px; 
    background: var(--color-blue); 
    -webkit-transition: width 0.4s ease; 
    transition: width 0.4s ease; 
}

.outer-menu .checkbox-toggle:checked:hover + .hamburger > div { 
    -webkit-transform: rotate(225deg); 
    -ms-transform: rotate(225deg); 
    transform: rotate(225deg); 
}

.outer-menu .checkbox-toggle:checked:hover + .hamburger > div { 
    -webkit-transform: rotate(225deg); 
    -ms-transform: rotate(225deg); 
    transform: rotate(225deg); 
}

.outer-menu .hamburger .hamburgerAnim { 
    -webkit-transform: rotate(135deg); 
    -ms-transform: rotate(135deg); 
    transform: rotate(135deg); 
}

.outer-menu .checkbox-toggle:checked + .hamburger .hamburgerAnim:before, 
.outer-menu .checkbox-toggle:checked + .hamburger .hamburgerAnim:after { 
    top: 0; 
    -webkit-transform: rotate(90deg); 
    -ms-transform: rotate(90deg); 
    transform: rotate(90deg); 
}

.outer-menu .checkbox-toggle:checked + .hamburger .hamburgerAnim:after { 
    opacity: 0; 
}

.outer-menu .menu-on { 
    pointer-events: auto; 
} 
  
.outer-menu > div .menu-div-on { 
    width: 300vw; 
    height: 300vw; 
} 
  
.outer-menu > div > div .menu-div-div-on { 
    opacity: 1; 
    flex-direction: column;
    -webkit-transition: opacity 0.4s ease 0.4s; 
    transition: opacity 0.4s ease 0.4s; 
} 

.outer-menu > div > div  { 
    flex-direction: column;
} 

.slick-dots {
    bottom: 40px;
}

.slick-dots li {
    border-radius: 50px;
    height: 12px;
    border: 1px solid var(--color-bg);
}

.slick-dots li.slick-active {
    background-color: var(--color-bg);
}

.slick-dots li button {
    border-radius: 50px;
    height: 10px;
}

.slick-dots li button:before {
    content: '';
}

@media screen and (min-width: 1700px) {
    .slick-dots {
        bottom: 5%;
    }
}


@media screen and (max-width: 1700px) {
    .main-slider .slick-list .slick-track .slick-slide {
        height: 100%;
    }

    .slick-dots {
        bottom: 6%;
    }
}

@media screen and (max-width: 1560px) {
    .main-slider .slick-list .slick-track .slick-slide {
        height: 86vh;
    }
    .slick-dots {
        bottom: 40px;
    }
}

@media screen and (max-width: 1399px) {
    .steps .justify-content-between:nth-child(2n) .step-item::before  {
        content: "";
        position: absolute;
        top: 0;
        left: -450px;
        width: 90%;
        height: 100px;
    }
    
    .steps .justify-content-between:nth-child(2n+1) .step-item::before  {
        content: "";
        position: absolute;
        top: 0px;
        right: -426px;
        width: 90%;
        height: 124px;
    }
}

@media screen and (max-width: 1199px) {
    .wrapper {
        margin-bottom: 305px;
    }

    .menu-item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .main-slider .slick-list .slick-slide .main-slider-text {
        left: 38px;
    }

    .main-title {
        font-size: 27px;
        font-weight: 300;
        line-height: 32px;
    }

    .main-sub-title {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }

    .steps .justify-content-between:nth-child(2n) .step-item::before  {
        content: "";
        position: absolute;
        top: 12px;
        left: -348px;
        width: 84%;
        height: 78px;
    }
    
    .steps .justify-content-between:nth-child(2n+1) .step-item::before  {
        content: "";
        position: absolute;
        top: 18px;
        right: -383px;
        width: 90%;
        height: 141px;
    }

    .step-number {
        margin-right: 13px;
    }

    .step-text {
        line-height: 23px;
    }

    .footer {
        padding-top: 37px;
        padding-bottom: 55px;
    }

    .footer-menu {
        text-align: center;
        margin-bottom: 34px;
    }

    .footer-contact {
        text-align: center;
        margin-top: 35px;
        padding-left: 0px;
        align-items: center;
    }

    .footer-contact-phone {
        margin-left: 20px;
    }

    .footer-contact-email {
        margin-left: 20px;
    }
    
    .footer-contact-social {
        justify-content: center;
        margin-left: 9px;
    }

    .catalog-filter {
        flex-wrap: nowrap;
        justify-content: start;
        overflow: auto;
    }

    .catalog-item-link {
        font-size: 16px;
        line-height: 18px;
        padding: 12px 40px 12px 23px;
    }

    .catalog-item-link-icon {
        top: 13px;
        right: 21px;
        width: 14px;
        height: 14px;
    }

    .law {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 991px) {
    .outer-menu { 
        display: block;
    }

    .menu-top {
        display: none;
    }
    
    .nav-menu {
        padding-top: 10px;
        padding-bottom: 9px;
    }

    .menu-phone {
        padding-right: 57px;
    }

    .main-slider .slick-list .slick-slide .main-slider-text {
        top: 66%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        text-align: center;
    }

    .main-title {
        max-width: 100%;
        white-space: normal;
    }

    .main-sub-title {
        max-width: 100%;
        margin-bottom: 0px;
    }

    .main-slider-text {
        background-color: rgba(254, 254, 254, 0.5);
        border-radius: 5px;
        padding: 15px 10px;
    }

    .advantages-image {
        width: 90px;
        height: 90px;
    }

    .step-item {
        margin-bottom: 70px;
    }

    .steps .justify-content-between:nth-child(2n) .step-item::before  {
        content: "";
        display: none;
        
    }
    
    .steps .justify-content-between:nth-child(2n+1) .step-item::before  {
        content: "";
        display: none;
    }

    .picture-title {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .blog-item {
        flex-direction: column;
    }

    .blog-item-image {
        max-width: 100%;
        max-height: 100%;
        border-top-right-radius: 9px;
        border-bottom-left-radius: 0px;
    }

    .about-page {
        padding-top: 45px;
    }
}

@media screen and (max-width: 719px) {
    .section-main {
        margin-bottom: 50px;
    }

    .picture-properties h4 {
        font-size: 22px;
        line-height: 26px;
    }

    .picture-description span {
        font-size: 23px;
        line-height: 30px;
    }

    .picture-description p {
        font-size: 15px;
        line-height: 22px;
    }
}

@media screen and (max-width: 539px) {
    .main-text {
        min-width: 70%;
    }

    .section-advantages {
        margin-bottom: 50px;
    }

    .catalog-link-all {
        margin-bottom: 15px;
        margin-top: 5px;
    }

    .advantages-image {
        width: 70px;
        height: 70px;
        margin-right: 10px;
    }

    .advantages-item {
        margin-bottom: 35px;
    }

    .advantages-item h4 {
        margin-bottom: 6px;
    }

    .catalog-main-item {
        margin: 8px 0px;
    }

    .steps {
        margin-top: 24px;
    }
    
    .step-item {
        margin-bottom: 45px;
    }

    .step-number {
        margin-right: 10px;
        font-size: 90px;
        font-weight: 400;
        line-height: 90px;
    }

    .step-text {
        font-size: 17px;
        font-weight: 300;
        line-height: 22px;
        margin-bottom: 9px;
        margin-top: 10px;
    }

    .step-title {
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
    }

    .form-callback {
        padding: 26px 6px;
    }

    .blog-item-title {
        font-size: 18px;
        line-height: 23px;
    }
}

@media screen and (max-width: 470px) {
    .main-slider .slick-list .slick-track .slick-slide {
        height: 100%;
    }

    .slick-dots {
        bottom: 3%;
    }

    .main-slider .slick-list .slick-slide .main-slider-text {
        top: 74%;
    }

    .main-title {
        font-size: 24px;
        line-height: 28px;
    }

    .main-sub-title {
        font-size: 14px;
        font-weight: 300;
        line-height: 18px;
    }
}

@media screen and (max-width: 430px) {
    .outer-menu {
        top: 20px;
        right: 40px;
    }

    .outer-menu .checkbox-toggle {
        width: 30px;
        height: 35px;
    }

    .outer-menu .hamburger {
        padding: 0;
        width: 24px;
        height: 30px
    }

    .outer-menu .hamburger > div:after {
        top: 9px;
    }

    .outer-menu .hamburger > div:before {
        top: -9px;
    }

    .nav-menu {
        padding-top: 3px;
        padding-bottom: 0px;
    }

    .logo img {
        scale: 0.6;
        margin-left: -8px;
    }

    .menu-phone {
        padding-right: 42px;
    }

    .menu-phone-item a {
        font-size: 15px;
    }

    .menu-phone-item span {
        width: 17px;
        height: 17px;
        left: -23px;
        top: -2px;
    }
}