.about .text_page {
    color: #9D552F;
    font-size: 64px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 23px;
    font-family: 'haptic';
}

.about .detail {
	margin-bottom: 40px;
	font-size: 18px;
	text-align: justify;
	font-family: 'Roboto';
}

/*iphone*/
@media (min-width: 320px) and (max-width: 767px) { 
    .about .detail ul {
    	margin-left: 0px!important
    }

    .about .contacts .contact_now {
    	font-size: 20px;
    	line-height: 30px
    }

    .about .btn {
    	font-weight: normal;
    }

    .about .detail p {
       font-size: 18px!important;
    }

    #btntop {
        width: 40px;
        height: 40px;
        position: fixed;
        bottom: 40px;
        right: 15px;
        cursor: pointer;
        display: none;
        z-index: 9999;
        border-radius: 50%;
        background: #cc8f06;
    }
}

/*ipad */
@media (min-width: 768px) and (max-width: 1023px) {
    .about .contacts .contact_now {
    	font-size: 29px;
        line-height: 40px;
    }
}

/*ipad pro*/
@media (min-width: 1024px) and (max-width: 1366px) {
    .about .contacts .contact_now {
    	font-size: 28px;
        line-height: 40px;
    }
}