section.intro {
    width: 100%;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    padding: var(--pad);
    margin-bottom: 100px;
}
.imgTopIndex {
    position: relative;
    left: 0;
    top: 0;
    width: 55%;
    height: 540px;
}
.imgTopIndex img.underimg {
    position: absolute;
    bottom: -90px;
    width: 137%;
    right: -61%;
    z-index: -1;
}
.imgTopIndex img.other {
    position: absolute;
    top: 12%;
    z-index: 10;
    width: 70%;
    right: 0;
}
.imgTopIndex img.mizan {
    position: absolute;
    top: 15%;
    z-index: 2;
    width: 31%;
    left: 12%;
}
.imgTopIndex img.law {
    position: absolute;
    top: 5%;
    z-index: 10;
    width: 22%;
    right: 14%;
}
.motto {
    width: 45%;
}
.intro h1 {
    font-weight: bold;
    font-size: var(--fh);
    color: var(--m);
    margin-bottom: 0;
    position: relative;
    text-align: center;
}
.intro h1::after{
    content: '';
    position: absolute;
    width: 60%;
    height: 10px;
    background-color: var(--s);
    left: 0;
    bottom: -20px;
    margin: 0 auto;
    right: 0;
}
.intro p {
    font-size: var(--fp);
    color: var(--txt1);
    line-height: 2em;
    width: 100%;
    margin: 35px 0;

    text-align: justify;
}

.portfolioTitle > div ,.rightArticles {
    text-align: center;
}
.advTitle {
    color: var(--m);
    font-size: var(--fh);
    margin-bottom: 5px;
}
.advP {
    font-size: var(--fp);
    font-weight: 300;
    color: var(--g);
    line-height: 1.8em;
    margin: 0 auto 40px;
}
.advantage {
	text-align: center;
	padding: var(--pad);
}

.advantage > img {
    width: 90%;
    height: auto;
    margin: 90px auto 40px;
}
.advWrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bg2 {
    position: relative;
}
img.pat3 {
    position: absolute;
    left: -662px;
    width: 1049px;
    bottom: -42px;
    z-index: -1;
}
section.product {
    width: 100%;
	padding: var(--pad);
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product div.img {
    width: 50%;
    height: auto;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.ChooseUs h3 ,.services h3 {
    text-align: center;
    font-size: 33px;
    color: var(--m);
    position: relative;
    margin: 55px 0;
}
.ChooseUs h3:after ,.services h3:after {
    content: '';
    position: absolute;
    width: 225px;
    height: 1px;
    background-color: var(--s);
    left: 0;
    right: 0;
    margin: 66px auto;
}
.ChooseUs ul {
    display: flex;
    justify-content: space-around;
    padding: 0;
    list-style: none;
    text-align: center;
    position: relative;
    z-index: 10;
}
.ChooseUs ul li {
    width: 18%;
}
.ChooseUs ul li img {
    width: 110px;
    height: 110px;

}
.ChooseUs ul li h4 {
    color: var(--m);
    font-size: 16px;

}
.ChooseUs ul li p {
    color: var(--txt1);
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
}
.real div.img {
	justify-content: flex-end;
}
.product div.img img {
    min-width: 100%;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.product div.motto {
    width: 50%;
    box-sizing: border-box;
}
.app .motto, .cu .motto {
    padding-left: 80px;
}
.app .motto p, .cu .motto p {
	width: 100%;
	    text-align: justify;
}
.product h3 {
    font-size: 40px;
    color: var(--m);
    margin-bottom: 10;
}
img.pat5 {
    position: absolute;
    right: -793px;
    width: 1349px;
    bottom: -386px;
    z-index: -1;
}
.product p {
    font-size: var(--fp);
	font-weight: 300;
    color: var(--txt1);
    line-height: 2em;
	width: 85%;
	    text-align: justify;
}
.product p b {
    color: #666;
}
.product .icons {
    display: flex;
    height: 50px;
    align-items: center;
    margin-bottom: 10px;
}
.product img.icon {
    width: 40px;
    height: auto;
    margin-right: 15px;
}
span.taas {
    background: var(--m);
    background: linear-gradient(90deg, var(--m) 0%, var(--s) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.services ul li .leftServices {
    width: 30%;
    border-left: solid 1px;
    margin-left: 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68%;

}
.services ul li .leftServices img {
 width: 100px;
}
.services ul li .rightServices {
    width: 70%;

}
.services ul li .rightServices a h5 {
    font-size: 17px;
    margin: 4px;
}
.services ul li .rightServices p {
    font-size: 13px;
    color: var(--txt1);
}
.services ul li .rightServices .MoreServices {
    float: left;
    color: var(--s);
    margin-left: 16px;
    font-weight: bold;
}
.services ul li .rightServices .MoreServices img {
    transform: rotate(180deg);
    margin-left: 7px;
}
div.portfolio {
    width: 100%;
	padding-bottom: 80px;
    position: relative;
}
div.portfolio ul.pricing {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin-top: 60px;
	    flex-wrap: wrap;

}
div.portfolio ul.pricing > li {
    padding: 18px;
    box-shadow: 0 5px 16px rgba(0,0,0,.1);
    border-radius: 20px;
        width: 27%;
    box-sizing: border-box;
    background-color: white;
    border: solid 1px var(--m);
    align-self: baseline;
	    margin-bottom: 70px;


}

div.portfolio ul.pricing > li .topPriceTitle {
    text-align: center;
    color: var(--m);
    font-size: 20px;
    font-weight: bold;
}
div.portfolio ul.pricing > li .underImgPlan {
    border: solid 1px var(--m);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: -64px auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}
div.portfolio ul.pricing > li .underImgPlan img {
    width: 65%;
}
div.portfolio ul.pricing > li .PriceTable {
    text-align: center;
    padding: 15px 0;
}
div.portfolio ul.pricing > li .PriceTable span:first-child {
    font-size: 26px;
    color: var(--s);
    font-weight: bold;
}
div.portfolio ul.pricing > li .PriceTable span:last-child {
    font-size: 13px;
    color: var(--s);
    font-weight: bold;
}
div.portfolio ul.pricing li ul {
    list-style: none;
    padding: 0;
    border-radius: 15px;
    color: #707070;
    overflow: hidden;
    margin: 20px 0;


}
div.portfolio ul.pricing li ul li {
    padding: 10px 0 10px 0;
    width: 97%;
    margin: 0 auto;
    position: relative;
    font-size: 13px;
    text-align: center;
}
div.portfolio ul.pricing li ul li:last-child {
    padding: 10px;
}
div.portfolio ul.pricing li ul li:last-child:after {
    display: none;
}
div.portfolio ul.pricing li ul li:last-child a {
    background-color: var(--s);
    color: white;
    display: block;
    text-align: center;
    width: 130px;
    margin: 10px auto;
    border-radius: 19px;
    padding: 8px 0;
    font-size: 14px;
    /* border: solid 1px var(--m); */
    font-weight: bold;
}
section.articles {
    padding: 0;
    margin-top: 11px;
    height: auto;
}
.articles .MainArticles , .services ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.services ul li {
    display: flex;
    align-items: center;
    background-color: white;
    width: 48%;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #707070;
    box-sizing: border-box;
    box-shadow: 0 5px 16px rgba(0,0,0,.1);
    margin-bottom: 40px;
}
.articles .MainArticles li {
    width: 30%;
    overflow: hidden;
    border: solid 1px #707070;
    border-radius: 10px;
    box-shadow: 0 5px 16px rgba(0,0,0,.1);
}
.articles .MainArticles li .imgLeftArticle {
    height: 180px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.articles .MainArticles li .imgLeftArticle img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 140%;
    height: auto;
    z-index: 2;
}
.articles .MainArticles li .txtRightArticles {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}
.articles .MainArticles li h3 {
    font-weight: bold;
    font-size: 17px;
    color: var(--s);
}
.articles .MainArticles li p {
    font-size: 13px;
    color: var(--txt1);
}
.articles .MainArticles li span {
    display: block;
    text-align: right;
    margin-bottom: 20px;
}
.articles .MainArticles li span a {
    color: var(--s);
}
.articles .MainArticles li span a img {
    transform: rotate(180deg);
    margin-left: 7px;
}
.butMore {
    
    width: 270px;
    box-sizing: border-box;
    border-radius: 25px;
    font-size: var(--fp);
    display: block;
    text-align: center;
    margin-left: 15px;
    padding: 13px 0;
    color: #fff;
    background: var(--m);
    margin: 50px auto;

}

@media screen and (max-width: 576px) {
    div.portfolio ul.pricing > li .underImgPlan {
        width: 100%;
        box-sizing: border-box;
    }
    div.portfolio ul.pricing > li .underImgPlan {
        width: 80px;
        height: 80px;
        margin: -50px auto 22px;
    }
    div.portfolio ul.pricing > li .underImgPlan img {
        width: 60%;
    }
    div.portfolio ul.pricing > li .PriceTable span:first-child {
        font-size: 21px;
        display: block;
    }

}
@media screen and (max-width: 768px) {
    img.web {
        width: 170%;
        top: 15%;
        left: -40%;
    }
    section.intro {
        margin-top: 0;
        height: auto;
        margin-bottom: 0;
        flex-wrap: wrap;
        padding: 0;
        flex-direction: column-reverse;
	}
    .motto {
        width: 100%;
    }
    .imgTopIndex {
        width: 80%;
        position: relative;
        height: 380px;
    }
    .imgTopIndex img.underimg {
        bottom: 0;
    }
	.advantage > img {
		width: 90%;
		height: auto;
		margin: 40px auto 20px;
	}
	.adv-node {
		width: 150px;
		height: auto;
		margin-top: 30px;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	.adv-txt {
		width: 140px;
		text-align: center;
		margin-top: 10px;
	}
    .product div.img {
        width: 100%;
        height: auto;
    }
    .buttonWrap {
        justify-content: center;
		    margin-bottom: 50px;
    }
    .intro h1 {
        font-size: 1.6em;
        text-align: center;
        margin-top: 125px;
    }
    .intro p {
        width: 85%;
        text-align: justify;
        margin: 25px auto;
    }
    .bt {
        font-size: 0.8em;
        width: 44%;
    }
    .oneMore:after {
        width: 43px;
        top: 19px;
    }

    .advantage {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .node {
        width: 200px;
    }
    .node hr.r {
        display: none;
    }
    .content.b {
        top: 0;
    }
    .product div.motto {
		width: 100%;
		padding: 0;
	}
	div.work {
		width: 150px;
		height: 280px;
		background: #fff;
		border-radius: 20px;
		padding: 10px;
		box-sizing: border-box;
		position: relative;
		margin-top: 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
    .product h3 {
        font-size: 1.5em;
        text-align: center;
        display: block;
    }
    .product p {
        width: 100%;
        text-align: center;
        display: block;
    }
    img.pat3 {
        left: -376px;
        width: 735px;
        bottom: 464px;
    }
    .ChooseUs ul {
        flex-wrap: wrap;
    }
    .ChooseUs ul li {
        width: 48%;
    }
    .product .motto ul li span {
        text-align: center;
    }
    .product div.img img {
        width: 100%;
    }
    .product .icons {
        justify-content: center;
    }
    .bg2 section.product {

        flex-direction: column-reverse;
    }
    .services ul li {
        width: 100%;
    }
    .services ul li .leftServices img {
        width: 70px;
    }
    .services ul li .rightServices p {
        font-size: 11px;
        text-align: justify;
        width: 100%;
        box-sizing: border-box;
        padding-left: 17px;
        line-height: 20px;
    }
    section.product {
        height: auto;
    }
    img.portfolioBg {
        top: 0;
    }
    div.works {
        justify-content: space-around;
        flex-wrap: wrap;
    }
    div.portfolio {
        height: auto;
    }
    .underarticles {
        flex-wrap: wrap;
    }
	.adv-txt .title {
		font-size: 13px;
	}
	.adv-txt p {
		font-size: 14px;
		height: 80px;
		overflow: hidden;
	}
	.portfolioTitle {
		justify-content: center;
	}
	header > div {
		display: none;
    }
    div.portfolio ul.pricing , .articles .MainArticles {
        flex-wrap: wrap;
    }
    div.portfolio ul.pricing > li {
        width: 47%;
        padding: 10px;
        margin-bottom: 60px;
    }
    div.portfolio ul.pricing > li .topPriceTitle {
        font-size: 16px;
    }
    div.portfolio ul.pricing li ul li {
        font-size: 13px;
        width: 100%;
        box-sizing: border-box;
        padding: 13px 0;

    }
    div.portfolio ul.pricing li ul li:after {
        width: 12px;
        bottom: 10px;
    }
    .articles .MainArticles li {
        width: 100%;
    height: auto;
    margin-bottom: 10px;
    }
    div.portfolio ul.pricing li ul li a {
        width: 100%;
    }
    img.pat5 {
        position: absolute;
        right: -793px;
        width: 1349px;
        bottom: -60px;
        z-index: -1;
    }

}

@media screen and (min-width: 769px) and (max-width: 992px) {
    section.intro {
		margin-top: 5vw;
        min-height: 300px;
        margin-bottom: 0;
    }
    .imgTopIndex {
        width: 50%;
    }
    .imgTopIndex img.other {
        position: absolute;
        top: 24%;
        width: 92%;
        right: 5%;
    }
    .imgTopIndex img.law {
        position: absolute;
        top: 19%;
        z-index: 10;
        width: 27%;
        right: 24%;
    }
    .services ul li .leftServices img {
        width: 70px;
    }
    .oneMore:after {
        width: 50px;
        top: 22px;
    }
    .app .motto, .cu .motto {
        padding-right: 0;
    }
	header > div {
		display: none;
	}
	.motto {
		width: 50%;
		text-align: center;
    }
    .intro h1 {
        font-size: 24px;
    }
	.intro p {
		width: 100%;
		margin: 25px auto;
    }
    .ChooseUs ul li {
        width: 30%;
    }
    div.portfolio ul.pricing {
        justify-content: space-around;
        flex-wrap: wrap;
        list-style: none;
    }
    div.portfolio ul.pricing > li {
        border-radius: 20px;
        margin-bottom: 40px;
        width: 34%;
    }
	.buttonWrap {
		align-items: center;
		justify-content: center;
	}
	.advWrapper {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
    }
    footer .column {
        width: 30%;
    }
    img.pat3 {
        left: -565px;
        width: 933px;
        bottom: -328px;
    }
    img.pat5 {
    position: absolute;
    right: -793px;
    width: 1349px;
    bottom: -60px;
    z-index: -1;
}
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
	section.intro {
		height: 230px;
	}
    .Pat1 {
        left: -66px;

    }
    header .topMenu > ul > li > a {
        padding: 5px;
    }
    .imgTopIndex {
        position: relative;
        left: 0;
        top: 0;
        width: 55%;
        height: 384px;
    }
}