    body {
        font-size: 16px;
    }

    * {font-family: Roboto;}

    .container {
        max-width: 1440px;
        padding: 0 8vw;
        box-sizing: border-box;
        margin: 0 auto;
    }

    header > .container {
        width: 100%;
    }

    header .elementor-button {
        width: max-content
    }

    #event-post {margin: 60px 0;}

    .event-top-section {
    	padding: 40px 0;
    	box-sizing: border-box;
    	background-color: rgba(231, 235, 239, 0.6);
    }
    .event-top-section .main-block {
        display: grid;
        grid-template-columns: max-content 1fr;
        grid-gap: 0 90px;

    }

    .event-top-section .main-block > .left > img {
        width: 100%;
        max-width: 350px;
        max-height: 400px;
        object-fit: contain;
        object-position: center;
        height: auto;
        margin-bottom: 20px;
    }

    .event-top-section .socials-block {
        display: flex;
        align-items: center;
    }

    .event-top-section .socials-block svg {
        width: 15px;
        height: auto;
    }

    .event-top-section .post-views {
        display: grid;
        grid-template-columns: repeat(2,max-content);
        justify-content: flex-start;
        align-items: center;
        grid-gap: 0 7px;
        margin-right: 30px;
    }

    .event-top-section .post-views svg path {
        fill: #A0B3C9;
    }

    .event-top-section .share-block {
        display: flex;
        align-items: center;
        margin-right: 15px;
    }

    .event-top-section .share-block > svg {
        margin-right: 7px;
    }

    .event-top-section .share-block > svg path {
        fill: #A0B3C9;
    }

   
    .event-top-section .soc-list {
        display: flex;
        align-items: center;
        padding: 0;
    }

    .event-top-section .soc-list li {
        padding: 0;
        display: block;
        font-size: 0;
    }

    .event-top-section .soc-list li:not(:last-child) {margin-right: 14px;}

    .event-top-section .soc-list li svg path {fill: #FFF;}

    .event-top-section .soc-list li a {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        width: 36px;
        height: 36px;
    }

    .event-top-section .soc-list li:nth-child(1) a {
        background-color: #3b5998;
    }

    .event-top-section .soc-list li:nth-child(2) a {
        background-color: #1DA1F2;
    }

    .event-top-section .soc-list li:nth-child(3) a {
        background-color: #0077B5;
    }

    .event-top-section .soc-list li:nth-child(4) a {
        background-color: #0088cc;
    }

    .event-top-section .soc-list li:nth-child(5) a {
        background-color: #2A2A2C;
    }

    
    

    .event-top-section .soc-list li path {
        fill: #FFF;
    }

    .event-top-section .post-views svg {
        width: 15px;
        height: auto;
    }

    .event-top-section .left .img {
        width: 300px;
        height: 200px;
        object-fit: cover;
    }

    .event-top-section h1 {
        font-size: 2.3em;
        display: block;
        margin-bottom: 30px;
        margin-top: 0;
        font-weight: 600;
        line-height: 1;
        text-align: left;
    }

    .event-top-section .short-about-event-list {
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2,max-content);
        grid-gap: 15px 35px;
    }

    .event-top-section .short-about-event-list li {
        font-size: 0.8em;
        line-height: 1;
        color: #5C5C5C;
        display: block;
        text-align: left;
    }

    .event-top-section .short-about-event-list li strong {
        font-size: inherit;
        font-weight: 700;
        line-height: 1;
        color: #000000;

    }

     .event-top-section .register-btn {
        outline: unset;
        border-color: #186FF0;
        background: #186FF0;
        color: #FFF;
        padding: 15px 20px;
        margin-left: 0;
        margin-right: auto;
        margin-top: 30px;
        display: block;
        width: fit-content;
        font-weight: 600;
        line-height: 1;
        color: #FFF;
        text-transform: uppercase;
    }

    .event-bottom-section {margin-top: 90px;}

    .event-bottom-section .main-block {
        display: grid;
        grid-template-columns: 1fr 360px;
        grid-gap: 0 20px;
    }

    .event-bottom-section .main-block h3 {
        margin-bottom: 30px;
        display: block;
        text-align: left;
        text-transform: uppercase;
        margin-top: 0;
        color: #121212;
        font-size: 1.6em;
        line-height: 1;
        font-weight: 600;
    }

    .event-bottom-section .smiliar-list {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .event-bottom-section .event-item {
        display: grid;
        grid-template-columns: max-content 1fr;
        grid-gap: 0 15px;
        align-items: center;
        border: 1px solid #EDEDED;
    }

    .event-bottom-section .event-item:not(:last-child) {margin-bottom: 20px;}

    .event-bottom-section .event-item .right {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 10px 20px;
        box-sizing: border-box;
        padding-left: 0;
        overflow-y: hidden;
    }

    .event-bottom-section .event-item h4 {
        color: #000;
        font-size: 0.8em;
        font-weight: 400;
        line-height: 1.2;
        margin: 0;
        text-align: left;
    }

    .event-bottom-section .event-item h4:hover {
        color: #186FF0;;
    }

    .event-bottom-section .event-item h4 a {
        color: inherit;
        font-weight: inherit;
        line-height: inherit;
    }

    .event-bottom-section .event-item .event-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90px;
        height: 90px;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 3px;
    }

    .event-bottom-section .event-item:nth-child(1) .event-content {
        background: #599CFF;
    }

    .event-bottom-section .event-item:nth-child(2) .event-content {
        background: #186FF0;
    }

    .event-bottom-section .event-item:nth-child(3) .event-content {
        background: #04A;
    }

    .event-bottom-section .event-item .event-content * {color: #FFF;}

    .event-bottom-section .event-item .event-content .date {
        padding-bottom: 10px;
        border-bottom: 1px solid #FFF;
        font-size: 0.7em;
        font-weight: 600;
        line-height: 1;
        text-align: center;
    }

    .event-bottom-section .event-item .event-content .start {
        margin-top: 10px;
        line-height: 1;
        font-size: 0.6em;
        font-weight: 500;
        text-align: center;
    }

    .event-bottom-section .event-item .event-content .date span {
        margin: 0 3px;
        color: #FFF;
        font-weight: 600;
        line-height: 1;
        font-size: inherit;
    }

    .event-bottom-section .event-item .event-content .date strong {
       color: #FFF;
       font-size: 20px;
       font-weight: 600;
       line-height: 1;
       
    }

    .event-bottom-section h2 {
        margin-top: 0;
        margin-bottom: 25px;
        color: #121212;
        font-size: 2.2em;
        font-weight: 600;
        line-height: 1;
    }

    .event-bottom-section .content > strong,
    .event-bottom-section .content > span,
    .event-bottom-section .content > p {
        margin-bottom: 15px;
        display: inline-block;
    }

    .event-bottom-section .content ul,
    .event-bottom-section .content ol {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .event-bottom-section .content ul li:not(:last-child),
    .event-bottom-section .content ol li:not(:last-child) {margin-bottom: 15px;}

    .event-bottom-section .content h3,
    .event-bottom-section .content h4 {
        margin-bottom: 20px;
        margin-top: 10px;
        font-weight: 600;
    }

    .event-bottom-section .content h3 {font-size: 1.3em;}

    .event-bottom-section .content h4 {
        font-size: 1em;
    }


@media only screen and (max-width: 1200.99px) {
    .container {
        padding: 0 4vw;

    }

}
@media only screen and (max-width: 920.99px) {
    .event-bottom-section .main-block {
        grid-template-columns: 100%;
        grid-gap: 30px 0;
    }

    .event-bottom-section .right-column,
    .event-bottom-section .left-column {
        width: 100%;
    }

    .event-bottom-section .right-column {order: 1;}

    .event-bottom-section .left-column {order: 2;}

    .event-bottom-section .smiliar-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .event-top-section .main-block {
        grid-gap: 0 30px;
    }

    .event-bottom-section .event-item h4 {
        text-align: left;
    }

    .event-top-section .left img {
        width: 250px;
        height: auto;
    }

    .event-top-section h1 {font-size: 1.6em;}

    .event-bottom-section .event-item:not(:last-child) {margin-bottom: 0;}

    .event-top-section  {
    	padding: 30px 0;
    }
}

@media only screen and (max-width: 660.99px) {
    .event-top-section .main-block {
        grid-template-columns: 100%;
        grid-gap: 30px 0;
    }

    .event-top-section .main-block > .left > img {
    	max-width: 100%;
    	max-height: 300px;
    }

    .event-top-section .socials-block {
        justify-content: center;
    }

    .event-top-section .share-block > svg {margin-right: 20px;}

    .event-top-section .left img {width: 100%;}

    .event-bottom-section .smiliar-list {
        grid-template-columns: 100%;
        grid-gap: 20px 0;
    }

    .event-bottom-section .main-block h3 {
        margin-bottom: 20px;
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 560.99px) {
    .event-top-section .left img {
        max-height: 250px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 420.99px) {
    .event-bottom-section .main-block h3,
    .event-bottom-section h2 {
        font-size: 1.6em;
    }

    .event-bottom-section h2 {margin-bottom: 15px;}

    .event-bottom-section {margin-top: 40px;}

    .event-top-section h1 {
    	font-size: 1.4em;
    }

    .event-top-section .short-about-event-list {
        grid-template-columns: repeat(2,1fr);
    }

}