﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Caveat&display=swap');
@font-face {
    font-family: ParsekCTT;
    src: url(fonts/ParsekCTT.ttf)
}

html {
    background-color: #fff
}

.main {
    background-color: #fff;
    width: 1024px;
    /* border-radius:1px 1px 20px 20px; */
    height: auto;
    position: relative;
    margin-top: 19px;
    /* border-radius:29px; */
    bottom: 9px;
    padding-bottom: 27px;
    left: calc(50% - 512px);
    border: 1px solid #dfdfdf;
}

.NowBloglogo {
    position: relative;
    text-align: center;
    left: 41px;
    top: 110px;
    color: #fff;
    background-color: #fff;
    width: 179px;
    height: 120px
}

.NowBloglogo img {
    position: relative;
    bottom: 23px;
    width: 179px;
    right: 1px;
    border-radius: 27px
}

.menu {
    position: fixed;
    top: -78px;
    right: calc(50% + 332px)
}

.menu ul {
    position: relative;
    z-index: 5
}

.menu ul li {
    cursor: pointer;
    text-align: center;
    color: #fff;
    background-color: #4274a6;
    border: 1px solid #3c6b9b;
    width: 177px;
    height: 100px;
    font-size: 14px;
    font-family: roboto, sans-serif;
    list-style-type: none
}

.menu ul li:hover {
    background-color: #3e6fa1
}

.menu ul li img {
    position: relative;
    top: 20px;
    -webkit-filter: invert(.99);
    filter: invert(.99)
}

.menu ul li p,
.menu ul li h1 {
    position: relative;
    top: 15px
}

.content {
    position: relative;
    z-index: 7;
    width: 780px;
    height: calc(100% - 45px);
    left: 197px;
    bottom: 55px
}

.LangList {
    position: absolute;
    z-index: 10;
    left: 670px;
    top: 51px
}

.LangList li {
    position: relative;
    display: inline-block;
    width: auto
}

.LangList li a {
    font-family: open sans, sans-serif;
    font-size: 14px;
    color: #777;
    text-decoration: none
}

.LangList li a:hover {
    color: #1d69ab;
    text-decoration: underline
}

.AddToBookmark {
    font-family: open sans, sans-serif;
    position: absolute;
    top: 55px;
    z-index: 11;
    right: -19px;
    color: #1d69ab
}

.Addpost {
    position: relative;
    outline: none;
    font-family: open sans, sans-serif;
    border: 1px solid #dfdfdf;
    padding-left: 50px;
    padding-top: 10px;
    resize: none;
    width: 567px;
    height: 190px;
    left: 163px;
    top: 75px
}

.Addpost {
    font-family: inherit;
    width: calc(100% - 9px);
    left: 1px;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    outline: 0;
    font-size: 16px;
    color: #212121;
    padding: 7px 0;
    background: 0 0;
    transition: border-color .2s;
}

.Addpost::placeholder {
    color: transparent
}

.form__label {
    position: absolute;
    left: 12px;
    margin-top: 70px;
}

.Addpost:placeholder-shown~.form__label {
    font-size: 16px;
    cursor: text;
    top: 20px
}

label,
.Addpost:focus~.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: .2s;
    font-size: 12px;
    color: #20247b;
}

.Addpost:focus~.form__label {
    color: #009788
}

.Addpost:focus {
    padding-bottom: 6px;
    border-bottom: 2px solid #009788
}

.username {
    position: absolute;
    background-color: #fff;
    left: 163px;
    top: 20px;
    color: #1d69ab;
    text-decoration: none;
    font-weight: 700;
    font-size: 29px;
    font-family: open sans, sans-serif;
    text-decoration: underline
}

.userpic {
    position: relative;
    left: 20px;
    top: 40px
}

.posts {
    position: relative;
    /* width: 700px; */
    top: 110px;
    right: 10px;
}

.posts ul li {
    width: 100%;
    margin-top: 15px;
    border: 1px solid #dfdfdf;
    list-style-type: none;
    background-color: #fff;
    position: relative;
    left: -32px;
}

.post-username {
    position: absolute;
    left: 93px;
    margin-top: 7px;
    color: #1d69ab;
    text-decoration: none;
    font-weight: 700;
    font-size: 19px;
    font-family: open sans, sans-serif;
}

.post-userpic {
    position: relative;
    left: 5px;
    top: 1px
}

.post-userpic img {
    position: relative;
    left: -15px;
    top: 1px;
}

.post-content {
    position: relative;
    width: calc(100% - 42px);
    bottom: -17px;
    left: 12px;
    font-family: open sans, sans-serif;
}

.post-date {
    position: absolute;
    right: -71px;
    margin-left: -33px;
    margin-top: -31px;
    color: #ccc;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    font-family: open sans, sans-serif;
}

.userpic img {
    position: absolute;
    left: 7px;
    top: -65px;
    border-radius: 1px
}

.info_user {
    position: relative;
    filter: brightness(1.1);
    padding: 20px;
    border-radius: 20px;
    line-height: .01;
    top: 65px;
    left: 5px
}

hr {
    position: relative;
    top: 10px;
    width: 679px;
    border: 0;
    height: 1px;
    background: #fdfefd;
    background-image: -webkit-linear-gradient(left, #fff, #006eb4, #fff);
    background-image: -moz-linear-gradient(left, #fff, #000, #fff);
    background-image: -ms-linear-gradient(left, #fff, #000, #fff);
    background-image: -o-linear-gradient(left, #fff, #000, #fff);
}

.info_user p {
    padding-left: 15px;
    font-size: 23px;
    font-family: caveat, sans-serif
}

.info_user a {
    position: relative;
    font-family: open sans, sans-serif;
    text-decoration: underline;
    bottom: 31px;
    left: 21px;
    color: #1d69ab;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    text-decoration: underline;
    background-color: #fff
}

.userinfoblock {
    position: relative;
    top: 5px;
    padding: 1px;
    width: 679px
}

.info_user_img {
    position: relative
}

.info_user_img img {
    position: relative;
    left: -5px;
    top: 31px;
    border-radius: 1px
}

.pabout {
    position: relative;
    bottom: 10px;
    width: 665px;
    line-height: 1.1
}

.user-content-block {
    position: relative;
    top: -20px
}

@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';
#box-3 {
    height: 100px;
    width: calc(100% + 30px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 90px;
    right: 15px;
}

.box-1 {
    background-color: #ff6766
}

.box-2 {
    background-color: #3c3c3c
}

.box-3 {
    background-color: #20247b;
    /* border-radius: 0px 50px 50px 0px */
}

.btn {
    line-height: 33px;
    /* height: 50px; */
    text-align: center;
    width: 315px;
    cursor: pointer;
    width: 100%;
}

.btn-one {
    color: #fff;
    transition: all .3s;
    position: relative
}

.btn-one span {
    transition: all .3s
}

.btn-one::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all .3s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(255, 255, 255, .5);
    border-bottom-color: rgba(255, 255, 255, .5);
    transform: scale(.1, 1)
}

.btn-one:hover span {
    letter-spacing: 2px
}

.btn-one:hover::before {
    opacity: 1;
    transform: scale(1, 1)
}

.btn-one::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .3s;
    background-color: rgba(255, 255, 255, .1)
}

.btn-one:hover::after {
    opacity: 0;
    transform: scale(.1, 1)
}

.btn-two {
    color: #fff;
    transition: all .5s;
    position: relative
}

.btn-two span {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%
}

.btn-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .5s;
    border: 1px solid rgba(255, 255, 255, .2);
    background-color: rgba(255, 255, 255, .1)
}

.btn-two::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .5s;
    border: 1px solid rgba(255, 255, 255, .2);
    background-color: rgba(255, 255, 255, .1)
}

.btn-two:hover::before {
    transform: rotate(-45deg);
    background-color: transparent
}

.btn-two:hover::after {
    transform: rotate(45deg);
    background-color: transparent
}

.btn-three {
    color: #fff;
    transition: all .5s;
    position: relative;
    width: none;
    width: 50%;
}

.btn-three::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, .1);
    transition: all .3s
}

.btn-three:hover::before {
    opacity: 0;
    transform: scale(.5, .5)
}

.btn-three::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all .3s;
    border: 1px solid rgba(255, 255, 255, .5);
    transform: scale(1.2, 1.2)
}

.btn-three:hover::after {
    opacity: 1;
    transform: scale(1, 1)
}



#Button-Create {
    border-radius: 500px;
    color: #ffffff;
}

#Button-Create span
{
    position: relative;
    top: 0px;
    font-family: open sans, sans-serif;
}
.cat {
    position: absolute;
    right: 1px;
    top: -27px
}

.iframe-block {
    position: absolute;
    border: 1px solid #fd6b54;
    bottom: 331px;
    right: 15px;
    border-radius: 1px 1px 29px 29px
}

.iframe-block iframe {
    border-radius: 1px 1px 29px 29px
}

.counter {
    position: absolute;
    left: 651px;
    bottom: 31px
}

.CreateDiary {
    position: absolute;
    display: none;
    background-color: #fff;
    margin-left: 541px;
    top: -35px;
    height: 29px;
    padding: 11px
}

.Copyright {
    position: absolute;
    font-family: open sans, sans-serif;
    font-size: 15px;
    bottom: -10px;
    left: 623px;
    background-color: #fff
}

