@media screen and (max-width: 650px) {
    .row>* {
        display: block;
        width: 100%;
    }

    .main-item img {
        opacity: 0.5;
        width: 60%;
    }

    .main-center .index-h {
        margin-top: 40px;
    }

    .main-scroll-mobile {
        display: block;
    }

    .wr {
        width: 95%;
    }

    .mobile-sub {
        display: block;
        margin-top: 125px;
        padding: 10px 0;
    }

    .sub-right>* {
        margin: 5px 0;
    }

    .main-scroll {
        display: none !important;
    }

    .row iframe {
        width: 100%;
        height: 450px;
    }

    .media-fixed {
        display: none;
    }

    .main-cont-index {
        width: 100%;
        margin: 0px auto;
    }

    .button-border {
        border-radius: 0;
        padding: 10px 0px;
        font-size: 11px;
        background: #CD9B5B;
        width: 98%;
        border: 1px solid #CD9B5B;
        margin: auto;
        color: #000;
    }

    .main-center p {
        color: #fff;
        font-family: 'Montserrat Light';
        text-align: center;

    }

    .flex-barders-bottom p {
        padding: 10px 0px;
    }

    .logo-footer {
        display: none;
    }

    .flex-barders {
        display: none;
    }

    .contacts .contacts-left-cont {
        color: #000 !important;
        padding: 40px;
    }

    .main-item {
        margin: 20px auto;
        text-align: center;
        width: 50%;
    }

    .flex-barbers-mobile {
        display: flex;

    }

    .online-write {
        position: fixed;
        bottom: 20px;
        font-size: 11px;
        right: 20px;
        height: 60px;
        padding: 10px;
        width: 60px;
        display: flex;
        font-family: Montserrat Black;
        align-items: center;
        text-align: center;
        z-index: 400;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        color: #fff;
    }

    .mouse {
        position: absolute;
        left: 0;
        bottom: 5%;
    }

    .button-yellow {
        background: #cd9b5a;
        padding: 10px 20px;
        max-width: 250px;
        text-align: center;
        margin: 45px auto;
    }

    .ourbarbers h2:after {
        content: "our barbers";
        display: block;
        font-family: Montserrat Black;
        opacity: 0.08;
        right: 0;
        font-size: 60px;
        width: auto;
    }

    .second-row-first {
        width: 100%;
    }

    .ourservice h2:before {
        width: 70%;
        left: 0;
        font-size: 60px;
        line-height: 1;
    }

    .second-item {
        text-align: center;
        color: #fff;
        width: 50%;
        margin: 20px auto;
    }

    .slick-prev {
        left: 0px;
        top: 50%;
        z-index: 1;
    }

    .slick-next {
        right: 0px;
        z-index: 0;
        top: 50%;
    }

    .slick-next::after {
        display: none;
        content: "";
    }

    .slick-prev::after {
        display: none;
        content: "";
    }

    .flex-barders-third {
        padding: 50px 0px;
    }

    .contacts h2 {
        margin: 30px 0;
    }

    .main-top {
        display: none !important;
    }
/*
    .main-slider h2 {
        margin-top: -40px;
    }*/

    .online-write {
        animation: pulse 3s infinite;
    }

    /*.slick-list .draggable{
    padding:0!important;
}*/
    /* slider end */

    @keyframes pulse {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

	.sub-right a {
		color:black;
		font-weight:bolder;
		font-size:18px;
	}

	.sub-right p{
		color:black;
		font-weight:bold;
		font-size:17px;
	font-family: 'Montserrat Black';		
	}

}

@media screen and (max-width:450px) {
    .main-center {
        margin: 0;
        position: relative;
        padding: 20px 0px 60px;
        left: 0;
        width: 100%;
        top: 0;
        transform: translate(0, 0);
        height: 50vh;
    }

    .main {
        height: auto;
    }
}