.slider {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f8f8;
}
.slider2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
}
.swiper {
    max-width: 1200px;
    width: 100%;
    position: relative;
    
}
.swiper-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 100%;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    
}
.swiper-slide img{
    
    width: 100%;
    border-radius: 20px;
    /*box-shadow: 0 0 15px -2px rgba(164, 164, 164, 0.2);*/
}

.sw-btn { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 28px;
    background-color: white;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#sw-btnL{
    margin-left: 30px;
    margin-right: 4px;
}
#sw-btnR{
    margin-right: 30px;
    margin-left: 4px;
}

.sw-btn svg{ 
    width: 18px;
    height: 18px;
}
.map {
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}



#rec722478245 .tn-elem[data-elem-id="1710926085280"] .tn-atom{
        transition: all 0.2s ease;
    }
#rec722478245 .tn-elem[data-elem-id="1710926129735"] .tn-atom{
        transition: all 0.2s ease;
    }
#rec722478245 .tn-elem[data-elem-id="1710926130855"] .tn-atom{
        transition: all 0.2s ease;
    }
#rec722478245 .tn-elem[data-elem-id="1710926131376"] .tn-atom{
        transition: all 0.2s ease;
    }
#rec722478245 .tn-elem[data-elem-id="1710926131638"] .tn-atom{
        transition: all 0.2s ease;
    }
#rec722478245 .tn-elem[data-elem-id="1710926161414"] .tn-atom{
        transition: all 0.2s ease;
    }
#rec722478245 .tn-elem[data-elem-id="1710926162240"] .tn-atom{
        transition: all 0.2s ease;
    }
#rec722478245 .tn-elem[data-elem-id="1710926162729"] .tn-atom{
        transition: all 0.2s ease;
    }
#rec722478245 .tn-elem[data-elem-id="1710926163223"] .tn-atom{
        transition: all 0.2s ease;
    }
#rec722478245 .tn-elem[data-elem-id="1710926163558"] .tn-atom{
        transition: all 0.2s ease;
    }


#rec722478245 .tn-elem[data-elem-id="1710926085280"] .tn-atom:hover{
        color: #009061;
    }
#rec722478245 .tn-elem[data-elem-id="1710926129735"] .tn-atom:hover{
        color: #009061;
    }
#rec722478245 .tn-elem[data-elem-id="1710926130855"] .tn-atom:hover{
        color: #009061;
    }
#rec722478245 .tn-elem[data-elem-id="1710926131376"] .tn-atom:hover{
        color: #009061;
    }
#rec722478245 .tn-elem[data-elem-id="1710926131638"] .tn-atom:hover{
        color: #009061;
    }
#rec722478245 .tn-elem[data-elem-id="1710926161414"] .tn-atom:hover{
        color: #009061;
    }
#rec722478245 .tn-elem[data-elem-id="1710926162240"] .tn-atom:hover{
        color: #009061;
    }
#rec722478245 .tn-elem[data-elem-id="1710926162729"] .tn-atom:hover{
        color: #009061;
    }
#rec722478245 .tn-elem[data-elem-id="1710926163223"] .tn-atom:hover{
        color: #009061;
    }
#rec722478245 .tn-elem[data-elem-id="1710926163558"] .tn-atom:hover{
        color: #009061;
    }


.telphone {
    font-family: 'SFProDisplay',Arial,sans-serif;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 500;
}

@media (max-width: 959px) {
    .telphone {
    font-size: 28px;}
}

@media (max-width: 479px) {
.telphone {
    font-size: 32px;
}
}

.telphone2 {
    font-family: 'SFProDisplay',Arial,sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}

@media (max-width: 959px) {
    .telphone2 {
    font-size: 14px;}
}

.telphone3 {
    font-family: 'SFProDisplay',Arial,sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
}

@media (max-width: 959px) {
    .telphone3 {
    font-size: 16px;}
}

@media (max-width: 479px) {
.telphone3 {
    font-size: 16px;
}
}