:root {
  --font-family: "Inter", sans-serif;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Thin.ttf');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraLight.ttf');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.ttf');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
img{max-width:100%;}
*, *:before, *:after {
    box-sizing: border-box;
}
body {
    opacity: 1!important;
    font-family: var(--font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%; 
	margin:0;
	color: #002137;
}

a{color: #12B2E7;}
a:hover{color: #12B2E7;text-decoration:none;}
a:active{color: #12B2E7;}

h1{
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	margin:0 0 64px;
}

.container{
	width:1472px;
	margin:0 auto;
	padding:0px;
	max-width:100%;
}
.header {
    padding: 33px 0;
}
.in_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_menu ul {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
    list-style: none;
    gap: 24px;
}
.top_menu ul a {
    color: #1E1E1E;
    text-decoration: none;
}
.top_menu ul a:hover{
	color: #12B2E7;
}
.phone_show_block {
    display: none;
}
.phone_top {
    display: flex;
    gap: 16px;
    align-items: center;
}
.phone_top>a {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid;
    line-height: 17px;
}
a.login_link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #002137;
	text-decoration:none;
}
a.login_link>span:first-child {
    line-height: 0px;
}
.mb{
	margin-bottom:100px;
}
.double_main_page {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right_double_main_page {
    width: 100%;
    position: relative;
}
.right_double_main_page img {
    width: 100%;
    max-height: 668px;
    object-fit: cover;
}
.main_link_block a {
    display: block;
    padding: 10px 20px;
    background-color: #004080;
    color: #fff;
    text-decoration: none;
    font-size: clamp(16px,3.5vw,46px);
    line-height: clamp(20px,4vw,50px);
    text-align: center;
}
.main_link_block {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}
.left_double_main_page {
    width: 42%;
}
.in_left_double_main_page {
    position: relative;
    z-index: 2;
}
.in_left_double_main_page h1 {
    width: 791px;
    color: #002137;
    font-family: Jost;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0px 0 48px;
}
.main_preview_text {
    color: #002137;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.left_double_schedule {
    flex-shrink: 0;
    position: relative;
    line-height: 0px;
}
.left_double_schedule a {
    position: absolute;
    left: 24px;
    bottom: 54px;
}
.double_schedule {
    display: flex;
    border-radius: 8px;
    border: 1px solid #E3E3E3;
}
.white_button {
    display: inline-block;
    border-radius: 10px;
    background: #FFF;
    padding: 15px 44px;
    color: #002137;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    transition: all 0.2s linear;
}
.white_button:hover{
	background: #002137;
	color: #FFF;
}
.sections_schedule {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.right_double_schedule {
    width: 100%;
}
.section_schedule {
    display: flex;
    height: 100%;
    width: 100%;
    border-bottom: 1px solid #E3E3E3;
    padding-left: 86px;
}
.items_schedule_bus {
    display: flex;
    width: 100%;
    align-items: center;
}
.block_schedule {
    width: 100%;
}
.title_schedule_from {
    display: flex;
    align-items: center;
    color: #002137;
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    gap: 8px;
    margin-bottom: 8px;
}
.title_schedule_from span:last-child{
	line-height:0px;
}
.subtitle_schedule_from {
    font-size: 20px;
    margin-bottom: 16px;
}
.subtitle_from {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.schedule__time {
    color: #12B2E7;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section_schedule:last-child {
    border: none;
}
.standart_title {
    color: #002137;
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 64px;
}
.tripple_about {
    display: flex;
    gap: 24px;
}
.tripple_about_item {
    width: 33.333%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.tripple_about_item_image {
    line-height: 0px;
}
.tripple_about_item_desc {
    color: #002137;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 170%;
    margin-top: 15px;
}
.circle_link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 164px;
    height: 164px;
    justify-content: center;
    border: 2px dashed #12B2E7;
    border-radius: 50%;
    color: #003353;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding-top: 10px;
    gap: 10px;
}
.circle_link span:last-child{
	transition:all 0.2s linear;
}
.circle_link:hover span:last-child{
	margin-right:-10px;
}
.tripple_about_item .circle_link {
    margin-bottom: 30px;
}
.infra_item {
    position: relative;
    border-bottom: 1px solid #E3E3E3;
    padding: 16px 57px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.infra_item:first-child {
    border-top: 1px solid #E3E3E3;
}
.infra_item-title {
    min-width: 37%;
    width: 37%;
    color: #002137;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
}
.infra_item-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 600px;
}
.infra_item-image {
    position: absolute;
    left: 0px;
    opacity: 0;
    transition: all 0.2s linear;
}
.infra_item:hover .infra_item-image{
	opacity:1;
}
.current_phone {
    display: flex;
    align-items: center;
    gap: 4px;
}
.current_phone span:last-child {
    line-height: 0px;
}
.left_phone_data {
    position: relative;
}
.left_phone_data:hover .phone_show_block {
    position: absolute;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    top: -20px;
    left: -20px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.line_phone {
    display: flex;
    flex-direction: column;
}
.line_phone_description {
    font-size: 14px;
    line-height: 14px;
    color: #676767;
}
.footer {
    background: #F3F3F3;
    padding: 40px 0;
}
.copy_block {
    padding: 20px 0;
    background: #D9D9D9;
}
.in_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.with_ico_f {
    color: #002137;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ico_f {
    line-height: 0px;
}
body .telegram_button {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: #12B2E7;
    padding: 8px 12px;
    gap: 13px;
    transition: all 0.2s linear;
    text-decoration: none;
}
body .telegram_button:hover{
	 background: #FFF;
	 color: #12B2E7;
}
body .telegram_button path{
	transition:all 0.2s linear;
}
body .telegram_button:hover path{
	fill:#12B2E7;
}
body .telegram_button span:last-child {
    line-height: 0px;
}
.second_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.left_second_footer {
    display: flex;
    gap: 28px;
}
.left_second_footer a{
    text-decoration:none;
	color:inherit;
}
.about_video {
    line-height: 0px;
    margin-bottom: 32px;
}
.about_files {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.file_download {
    display: flex;
    align-items: center;
    padding: 8px 32px;
    border-radius: 4px;
    border: 1px solid #002137;
    text-decoration: none;
    color: #002137;
}
.file_download {
    display: flex;
    align-items: center;
    padding: 8px 32px;
    border-radius: 4px;
    border: 1px solid #002137;
    text-decoration: none;
    color: #002137;
    gap: 10px;
}
.file_download span:first-child {
    line-height: 0px;
}
.about_files {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 64px;
}
.tabs_left-text {
    display: none;
}
.tabs_left-text.active{
	display:block;
}
.tabs {
    display: flex;
    gap: 77px;
	margin-bottom:64px;
}
.tabs_left {
    width: 420px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tabs_right {
    width: 100%;
    max-width: 820px;
}
.tabs_left-title {
    padding: 19px 16px;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    position: relative;
    cursor: pointer;
    color: #002137;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}
.tabs_left-title:before{
	width: 0px;
    background: #12B2E7;
    height: 33px;
    content: " ";
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -16.5px;
	transition:all 0.2s linear;
}
.tabs_left-title.active:before, .tabs_left-title:hover:before {
    width: 4px;
}
.tabs_left-text.active {
    display: block;
    border-radius: 20px;
    border: 1px solid #E3E3E3;
    padding: 24px;
}
.tabs_scheme-items {
    line-height: 0px;
}
.tabs_scheme_items-item {
    display: none;
}
.tabs_scheme_items-item.active{
	display:block;
}
.tabs_scheme {
    position: relative;
}
.tabs_scheme-titles {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    z-index: 4;
    gap: 24px;
}
.tabs_scheme-title {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 16px 48px;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    cursor: pointer;
	transition: all 0.2s linear;
}
.tabs_scheme-title.active, .tabs_scheme-title:hover {
    color: #FFF;
    background: #12B2E7;
}
.contacts-list {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(auto, 1fr));
    gap: 20px 0;
}
.contacts-item {
    display: contents;
}
.contacts_item-elem {
    border-bottom: 1px solid #cccc;
    padding: 62px 0;
    border-top: 1px solid #cccc;
	padding-right: 20px;
}
.contacts_item-elem:first-child{
	padding-left:32px;
	border-left:1px solid #E3E3E3;
	border-radius:8px 0 0 8px;
}
.contacts_item-elem:last-child{
	padding-right:32px;
	border-right:1px solid #E3E3E3;
	border-radius:0 8px 8px 0;
}
.contacts_item-ttl {
    color: #929292;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px;
}
.contacts_item-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}
.contacts_item-text a {
    text-decoration: none;
}
.faq_items-item_description {
   display:none;
}
.faq_items-item_title {
    position: relative;
    padding: 16px 40px 16px 0;
    border-bottom: 1px solid #E3E3E3;
    cursor: pointer;
}
.faq_items-item_title span:last-child {
    position: absolute;
    right: 0px;
    line-height: 0px;
    top: 50%;
    margin-top: -8px;
	transition:all 0.2s linear;
}
.faq_items-item_title.active span:last-child {
	transform:rotateZ(180deg);
}
.faq_items-item:last-child .faq_items-item_title {
    border-bottom: none;
}
.main_news-items {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.main_news-item {
    width: calc(33.333333% - 16px);
    border-radius: 20px;
    overflow: hidden;
    flex-wrap: wrap;
    border: 1px solid #E3E3E3;
}
.main_news-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
	text-decoration:none;
}
.main_news-image {
    line-height: 0px;
}
.main_news-image img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}
.main_news-info {
    padding: 24px;
    background-color: #fff;
    color: #000;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.main_news-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
    transition: color 0.2s linear;
}
.main_news-info_double {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}
.date_item {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #767676;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}
.date_item span:first-child {
    line-height: 0px;
}
.main_news-info_double .right {
    line-height: 0px;
}
.page_with_left {
    display: flex;
    gap: 20px;
}
.page_left {
    width: 353px;
    flex-shrink: 0;
}
.page_right {
    width: 100%;
    overflow: auto;
}
.left_menu {
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.left_menu a {
    padding: 19px 16px;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    position: relative;
    cursor: pointer;
    color: #002137;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    display: block;
    text-decoration: none;
    border-bottom: none;
}
.left_menu li:last-child a{
	border-bottom: 1px solid #E3E3E3;
}
.left_menu li a:before {
    width: 0px;
    background: #12B2E7;
    height: 33px;
    content: " ";
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -16.5px;
    transition: all 0.2s linear;
}

.left_menu li.active a:before, .left_menu li a:hover:before {
    width: 4px;
}

.tabs-info>label {
    color: #002137;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    line-height: 16px;
    border: none;
    padding: 8px 14px;
    background: none;
    font-weight: 400;border-bottom: 1px solid #DFE0ED;
}
.tabs-info>input[type="radio"]:checked+label {
    border-radius: 3px 3px 0px 0px;
    border-bottom: 2px solid #12B2E7;
    font-weight: 500;
}
input[type="text"].form-control,input[type="password"].form-control,select.form-control {
    border-radius: 3px;
    background: #ECEDF3;
    border: none;
    height: 28px;
    width: 100%;
    outline: none;
    padding: 6px 8px;
}
.form-group {
    margin-bottom: 12px;
}
.fullTable hr {
    display: none;
}
.form-group>label {
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.btn.btn-default {
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    border-radius: 3px;
    background: #12B2E7;
    border: none;
    color: #fff;
    padding: 6px 12px;
    cursor: pointer;
}
.hidden {
    visibility: hidden !important;
}
.hidden, .visible-xs, td.visible-xs, th.visible-xs, tr.visible-xs {
    display: none !important;
}
.page_gallery {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 15px;
}
.page_gallery img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.title_form {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}
.text_form {
    margin-bottom: 15px;
}
.line_form>label {
    display: block;
}
.line_form input[type="text"],.line_form input[type="password"],.line_form input[type="tel"],.line_form input[type="date"],.line_form select,.line_form input[type="email"],.line_form textarea {
    border-radius: 3px;
    background: #ECEDF3;
    border: none;
    height: 28px;
    width: 100%;
    outline: none;
    padding: 6px 8px;
}
.line_form textarea{
	height:150px;
	font-family:inherit;
}
.line_form {
    margin-bottom: 15px;
	position:relative;
}
.line_form:last-child{
	margin-bottom:0px;
}
.standart_button {
    font-weight: 500;
    line-height: 16px;
    border-radius: 3px;
    background: #12B2E7;
    border: none;
    color: #fff;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 16px;
}
.line_form input[type="checkbox"] {
    width: 16px !important;
    height: 16px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    margin: 0;
}
.line_form input[type="checkbox"]+span:before {
    border-radius: 2px;
    border: 1px solid #12B2E7;
    width: 16px;
    height: 16px;
    display: block;
    content: " ";
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -2px;
}
.line_form input[type="checkbox"]+span{
	font-size:14px;
}
.line_form input[type="checkbox"]:checked+span:before {
	background: #12B2E7;
    border: 1px solid #12B2E7;
}
.line_form input[type="checkbox"]:checked + span:after {
    content: " ";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(/local/templates/potapovo/assets/images/checked.svg) no-repeat;
    left: 2px;
    top: 8px;
}
.form-error-message {
    color: red;
    font-size: 13px;
}
.result_form_title {
    font-weight: bold;
    font-size: 20px;
}
.main-item-block.header {
    padding: 0px;
}
.main-item-block {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    border: 1px solid #ccc;
    /* padding: 7px; */
    align-items: center;
    margin: 10px 0;
    font-size: 12px;
}
.auth__services {
    display: none;
}

.font_sm {
    display: none;
}

.main-item-block {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    border: 1px solid #ccc;
    /* padding: 7px; */
    align-items: center;
    margin: 10px 0;
    font-size: 12px;
}

.main-item-block.header {
    font-weight: bold;
}

.main-item-block div {
    font-size: 12px;
    /*background-color: #ccc;*/
    padding: 6px 12px 6px 12px;
    border: 0px solid #000;
    /*margin-right: 5px; */
}

.menu-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
}

.menu-block img {
    border: 1px solid #f00;
    border-radius: 5px;
    padding: 7px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.main-item-block .date-block {
    width: 200px;
}

.main-item-block .name-block {
    width: 400px;
}

.main-item-block .number-block {
    width: 250px;
}

.main-item-block .number-block.FIO {
    width: 250px;
}

.main-item-block .car-info-block {
    width: 250px;
}

.main-item-block .message-block {
    width: 300px;
}

.main-item-block .macroscop-number-block {
    width: 300px;
}

.main-item-block .menu-block {
    width: 90px;
}

.modal-text {
    padding: 20px;
}

.burger_show{
	display:none;
	cursor:pointer;
}
.header_mobile_back {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2222;
}
.header_mobile_back.active {
	display:block;
}
.header_mobile_menu {
    position: fixed;
    top: 0px;
    left: -300px;
    width: 300px;
    background-color: #fff;
    height: 100%;
    overflow: auto;
    z-index: 2223;
    padding: 15px;
    display: flex;
    flex-direction: column;
    transition: all 0.2s linear;
}
.header_mobile_menu.active{
	left:0px;
}
.logo {
    line-height: 0px;
}
.close_mobile_menu {
    position: absolute;
    right: 15px;
    top: 15px;
	cursor:pointer;
}
.close_mobile_menu>span:first-child{
	width:18px;
	height:2px;
	background-color:#000;
	content:" ";
	display:block;
	transform:rotateZ(45deg);
}
.close_mobile_menu>span:last-child {
    width: 18px;
    height: 2px;
    background-color: #000;
    content: " ";
    display: block;
    transform: rotateZ(135deg);
    margin-top: -2px;
}
.close_mobile_menu {
    position: absolute;
    right: 26px;
    top: 35px;
    cursor: pointer;
}
.mobile_menu ul {
    display: flex;
	flex-direction:column;
	gap:10px;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.header_mobile_menu .logo {
    margin-bottom: 20px;
}
.mobile_menu ul a {
    display: block;
    color: inherit;
    text-decoration: none;
}
.mobile_menu {
    margin-bottom: 15px;
}
.phones_mobile {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.main-item-block.header {
    font-weight: bold;
    margin-top: 0px;
}
a.tabs_left-title{
	text-decoration:none;
}