@media only screen and (max-width: 359px) {
     .header3__text2.mod1 {
         font-size: 13.5px;
         margin-bottom: 20px;
     }
}
@media all and (max-width: 1000px)  {
    .mod1 .list-review1__item {
        width: 100%;
    }
}
h1.fake-slider1__title3 {
	margin-top: 30px;
}
.menu3__sub-item a {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.6px;
    max-width: 170px;
}
.link-more2 a {
    width: auto;
    padding: 0 30px;
}
.link-more2 a:hover {
    cursor: pointer;
}
.link-more2 a.icon-tg:after {
    display: inline-block;
    vertical-align: top;
    content: '';
    position: relative;
    top: 18px;
    margin-left: 12px;
    background: url(/assets/img/tg.svg) no-repeat 0 0;
    background-size: 23px 20px;
    width: 23px;
    height: 20px;
    display: inline-block;
}
.link-more2 a.icon-wa:after {
    display: inline-block;
    vertical-align: top;
    content: '';
    position: relative;
    top: 18px;
    margin-left: 12px;
    background: url(/assets/img/wa.svg) no-repeat 0 0;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
}
@media only screen and (max-width: 760px) {
 .link-more2 a.icon-tg:after { 
     background: url(/assets/img/tg1.svg) no-repeat 0 0;
       background-size: 23px 20px;
       width: 23px;
       height: 20px;
     display: inline-block;
 }
 .link-more2 a.icon-tg {
    width: 49%;
    padding: 0 10px;
    display: inline-block;
    float: left;
    margin-right: 1%;

 }

 .link-more2 a.icon-wa:after { 
 	background: url(/assets/img/wa1.svg) no-repeat 0 0;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        display: inline-block;
	}
        .link-more2 a.icon-wa {
    width: 49%;
    padding: 0 10px;
    display: inline-block;
    float: left;
    margin-right: 1%;

 }
        
}
/*
.header3__right a.icon-tg, .header3__right a.icon-wa
{ width: auto;
    height: 60px;
    border-radius: 30px;
    border: 2px solid rgba(92, 226, 255, 0.5);
    box-sizing: border-box;
    float: left;
    margin-right: 15px;
    color: #5ce2ff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 56px;
    text-align: center;
    padding: 0 16px;
}
.header3__right a.icon-tg:after {
    display: inline-block;
    vertical-align: top;
    content: '';
    position: relative;
    top: 18px;
    margin-left: 0px;
    background: url(/assets/img/tg.svg) no-repeat 0 0;
    background-size: 23px 20px;
    width: 23px;
    height: 20px;
    display: inline-block;
}
.header3__right a.icon-wa:after {
    display: inline-block;
    vertical-align: top;
    content: '';
    position: relative;
    top: 18px;
    margin-left: 0px;
    background: url(/assets/img/wa.svg) no-repeat 0 0;
    background-size: 23px 20px;
    width: 23px;
    height: 20px;
    display: inline-block;
}
.header3__callback {
    width: auto;
    padding: 0 30px;
    margin-right: 15px;
}
.header3__text2 {
    padding: 0 39px 0 111px;
    position: relative;
    margin-right: 23px;
}*/