
        @font-face {
            font-family: 'Robo';
            src: local('Robo'),
            url('/html10/fn/ROBO.woff2') format('woff2'),
            url('/html10/fn/ROBO.woff') format('woff'),
            url('/html10/fn/ROBO.ttf') format('truetype');
        }


        .title_name {
            font-family: 'Robo' !important;
        }





       .logogogo span {
            position: relative;
            top: 69px;
            font-family: Montserrat Bold;
            padding: 0 20px;
            display: block;
            text-align: center;
            font-size: 18px;
            height: 55px;
            overflow: hidden;
        }

        .apply span {
            font-family: 'Montserrat Bold';
            font-weight: bold;
            color: #fff;
            position: relative;
            top: 52px;
            left: 40px;
            font-size: 21px;
            cursor: pointer;
        }

        .apply {
    position: relative;
    top: 10px;
    background: url(/svg/siniya_podlosjka_niz_kusok_sleva_done.svg);
    width: 345px;
    background-repeat: no-repeat;
    height: 118px;
    background-size: 103%;
    background-position: -14px -6px;
        }

        .title_name {
            z-index: -11;
        }


        .prel {
            z-index: -1;
        }


        .logo {
            z-index: 999;
        }

        .header_website {
            position: relative;
            z-index: 99999;
        }

        .search_background {
            z-index: 99;
        }

        .pagination_alls {
            position: relative;
            height: 0px;
            z-index: 99999;
            top: 108px;
        }


        .loading-screen {
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 9999999999!important;
            background: var(--clr-dark-blue);
        }
        .loading-screen .bar {
            position: absolute;
            height: 100%;
            width: 50%;
            background-color: var(--clr-main);
        }
        .loading-screen .top-bar {
            top: 0;
            left: 0;
            right: auto;
            bottom: auto;
        }
        .loading-screen .down-bar {
            bottom: 0;
            top: auto;
            right: 0;
            left: auto;
        }
        .loading-screen .progress-line {
            position: absolute;
            width: 100%;
            top: 60%;
            left: 0;
            right: auto;
            height: 1px;
            background-color: rgba(var(--clr-white-rgb), -0.35)!important;
            transform: scale(0);
            transform-origin: center;
        }
        .loading-screen .loading-counter {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: var(--clr-white);
            font-size: 3rem;
            font-weight: 800;
        }

        /* End loading screen rules */
        .header-search-box {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 0;
            background-color: rgba(var(--clr-dark-blue-rgb), 0.95);
            display: flex;
            align-items: center;
            justify-content: center;
            visibility: hidden;
            opacity: 0;
            transition: all 0.5s ease-in-out 0s;
            z-index: 1200;
        }
        .header-search-box.show {
            height: 100%;
            visibility: visible;
            opacity: 1;
        }
        .header-search-box.show .search-form {
            visibility: visible;
            opacity: 1;
            transform: translateY(0);
        }
        .header-search-box .close-search {
            position: absolute;
            right: 25%;
            top: 25%;
            width: 3.5rem;
            height: 3.5rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        .header-search-box .close-search:before, .header-search-box .close-search::after {
            content: "";
            height: 2px;
            width: 40px;
            background-color: var(--clr-white);
            display: block;
            transform-origin: center;
        }
        .header-search-box .close-search:before {
            transform: rotate(45deg) translateX(2px);
        }
        .header-search-box .close-search:after {
            transform: rotate(-45deg) translateX(1px);
        }
        @media (max-width: 767px) {
            .header-search-box .close-search {
                right: 5%;
            }
        }
        .header-search-box .search-form {
            position: relative;
            visibility: hidden;
            opacity: 0;
            transform: translateY(5rem);
            transition: all 0.5s ease-in-out 0s;
            transition-delay: 0.25s;
            width: 50%;
        }
        @media (max-width: 1199px) {
            .header-search-box .search-form {
                width: 50%;
            }
        }
        @media (max-width: 767px) {
            .header-search-box .search-form {
                width: 80%;
            }
        }
        .header-search-box .search-form .search-lbl {
            visibility: hidden;
            opacity: 0;
            width: 0;
            position: absolute;
            left: 9999999px;
        }
        .header-search-box .search-form input[type=search]::-webkit-search-decoration,
        .header-search-box .search-form input[type=search]::-webkit-search-cancel-button,
        .header-search-box .search-form input[type=search]::-webkit-search-results-button,
        .header-search-box .search-form input[type=search]::-webkit-search-results-decoration {
            -webkit-appearance: none;
        }
        .header-search-box .search-form .search-input {
            border: none;
            border-bottom: 2px solid var(--clr-main);
            font-size: 2.5rem;
            outline: none;
            color: var(--clr-white);
            background-color: transparent;
            width: 100%;
        }
        @media (max-width: 767px) {
            .header-search-box .search-form .search-input {
                font-size: 1.5rem;
            }
        }
        .header-search-box .search-form .search-btn {
            -webkit-appearance: none;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 1.25rem;
            left: auto;
            outline: none;
            border: none;
            background: transparent;
            color: var(--clr-main);
            font-size: 1.5rem;
        }

        /*ُEnd global, helper classes , components Rules*/
        /* Start .page-header Rules   */
        .header-basic .has-sub-menu > .sub-menu .sub-menu-link::before, .header-basic .menu-link::before {
            content: "";
            position: absolute;
            left: -12px;
            width: 6px;
            aspect-ratio: 1/1;
            background-color: var(--clr-main);
            scale: 0;
            border-radius: 50%;
            transition: all 0.2s ease-in-out;
        }

        .content-always-light.header-basic .menu-link, .is-sticky.header-basic .menu-link {
            color: var(--clr-white);
        }
        .content-always-light.header-basic .header-logo .logo-img.light-logo, .is-sticky.header-basic .header-logo .logo-img.light-logo {
            display: block;
        }
        .content-always-light.header-basic .header-logo .logo-img.dark-logo, .is-sticky.header-basic .header-logo .logo-img.dark-logo {
            display: none;
        }
        .content-always-light.header-basic .controls-box .header-search-btn, .is-sticky.header-basic .controls-box .header-search-btn {
            color: var(--clr-white);
        }


        .aaagggw {
            z-index: 99999999;
            position: absolute;
            left: calc(50% - 100px);
            top: calc(50% - 100px);
        }

        .aaagggw img {
            max-width: 90%;
            width: 200px;
            border-radius: 120px;
            margin: 0 auto;
            display: block;
            animation: spin 1s infinite ease-in-out;
            display: none;
        }


        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }






  .sss_10 {
             position: relative;
    		top: -170px!important;
    		left: -6px;
            }


        .main_clock_x {
            background: #f43414;
            width: 1133px;
            margin-left: 16px;
        }



        .jjjj_198789 {
            height: 200px;
            background: url(/html10/img/2s.png?s=1);
            background-size: contain;
            background-repeat: no-repeat;
            position: relative;
            top: -90px;
            width: 1161px;
            margin: 0 auto;
            margin-left: 3px;
        }


        footer {
            background: #3585c7;
            height: 240px;
            width: 100%;
            position: absolute;
            left: 0px;
            z-index: -1;
            margin-top: 130px;
            z-index: 9999999;
        }


        .main_container_width_1200px {
            max-width: 1300px;
            width: 100%;
            margin: 0 auto;
            position: relative;
            box-shadow: 0px 0px 4px #c4c4c4;
            padding-bottom: 370px;
        }






    .post_plashka {
             top: 180px !important;
    		 background: none !important;
    		 left: 275px !important;
    		 width: 600px;
        }


    .show_body_heders {
        max-width: 1200px;
        margin: 0 auto;
        margin-bottom: -100px;
    }

    .header_top {
        background: url("/svg/krasnaya_podlojka_verx.svg?sd=122");
        height: 320px;
        margin-top: 75px;
        background-size: 100%;
    }

    .header_top span {
        font-family: Montserrat Bold;
        font-size: 40px;
        font-weight: bold;
        position: relative;
        left: 100px;
        top: 100px;
		padding-right: 100px;
   		width: calc(100% - 200px);
    	display: block;
    }

        .prel {
            position: absolute;
            bottom: 213px;
            width: 100%;
        }


.input_form {
    position: absolute;
    z-index: 99999999;
    top: 18px;
    font-size: 20px;
    left: 55px;
    padding: 0 5px;
    border: 0px;
    outline: none !important;
}
  
        .pre_footer2 {
    background: url(/svg/siniya_podlosjka_niz_done.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 640px;
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
    top: unset;
    bottom: -35px;
        }


    .text_white {
        margin: 0 88px;
        color: #333;
        position: relative;
        top: -40px;
    }


    .x2222 {
    background: url(/html10/q/plashka.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 690px;
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
    top: 380px;
    }

    .footer_bottom {
    background: url(/svg/krasnaya_podlojka_niz.svg?id=222);
    height: 320px;
    background-size: 99.2%;
    position: relative;
    left: 6px;
    top: -9px;
    background-repeat: no-repeat;
    }


    .body_text_information {
    background: #ffffff;
    min-height: 100px;
    background-size: 100%;
    width: 93.1%;
    position: relative;
    margin: 0 auto;
    margin-bottom: -45px;
    top: -35px;
    left: -2px;
    border: 1px solid #d5d5d5;
    border-top: 0px;
    border-bottom: 0px;
    }







        .sss_10 {
            position: relative;
            top: -70px;
            left: -6px;
        }

        .block_img {
            width: 440px;
            height: 285px;
        }

        .leftttt1 {
            cursor: pointer;
        }


        .social_network_footer {
            display: none;
        }

        .righhhh1 {
            position: absolute;
            width: 70px;
            height: 116px;
            top: calc(100% - 220px);
            left: 30px;
            background-size: cover;
            cursor: pointer;
        }

        .logo_cl_900 {
            background: #fff;
            width: 100%;
            height: 100%;
        }

        .lrtr {
            font-size: 38px;
            padding-top: 20px;
            padding-left: 37px;
            line-height: 43px;
        }


        .tessst .logo_cl_900 span {
            font-size: 20px;
            padding: 0 0px;
            display: inline-block;
            background: url(/html10/img/blue55.png);
            height: 150px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: 0px -10px;
            position: relative;
            top: -3px;
            padding-left: 40px;
            padding-right: 20px;
            padding-top: 34px;
            color: #fff;
        }



        .tessst .list_spisok {
            color: #333;
        }

        .tessst .bus_cat .category_list {
            color: #333;
        }



        .tessst  .plashka_with_cat {
            background: unset!important;
        }


        .tessst  .icon_category {
            background: url(/html10/img/f1.png)!important;
        }



        .tessst .icon_paid {
            background: url(/html10/img/d1.png)!important;
        }


        .tessst .icon_cities {
            background: url(/html10/img/p1.png)!important;
        }


        .carouselExample2 {
            display: none;
        }


        .class_slider_100 {
            display: none;
        }


        #map22 {
            display: none;
            width: 300px;
            height: 300px;
        }


        .content_descr {
            font-family: 'Montserrat Medium';
        }

        .w-100 {
            height: 320px;
        }



        @media screen and (max-width: 1165px) {




			.text_obtain {	
        		position: relative;
        		left: -50px;
			}


 			.img_200_isc {
    			left: -67px!important;
    		}

			.show_body_heders {
    			margin-bottom: 0px;
				}


            .img_200_isc {
                zoom: 1;
            }

            .text_white {
                display: grid;
            }

            .text_obtain {
                order: 1;
            }


            .maps_yandex {
                width: 100%;
                float: none;
                padding: 0;
                padding-top: 0;
                order: 2;
                margin-bottom: 30px;
            }





            .ccc3gg_100 {
                position: relative;
                top: -268px;
                font-family: 'Robo';
                color: #fff;
                left: -74px;
                text-align: CENTER;
                display: inline-block;
                width: 555px;
                left: unset;
            }


            .ccc3gg_100 span {
                left: 100px;
            }


            .post_plashka {
        top: 111px !important;
        background: none !important;
        left: 575px !important;
        max-width: 600px;
        width: 100%;
        left: 110px !important;
            }

            .header_top {
  		background: url(/svg/krasnaya_podlojka_verx.svg?id=222);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        height: 130px;
        width: 99.8%;
        position: relative;
        top: -25px;
                z-index: 11;
            }


            .npppt {
                display: none;
            }

            .content_descr {
                font-family: unset;
                font-weight: 200;
            }


            .main_clock_x {
                margin-top: 45px;
                max-width: 1133px;
                width: fit-content;
            }

            .jjj_eieiei {
                display: inline-block;
                vertical-align: text-bottom;
            }

            #map22 {
                display: inline-block;
                width: 300px;
                height: 300px;
                vertical-align: top;
                left: 18px;
                top: 24px;
            }


            .class_nm {
                text-align: right;
                margin-top: 50px;
            }

            .login_header {
                position: relative;
                top: 42px;
                font-size: 24px;
                font-weight: bold;
                z-index: 99999999999;
            }

            .search_background {
                top: 115px;
            }

            .input_form {
                top: 127px;
            }

            .searc_span {
                top: 126px;
            }

            .header_1200 {
                max-width: 700px;
            }


            .class_footer_2 {
                display: none;
            }

            .social_network_footer {
                display: none!important;
                vertical-align: top;
            }

            .logo {
                width: 700px!important;
            }

            .event_assistant {
                display: none;
            }

            .rrr {
                width: 520px;
                margin: 0 auto;
                display: block;
            }



            .social_network {
                display: none;
            }

            .block_gilter {
                display: block;
                vertical-align: top;
                font-family: sans-serif;
                text-align: left;
                margin: 0 15px;
                margin-left: 50px;
                margin-bottom: 20px;
            }


            .main_filter {
                margin-top: 80px;
                text-align: center;
                margin-right: 0;
                display: inline-block;
                vertical-align: top;
                width: fit-content !important;
            }


            #plashka_maps {
                display: none;
            }


            .text_information span {
                font-size: 24px;
            }

            .lefts {
                position: relative;
                left: 85px;
                top: -9px;
                font-family: Montserrat;
            }

            .rights {
                float: right;
                position: relative;
                right: 69px;
                top: -9px;
            }

            .the_red_field {
                height: auto;
                background: url(/html10/img/mob.png?s=1);
                background-size: 97%;
                background-repeat: no-repeat;
                position: relative;
                max-width: 700px;
                margin: 0 auto;
                margin-bottom: -730px;
            }

            .carouselExample2 {
                display: block;
            }


            .slider_main_block {
                display: none;
            }

            .left_blocks_x {
                width: 100%;
            }

            .right_blocks_x {
                width: 100%;
            }


            .jjjj_198789 {
                display: none;
            }

            .main_clock_x {
                background: unset;
            }

            .pagination_spisok {
                display: none;
            }



            .block_events {
                margin-bottom: 75px;
            }

            .gl {
                max-width: 400px;
                width: 90%;
            }

            .block_img {
                width: 440px;
                height: 250px;
            }

            .date_img {
                font-family: Montserrat Medium;
                margin-top: 10px;
                font-size: 18px;
            }

            .descr_img {
                font-family: Montserrat Bold;
                margin-top: 0px;
            }

            .content_descr {
                margin-top: 0px;
            }


            .fixed {
                position: static!important;
            }

            .fixed2 {
                position: static!important;
            }


            .main_clock_x {
                display: grid;
            }


            .left_blocks_x {
                order: 2;
            }

            .right_blocks_x {
                order: 1;
            }



            .class_slider_100 {
                max-width: 620px;
                width: 90%;
                margin: 0 auto;
                position: relative;
                margin-top: 55px;
                display: block;
            }



            .left_crin  {
                background: url(/html10/img/rr11.png);
                background-repeat: no-repeat;
                transform: rotate(180deg);
                background-size: contain;
                z-index: 9999999;
                position: absolute;
                display: block;
                width: 60px;
                left: -20px;
                height: 60px;
                top: calc(50% - 55px);
                cursor: pointer;
            }


            .jjjj_198789 {
                max-width: 1161px;
                width: 100%;
            }

            .main_container_width_1200px {
                max-width: 700px;
                width: fit-content;
                padding-bottom: 270px;
            }



            .right_crin  {
                background: url(/html10/img/rr11.png);
                background-repeat: no-repeat;
                background-size: contain;
                z-index: 9999999;
                position: absolute;
                display: block;
                width: 60px;
                right: -20px;
                height: 60px;
                top: calc(50% - 55px);
                cursor: pointer;
            }





            .title_name {
                font-size: 42px;
                left: 290px;
                top: 100px;
                display: inline-block;
            }




            .pre_header {
                background: url(/html10/img/gr2.png);
                height: 810px;
                background-size: 100%;
                background-position: 15px 25px;
                width: 100%;
                max-width: 800px;
                margin: 0 auto;
                background-repeat: no-repeat;
            }


            .social_network_footer label {
                font-family: Montserrat Bold;
                display: block;
                margin-bottom: 10px;
            }

            .class_nm {
                text-align: center;
            }

            .right_social_footer {
                margin-bottom: 10px;
            }



        }










        @media screen and (max-width: 1164px) {


            .logo {
                max-width: 700px !important;
                width: 100% !important;
            }


            .title_name {
              	font-size: 30px !important;
        		left: 240px !important;
        		top: 70px !important;
        		display: inline-block !important;
            }

            .header_top {
		background: url(/svg/krasnaya_podlojka_verx.svg?is=ssss2);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        height: 130px;
        width: 99.8%;
        position: relative;
        top: -25px;
            }

            .header_top span {
                font-family: Montserrat Bold;
                font-size: 30px;
                font-weight: bold;
                position: relative;
                left: 24px;
                top: 90px;
                word-break: break-word;
                max-width: 96%;
            }


            .search_background {
                top: 55px!important;
            }

            .input_form {
                top: 75px;
            }

            .searc_span {
                top: 68px;
            }


        }


        @media screen and (max-width: 1162px) {



	.header_1200 form {
    display: inline-block;
    vertical-align: top;
    margin-top: 27px!important;
    }


        .header_top {
        background: url(/svg/krasnaya_podlojka_verx.svg?id=2233);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        height: 130px;
        width: 99.9%;
        position: relative;
        top: -33px;
        left: -1px;
        }

    .searc_span {
        top: 75px!important;
    }

.apply {
    position: relative;
    top: -48px;
    background: url(/svg/siniya_podlosjka_niz_kusok_sleva_done.svg);
    width: 345px;
    background-repeat: no-repeat;
    height: 118px;
    background-size: 103%;
    background-position: -14px -6px;
}

            .list_spisok {
                margin: 0 15px;
            }

        .header_top span {
            font-family: Montserrat Bold;
            font-size: 25px;
            font-weight: bold;
            position: relative;
            left: 0;
            top: 60px;
            text-align: center;
            word-break: break-word;
            max-width: 96%;
            width: 100%;
            display: block;
            padding: 0 20px;
            margin: 0;
        }



            .footer_bottom {
        background: url(/svg/krasnaya_podlojka_niz.svg?id=333);
        height: 125px;
        background-size: 98.7%;
        background-repeat: no-repeat;
        position: relative;
        top: -4px;
            }


            .body_text_information {
                padding-bottom: 200px;
            }


            .text_white {
                top: 40px;
            }


      


            .pre_footer2 {
                display: none;
            }


            .x2222 {
                display: none;
            }


            footer {
                margin-top: 30px;
            }

        }






        @media screen and (max-width: 555px) {
            .title_name {
                font-size: 30px;
                left: 240px;
                top: 70px;
                display: inline-block;
            }
        }
        
        
        
        
        
        
        
        
        
        
        
        
.pre_header {
    background: url(/svg/plashla_vverx.svg)!important;
    }
    
    .pre_footer {
    background: url(/svg/plashla_niz.svg)!important;
    }


.searc_span {
    background: url(/html10/img/s.png) !important;
    width: 30px !important;
    height: 30px !important;
    display: inline-block !important;
    background-repeat: no-repeat !important;
    position: absolute !important;
    right: 41px !important;
    z-index: 99999999 !important;
    cursor: pointer !important;
}
 
.search_background {
    background: url(/svg/search2.svg)!important;
    background-size: 73%!important;
    background-position: 21px -4px!important;
    width: 448px!important;
    height: 68px!important;
    display: inline-block!important;
    position: relative!important;
    z-index: 9999999!important;
    background-repeat: no-repeat!important;
}
 

.icon_paid {
    background: url(/vector/icon/baks_white.svg)!important;
    background-size: 164%!important;
    background-position: -6px -3px!important;
    position: relative!important;
    top: 5px!important;
    width: 23px!important;
    height: 33px!important;
    display: inline-block!important;
    background-repeat: no-repeat!important;
}




.icon_category {
    background: url(/vector/icon/papka_white.svg)!important;
    background-size: 108%!important;
    background-position: -1px -5px!important;
    width: 35px!important;
    height: 28px!important;
    display: inline-block!important;
    background-repeat: no-repeat!important;
    position: relative!important;
    top: 13px!important;
    left: -6px!important;
}





.icon_cities {
    background: url(/vector/icon/planet_white.svg)!important;
    background-size: 85%!important;
    background-position: 1px -5px!important;
    width: 44px!important;
    height: 28px!important;
    display: inline-block!important;
    background-repeat: no-repeat!important;
    position: relative!important;
}

















.telegram_icon {
    width: 70px!important;
    height: 70px!important;
    display: inline-block!important;
    background: url("/svg/tg_i_done.svg")!important;
    background-size: 100%!important;
    background-position: center!important;
    vertical-align: top!important;
}


.linkd_icon {
    width: 70px!important;
    height: 70px!important;
    display: inline-block!important;
    background: url("/svg/L_in_i_done.svg")!important;
    background-size: 100%!important;
    background-position: center!important;
    vertical-align: top!important;
}



.twitter_icon {
    width: 70px!important;
    height: 70px!important;
    display: inline-block!important;
    background: url("/svg/twitter.svg")!important;
    background-size: 100%!important;
    background-position: center!important;
    vertical-align: top!important;
}



.instagram_icon {
    width: 70px!important;
    height: 70px!important;
    display: inline-block!important;
    background: url("/svg/inst_i_done.svg")!important;
    background-size: 100%!important;
    background-position: center!important;
    vertical-align: top;
}

.social_network {
    text-align: right;
    margin-top: 0px;
}



            .block_fixed_close_the_r  {
                display: none;
            }

            .block_fixed_close_the_r {
                background: url(/website/q71.png);
                background-repeat: no-repeat;
                background-size: 100%;
                width: 550px;
                height: 220px;
                margin: 0 auto;
                margin-top: 50px;
                position: relative;
            }


            .block_fixed_close_the_r span {
                background: url(/website/q72.png);
                background-size: 100%;
                height: 45px;
                width: 45px;
                display: block;
                position: absolute;
                right: 70px;
                top: 10px;
                cursor: pointer;
            }


            .close_modal_wind {
                position: absolute;
                right: 38px;
                width: 45px;
                top: -21px;
                border-radius: 40px;
                cursor: pointer;
            }




            .class_label {
                position: relative;
                z-index: 9999999;
                right: -220px;
                color: #333;
                top: 27px;
                font-family: 'Montserrat SemiBold';
                font-size: 16px;
            }


            .img_200_isc {
    background: url(/vector/plus_p.svg);
    background-size: 99%;
    background-position: 29px -27px;
    height: 120px;
    width: 580px;
    background-repeat: no-repeat;
    position: relative;
    left: -118px;
    top: -35px;
            }


		.text_obtain {
		padding-top: 67px;
		}


            .img_200_isc span {
                display: block;
            }



           .img_200_isc a {
                color: #333;
                font-family: 'Robo';
                display: inline-block;
                position: relative;
                left: 157px;
                top: 33px;
                font-size: 14px;
            }



            .location_this {
                text-align: center;
            }


            .ejjjjj {
                font-family: 'Montserrat Medium';
                margin-top: 10px;
                margin-bottom: 10px;
            }



            .login_header {
                position: relative;
            }

        .form_modal_add_event {
            position: fixed;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background: #0000009e;
            z-index: 99999999;
            overflow: auto;
            display: none;
        }


        .get_con_modal {
            background: #fff;
            width: 400px;
            margin: 0 auto;
            margin-top: 50px;
            box-shadow: 0px 1px 5px #fff;
            padding: 20px 30px;
            border-radius: 40px;
            margin-bottom: 50px;
            position: relative;
        }




        .download_logo {
            color: #0a8de8;
            text-align: center;
            display: block;
            cursor: pointer;
        }


        .send_send_send {
            background: #0a8de8;
            color: #fff;
            border: 0px;
            font-family: 'Robo';
            margin: 0 auto;
            display: block;
            padding: 5px 15px;
            border-radius: 10px;
            box-shadow: 0px 0px 6px #3339;
            font-size: 19px;
        }





        .event_descrpion {
            border: 3px solid #0a8de8;
            width: 100%;
            margin-bottom: 10px;
            border-radius: 8px;
            padding: 3px 10px;
            font-size: 18px;
            box-shadow: 0px 0px 4px #333;
            outline: none;
            font-family: Montserrat Medium;
        }

        .select_class {
            border: 3px solid #f53415;
            width: 100%;
            margin-bottom: 10px;
            border-radius: 8px;
            padding: 3px 10px;
            font-size: 18px;
            box-shadow: 0px 0px 4px #333;
            outline: none;
        }


      .img_logo_modal img {
          width: 75px;
        }


      .add_event_you {
          font-family: 'Robo';
          display: inline-block;
          font-size: 25px;
          vertical-align: top;
          padding-left: 20px;
          line-height: 35px;
          padding-top: 8px;
          color: #333;
      }


      .logogogo {
          background: url(/website/q890.png);
          height: 158px;
          width: 402px;
          background-size: cover;
          background-repeat: no-repeat;
          position: relative;
          top: -30px;
          left: -31px;
      }


        .add_event_you span {
            display: block;
            position: relative;
            left: 40px;
        }


        .img_logo_modal {
            margin-bottom: 20px;
        }

        .in_ppp {
            border: 3px solid #f53415;
            width: 100%;
            margin-bottom: 10px;
            border-radius: 8px;
            padding: 3px 10px;
            font-size: 18px;
            box-shadow: 0px 0px 4px #333;
            outline: none;
            font-family: Montserrat Medium;
        }


        .in_ppp_2 {
            border: 3px solid #0a8de8;
            font-family: Montserrat Medium;
            width: 49%;
            margin-bottom: 10px;
            border-radius: 8px;
            padding: 3px 10px;
            font-size: 18px;
            box-shadow: 0px 0px 4px #333;
            outline: none;
            display: inline-block;
            vertical-align: top;
        }

        .get_con_modal input::placeholder,
        .get_con_modal textarea::placeholder {
            color: #333;
            opacity: 1;
        }



            .maps_yandex {
                width: 400px;
                float: right;
                padding: 10px 20px;
                padding-top: 0;
            }


            .location_this {
                margin-bottom: 10px;
            }


            .input_form {
                background: #fff0!important;
            }

            .login_header {
                font-family: 'Montserrat SemiBold'!important;
            }

            .ccc3gg_100 {
                position: relative;
                top: -111px;
                font-family: 'Robo';
                color: #fff;
                left: 67px;
                overflow: hidden;
            }


            .add_to_calendar label {
                background: url(/html10/t300.png);
                height: 30px;
                width: 30px;
                border-radius: 55px;
                background-position: -12px -10px;
                position: relative;
                top: 14px;
                left: 6px;
            }




          .ccc3gg_100 span {
              height: 60px;
              width: 422px;
              display: block;
              background: url(/website/xcv.png);
              background-repeat: no-repeat;
              position: relative;
              top: 12px;
              left: 137px;
              color: #333;
              line-height: 3;
              font-family: 'Montserrat Bold';
              text-align: center;
            }


            .ccc3gg_100 label {
                position: relative;
                left: 8px;
                font-size: 14px;
                top: 3px;
                display: block;
                width: 400px;
          }


          .add_to_calendar {
              color: #fff;
          }










