.resultItem {
    background: #fafbfc;
}

.sectionopener items-center span {
    font-size: 24px;
    font-weight: bold;
}

.info {
    border-radius: 8px;
    top: -45px;
    left: 50%;
    transform: translate(-50%);
    display: none;
    z-index: 1000;
    transition: 300ms;
    background: #E9F0F7;
    border: 2px solid;
}

.info:after {
    z-index: 99;
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: #E9F0F7;
    transform: rotate(-45deg) translateX(-50%);
    bottom: -3px;
    left: 50%;
    transition: 300ms;
    border-bottom: 1px solid;
    border-left: 1px solid;
}
 
 

div,
p,
span {
    font-family: 'Lato', sans-serif;
}

.transimage {
    bottom: 2px !important;
    right: 1px !important;
}


select {
    background-color: #fff !important;
    border-radius: 5px ;
    min-width:80px
}

@media screen and (max-width:1200px) {
    .obch {
        flex: 0 0 100% !important;
        padding: 10px;
    }

    .transimage {
        bottom: 5px !important;
    }

}


#formMatrix h3 {
    text-align: center;
}


.obch .trans,
.obch .trans>div {
    border-radius: 50%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.obch .trans span{
    display:flex;
    justify-content:center;
    align-items:center;
}

.container {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
}

.birthdate {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 50px;
    justify-content: center;
}

.birthdate-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.transimage {
    width: 101%;
    z-index: 0;
    position: relative;
   
}

button.active {
    background:orange;
}

.result p {
    margin-bottom: 18px;
}

.trans span {
    font-size: 13px;
}

@media screen and (max-width:1335px) {
    .trans span {
        font-size: 12px;
    }

    .container {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    }
 

    body {
        font-size:12px !important
    }
}
 
@media screen and (max-width:1200px) {
    .obch {
        flex: 0 0 100%;
        padding: 2px;
    }

    .rightblock {
        flex: 0 0 100%;
    }

    .trans span {
        font-size: 14px;
    }

    

}

#n1 span,
#n3 span,
#n5 span,
#n7 span,
#n30 span,
#n2 span,
#n4 span,
#n6 span,
#n8 span {
    font-size: 20px
}

.table {
    max-width:550px;
}

@media screen and (max-width:600px) {
    .table {
    max-width:100%;
}
    .chakras>div {
        padding-left: 20px;
    }

    .trans span {
        font-size: 12px;
        position: relative;
        
    }

    .obch .trans span {
        font-size: 9px;
        
    }

    td {
        font-size:13px !important;
    }

    #n1 span,
    #n3 span,
    #n5 span,
    #n7 span,
    #n30 span,
    #n2 span,
    #n4 span,
    #n6 span,
    #n8 span {
        font-size: 16px;
        position: relative;
        bottom: 1px;
    }

    .transimage {
        width: 100%;
        z-index: 0;
        position: relative;
        bottom: 0 !important;
        right: 1px;
    }

    table {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        margin: 0 auto;
    }

   

}

table .trans  {
        text-align:center;
    }

@media screen and (max-width:470px) {

    .obch .trans span {
        font-size: 9px;
       

    }

}

.applycode {
border:1px solid #fff;
border-radius:6px;
