body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;

    font-size: 15px;
    line-height: 1.6;
    color: #333;
    -webkit-text-size-adjust: none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

hr {
    display: block;
    width: 100%;
    height: 1px;
    margin: 40px 0;

    border: 0;
    background-color: #e5e5e5;
}


/* Page */
.page {
    overflow: hidden;
}


/* Container */
.container {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}



/* Intro */
.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 170vh;
    min-height: 820px;
    position: relative;
    background: url("../images/intro.webp") center no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}

.intro__inner {
    position: relative;
    width: 100%;
    max-width: 880px;
    margin: 0 auto;

    text-align: center;

    background-color: #fff;

    box-shadow: 7px -7px 0px SaddleBrown;

    height: 145vh;
    border: #8B4513 3px solid;
}

.intro__title {
    color: #8B4513;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;

    margin-top: 20px;
}


.intro__title {
    margin-bottom: 20px;

    
    font-size: 35px;
    color: #333;
}

.intro__subtitle .phone-small1 {
    margin-bottom: 20px;

    
    font-size: 35px;
    color: #333;
    text-decoration: none;
}

.intro__img {
    width: 100%;
    height: auto;
    background: url("../images/bg2.webp");
    background-position: center;
    background-repeat: repeat-x;
    
}

.intro__maz {
    position: relative;
}

.maz__mobile {
    display: none;
    position: relative;
}

.amkodor__mobile {
    display: none;
    position: relative;
}

.assen__mobile {
    display: none;
    position: relative;
}

.intro__suptitle:after {
    content: '';
    display: block;
    height: 3px;
    width: 180px;
    background: #8B4513;
    margin: 10px auto;
  }



/* Header */
.header {
    position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 z-index: 10;
	 background-color: #912105;

}
.header__container {
	max-width: 1200px;
	margin: 0px auto;
	display: flex;
	padding: 0px 30px;
	align-items: center;
	justify-content: space-between;
	min-height: 70px; 
}






/* Nav */

.nav {
	font-size: 14px;
	text-transform: uppercase;
}

.nav__link {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	position: relative;

	color: #fff;
	text-decoration: none;

	transition: color .1s linear;
}

.link__numb {
	font-size: 20px;
   color: #fce38a;
}

.nav__link:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;

	background-color: #fce38a;
	opacity: 0;

	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;

	transition: opacity .1s linear;
}

.nav__link:hover {
	color: #fce38a;
}

.nav__link:hover:after,
.nav__link.active:after {
	opacity: 1;
}

.nav__link.active {
	color: #fce38a;
}


/* Button */
.btn {
    
    color: #8a2be2;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;

    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    position: relative;

    
    
    
    
    
}


/* Section */
.section {
    padding: 80px 0;
    
}

.section__header {
    position: relative;
    width: 100%;
    max-width: 950px;
    margin: 0 auto 80px;

    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
}

.section__title {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    
}
.section__title:after {
    content: '';
    display: block;
    height: 4px;
    width: 250px;
    background: rgb(105, 104, 104);
    margin: 30px auto;
  }

/* Arrow */

.arrow-pulse-down {
	display: none;
}

/* Card */
.card {
    margin: 80px -15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card__item {
    width: 33%;
    padding: 0 15px;
    max-height: 300px;
    min-height: 300px;
    
}

.card__inner {
    position: relative;
    background-color: #FFDEAD;
    
}

.card__inner:hover .card__img {
    transform: translate3d(-10px, -10px, 0);
}

.card__inner:hover .card__img img {
    opacity: .1;
}

.card__inner:hover .card__text {
    opacity: 1;
}

.card__img {
    background: linear-gradient(to bottom, #FFF8DC, #D2691E);

    transition: transform .2s linear;

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card__img img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: opacity .1s linear;

    max-height: 300px;
    min-height: 300px;

    height: 100%;

    object-fit: cover;
}

.card__text {
    width: 100%;

    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    opacity: 0;

    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transform: translate3d(0, -50%, 0);

    transition: opacity .2s linear;
}

.card__info {
    margin-top: 20px;

    text-align: center;
}

.card__name {
    margin-bottom: 5px;

    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.card__prof {
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    color: #999;
}






/* Services */

.services {
    display: flex;
    flex-wrap: wrap;
}

.services__item {
    width: 36%;
    padding: 0 35px 40px 85px;
    position: relative;
    margin-bottom: 40px;
    margin-left: 41px;
    text-transform: uppercase;


    
}

.services__item--border {
    border-bottom: 1px solid #e5e5e5;
}

.services__icon {
    position: absolute;
    top: 0;
    left: -66px;
    top: -30px;
    z-index: 1;
    max-width: 33%;
    border-radius: 15%;
    overflow: hidden;
    
}





.services__title {
    margin-bottom: 10px;

    font-size: 22px;
    color: #333;
    text-transform: uppercase;
}

.services__text {
	display: inline-block;
    font-size: 21px;
    color: #333;
    text-transform: uppercase;
}

.service__text_own {
	display: flexbox;
}

.arrow__icon {
    position: absolute;
    top: 0;
    left: -40px;
    top: -15px;
    z-index: 1;
    max-width: 10%;
}

.services__item:hover .arrow__icon {
    transform: translate3d(20px, 0, 0);
    transition: .3s linear;
    
}

.services__item:hover .services__icon{
    transform: translate3d(5px, 10px, 0);
    transition: .3s linear;
    
}
.services__item {
    transition: .3s linear;
    font-size: 14px;
    font-weight: bold;
}
.arrow__icon {
    transition: .3s linear;
}
.services__icon {
    transition: .3s linear;
}

.assenizator {
    font-size: 15px;
}



.photo__background {
    width: 100%;
    max-width: 1230px;
    background: url("../images/bg2.png");
    background-position: bottom;
    background-repeat: repeat-x;
    overflow:hidden;
    border: #8B4513 3px solid;
    
}

svg {
    display: none;
}



@media (max-width: 1230px) {

    /* Intro */
    .intro__suptitle {
        font-size: 52px;
    }

    .intro__title {
        font-size: 42px;
    }

    

    
}

@media (max-width: 990px) {

    /* Intro */
    .intro__suptitle {
        font-size: 32px;
    }

    .intro__title {
        font-size: 22px;
    }
    

    /* Stat */
    .stat {
       justify-content: center;
    }

    .stat__item {
        flex: none;
        width: 33.33333%;
        padding-top: 30px;
        padding-bottom: 30px;

        border: 0;
    }

    .stat__item:last-child {
        border-right: 0;
    }

    /* Services */
    .services__item {
        width: 50%;
        padding-bottom: 0;
    }

    .services__item--border {
        border-bottom: 0;
    }

    /* Reviews */
    .reviews .slick-slider {
        padding: 0 60px;
    }

    .reviews__photo {
        width: 150px;
        height: 150px;
    }

    .reviews__item {
        padding-left: 175px;
    }

    /* Clients */
    .clients {
        max-width: 600px;
        margin: 0 auto;
    }

    .clients__item {
        width: 100%;
        padding-right: 0;
    }

    .clients__item:last-child {
        margin-bottom: 0;
    }



    .maz__pc {
        display: none;
    }
    .maz__mobile {
        display: block;
        
        


    

    
}

@media (max-width: 770px) {

    /* Intro */
    .intro {
        min-height: 650px;
    }
    .intro__suptitle {
        padding: 5px 5px;
        font-size: 30px;
    }

    .intro__title {
        font-size: 20px;
        padding: 10px 5px;
    }

    .intro__maz {
        right: 90px; 
     }
 
     .assen {
         left: 1px;
     }


    /* Header */
    .header__container {
		min-height: 0px;
    }

    /* Nav */
    .nav {
        display: block;
        width: 100%;

        position: absolute;
        top: 100%;
        left: 0;

        background-color: #A0522D;
    }

    .nav.active {
        display: block;
    }

    .nav__link {
        display: block;
        margin: 0;
        padding: 5px 20px;
    }

	 .link1 {
		display: inline-block;
		padding: 4px 20px;
	 }




    /* Section */
    .section {
        padding: 40px 0;
    }

    .section--devices {
        padding-bottom: 0;
    }


    /* Card */
    .card {
        margin-top: 50px;
        justify-content: center;
    }

    .card__item {
        width: 100%;
        max-width: 410px;
        margin-bottom: 30px;
    }

    .card__item:last-child {
        margin-bottom: 0;
    }



    /* Services */
    .services {
        justify-content: center;
    }

    .services__item {
        width: 100%;
        max-width: 400px;
        padding-left: 55px;
        padding-right: 0;
    }

    .services__icon {
        left: -75px;
    }

    .services__item:hover .services__icon{
        transform:none;
    }

    .services__item:hover .arrow__icon {
        transform:none;
        
    }
    
    /* Arrow */

    .arrow-pulse-down {
		display: block;
	}

    }



@media (max-width: 575px) {

    /* Intro */
    .intro {
        height: 100vh;
        min-height: 600px;
    }
    .intro__subtitle {
        font-size: 20px;
    }

    .intro__title {
        font-size: 17px;
    }

    .intro__inner {
        height: 323px;
    }
    

    /* Section */
    .section__header {
        margin-bottom: 50px;
    }

    .section__suptitle {
        font-size: 20px;
    }

    .section__title {
        font-size: 24px;
    }

    .section__title:after {
        margin: 20px auto;
    }

    
    .maz__mobile {
        left: 45px;
    }
    .amkodor__mobile {
        display: block;
        left: 65px;
    }

    .amkodor__pc {
        display: none;
    }
    .assen__mobile {
        
        display: block;
        right: 10px;
    }
    .assen__pc {
        display: none;
    }

    .services__icon {
        position: absolute;
        top: 0;
        left: -114px;
        top: -30px;
        z-index: 1;
        max-width: 66%;
        margin: 8px 8px 8px 8px;
        
    }

    .services__item {
        width: 100%;
        max-width: 200px;
        padding-left: 36px;
        padding-right: 25px;
    }

	 .services__title {
		font-size: 19px;
	 }

	 .service__text {
		font-size: 9px;
		display: flex;
	 }
    
    .arrow__icon {
        top: 6px;
    }

    .arrow-pulse-down {
        
        top: 10px;
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
        text-align: center;
    }


    .arrow-pulse-down:after {
        content: "ᐯ"; /* Here you can change the style of the arrow */
        position: absolute;
        width: 35px; height: 35px;
        margin: 0 auto;
        left: 0; right: 0; bottom: 10px;
        font-size: 35px;
        animation: arrow-pulse-down 1.1s linear infinite;
    }
        @keyframes arrow-pulse-down {
            0% {
                bottom: -10px;
                opacity: 0;
            }
            25% {
                opacity: .25;
            }
            50% {
                opacity: .5;
            }
            75% {
                opacity: .75;
            }
            100% {
                bottom: -33px;
                opacity: 1;
            }
        }
    

}


}