@font-face {
  font-family: "Ubuntu"; 
  src: local("Ubuntu Regular"),
  url("/panel/style/Ubuntu-Regular.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
} 
@font-face {
  font-family: "Ubuntu"; 
  src: local("Ubuntu Bold"),
  url("/panel/style/Ubuntu-Bold.ttf") format("truetype"); 
  font-weight: bold; 
} 



body, body.view_event {
	margin: 0;
	font-family: "Ubuntu", sans-serif;
	background: linear-gradient(350deg, #ebebeb, #5b60f01a);
}
body.view_event {
    padding: 0px 10px;
}
body.brif {
    width: 40%;
    margin: auto;
    background: #fff;  
}

/* Brif */
textarea {
    resize: vertical;
    border-radius: 10px;
    border: 1px solid #c3c3c3;
    padding: 7px;
    width: 100%;
    margin: 20px 0;
}
h1.brif {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 17px;
    font-size: 20px;    
}
.content_brif {
    padding: 20px;
}
.content_brif .voprosi {
    min-height: 85vh;
}
.content_brif .vopros {
    margin-bottom: 10px;
    display: none;
}
.content_brif .active {

    display: block;
}
.next_q {
    background: #2d2d2d;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 10px;
    font-size: 13px;
    cursor: pointer;
}
.next_q:hover {
    background: #1b1b1b;
}
span.number_q {
    width: 100%;
    display: block;
    text-align: end;
    font-size: 12px;
    color: #949494;
}
body.brif .footer {
    text-align: center;
    font-size: 12px;
    color: #787878;    
}
.head_menu {
	position: fixed;
    width: 100%;
	padding: 20px;
	display: flow-root;
    margin: auto;
    padding: 20px;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
    z-index: 5;
    background: #0b0a12ab;

}
.logo {
    float: left;
    height: 100%;
    align-self: center;
    color: #fff;
    font-size: 30px;
    display: flex;
}
.ico_logo {
    background: url(img/logo.png);
    width: 44px;
    height: 44px;
    float: left;
    background-size: cover;
    align-self: center;
}
.container_head_block {
	max-width: 1200px;
	margin: auto;
    display: flex;
}
a {
    display: contents;
    text-decoration: unset;   
}
.right_block_head {
    float: right;
    margin-left: auto;
}
.menu_block {
    float: left;
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 20px;
    font-size: 13px;
}
.menu_butt_mob {
    display: none;
}
.menu_butt_mob_close {
    display: none;
}
.menu_item {
    margin: 0 10px;
    color: #dddddd;
}
.button_main {
    background: #e9e9e9;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
}
.button_main:hover {
    background: #1f1fcb;
    color: #fff;
}
.butt_action {
    height: 100%;
    display: flex;
    float: right;
    margin-left: auto;
    margin-right: 20px;
}
.close_popup {
    float: right;
    margin-top: -10px;
    margin-right: -10px;
    cursor: pointer;
}
.close_popup:hover {
    color: #1f1fcb;
}
.login_form {
	position: fixed;
    background: #0000008f;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 5;
}
.login_form_content {
	width: 280px;
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    margin: auto;
}
input, button {
	background: transparent;
    height: 37px;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 10px 0;
}
button {
	width: 100%;
	background: #282828;
	cursor: pointer;
	color: #fff;
}
button:hover {
	background: #000;
}
button:disabled {
    cursor: unset;
    background: #969696;
}

.btn-reg {
    background: #1f1fcb;
}
.content {
	padding-top: 80px;
    z-index: 2;
    position: relative;
}
.bg_main {
    background: url(img/bg_main.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
}
.block_index {
    display: block;
    height: 725px;
    width: 100%;
}
.block_text {
    color: #fff;
    width: 45%;
    text-align: center;
    margin: 65px auto;
}
.block_img_index {
    background-image: url(img/dashboard.png);
    height: 68%;
    background-repeat: no-repeat;
    width: 70%;
    margin: auto;
    background-size: contain;
    background-position: center;
}
.reg_cont {
	margin: auto;
    width: 400px;
    min-height: calc(75vh - 80px);
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.mess_war, .mess_war_email {
    font-size: 12px;
    color: #f00;
}
.mess_login {
    text-align: center;
    font-size: 13px;
    color: #ff0000;
    margin-bottom: 10px;
}
input.reg {
	border: 1px solid #606060;
    color: #000;
    width: 90%;
}
.g-recaptcha {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.features {
    background: #fff;
}
.featur {
    padding: 100px 0;
    max-width: 945px;
    margin: auto;
    display: flex;   
}
.featur_info {
    width: 46%;
    align-self: center;
    margin-right: 50px;
}
.right_info {
	margin-right: 0;
	margin-left: 50px;
}
.featur_img {
    width: 50%;
}
span.featur_name {
    display: block;
    font-size: 33px;   
}
span.featur_disp {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #606060;
    line-height: 150%;
}
.features img {
    display: block;
    width: 100%;
    height: 100%;
}
.moduls {
    max-width: 945px;
    margin: auto;
    display: flex;
    padding: 30px 0;
}
.coll {
    display: flex;
}
.modul {
    box-shadow: 0 -1.909999966621399px 1.811519980430603px #2b304505, 0 3.0051724910736084px 5.008620738983154px #2b304509, 0 7.235297679901123px 12.058829307556152px #2b30450c, 0 24px 40px #2b304512;
    padding: 35px;
    border-radius: 20px;
    margin: 0px 5px;
    width: 32.3%;
}
.info_modul {
    display: flex;
}
.ico_modul {
    font-size: 40px;
    color: blue;
    display: inline-flex;
    float: left;
}
.name_modul {
    align-items: center;
    display: flex;
    margin-left: 15px;
    font-size: 20px;
}
.disp_modul {
    font-size: 12px;
    margin-top: 10px;
}
.footer_sec {
    background: #000;
}
.footer {
    padding: 100px 0;
    max-width: 1100px;
    margin: auto;
}
.info_footer {
    color: #676767;
    font-size: 10px;
}
.blok_prices {
    display: flex;
    max-width: 945px;
    margin: auto;
    padding-bottom: 30px;
}
.text_price {
    align-items: center;
    display: flex;
    font-size: 30px;
    flex-shrink: 1;
    flex-basis: 178%;
}
.prices {
    box-shadow: 1px 1px 7px 1px #000000;
    background: linear-gradient(45deg, #1d1ad1, #080735);
    width: 100%;
    border-radius: 20px;
    margin-left: auto;
    padding: 30px;
    color: #fff;
    display: flow-root;
}

 .card-container {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
    }

    .card {
      background: linear-gradient(to bottom, #24189a, #1c3cfc);
      color: white;
      border-radius: 20px;
      padding: 2rem;
      width: 280px;
      text-align: center;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .card h2 {
      margin-top: 0;
      font-size: 1.5rem;
    }

    .price {
      font-size: 2.5rem;
      font-weight: bold;
      margin: 1rem 0;
    }
    .price span {
        font-size: 18px;
        font-weight: normal;
    }
    .features_price {
      list-style: none;
      padding: 0;
      margin: 2rem 0;
      text-align: left;
    }

    .features_price li {
        margin-bottom: 8px;
        padding-left: 1.2rem;
        position: relative;
    }

    .features_price li::before {
      content: "•";
      position: absolute;
      left: 0;
      color: white;
    }

    .button {
      background: white;
      color: #1c3cfc;
      border: none;
      padding: 0.75rem 1.5rem;
      border-radius: 10px;
      font-weight: bold;
      cursor: pointer;
      transition: background 0.3s;
    }

    .button:hover {
      background: #e5e5e5;
    }

.modul_item {
    display: flex;
    border-bottom: 1px solid #404040;
    cursor: pointer;
}
.modul_item:hover {
    background: #0b0b0b2b;
}
.modul_name {
    flex-shrink: 1;
    flex-basis: 100%;
    display: flex;
    align-items: center;
}
.price_mudul {
    align-items: center;
    display: flex;
    text-align: end;
}
span.price_disc {
    font-size: 20px;
}
span.not_disc {
    font-size: 15px;
    margin-right: 5px;
    text-decoration: line-through;
}
span.valut {
    font-size: 11px;
    margin-left: 2px;
}
/* View Event */
h3 {
    margin: 5px 0;
}
.info_company {
    text-align: center;
    padding: 10px 0;
}
.info_event {
    display: flex;
    margin: 30px 0px;
}
span.name_event {
    font-size: 22px;
    font-weight: bold;
    display: block;
    width: 50%;
    float: left;
    align-self: center;
}
span.date_event {
    align-self: center;
    margin-left: auto;
    text-align: right;
}
.block_view {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
}
tr.head_table {
    font-size: 10px;
    color: #8c8c8c;
}
td.head_table {
    padding: 0;
}
td {
    padding: 15px 10px;
}
tr.tr_black {
    background: #f2f2f2;
}
.sum_calcs {
    text-align: right;
    width: 100%;
    margin: 6px 0px;
    font-size: 14px;
}
.sum_calcs span {
    margin-left: 5px;
    font-size: 15px;
    font-weight: bold;
}
.timing_action {
    border-radius: 5px;
    background: #cdcdcd;
    padding: 14px;
    color: #303030;
    font-size: 14px;
    display: flex;
}
.timing_action span.timing_name {
    font-weight: 600;
}
.not_data {
    text-align: center;
    background: #c9c9c9;
    border-radius: 10px;
    padding: 40px 0;
    color: #969696;
    font-size: 13px;
}
/* Адреса */
.adress_item {
    display: flex;
    border: 1px solid #1e25f1;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.adress_name {
    display: inline-block;
    background: #1e25f1;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    float: left;
    min-width: 30%;
    text-align: center;
    align-self: center;
    font-size: 13px;
}
.adress_po_com {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    align-self: center;
}
.adress_point {
    display: inline-block;
    align-self: center;
}
.adress_comment {
    color: #606060;
    font-size: 13px;
    font-style: italic;    
}
.adress_item .butt_action {
    align-self: center;
    margin-left: auto;
    display: inline-flex;
}
.adress_item .butt {
    float: left;
    border: 1px solid #1e25f1;
    border-radius: 50%;
    padding: 5px;
    color: #1e25f1;
    margin: 0px 2px;
    cursor: pointer;
}
.adress_item .butt:hover {
    background: #1e25f1;
    color: #fff;
}
.conter_block {
    display: flex;
    float: left;
    width: 44.1%;
    border: 0.1px solid #1e25f1;
    border-radius: 10px;
    padding: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.conter_block .conter_ava {
    align-self: center;
    font-size: 18px;
    background: #1e25f1;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    margin-right: 6px;
}
.conter_block .conter_spec {
    font-size: 11px;
    color: #5b5b5b;
}
.conter_block .conter_price span {
    font-size: 11px;
    color: #474747;
}
.policy, .agreement {
    max-width: 1000px;
    margin: auto;
    font-size: 12px;
    margin-top: 20px;
    padding: 0 15px;
}
.section-text__subtitle {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
a.url_footer {
    font-size: 11px;
    color: #979797;
    font-weight: normal;    
}
.start_cont {
    max-width: 945px;
    margin: auto;
    display: flex;
    align-items: center;
}
.start_block_butt {
    text-align: center;
    width: 35%;
    margin: inherit;
}
.start_text {
    width: 50%;
    color: #fff;
    font-size: 50px;
}
.img_start {
    flex: 1 0 0px;
    height: 300px;
    position: relative;
    width: 1px;
    opacity: 1;
    overflow: hidden;
}
.container span#prices {
    position:absolute; 
    top:1750px;
}
@media screen and (max-width: 480px) {
    body.brif {
        width: 100%; 
    }
    .content_brif .voprosi {
        min-height: 79vh;
    }
    textarea {
        font-size: 16px;
    }
	input[type="text"], input[type="password"], input[type="email"] {
        font-size: 16px;
    }
	.head_menu {
		width: 90%;
	}
    .menu_block {
        display: none;
        background: #0b0a12f5;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 84px;
        text-align: center;
        float: none;
        height: auto;
        margin-right: 0;
    }
    .menu_butt_mob, .menu_butt_mob_close {
        color: #fff;
        float: left;
        display: flex;
        align-items: center;
        height: 100%;
        margin-right: 10px;
        font-size: 25px;
        margin-top: 4px;
    }
    .menu_butt_mob_close {
        color: #fff;
        float: left;
        display: none;
        align-items: center;
        height: 100%;
        margin-right: 10px;
        font-size: 25px;
        margin-top: 4px;
    }
    .menu_item {
        padding: 20px 0;
    }
	.butt_action {
		margin-right: 0px;
	}
	.block_text {
		width: 90%;
		margin: 50px auto;
	}
	.block_index {
	    height: 480px;	
	}
	.block_img_index {
		height: 35%;
		width: 85%;
	}
	.features {
		padding: 0px 20px;
	}
	.featur {
		display: block;
	}
	.featur_img {
		width: 100%;
	}
    .featur_rever {
        flex-direction: column-reverse;
        display: flex;
    }
	.featur_info {
		width: 100%;
	}
    .coll {
        flex-direction: column;
    }
    .modul {
        width: auto;
    }
    .blok_prices {
        margin: auto;
        flex-direction: column;
        padding: 0 10px 20px 10px;
    }
    .prices {
        margin-left: initial;
        width: auto;
    }
    .text_price {
        text-align: center;
        padding-bottom: 20px;
        font-size: 23px;
    }
    .start_block_butt {
        margin: auto;
    }
    .start_text {
        width: auto;
        text-align: center;
        padding-top: 30px;
    }
    .start_cont {
        flex-direction: column;
        text-align: center;
    }
    .img_start {
        flex: auto;
        width: 90%;
        height: 160px;
    }
	.right_info {
		margin-left: 0;
	}
	.reg_cont {
		width: auto;
		margin: 0 20px;
	}
	.footer {
	    padding: 50px 20px;	
	}
}