/*
 * Copyright (C) Oleg Karakoz, Agile Apps. 2012-2025.
 * Project: mts
 * Last modified: 09/01/2019, 16:47
 */

.guest-content-tips {
    background-color: #a9a9a9;
    padding: 70px 0 0 0;

}

.guest-content-tips-title {
    font-family: Assistant, sans-serif;
    font-size: 1.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 80px 0 25px 0;
}

.guest-content-tips-content-block {
    /*height: 90px;*/
    border-top: solid 1px rgba(190, 187, 187, 0.54);
    /*border-bottom: solid 1px rgba(190, 187, 187, 0.54);*/
    width: 100%;
}

.guest-content-tip-text {
    font-family: Assistant, sans-serif;
    font-size: 1.375em;
    text-align: center;
    color: #ededed;
    display: inline-block;
    line-height: 26px;
    margin: 30px auto 0 auto;
    cursor: pointer;
    font-weight: 100;
    border-bottom: solid 1px rgba(190, 187, 187, 0.54);
    height: 60px;
    margin-right: -5px;
}

.guest-content-tip-text div {
    border-right: solid 1px rgba(190, 187, 187, 0.54);
    padding: 0 25px;
}

.guest-content-tip-text:first-child div {
    border: none;
}

.guest-content-copyright {
    font-family: Assistant, sans-serif;
    font-size: 1.125em;
    text-align: center;
    color: #ffffff;
    padding: 30px 0 50px 0;
    font-weight: 100;
    /*border-top: solid 1px rgba(190, 187, 187, 0.54);*/
    margin-top: -1px;
}

.guest-content-copyright .copyright {
    color: lightgrey;
}

.guest-content-copyright .contacts a {
    text-decoration: none;
    color: white;
}

.guest-content-developer {
    font-family: Assistant, sans-serif;
    font-size: 0.75em;
    text-align: center;
    color: lightgrey;
    font-weight: 100;
    padding-top: 10px;
    margin-top: -1px;
    display: block;
}

.guest-content-developer a {
    color: #416b96;
    text-decoration: none;
}
