@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    background: url(Images/sulak.png)no-repeat center center fixed;
    background-size: cover;
}

.inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 25px;
}

.logo-container {
    height: 200px;
}

    .logo-container img {
        display: block;
        margin: auto;
        width: 293px;
        height: 200px;
    }



.left-column {
    float: left;
    text-align: right;
    /* width: 50%; */
}

.right-column {
    float: left;
    text-align: left;
    width: 50%;
}

.left-column > * {
    margin-right: 1rem;
}

.right-column > * {
    margin-left: 1rem;
}

.single-column {
    max-width: 50em;
    margin: auto;
    text-align: left;
    margin-top: 20px;
}

.navigation-bar {
    max-width: 293px;
    float: left;
    margin-right: 2em;
    text-align: right;
}

.vertical-menu {
    display: flex;
    gap: 16px;
    margin-top: 2em;
    flex-wrap: wrap;
}

    .vertical-menu a,
    .vertical-menu span {
        display: block;
        /*     margin-bottom: -15px;
        padding: 7px;
        width:15px;*/
        border: 1px solid white;
        border-right-style: double;
        color: white;
        text-decoration: none;
        text-align: center;
        /* width: 45px; */
        /* height: 29px; */
        font-family: 'Montserrat';
        font-style: normal;
        font-size: 20px;
        line-height: 29px;
        /*  flex: none;
        order: 0;
        flex-grow: 0;*/
        padding: 4px 12px;
    }



    .vertical-menu div::before {
        content: '';
        background: url('edit.svg') no-repeat 24px;
        width: 24px;
        height: 24px;
        display: block;
    }

    .vertical-menu a:hover {
        background-color: lightgrey;
        color: #000;
    }

    .vertical-menu .active-item {
        background-color: tomato;
    }

.nowrap {
    white-space: nowrap;
}

.thumb {
    height: 100px;
    width: 133px;
}

.container {
    box-shadow: none !important;
    border-radius: none !important;
    background: none !important;
    width: auto !important;
}

.signup-content {
    background-color: #fff;
    border-radius: 20px;
}
.link {
    text-decoration: none;
    color: black !important;
}
.link-other {
    text-decoration: none;
    color: white !important;
}

.text{
    text-align:center;
}


.button {
    background-color: yellow;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
   
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}


/*..........................................................*/

.button-group {
    margin-top: 40px
}

    .button-group label:not(:last-child) {
        margin-bottom: 15px;
    }

/*..................................................................*/





.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
    text-decoration: none;
}

.btn-9 {
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    text-decoration: none;
}

    .btn-9:after {
        position: absolute;
        content: " ";
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1fd1f9;
        background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);
        transition: all 0.3s ease;
    }

    .btn-9:hover {
        background: transparent;
        box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255,255,255,.5), inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
        color: #fff;
    }

        .btn-9:hover:after {
            -webkit-transform: scale(2) rotate(180deg);
            transform: scale(2) rotate(180deg);
            box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255,255,255,.5), inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
        }





/*.............................................................................*/



.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}
/* 3 */
.btn-3 {
    background: rgb(0,172,238);
    background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
}

    .btn-3 span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .btn-3:before,
    .btn-3:after {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        background: rgba(2,126,251,1);
        transition: all 0.3s ease;
    }

    .btn-3:before {
        height: 0%;
        width: 2px;
    }

    .btn-3:after {
        width: 0%;
        height: 2px;
    }

    .btn-3:hover {
        background: transparent;
        box-shadow: none;
    }

        .btn-3:hover:before {
            height: 100%;
        }

        .btn-3:hover:after {
            width: 100%;
        }

    .btn-3 span:hover {
        color: rgba(2,126,251,1);
    }

    .btn-3 span:before,
    .btn-3 span:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        background: rgba(2,126,251,1);
        transition: all 0.3s ease;
    }

    .btn-3 span:before {
        width: 2px;
        height: 0%;
    }

    .btn-3 span:after {
        width: 0%;
        height: 2px;
    }

    .btn-3 span:hover:before {
        height: 100%;
    }

    .btn-3 span:hover:after {
        width: 100%;
    }
/*................................................................................*/

/*body {
    background: url(https://bootstraptema.ru/images/bg/bg-3.png)
}

.btn {
    position: relative;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    transform: scale(1.1,1.1);
    transition: all 0.3s ease-out 0s;
}

    .btn:hover {
        transform: scale(1,1);
        color: #fff;
    }

    .btn i {
        margin-right: 15px;
        color: #fff;
    }

    .btn:before {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0px;
        width: 100%;
        height: 10px;
        filter: blur(20px);
        border-radius: 30px;
        display: inline-block;
        z-index: -1;
        transition: all 0.3s ease-out 0s;
    }

    .btn:hover:before {
        bottom: 0;
        filter: blur(10px);
    }

    .btn.blue {
        background: linear-gradient(to left, #7474bf, #348ac7);
    }

        .btn.blue:before {
            background: linear-gradient(to right,#7474bf,#348ac7);
        }

    .btn.green {
        background: linear-gradient(to left, #414d0b, #727a17);
    }

        .btn.green:before {
            background: linear-gradient(to right,#414d0b,#727a17);
        }

    .btn.orange {
        background: linear-gradient(to left, #fe8c00, #f83600);
    }

        .btn.orange:before {
            background: linear-gradient(to right,#fe8c00,#f83600);
        }

    .btn.purple {
        background: linear-gradient(to left, #c04848, #480048);
    }

        .btn.purple:before {
            background: linear-gradient(to right,#c04848,#480048);
        }

.btn {
    margin-bottom: 15px;
}

}*/
/* отступ */
/*.pad-15 {
    padding: 15px 0;
}*/

/*......................................................................*/

.form-group > input:not(:last-child) {
    margin-bottom: 16px;
}

.deadline-text {
    color: #0ED145;
}

.deadline-date {
    color: #EC1C24; 
}

.deadline {
    font-size: 24px;
    display: flex;
    gap: 8px;
    margin: 0;
}

/*............................................................*/
