input:focus, textarea:focus, button:focus {
    outline: none;
}

.main {
    height: 100vh;
    padding-top: 84px;
    position: relative;
}


#loading {
    position: fixed;
    z-index: 9999;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.main-title {
    margin-top: 130px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 45px;
    width: 50%;
    color: #67568C;
    margin-bottom: 60px;
}

.header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    transition: all .3s ease-in-out;
    z-index: 99;
}

.header-wrap.active {
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    color: #FF6E6C;
    margin-right: 90px;
    text-transform: uppercase;
    cursor: pointer;
}

.logo span {
    color: #1F1235;
}


div .pos-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
}

.nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav .nav-item {
    margin-right: 50px;
    ont-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #67568C;
}

.nav .nav-item:hover {
    text-decoration: none;
}

.art_card {
    width: 50%;
    max-width: 100%;
    background: #FFFFFF;
    border: 1px solid #C6C6C6;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    padding: 47px 0;
    color: #FF6E6C;
}


.art_card span:last-child {
    color: #67568C;
    font-size: 32px;
}

.searchBlock {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}

.search_box_btn {
    border: none;
    height: 55px;
    padding: 15px 21px;
    background: #FF6E6C;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #000;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}


.search_box_btn:hover {
    background: #EE6866;
}


.search_box {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #C6C6C6;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 15px 30px;
    height: 55px;
}

.search_box:focus {
    border-color: #1F1235;
}


.about-us-wrap {
    padding: 145px 0;
}

.content-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 45px;
    color: #67568C;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}
.content-title:after {
    content: '';
    width: 6rem;
    height: 4px;
    background: #FF6E6C;
    position: absolute;
    left: 0;
    bottom: -7px;
}


.contact-wrap {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
}

.contact-wrap .pos-img {
    left: 0;
}

.input_info {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
    margin-bottom: 0;
    width: 100%;
    color: #67568C;
}


.footer {
    padding: 30px 0;
    border-top: 1px solid #CDCDCD;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.contact-lb {
    display: flex;
    flex-wrap: wrap;
}

.contact-lb input {
    width: 100%;
}

.txt-area {
    width: 100%;
    resize: none;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 15px;
    transition: all .3s ease-in-out;
}

.txt-area:focus {
    border-color: #000;
}

.inp_title {
    width: 100%;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px;
    color: #1F1235;
    display: inline-block;
}

.inp {
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
}

.inp:focus {
    border-color: #000;
}


.inp::placeholder {
    color: #BDBDBD;
}

.stn_btn {
    background: #FF6E6C;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    padding: 0 50px;
    height: 39px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    border: none;
    margin-top: 20px;
    color: #1F1235;
}

.stn_btn:hover {
    background: #EE6866;
}

.invalid {
    border-color: red;
}

.about-us_content {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #000000;
}

.mob-menu-icon {
    cursor: pointer;
    min-height: 30px;
    display: none;
}

.mob_img {
    display: none;
}


/* loader */

.loader{
    color: rgba(0, 0, 0, .2);
    position: relative;
}

.loader::before{
    content: attr(data-text);
    width: 100%;
    color: #FF6E6C;

    position: absolute;
    top: 0;
    left: 0;

    animation: loader 5s ease-in-out infinite both;
}

@keyframes loader{
    0%, 10%, 90%, 100%{
        clip-path: circle(0 at 50% 50%);
    }

    40%, 60%{
        clip-path: circle(50vmax at 50% 50%);
    }
}

.loader{
    font-family: 'Montserrat';
    font-size: 5rem;

    letter-spacing: .25rem;
    text-transform: uppercase;

    margin: auto;
}




/* Media question */
@media screen and  (max-width: 768px) {
    .mob-menu-icon {
        display: block;
    }
    .header {
        justify-content: space-between;
    }
    .contact-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .contact-wrap .is-mob-order {
        order: 2;
    }
    .nav {
        position: absolute;
        bottom: -145px;
        left: 0;
        right: 0;
        padding: 15px 0;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
        background: #ffffff;
        flex-direction: column;
        opacity: 0;
        transition: all .3s ease-in-out;
        visibility: hidden;
    }
    .nav.active {
        opacity: 1;
        visibility: visible;
        bottom: -150px;
    }
    .nav .nav-item {
        width: 100%;
        padding: 10px 0;
        display: block;
    }
    .nav .nav-item:hover {
        background: #FAFAFA;
    }
    .main {
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .mob_img {
        order: 2;
        margin-bottom: 20px;
    }
    .is_bottom {
        order: 1!important;
    }
    .mob_img .pos-img {
        width: 100%;
        display: block;
        position: static !important;
        /*transform: rotate(90deg);*/
    }
    .main-title {
        width: 100%;
        margin: 20px 0;
        font-size: 20px;
        line-height: 23px;
    }
    .searchBlock {
        width: 100%;
        margin-bottom: 5px;
    }
    .art_card {
        width: 100%;
        margin-bottom: 20px;
    }
    .about-us-wrap {
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .img {
        display: none;
    }
    .mob_img {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .content-title {
        font-size: 20px;
        line-height: 23px;
    }
    .about-us_content {
        font-size: 12px;
    }
    .content-title:after {
        width: 3.5rem;
    }
    .loader {
        font-size: 3rem;
    }
    .logo {
        font-size: 24px;
    }
    .search_box_btn {
        height: 36px;
        padding: 0 20px;
        margin-right: 4px;
    }
    .search_box_btn img {
        width: 70%;
    }
    .search_box {
        height: 36px;
        padding: 5px 10px;
        font-size: 16px;
    }
    .inp {
        padding: 0 15px;
        font-size: 12px;
        height: 33px;
    }
    .txt-area {
        min-height: 120px;
        font-size: 12px;
    }
    .stn_btn {
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
    .main-title {
        margin-top: 0;
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 23px;
    }
    .search_box_btn {
        height: 36px;
    }
    .search_box {
        height: 36px;
        padding: 15px;
    }
    .search_box_btn img {
        width: 70%;
    }
    .searchBlock {
        width: 55%;
    }
    .art_card {
        padding: 19px 0;
        font-size: 20px;
        line-height: 23px;
    }
    .art_card span:last-child {
        font-size: 25px;
    }
}