html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#262628;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.footer_more {
 padding: 6rem 0px 6.2rem;
 }
.footer_more {
 padding-top: 2.8rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.footer_more {
 padding: 4rem 0px;
 }}
@media screen and (max-width: 576px){
.footer_more {
 padding: 52px 0px;
 }}
@media screen and (max-width: 768px){
.footer_more {
 padding-top: 3rem;
 }}
@media screen and (max-width: 576px){
.footer_more {
 padding-top: 24px;
 }}
.content {
 max-width: 115.2rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1rem;
 }}
@media screen and (max-width: 768px){
.content_big {
 padding: 0px 23px;
 }}
.footer_more .items > div {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 1.4rem;
 }
@media screen and (max-width: 768px){
.footer_more .items > div {
 gap: 1rem;
 }}
@media screen and (max-width: 576px){
.footer_more .items > div {
 grid-template-columns: 1fr;
 gap: 12px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.footer_more .item {
 background-color: rgb(248, 249, 252);
 border-radius: 2.2rem;
 display: flex;
 flex-direction: column;
 align-items: center;
 font-size: 1.8rem;
 color: rgb(65, 65, 68);
 gap: 2rem;
 padding: 5.5rem 2rem 5.7rem;
 transition: 0.3s;
 }
.footer_more .item:hover {
 box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
 }
@media screen and (max-width: 768px){
.footer_more .item {
 padding: 2rem 23px;
 font-size: 1rem;
 gap: 1rem;
 border-radius: 12px;
 }}
@media screen and (max-width: 576px){
.footer_more .item {
 flex-direction: row;
 font-size: 15px;
 gap: 6px;
 padding: 19px 21px 19px 25px;
 }}
@media screen and (max-width: 576px){
.footer_more .item::after {
 width: 10px;
 height: 10px;
 background: url("https://totoeye.com//wp-content/plugins/sytech-fronteditor/sytpl/review_2/assets/img/arrow-r2.png") center center / contain no-repeat;
 filter: contrast(0) brightness(0);
 content: "";
 display: inline-block;
 margin-left: auto;
 }}
.footer_more .item .icon {
 width: 5rem;
 height: 5rem;
 content: "";
 background: center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.footer_more .item .icon {
 width: 3rem;
 height: 3rem;
 }}
@media screen and (max-width: 576px){
.footer_more .item .icon {
 width: 25px;
 height: 25px;
 }}
.footer_more .item:hover .title {
 border-color: rgb(65, 65, 68);
 }
.footer_more .item .title {
 transition: 0.3s;
 border-bottom: 2px solid transparent;
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}