/*!
Theme Name: finbus
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: finbus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

finbus is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

html{line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0}
main{display:block}
h1{font-size:2em;margin:.67em 0}
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{padding:.35em .75em .625em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}
[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
template{display:none}
[hidden]{display:none}
*,::before,::after{box-sizing:inherit}
html{box-sizing:border-box}
body,button,input,select,optgroup,textarea{color:#404040;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1rem;line-height:1.5}
h1,h2,h3,h4,h5,h6{clear:both}
p{margin-bottom:1.5em}
dfn,cite,em,i{font-style:italic}
blockquote{margin:0 1.5em}
address{margin:0 0 1.5em}
pre{background:#eee;font-family:"Courier 10 Pitch",courier,monospace;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}
code,kbd,tt,var{font-family:monaco,consolas,"Andale Mono","DejaVu Sans Mono",monospace}
abbr,acronym{border-bottom:1px dotted #666;cursor:help}
mark,ins{background:#fff9c0;text-decoration:none}
big{font-size:125%}
body{background:#fff}
hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}
ul,ol{margin:0 0 1.5em 3em}
ul{list-style:disc}
ol{list-style:decimal}
li > ul,li > ol{margin-bottom:0;margin-left:1.5em}
dt{font-weight:700}
dd{margin:0 1.5em 1.5em}
embed,iframe,object{max-width:100%}
img{height:auto;max-width:100%}
figure{margin:1em 0}
table{margin:0 0 1.5em;width:100%}
button,input[type="button"],input[type="reset"],input[type="submit"]{border:1px solid;border-color:#ccc #ccc #bbb;border-radius:3px;background:#e6e6e6;color:rgba(0,0,0,0.8);line-height:1;padding:.6em 1em .4em}
button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{border-color:#ccc #bbb #aaa}
button:active,button:focus,input[type="button"]:active,input[type="button"]:focus,input[type="reset"]:active,input[type="reset"]:focus,input[type="submit"]:active,input[type="submit"]:focus{border-color:#aaa #bbb #bbb}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea{color:#666;border:1px solid #ccc;border-radius:3px;padding:3px}
input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus{color:#111}
select{border:1px solid #ccc}
textarea{width:100%}
.main-navigation{display:block;width:100%}
.main-navigation ul{display:none;list-style:none;margin:0;padding-left:0}
.main-navigation ul ul{box-shadow:0 3px 3px rgba(0,0,0,0.2);float:left;position:absolute;top:100%;left:-999em;z-index:99999}
.main-navigation ul ul ul{left:-999em;top:0}
.main-navigation ul ul li:hover > ul,.main-navigation ul ul li.focus > ul{display:block;left:auto}
.main-navigation ul ul a{width:200px}
.main-navigation ul li:hover > ul,.main-navigation ul li.focus > ul{left:auto}
.main-navigation li{position:relative}
.main-navigation a{display:block;text-decoration:none}
.menu-toggle,.main-navigation.toggled ul{display:block}
@media screen and (min-width: 37.5em) {
    .menu-toggle{display:none}
    .main-navigation ul{display:flex}
}
.site-main .comment-navigation,.site-main
.posts-navigation,.site-main
.post-navigation{margin:0 0 1.5em}
.comment-navigation .nav-links,.posts-navigation .nav-links,.post-navigation .nav-links{display:flex}
.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous{flex:1 0 50%}
.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next{text-align:end;flex:1 0 50%}
.sticky{display:block}
.updated:not(.published){display:none}
.page-content,.entry-content,.entry-summary{margin:1.5em 0 0}
.page-links{clear:both;margin:0 0 1.5em}
.comment-content a{word-wrap:break-word}
.bypostauthor{display:block}
.widget{margin:0 0 1.5em}
.widget select{max-width:100%}
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}
.custom-logo-link{display:inline-block}
.wp-caption{margin-bottom:1.5em;max-width:100%}
.wp-caption img[class*="wp-image-"]{display:block;margin-left:auto;margin-right:auto}
.wp-caption .wp-caption-text{margin:.8075em 0}
.wp-caption-text{text-align:center}
.gallery{margin-bottom:1.5em;display:grid;grid-gap:1.5em}
.gallery-item{display:inline-block;text-align:center;width:100%}
.gallery-columns-2{grid-template-columns:repeat(2,1fr)}
.gallery-columns-3{grid-template-columns:repeat(3,1fr)}
.gallery-columns-4{grid-template-columns:repeat(4,1fr)}
.gallery-columns-5{grid-template-columns:repeat(5,1fr)}
.gallery-columns-6{grid-template-columns:repeat(6,1fr)}
.gallery-columns-7{grid-template-columns:repeat(7,1fr)}
.gallery-columns-8{grid-template-columns:repeat(8,1fr)}
.gallery-columns-9{grid-template-columns:repeat(9,1fr)}
.gallery-caption{display:block}
.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}
.infinity-end.neverending .site-footer{display:block}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}
.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
#primary[tabindex="-1"]:focus{outline:0}
.alignleft{float:left;margin-right:1.5em;margin-bottom:1.5em}
.alignright{float:right;margin-left:1.5em;margin-bottom:1.5em}
.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;margin-bottom:1.5em}}




@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');

body {
	font-family: 'Inter', sans-serif;
}
a {
    text-decoration: none;
    transition: 0.35s;
}
a:hover {
    text-decoration: none;
    transition: 0.35s;
}
header.site-header {
    position: fixed;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 5% 15px;
    z-index: 9;
    top: 0;
}
.phone_header {
    display: flex;
    flex-direction: column;
}
.menu ul li a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #012F6B;
}
.menu ul li {
    padding: 0 10px;
}
section.baner {
    min-height: 730px;
    background-size: cover;
    background-position: center top;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 110px;
}
.container_mini {
    max-width: 1080px;
    margin: 0 auto;
}
section.baner h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.info_baner {
	text-align: center;
	padding: 40px 0;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	color: #FFFFFF;
}
.button_baner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_baner a {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
    background: #FFC801;
    border-radius: 2px;
    padding: 20px;
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone_header a {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #012F6B;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.phone_header a span {
    height: 22px;
}
.phone_header a span img {
    height: 22px;
}
.messengers_header {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
.button_call a {
    background: #002F6C;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    width: 210px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.advantages {
    padding: 100px 0;
}

.title_site {
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
    color: #012F6B;
}

.box_advantages {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 30px;
}

.box_advantages > .item_advantages {
    width: calc(25% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px;
    background: #012F6B;
    border: 1px solid #012F6B;
    border-radius: 2px;
    min-height: 230px;
    justify-content: flex-start;
}

.text_advantages {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 30px;
}

section.form .container {
    padding: 60px 0 70px;
}

.container {
    max-width: 1620px;
    margin: 0 auto;
}

section.form .container > * {
    max-width: 1110px;
    margin: 0 auto;
}

section.form .title_site {
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    padding-bottom: 25px;
}
.after_title {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    padding: 0 10%;
}

section.avtopark {
    padding: 100px 0;
}
section.avtopark .title_site {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
}
.box_avtopark {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
.box_avtopark > .item_avtopark {
    width: calc(50% - 15px);
    padding-bottom: 50px;
}
.tip_avtopark {
    padding-top: 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #999999;
    padding-bottom: 5px;
}
.name_avtopark {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #012F6B;
    padding-bottom: 25px;
}
.text_avtopark, .text_avtopark a, .text_avtopark p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #999999;
}
.box_slide .slider-for .slick-slide {
    height: 430px;
    margin-bottom: 15px;
}

.box_slide .slider-for .slick-slide img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center;
}

.box_slide .slider-nav .slick-slide img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.box_slide .slider-nav .slick-track {
    display: flex;
    width: 100% !important;
    justify-content: flex-start;
    align-items: center;
}
.box_slide .slider-nav .slick-slide {
    width: 80px !important;
    height: 80px;
    margin-right: 15px;
}
section.info_box {}

section.info_box .container {
    background-size: cover;
    background-position: center;
    padding: 80px 0 100px;
}

.items_info {
    display: flex;
    align-items: flex-start;
    max-width: 1080px;
    margin: 0 auto;
}

.items_info > div {
    width: 50%;
}

section.info_box {}

section.info_box .title_info {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 50%;
    padding-bottom: 50px;
}
.box_content_left {
    display: flex;
    flex-wrap: wrap;
}

.item_info_content {
    background: rgba(0, 47, 108, 0.9);
    border-radius: 15px;
    width: 205px;
    height: 185px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 35px;
}
.item_info_content + .item_info_content {
    margin-left: 50px;
}
.item_info_content .items_info_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 25px;
}
.item_info_content_right {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
}
.item_info_content_right .items_info_img {
    width: 80px;
}
.box_content_right .items_info_text {
    width: calc(100% - 100px);
    padding-left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}
.box_content_right .items_info_text strong {
    color: #FFC801;
}
section.about {
    padding: 100px 0;
}

section.about .title_site {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
/* identical to box height */
text-align: center;
text-transform: uppercase;

/* blue */
color: #012F6B;
display: inline-flex;
padding: 0 40px 50px;
background: #fff;
}

section.about .title_site:before {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    border-top: 1px dashed #012F6B;
    margin-top: 32px;
    z-index: -1;
}

section.about .title_site:after {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    border-top: 1px dashed #012F6B;
    margin-top: 32px;
    z-index: -1;
}

section.about .container_mini {
    text-align: center;
}

.content_about {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.content_about .img_about {
    width: 50%;
}

.content_about .text_about {
    width: 47%;
    padding-left: 3%;
    text-align: left;
}

.text_about p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
/* or 24px */
color: #000000;
}

.button_about {
    padding-top: 40px;
}

.button_about a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
/* identical to box height */
text-transform: uppercase;

/* blue */
color: #012F6B;
column-gap: 15px;
background: #FFC801;
border-radius: 2px;
padding: 20px 40px;
}

.button_about a img, .button_about a span {
    height: 22px;
}

.site-footer {
    background-image: url(/wp-content/themes/finbus/img/bg_footer.jpg);
    padding: 80px 0;
}
section.about {
    padding: 100px 0;
}

section.about .title_site {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
/* identical to box height */
text-align: center;
text-transform: uppercase;

/* blue */
color: #012F6B;
display: inline-flex;
padding: 0 40px 50px;
background: #fff;
}

section.about .title_site:before {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    border-top: 1px dashed #012F6B;
    margin-top: 32px;
    z-index: -1;
}

section.about .title_site:after {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    border-top: 1px dashed #012F6B;
    margin-top: 32px;
    z-index: -1;
}

section.about .container_mini {
    text-align: center;
}

.content_about {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.content_about .img_about {
    width: 50%;
}

.content_about .text_about {
    width: 47%;
    padding-left: 3%;
    text-align: left;
}

.text_about p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
/* or 24px */
color: #000000;
}

.button_about {
    padding-top: 40px;
}

.button_about a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
/* identical to box height */
text-transform: uppercase;

/* blue */
color: #012F6B;
column-gap: 15px;
background: #FFC801;
border-radius: 2px;
padding: 20px 40px;
}

.button_about a img, .button_about a span {
    height: 22px;
}

.site-footer {
    background-image: url(/wp-content/themes/finbus/img/bg_footer.jpg);
    padding: 80px 0;
}

.site-footer .container_mini {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.menu_footer ul {
    display: flex;
    flex-direction: column;
}

.menu_footer ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px;
}

.contact_footer {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.contact_footer .phone_footer {
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
}

.site-footer .container_mini > div {
    width: 33.3%;
}

.menu_footer {
    text-align: center;
}

.phone_footer a {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px 0;
}
section.about {
    padding: 100px 0;
}

section.about .title_site {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
/* identical to box height */
text-align: center;
text-transform: uppercase;

/* blue */
color: #012F6B;
display: inline-flex;
padding: 0 40px 50px;
background: #fff;
}

section.about .title_site:before {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    border-top: 1px dashed #012F6B;
    margin-top: 32px;
    z-index: -1;
}

section.about .title_site:after {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    border-top: 1px dashed #012F6B;
    margin-top: 32px;
    z-index: -1;
}

section.about .container_mini {
    text-align: center;
}

.content_about {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.content_about .img_about {
    width: 50%;
}

.content_about .text_about {
    width: 47%;
    padding-left: 3%;
    text-align: left;
}

.text_about p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
/* or 24px */
color: #000000;
}

.button_about {
    padding-top: 40px;
}

.button_about a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
/* identical to box height */
text-transform: uppercase;

/* blue */
color: #012F6B;
column-gap: 15px;
background: #FFC801;
border-radius: 2px;
padding: 20px 40px;
}

.button_about a img, .button_about a span {
    height: 22px;
}

.site-footer {
    background-image: url(/wp-content/themes/finbus/img/bg_footer.jpg);
    padding: 80px 0;
}

.site-footer .container_mini {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.menu_footer ul {
    display: flex;
    flex-direction: column;
}

.menu_footer ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px;
}

.contact_footer {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.contact_footer .phone_footer {
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
}

.site-footer .container_mini > div {
    width: 33.3%;
}

.menu_footer {
    text-align: center;
}

.phone_footer a {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px 0;
}

.messengers_footer a {
    margin: 0 10px;
}

.button_call_footer {
    padding-top: 25px;
}

.button_call_footer a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
/* identical to box height */
text-transform: uppercase;
color: #FFFFFF;
border: 1px solid #FFFFFF;
border-radius: 2px;
padding: 12px 25px;
display: inline-flex;
}
.copy_text {
    color: #fff;
    font-size: 14px;
    padding-top: 40px;
}

.copy_text a {
    color: #fff;
    text-decoration: revert;
}
.form_box {}

.form_box .form_site {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 30px;
    justify-content: center;
}

.form_box .form_site .submit_button {
    max-width: 320px;
}

.form_box .form_site .date, .form_box .form_site .geo, .form_box .form_site .phone_form {
    width: calc(25% - 25px);
    position: relative;
}

.form_box .form_site input {
}

.form_box .form_site input, .form_box .form_site select {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 50px;
    background: #FFFFFF;
    border-radius: 2px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
/* identical to box height */
text-transform: uppercase;
color: #727272;
}

.form_box .form_site .date:before {
    content: "";
    background-image: url(/wp-content/themes/finbus/img/date_svg.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    left: 15px;
    top: 30px;
    z-index: 1;
}

.form_box .form_site .geo:before {
    content: "";
    background-image: url(/wp-content/themes/finbus/img/map_svg.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    left: 15px;
    top: 30px;
    z-index: 1;
}

.form_box .form_site .phone_form:before {
    content: "";
    background-image: url(/wp-content/themes/finbus/img/Phone_fill.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    left: 15px;
    top: 32px;
    z-index: 1;
}
.form_site {
    padding-top: 20px;
}

section.form .container {
    background-size: cover;
    background-position: center;
}

.submit_button:before {
    content: "";
    background-image: url(/wp-content/themes/finbus/img/date_svg.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    left: 40px;
    top: 30px;
    z-index: 1;
    -webkit-filter: brightness(0%);
}

.form_box .form_site .submit_button {
    position: relative;
}

.form_box .form_site .submit_button input {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
/* identical to box height */
text-transform: uppercase;
color: #000000;
padding: 0 45px 0 75px;
background: #FFC801;
border-radius: 2px;
cursor: pointer;
}
.popmake  .pum-content.popmake-content {}

.popmake  .pum-content.popmake-content > p {
    font-size: 24px;
    margin: 0;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}

.popmake  .form_site {
    margin-bottom: -25px;
}

.popmake  .form_site input {
    width: 100%;
    padding: 10px 15px;
    border-color: #012F6B;
    color: #012F6B;
}

.popmake .form_site input.wpcf7-submit {
    background: #FFC801;
    border-radius: 2px;
    border-color: #ffc801;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
/* identical to box height */
text-transform: uppercase;
color: #000000;
cursor: pointer;
}

.popmake .form_site input.wpcf7-submit:hover {
    background: #FFD84D;
    border-radius: 2px;
}
.menu ul li a:hover {color: #055fd2;}

.menu ul li a:before {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    height: 1px;
    background-color: #002f6c;
    bottom: -3px;
    transition: 0.35s;
}

.menu ul li a {
    position: relative;
}

.menu ul li a.mPS2id-highlight:before {
    width: 100%;
}

.menu ul li.menu-item-133 a.mPS2id-highlight:before {
    display: none;
}
.button_baner a:hover {
    background: #FFD84D;
}

.form_box .form_site .submit_button input:hover {
    background: #FFD84D;
}

.button_about a:hover {
    background: #FFD84D;
}

.button_call_footer a:hover {
    background-color: #fff;
    color: #002f6c;
}
.wpcf7-response-output {
    color: #fff;
}
.box_advantages > .item_advantages:hover {
    background: #0C4691;
    transition: 0.5s;
}
.box_advantages > .item_advantages {
    transition: 0.5s;
}
.button_call a:hover {
    background: #0C4691;
}
.messengers_header a:hover img {
    -webkit-filter: brightness(85%);
    transition: 0.5s;
}
.messengers_header a img {
    transition: 0.5s;
}
.phone_header a:hover {
    color: #055fd2;
}
.menu_footer ul li a:hover {
    text-decoration: underline;
}

.phone_footer a:hover {
    text-decoration: underline;
}

.messengers_footer a:hover img {
    -webkit-filter: brightness(85%);
    transition: 0.5s;
}

.messengers_footer a img {
    transition: 0.5s;
}
.box_mobile_baner {
    display: none;
}
div#pum-161 {}

div#pum-161 .pum-content.popmake-content > p {
    font-size: 14px;
    text-transform: inherit;
    font-weight: 400;
    padding-bottom: 15px;
}

div#pum-161 .pum-content.popmake-content > p strong {
    text-transform: uppercase;
    font-size: 16px;
}
.open-popup {
    display: inline-block;
    padding: 15px 30px;
    text-transform: uppercase;
    background: #2982ff;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
}

.popup__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
}

.popup__bg.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 100%;
    padding: 25px;
    transition: 0.5s all;
    max-width: 960px;
    overflow: scroll;
    max-height: 70%;
}

.popup.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.title_popup {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
/* or 26px */

/* leading-trim and text-edge are draft CSS properties.

Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
*/
    text-align: center;
    text-transform: uppercase;

/* blue */
    color: #012F6B;
    padding: 50px 0;
}

.close-popup {}

.close-popup path {
    fill: rgb(0 47 108);
}

.box_flex_popup {
    display: flex;
    align-items: center;
}

.box_flex_popup > div {
    width: 50%;
}

.box_flex_popup p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
/* or 24px */
    color: #000000;
}

.box_flex_popup img {
    width: 100%;
}

.box_flex_popup .box_flex_popup_right {
    padding-left: 5%;
}

.popup {
    max-width: 920px;
    padding: 0 80px;
    overflow-x: hidden;
}

.box_popup_info_w {
    background: #002F6C;
    display: flex;
    padding: 30px;
}

.box_popup_info_w p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
/* or 24px */
    color: #FFFFFF;
}

.box_popup_info_w .box_popup_info_w_icon {
    position: relative;
    width: 40px;
    height: 40px;
    background: #FFC801;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_popup_info_w_icon {}

.box_popup_info_w .box_popup_info_w_content {
    width: 100%;
    padding-left: 5%;
}

.box_flex_popup_bg {
    margin-top: 50px;
    position: relative;
    display: flex;
    padding: 50px 0;
}

.box_flex_popup_bg:before {
    content: "";
    position: absolute;
    width: 920px;
    height: 100%;
    background: #ccc;
    z-index: -1;
    left: -80px;
    top: 0;
}

.box_flex_popup_bg p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
/* or 24px */
    color: #000000;
    margin: 0;
    padding-bottom: 15px;
}

.box_flex_popup_bg > div {
    width: 50%;
}

.box_flex_popup_bg_right {
    margin-left: 5%;
    background: #002F6C;
    padding: 25px;
}

.box_flex_popup_bg_mimi_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
/* identical to box height */
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 25px;
}

.box_flex_popup_bg_flex {
    display: flex;
}

.box_flex_popup_bg_flex .box_flex_popup_bg_icon {
    min-width: 60px;
}

.box_flex_popup_bg_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
/* or 21px */
    color: #FFFFFF;
}
.box_popup_contacts {
    padding: 50px 0;
    text-align: center;
}

.text_box_popup_contacts {
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
/* or 18px */

/* leading-trim and text-edge are draft CSS properties.

Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
*/
    text-align: center;

/* blue */
    color: #012F6B;
}

.box_popup_contacts_phone a {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
/* or 26px */

/* leading-trim and text-edge are draft CSS properties.

Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
*/
    text-align: center;
    text-transform: uppercase;

/* blue */
    color: #012F6B;
    padding: 20px 15px 0;
    display: inline-flex;
}

.box_flex_popup_bg {
    display: flex;
    align-items: flex-start;
}



.popup.active::-webkit-scrollbar {
  width: 8px;
}

.popup.active::-webkit-scrollbar-track {
    background: #DFDFDF;
    border-radius: 5px;
    margin: 10px;
}

.popup.active::-webkit-scrollbar-thumb {
    background: #002F6C;
    border-radius: 5px;
}













@media screen and (max-width: 1280px) {
    .phone_header {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .messengers_header {
        display: none;
    }
}










@media screen and (max-width: 960px) {
    .popup {
    padding: 0 2%;
    max-height: 80%;
    top: 55%;
    margin-top: 20px;
}

.title_popup {
    padding: 20px 0;
}

.box_flex_popup {
    display: flex;
    flex-direction: column;
}

.box_flex_popup > div {
    width: 100%;
}

.box_flex_popup_bg {
    display: flex;
    flex-direction: column-reverse;
    padding: 30px 0;
}

.box_flex_popup_bg > div {
    width: 100%;
}

.box_flex_popup_bg_right {
    margin-left: 0;
    margin-bottom: 20px;
}

.text_box_popup_contacts {
    max-width: 80%;
    margin: 0 auto;
    font-size: 18px;
}

.box_popup_contacts_phone a {
    font-size: 20px;
    padding: 15px 0 0 0;
    display: block;
}

.box_popup_contacts {
    padding: 25px 0;
}

.box_flex_popup .box_flex_popup_right {
    padding-left: 0;
}

.box_flex_popup p {
    margin: 0;
    padding-bottom: 15px;
}
    .messengers_header {
        display: none;
    }

    header.site-header {}

    .menu {
        -webkit-box-ordinal-group: 2;
        -webkit-order:1;
        -ms-flex-order:1;
        order:1;
    }

    .menu .main-navigation button.menu-toggle {
        border: none;
        height: 2px;
        background: #000;
        padding: 0;
        width: 35px;
        position: relative;
    }

    .menu .main-navigation button.menu-toggle:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #000;
        left: 0;
        top: -12px;
    }

    .menu .main-navigation button.menu-toggle:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #000;
        left: 0;
        bottom: -12px;
    }

    .button_call a {
        font-size: 12px;
        width: 170px;
    }

    .name_avtopark {
        font-size: 24px;
    }

    section.baner h1 {
        font-size: 28px;
    }

    .info_baner {
        font-size: 19px;
    }

    .button_baner a {
        font-size: 16px;
        width: 250px;
    }
    section.advantages {
        padding: 50px 2%;
    }

    section.baner {
        padding: 0 2%;
    }

    .title_site {
        font-size: 24px;
    }

    .box_advantages {
        display: flex;
        column-gap: 15px;
    }

    .box_advantages > .item_advantages {
        width: calc(50% - 8px);
        margin-bottom: 15px;
        min-height: 185px;
        padding: 15px;
    }

    .text_advantages {
        font-size: 14px;
        padding-top: 10px;
    }

    section.form .title_site span:nth-child(1) {
        display: none;
    }

    section.form .title_site {
        font-size: 28px;
    }

    section.form .container {
        padding: 50px 2%;
    }

    .after_title {
        padding: 0;
        font-size: 18px;
    }

    .form_box .form_site {
        display: flex;
        flex-direction: column;
    }

    .form_box .form_site .date, .form_box .form_site .geo, .form_box .form_site .phone_form {
        width: 100%;
    }

    .form_box .form_site {
        padding-left: 10px;
        padding-right: 10px;
    }

    .form_site > div > p {
        margin-top: 0;
    }

    .form_box .form_site .date:before {
        top: 13px;
    }

    .form_box .form_site .geo:before {
        top: 15px;
    }

    .form_box .form_site .phone_form:before {
        top: 16px;
    }

    .form_box .form_site .submit_button input {
        width: 100%;
        padding-left: 90px;
    }

    .submit_button {}

    .form_box .form_site .submit_button {
        width: 100%;
        max-width: 100%;
    }

    .submit_button:before {
        top: 14px;
    }

    section.avtopark .title_site {
        font-size: 34px;
        padding-bottom: 25px;
    }

    section.avtopark {
        padding: 50px 2%;
    }

    .box_avtopark {
        display: flex;
        flex-direction: column;
    }

    .box_avtopark > .item_avtopark {
        width: 100%;
    }

    .box_slide .slider-nav .slick-slide img {
        width: 50px;
        height: 50px;
    }
    .box_slide .slider-for .slick-slide img {
        height: 280px;
    }

    .box_slide .slider-for .slick-slide {
        height: 280px;
    }

    .box_slide .slider-nav .slick-slide {
        width: 50px !important;
        height: 50px;
    }

    .tip_avtopark {
        padding-top: 15px;
        font-size: 14px;
    }

    .name_avtopark {
        padding-bottom: 10px;
        font-size: 20px;
    }

    .box_avtopark > .item_avtopark {
        padding-bottom: 30px;
    }

    section.info_box .container {
        padding: 40px 2%;
    }

    .items_info {
        display: flex;
        flex-direction: column;
    }

    .items_info > div {
        width: 100%;
    }

    section.info_box .title_info {
        width: 100%;
        max-width: 100%;
        padding-bottom: 25px;
    }

    .item_info_content {
        width: 45%;
    }

    .box_content_left {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        margin-bottom: 35px;
    }

    .item_info_content + .item_info_content {
        margin-left: 15px;
    }

    .item_info_content {
    }
    section.info_box .title_info {
        font-size: 21px;
    }

    section.about {
        padding: 50px 2%;
    }

    section.about .title_site {
        font-size: 34px;
        padding-bottom: 25px;
        padding: 0 20px 20px;
    }

    .content_about {
        display: flex;
        flex-direction: column;
    }

    .content_about .img_about {
        width: 100%;
        max-height: 250px;
    }

    .content_about .img_about img {
        height: 250px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .content_about .text_about {
        width: 100%;
        padding-left: 0;
    }

    .button_about {
        padding-top: 10px;
    }

    .button_about a {
        font-size: 14px;
    }
    .site-footer {
        padding: 40px 2%;
    }

    .site-footer .container_mini {
        display: flex;
        flex-direction: column-reverse;
    }

    .site-footer .container_mini > div {
        width: 100%;
    }

    .contact_footer {
        text-align: left;
    }
    .contact_footer {
        margin-bottom: 25px;
    }

    .menu_footer {display: none;}
    .contact_footer {
        margin-bottom: 25px;
    }

    .menu_footer {display: none;}

    .main-navigation.toggled .menu-menu-container {
        position: fixed;
        width: 100%;
        left: 0;
        background: #fff;
        top: 0;
        padding-top: 50px;
        height: 100vh;
    }

    .main-navigation.toggled .menu-menu-container ul li a {
        font-size: 18px;
        padding: 10px 0;
    }

    .menu ul li a.mPS2id-highlight:before {
        width: 25%;
    }

    .main-navigation.toggled button.menu-toggle {
        z-index: 99;
        transform: rotate(45deg);
    }

    .menu .main-navigation.toggled button.menu-toggle:before {
        transform: rotate(90deg);
        top: 0;
    }

    .menu .main-navigation.toggled button.menu-toggle:after {
        display: none;
    }
    header.site-header {
        padding: 5px 2%;
    }

    section.baner {
        margin-top: 95px;
    }
    .box_mobile_baner {
        display: block;
    }
    .box_mobile_baner {}

    .box_mobile_baner .phone_header {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
        color: #fff;
    }

    .box_mobile_baner .phone_header a {
        color: #fff;
    }

    .box_mobile_baner .messengers_header {
        display: flex;
        justify-content: center;
        padding: 20px 0 0 0;
    }

    .box_mobile_baner .messengers_header a img {
        -webkit-filter: brightness(110%);
    }
    .info_baner {
        padding: 20px 0;
    }

    section.baner {
        display: flex;
        align-items: flex-end;
        padding-bottom: 50px;
    }

















section.baner {
    display: flex;
    background-position-x: 68%;
    background-size: 280%;
    align-items: center;
    justify-content: flex-start;
    background-repeat: no-repeat;
}

section.baner h1 {
    text-align: left;
    max-width: 50%;
    margin: 0;
    padding-top: 20px;
}

.info_baner {
    text-align: left;
    padding: 15px 0;
}

.box_mobile_baner .phone_header a {
    color: #000;
}

section.advantages {
    padding-top: 0;
    margin-top: -85px;
}



}



.messengers_header a {
    width: 25px;
    height: 25px;
}
