
*{
    font-family: 'Comfortaa', cursive;
}
html,
h1,
h2,
h3,
h4,
h5,
h6 {
    color:black;
}
/*
    основное поле страници светло серое vok
 */
body{
    background: #eeeeee;
}
a{
    text-decoration: none;
    color: inherit;
}
input{
    padding: 10px 12px;
    display: block;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #5c5b5b;
    line-height: 1.5rem;
    color: #5c5b5b;
    font-size: 1rem;
}
/*
    HEADER
 */
header{
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    height:73px;
    border-bottom: 0.1px solid #5c5b5b;
    border-top: 0;
}
header .container h5{
    color:#0d6efd;/*цвет букв*/
}

header .container{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border: none;

}
header .container .img_Ava a img{
    border-radius: 50%;
    vertical-align: middle;
    width: 25px;
    margin-right: 10px;/*ОТСТУП С ПРАВА МЕЖДУ ФОТО И ГЛАВНОЙ  */
    height: 25px;
    margin-top: 5px;/*ОТСТУП верхом */
}
header .con1  a h6 {
    border: none;
    margin-right: 10px;/*ОТСТУП С ПРАВА МЕЖДУ ФОТО И ГЛАВНОЙ */
    margin-top: 5px;/*ОТСТУП верхом */
}
header .con2  h5 {
    margin-right: 50px;/*ОТСТУП С ПРАВА МЕЖДУ ГЛАВНОЙ И СОЗДАТЬ*/
    color:#0d6efd;/*цвет букв*/
    margin-top: 5px;/*ОТСТУП верхом */
}
header .con3 a i {
    margin-right: 30px;/*ОТСТУП С ПРАВА МЕЖДУ СОЗДАТЬ И ПОИСК*/
    color:#0d6efd;/*цвет букв*/
    font-size: 25px;
}
header .con4 a i {
    margin-right: 30px;/*ОТСТУП С ПРАВА МЕЖДУ ПОИСК И УВЕДОМЛЕНИЯ*/
    color:#0d6efd;/*цвет букв*/
    font-size: 25px;
    margin-top: 5px;
}
header .con5 a i {
    font-size: 25px;
    color:#0d6efd;/*цвет букв*/
    margin-top: 5px;
}

header .social1  a  h6{
    border: none;
    width: 30px;
    height: 41px;
    padding-top:5px ;
    margin-right: 60px;/*ОТСТУП С ПРАВА МЕЖДУ ГЛАВНОЙ И СЕРВИСЫ*/
    text-align: center;
    display: inline-block;
    /* font-size: 1rem;размер букв*/
    border-radius: 5px;
    transition: all .3s;
    color:black;/*цвет букв*/
    text-decoration-color: #0d6efd;
    text-decoration-line: underline;
}
header .social2  a h6{
    border: none;
    width: 30px;
    height: 41px;
    padding-top:5px ;
    margin-right: 60px;/*ОТСТУП С ПРАВА МЕЖДУ ГЛАВНОЙ И СЕРВИСЫ*/
    text-align: center;
    display: inline-block;
    /* font-size: 1rem;размер букв*/
    border-radius: 5px;

    color:#5c5b5b;/*цвет букв*/
}
header .social3  a h6{
    border: none;
    width: 30px;
    height: 41px;
    padding-top:5px ;
    margin-right: 60px;/*ОТСТУП С ПРАВА МЕЖДУ ГЛАВНОЙ И СЕРВИСЫ*/
    text-align: center;
    display: inline-block;
    /* font-size: 1rem;размер букв*/
    border-radius: 5px;

    color:#5c5b5b;/*цвет букв*/
}
header .social1  a  h6:hover{

    color: black;
    text-decoration-color: #0d6efd;
    text-decoration-line: underline;/*подчеркивание текста ЛЕНТА ДЛЯ ВАС  НОВОСТИ*/
}
header .social2  a h6:hover{

    color: black;
    text-decoration-color: #0d6efd;
    text-decoration-line: underline;/*подчеркивание текста ЛЕНТА ДЛЯ ВАС  НОВОСТИ*/
}
header .social3  a h6:hover{

    color: black;
    text-decoration-color: #0d6efd;
    text-decoration-line: underline;/*подчеркивание текста ЛЕНТА ДЛЯ ВАС  НОВОСТИ*/
}
/* создает синий цвет иконки*/
header .dropbtn i {
    background-color:white;
    color: #0d6efd;
    font-size: 25px;
    border: none;
    margin-right: 30px;/*ОТСТУП С ПРАВА МЕЖДУ СОЗДАТЬ И ПОИСК*/
}
/* Dropdown Button */
header .dropbtn {
    background-color:white;
    color: #0d6efd;
    font-size: 25px;
    border: none;
}
/* The container <div> - needed to position the dropdown content */
header .dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
header .dropdown-content {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    display: none;
    border-radius: 20px;

    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */

header .dropdown-content a i {
    color: black;
    font-size:15px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
header .dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
header .dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
header .dropdown:hover .dropbtn {background-color: white;}

/*
    slider
 */
.slider-title{
    text-align: left;
    padding: 30px 0px 0px 0px;
}

/* ЦВЕТ И ФОРМА КНОПОК ЗАЯВКА В ДРУЗЬЯ СООБЩЕНИЕ ПОДАРОК*/
.lb_c{
    background: #486fe2;
    color: white;
    border-radius: 8px;
    border:none;
    text-align: center;

}
/* ЦВЕТ И ФОРМА КНОПОК ЛАЙК КОГДА ТВОЕГО НЕТ КОМЕНТ ПОДЕЛИТЬСЯ*/
.lb_g{
    background: #eeeeee;
    color: #5c5b5b;
    border-radius: 20px;
    border:none;
    text-align: center;

}
/* ЦВЕТ И ФОРМА КНОПОК ЛАЙКА КОГДА ТВОЕЙ ЕСТЬ*/
.lb_r{
    background: #eeeeee;
    color: red;
    border-radius: 20px;
    border:none;
    text-align: center;

}
/* MAIN*/
.container_reg_form{
    margin-top:80px ;/* отступ сверху*/
    margin-bottom:40px ;
    margin-left: 3px;/* отступ слева*/
    margin-right: 10px;
}
.main-content   {
    margin-top:80px ;/* отступ сверху*/
    margin-bottom:30px ;/* отступ снизу*/
    margin-left: 3px;/* отступ слева*/
}
.main-content h2{
    margin:30px 0px;
}
.main-content .button{
    margin: 30px 0px;
}
.main-content .post  {
    margin-bottom:30px ;
}
.main-content .post img {
    margin:10px 14px 14px 0;
    width:auto ;
    height:350px;
    border: none;
}
.main-content .post_text{

    background: white;
    padding: 1px;
    border-radius: 20px;
    /* margin:4px 0px; так было*/
    margin-bottom:5px ;
}
.main-content .post_text h3{
    margin: 14px 0;
}
.main-content .post_text .container1{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border: none;

}
/*фото  автора*/
.main-content .post_text .container1 .img_Ava1 img{
    border-radius: 50%;
    vertical-align: middle;
    width: 25px;
    margin-right: 10px;/*ОТСТУП С ПРАВА МЕЖДУ ФОТО И ГЛАВНОЙ  */
    height: 25px;
}
/*имя автора*/
.main-content .post_text .container1 .con1  a  {
    border: none;
    display: block;
    color:black;/*цвет букв*/
    margin-top: 10px;/*ОТСТУП С ПРАВА МЕЖДУ id И верхом */

}
.main-content .post_text .container2{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border: none;

}
/*лайк*/
.main-content .post_text .container2 .lik1 {

    margin-left: 10px;
    margin-right: 25px;/*ОТСТУП С ПРАВА МЕЖДУ ЛАЙКОМ И КОМЕНТОМ  */

}
/*лайк*/
.main-content .post_text .container2 .com1 {


    margin-right: 25px;/*ОТСТУП С ПРАВА МЕЖДУ ЛАЙКОМ И КОМЕНТОМ  */

}
/*лайк*/
.main-content .post_text .container2 .sr1 {
    display: block;
    margin-right: 25px;/*ОТСТУП С ПРАВА МЕЖДУ ЛАЙКОМ И КОМЕНТОМ  */
    background: #eeeeee;

    border-radius: 20px;
}
.main-content .post_text h3 a:hover{
    text-decoration: underline;
    color:#5c5b5b;
}
.main-content .post_text i{
    margin:0 14px 14px 0;
}
/*ВЕРХ СТЕНЫ*/
.main-content .post_text_one {
    background: white;
    border-radius: 8px;
}

/*ОДИН ПОСТ*/
.main-content.one_post  {

    border-bottom: 1px solid #5c5b5b;
    margin:0 14px 14px 0;
    padding-top:1rem;
    display:inline-block;
    background: white;
    border-radius: 8px;
}

/*sidebar*/
.search{
    margin-top:98px ;
}
.search ul li a{
    list-style: none;
    margin: 2px;

}
.search ul li {
    list-style: none;
}
.sidebar .section{
    background: white;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 30px;

}
.sidebar .topic ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-top: 1px solid #5c5b5b;
}
.sidebar .topic ul li a{
    display: block;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #5c5b5b;
    transition: all 0.3s;
    text-decoration: none;
    font-weight: 500;
    color: #5c5b5b;
    font-size: 1em;
}
.sidebar .topic ul li a:hover{
    padding-left: 10px;
    transition: all 0.3s;
}
/*footer*/
.footer .container{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border: none;

}
.footer .con1  a i{
    background: white;
    margin-right: 40px;/*ОТСТУП С ПРАВА МЕЖДУ ГЛАВНОЙ И СЕРВИСЫ */
    color:#0d6efd;/*цвет букв*/
    text-align: center;
    display: block;
    font-size:15px;
}
.footer .con2  a i{
    margin-right: 40px;/*ОТСТУП С ПРАВА МЕЖДУ ГЛАВНОЙ И СЕРВИСЫ */
    color:#0d6efd;/*цвет букв*/
    text-align: center;
    display: block;
    font-size:15px;
}
.footer .con3 a  {
    margin-right: 10px;/*ОТСТУП С ПРАВА МЕЖДУ СОЗДАТЬ И ПОИСК*/
    color:#5c5b5b;/*цвет букв*/
    font-size: 5px;
}
.footer .con4 a {
    margin-right: 40px;/*ОТСТУП С ПРАВА МЕЖДУ ПОИСК И УВЕДОМЛЕНИЯ*/
    color:#5c5b5b;/*цвет букв*/
    font-size: 25px;
}
.footer .con5 a {
    font-size: 25px;
    color:#5c5b5b;/*цвет букв*/
}
.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    border-top: 0.1px solid #5c5b5b;
    border-bottom: 0;
    background:white;
    color:#5c5b5b;
    text-align: center;

}

.footer .about .socials a:hover{
    border: none;
    color: #0d6efd;

}
