/*
Theme Name: Medicum
Author: OKIA
Author URI: http://okia.ee
Description:
Version: 1.0
*/
article .reg-container ul {
    margin:0;
    display: flex;
    flex-wrap: wrap;
}

article .reg-container ul li {
    display: flex;
    margin-right: 10px;
    padding-left: 0;
}

article .reg-container ul li:before {
    content: none;
}

@media only screen and (max-width: 768px) {
    article .reg-container ul li {
        width: 100%;
    }
    .c-btn {
       width: 100%;
    }
}

.c-btn {
    background: #fff;
    text-align: center;
    padding: 8px 16px;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 24px;
    text-decoration: none;
}
.c-btn:hover {
    text-decoration: none;
}

.btn--blue{
    color: #337AB7;
    border: 1px  solid #337AB7;
}
.btn--blue:hover{
    color: #fff;
    background: #337AB7;
}

.btn--pink{
    color: #C74970;
    border: 1px  solid #C74970;
}
.btn--pink:hover{
    color: #fff;
    background: #C74970;
}

.btn--green{
    color: #42A37A;
    border: 1px  solid #42A37A;
}
.btn--green:hover{
    color: #fff;
    background: #088567;
}

.btn--purple{
    color: #945FB5;
    border: 1px  solid #945FB5;
}
.btn--purple:hover{
    color: #fff;
    background: #945FB5;
}

.btn-darkpink{
    color: #860742;
    border: 1px  solid #860742;
}
.btn-darkpink:hover{
    color: #fff;
    background: #860742;
}

.num-container {
    display: flex;
}

.num-list {
    display: flex;
    flex-wrap: wrap;
}

.num-container .num-item {
    display: flex;
}

.num-container .num-list a {
    padding: 22px 15px 22px 37px;
}

@media (max-width: 400px) {
    .num-container .num-list a {
        padding: 22px 0 22px 30px;
    }
}

.touchscreen {
    background-color: #F4F9FC;
    position: relative;
    width: 1920px;
    max-width: 100%;
    min-height: 72px;
}
.touchscreen img{
    width: 135px;
    height: 51px;
    position: absolute;
    left: 35px;
    top: 9px;
}


@media screen and (max-width: 1199px ) {
    .chaport-container .chaport-launcher .chaport-launcher-button {
        right: 30px !important;
        bottom: 90px !important;
    }
}

@media screen and (min-width: 1200px ) {
    .chaport-container .chaport-launcher .chaport-launcher-button {
        right: 90px !important;
        bottom: 30px !important;
    }
}

