/*
Theme Name:Allegiant
Theme URI:https://cpothemes.com/theme/allegiant
Description:Allegiant is a free multipurpose WordPress theme perfect for agencies and professionals. This theme comes with support for a full homepage slider, feature blocks, portfolios, services, team members, and even testimonials, all thanks to its companion plugin CPO Content Types. Allegiant is one of the best business WordPress themes thanks to its neutral design and extreme flexibility. Moreover, this theme also integrates with popular plugins such as WooCommerce, Yoast SEO, WPML, and Contact Form 7.
Tags: one-column, two-columns, right-sidebar, full-width-template, sticky-post, theme-options, custom-background, custom-menu, featured-images, threaded-comments, translation-ready
Author:CPOThemes
Author URI:https://cpothemes.com
Version:1.2.0
License:GNU General Public License 2.0 or later
License URI:readme.txt
Text Domain:allegiant
*/

/* --------------------------------------------------------------
GENERAL ELEMENTS
-------------------------------------------------------------- */

/* BODY */
::selection {
    color: #fff;
    background-color: #124569;
}

::-moz-selection {
    color: #fff;
    background-color: #124569;
}

body {

    background: #fff;
    color: #99a;
    font-size: 1em;
    line-height: 1.6;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
    color: #567;
    line-height: 1.2;
    margin: 0 0 20px;
}

h1 {
    font-weight: bold;
    font-size: 45px;
    line-height: 50px;
    color: #124569;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.1em;
}

/* HYPERLINKS */
a:link, a:visited {
    color: #2a88bf;
    text-decoration: none;
}

a:hover {
    color: #39c;
    text-decoration: underline;
}

/* CITATIONS */
blockquote {
    display: block;
    font-style: italic;
    padding: 0 5%;
    margin: 25px 0;
}

blockquote cite, blockquote em, blockquote i {
    font-style: normal;
}

/* FORMS */
input[type=text], input[type=password], input[type=input],
input[type=tel], input[type=url], input[type=email],
input[type=number], input[type=range], input[type=search], input[type=color],
input[type=time], input[type=week], input[type=month], input[type=date], input[type=datetime],
textarea, select {
    border: 1px solid #ddd;
    padding: 8px 6px;
    background: #f5f5f5;
}

input[type=submit] {
    width: auto;
    -webkit-appearance: none;
}

/* MAIN THEME COLORS */
body .primary-color {
    color: #124569;
}

body .primary-color-bg {
    background-color: #124569;
}

body .secondary-color {
    color: #444449;
}

body .secondary-color-bg {
    background-color: #124569;
}

/* SHORTCODE CUSTOM STYLING */
html body .button,
html body .button:link,
html body .button:visited,
input[type=submit] {
    border-radius: 2px;
    border: 2px solid #124569;
    text-shadow: none;
    background: none;
    color: #124569;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}

html body .button:hover,
input[type=submit]:hover {
    color: #fff;
    background: #124569;
}

/* --------------------------------------------------------------
LAYOUT
-------------------------------------------------------------- */

/* WRAPPERS */
.wrapper {
    margin: 0 auto;
}

/* TOPMENU */
.topbar {
    display: block;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    line-height: 34px;
    font-size: 0.9em;
}

/* SOCIAL ICONS */
.social {
    float: right;
    text-align: right;
    padding: 0;
    width: auto;
}

.social .social-profile {
    display: block;
    float: left;
    color: #999;
    margin: 0;
    width: 40px;
    font-size: 18px;
    text-align: center;
}

.social .social-profile .social-title {
    display: none;
}

.social .social-profile:hover {
    text-decoration: none;
}

/* HEADER */
.header {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 10px 0;
    z-index: 9999;
}

.header .logo {
    float: left;
    padding-top: 0;
}

.header .header-content {
    float: right;
    padding: 0 0 0 20px;
}

/* HOMEPAGE SLIDES */
.slider {
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    background: #464c50;
}

.slider-slides {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 550px;
}

.slider-slides .slide {
    overflow: hidden;
    background-position: center;
    background-size: cover;
    position: relative;
    list-style: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.slider-slides .slide-body {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
}

.slider-slides .container {
    position: relative;
    height: inherit;
}

.slider-slides .slide-image {
    float: right;
    padding: 0;
    width: 48%;
}

.slider-slides .slide-image img {
    display: block;
    margin: 0 auto;
}

.slider-slides .slide-caption {
    overflow: hidden;
    text-transform: uppercase;
    float: left;
    padding: 0 0 30px;
    width: 48%;
    text-align: left;
}

.slider-slides .slide-caption p:last-child {
    margin-bottom: 0;
}

.slider-slides .slide-content {
    position: relative;
    font-size: 1.2em;
    padding: 0 0 30px;
    margin: 0 0 30px;
}

.slider-slides .slide-content:after {
    /*
    content: ' ';
    position: absolute;
    background: #888;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
     */
}
.slider-slides .slide {

}
/* Prev/Next */
.slider-prev,
.slider-next {
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    opacity: 0.3;
}

.slider:hover .slider-prev,
.slider:hover .slider-next {
    opacity: 1;
}

.slider-prev,
.slider-next {
    position: absolute;
    width: 40px;
    height: 100px;
    font-size: 30px;
    line-height: 70px;
    margin-top: -35px;
    top: 50%;
    left: 1%;
    text-align: center;
    color: #fff;
    z-index: 999;
    cursor: pointer;
}

.slider-next {
    right: 1%;
    left: auto;
}

.slider-prev:before,
.slider-prev:after,
.slider-next:before,
.slider-next:after {
    display: block;
    content: ' ';
    position: absolute;
    top: 50px;
    left: 25%;
    width: 50px;
    height: 1px;
    background: #888;
    border-radius: 50px;
    -moz-transform-origin: left;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.slider-prev:before,
.slider-next:before {
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.slider-prev:after,
.slider-next:after {
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.slider-next:before,
.slider-next:after {
    left: auto;
    right: 25%;
    -moz-transform-origin: right;
    -webkit-transform-origin: right;
    transform-origin: right;
}

/* Transitions */
.slider-slides .slide-body .slide-caption {
    -moz-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
    transition: 1s all;
}

.slider-slides .slide-body .slide-image {
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
    transition: 1s all;
}

.slider-slides .cycle-slide-active .slide-caption,
.slider-slides .cycle-slide-active .slide-image {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.slider-slides .cycle-slide-active .slide-image {
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

/* BREADCRUMBS */
#breadcrumbs span {
    color: #FF5B3C;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
}
#breadcrumbs span span {
    font-weight: normal;
}
#breadcrumbs a {
    text-decoration: underline;
    margin-right: 10px;
}
#breadcrumbs a, #breadcrumbs a span {
    color: #6A9DC5;
}
#breadcrumbs a:hover {
    text-decoration: none;
}
#breadcrumbs .breadcrumb_last {
    color: #A2A2A2;
    margin-left: 10px;
}
.breadcrumb {
    margin: 20px 0 0;
}

.breadcrumb-separator {
    position: relative;
    padding-right: 20px;
    margin-right: 15px;
}

.breadcrumb-separator:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    list-style: none;
    font-family: 'fontawesome';
    content: '/';
    font-weight: bold;
    font-size: 12px;
    color: #ddd;
    margin-top: -5px;
    line-height: 10px;
    opacity: 0.5;
}

.breadcrumb-separator {
}

.breadcrumb-link :first-child {
}

.breadcrumb-link :hover {
}

.breadcrumb-title {
}

/* PAGE BANNERS AND TITLES */
.banner {
    overflow: hidden;
    padding: 0;
    margin: 0;
    max-height: 500px;
}

.banner .banner-image {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
    padding: 0;
    margin: 0;
}

.pagetitle {
    overflow: hidden;
    position: relative;
    background: transparent;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 50px 0;
    margin: 0;
}

.pagetitle .pagetitle-title > *{
    margin: 0;
    font-size: 2.5em;
    text-transform: uppercase;
}
.pagetitle h1, .pagetitle #breadcrumb span {
    color: #124569 !important;
}

/* HOMEPAGE TAGLINE */
.tagline {
    padding: 70px 0;
    background: rgba(0, 0, 0, 0.4);
    font-size: 1.5em;
    text-align: center;
}

/* SECTIONS */
.section-heading {
    position: relative;
    margin: 0 0 40px;
    padding: 0 0 30px;
    text-align: center;
    line-height: 1.2;
    font-size: 2.5em;
    text-transform: uppercase;
}

.section-heading:before {
    content: ' ';
    position: absolute;
    background: #bbb;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
}

/* HOMEPAGE FEATURES */
.features {
    margin: 0;
    background: #fff;
    padding: 50px 0 10px;
}

.features .feature {
    margin: 0 0 40px;
    text-align: center;
}

.features .feature .feature-image {
    display: block;
    position: relative;
    min-height: 102px;
    margin: 0 0 20px;
}

.features .feature .feature-image img {
    display: block;
    margin: 0 auto;
}

.features .feature .feature-icon {
    position: absolute;
    background: #fff;
    left: 50%;
    top: 50%;
    font-family: 'fontawesome';
    text-align: center;
    width: 100px;
    height: 100px;
    font-size: 30px;
    margin: -51px 0 0 -51px;
    line-height: 100px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.features .feature .feature-title {
    margin: 30px 0;
    font-size: 1.2em;
    text-transform: uppercase;
}

.features .feature .feature-content {
    margin: 0;
    padding: 0 0 20px;
}

/* TESTIMONIALS */
.team {
    padding: 50px 0 10px;
    margin: 0;
}

.home .team {
    background: rgba(0, 0, 0, 0.4);
}

.team .team-member {
    margin: 0 0 40px;
}

.team .team-member-image {
    display: block;
    width: 100%;
    margin: 0;
}

.team .team-member-body {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    margin: 0;
}

.team .team-member-title {
    margin: 0;
    font-size: 1.1em;
    text-transform: uppercase;
}

.team .team-member-description {
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 0 0 5px;
}

.team .team-member-content {
    margin: 15px 0 0;
    font-size: 0.9em;
}

.team .team-member-content p:last-child {
    margin-bottom: 0;
}

.team .team-member-links {
    margin: 10px 0 0;
}

.team .team-member-link {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 10px 0 0;
    color: #999;
    border: 1px solid #eee;
    font-family: 'fontawesome';
}

.team .team-member-link:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* TESTIMONIALS */
.testimonials {
    padding: 50px 0 10px;
    background: #fff;
    margin: 0;
}

.testimonials .testimonial {
    margin: 0 0 40px;
}

.testimonials .testimonial-content {
    background: rgba(80, 80, 100, 0.05);
    padding: 20px 20px 30px;
    margin: 0;
}

.testimonials .testimonial-image {
    display: block;
    width: 70px;
    margin: -35px auto 20px;
}

.testimonials .testimonial-name {
    text-align: center;
    font-size: 1.3em;
    margin: 0 0 5px;
}

.testimonials .testimonial-position {
    text-align: center;
    font-size: 0.9em;
    margin: 0;
}

/* HOMEPAGE CLIENTS */
.clients {
    display: block;
    border-top: 1px solid #eee;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 40px 0 0;
}

.clients .client {
    margin: 0 0 40px;
}

.clients .client img {
    display: block;
    margin: 0;
}

/* PAGE CONTENT */
.main {
    background: #fff;
    margin-top: 30px;
}

/* SIDEBARS */
.widget {
    margin: 0 0 40px;
}

.sidebar .widget {
    padding: 0 0;
}

.sidebar .widget:first-child {
    border-top: none;
    padding: 0;
}

.widget .widget-title {
    font-size: 1.2em;
    text-transform: uppercase;
}

.widget ul li {
    position: relative;
    padding: 0;
    margin: 0 0 8px;
}

/* FOOTER */
.subfooter {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    padding: 40px 0 10px;
}

.footer {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 0 30px;
    clear: both;
}

/*.footer:before {
    content: ' ';
    position: absolute;
    background: #bbb;
    top: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
}*/

/* --------------------------------------------------------------
NAVIGATION
-------------------------------------------------------------- */

/* TOP MENU */
.topmenu {
    float: left;
}

/* MAIN MENU */
.menu-main {
    padding-top: 16px;
    float: left;
}

/* Menu Elements */
.menu-main li a {
    padding: 10px;
    font-size: 1em;
    color: #99a;
}
.menu-main li a:hover {
    color: #134669;
    text-decoration: underline;
}

.menu-main li a .menu-description {
}

.menu-main li:hover > a,
.menu-main li a:hover {
}

/* Current item highlight both normally and on hover */
.menu-main .current-menu-ancestor > a,
.menu-main .current-menu-item > a {
}

.menu-main .current_page_ancestor > a:hover,
.menu-main .current-menu-item > a:hover {
}

/* Children Elements */
.menu-main .menu-item-has-children:before {
    color: #ccc;
    content: '\f107';
    font-size: 10px;
}

.menu-main li ul {
    margin: 5px 0 0;
    padding: 10px;
    background: #fff;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ccc;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.menu-main > li > ul:before {
    visibility: hidden;
    content: ' ';
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 20px;
    margin: -11px 0 0;
    border-bottom: 10px solid #ddd;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 9999;
}

.menu-main > li > ul:after {
    visibility: hidden;
    content: ' ';
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 20px;
    margin: -10px 0 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 9999;
}

.menu-main li ul li a {
    text-transform: none;
    font-size: 0.9em;
    display: inline-block;
}

.menu-main li ul li:hover > a,
.menu-main li ul li a:hover {
    background-color: none;
}

/* MOBILE MENU */
.menu-mobile-open {
}

/* FOOTER MENU */
.footermenu {
}

.menu-footer {
    text-align: center;
}

.menu-footer li a {
    font-weight: bold;
}

.menu-footer li ul li a {
    font-weight: normal;
    font-size: 0.9em;
}

/* SUBMENU NAVIGATION */
.menu-sub {
}

.menu-sub li {
}

.menu-sub li a {
}

/* PORTFOLIO NAVIGATION */
.menu-portfolio {
    overflow: hidden;
    text-align: center;
    margin: 0;
    padding: 0;
}

.menu-portfolio .menu-item {
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    margin: 10px 5px;
    border: 1px solid #eee;
}

.menu-portfolio .menu-item:hover {
    text-decoration: none;
}

.menu-portfolio .current_page_item, .menu-portfolio .current-cat {
    border-bottom: 0;
}

.menu-portfolio .current_page_item a, .menu-portfolio .current-cat a {
    background: #E85F52;
    color: #fff;
}

.menu-portfolio .current_page_item ul li a, .menu-portfolio .current-cat ul li a {
    color: #222;
    background: none;
}

/* NEXT/PREV POST NAVIGATION */
.navigation {
}

.navigation .nav-prev,
.navigation .nav-next {
    padding: 0 30px;
}

.navigation .nav-prev:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    list-style: none;
    font-family: 'fontawesome';
    content: '\f104';
    font-size: 30px;
    color: #999;
    margin-top: -15px;
    line-height: 30px;
}

.navigation .nav-next:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    list-style: none;
    font-family: 'fontawesome';
    content: '\f105';
    font-size: 30px;
    color: #999;
    margin-top: -15px;
    line-height: 30px;
}

/* NUMBERED PAGINATION */
.pagination span,
.pagination a {
    border-radius: 0px;
    padding: 15px 20px;
    border: 1px solid #eee;
}

/* NUMBERED PAGINATION FOR SINGLE POSTS */
.postpagination span {
}

.postpagination a span {
}

/* --------------------------------------------------------------
POSTS & PAGES
-------------------------------------------------------------- */

/* POST LISTING */
.post {
    margin: 0 0 40px;
    background: #fff;
}

.post .post-image {
    margin: 0;
}

.post .post-image img {
    display: block;
    margin: 0;
    line-height: 0em;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.post .post-body {
    padding: 20px;
    border: 1px solid #ddd;
}

.post .post-title {
    font-size: 1.4em;
    padding: 0;
    margin: 0 0 10px 0;
}

.post .post-title a {
    color: inherit;
}

.post .post-byline {
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 20px;
    color: #aaa;
    font-size: 0.9em;
}

.post .post-byline:before {
    content: ' ';
    position: absolute;
    background: #bbb;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
}

.post .post-byline div {
    float: left;
    position: relative;
    padding: 0 22px 0 0;
    margin-bottom: 10px;
}

.post .post-byline div:last-child {
    padding-right: 0;
}

.post .post-content {
    padding: 0;
    margin: 0 0 20px 0;
}

.post .post-content p:last-child {
    margin-bottom: 0;
}

.post .readmore {
    margin: 0;
}

.post .post-tags {
    display: block;
    margin: 0 0;
}

.post .post-tags a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 50px;
    margin: 0 10px 0 0;
}

.post .post-comments {
    float: right;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 50px;
}

.post .post-comments a {
    color: inherit;
}

.post .post-comments a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.post .post-comments a:after {
    content: ' \f0e5';
    font-family: 'fontawesome';
}

/* AUTHOR BIOS */
.author-info {
    clear: both;
    padding: 0;
    margin: 0 0 40px;
}

.author-info .author-image {
    float: left;
    margin: 0;
    width: 100px;
}

.author-info .author-image img {
    display: block;
    line-height: 0;
    margin: 0;
    border-radius: 0;
}

.author-info .author-body {
    margin-left: 100px;
    padding: 20px;
    background: rgba(80, 80, 100, 0.05);
}

.author-info .author-name {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.author-info .author-name:before {
    content: ' ';
    position: absolute;
    background: #bbb;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
}

.author-info .author-description {
    margin: 0 0 10px;
}

.author-info .author-social {
    margin: 0 0 0;
}

.author-info .author-social a {
    margin-right: 15px;
}

/* INDIVIDUAL PORTFOLIO ITEMS */
.cpo_portfolio .portfolio-media {
    margin: 0 0 30px;
}

.cpo_portfolio .portfolio-image {
    text-align: center;
}

.cpo_portfolio .portfolio-details {
    padding-left: 5%;
    margin-bottom: 30px;
    padding: 15px 30px 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}

.cpo_portfolio .portfolio-details div {
    margin: 15px 0 0;
    border-top: 1px solid #fff;
    padding: 15px 0 0 30px;
    position: relative;
}

.cpo_portfolio .portfolio-details p:last-child {
    margin: 0;
}

.cpo_portfolio .portfolio-details div:first-child {
    margin: 0;
    border-top: none;
}

.cpo_portfolio .portfolio-details .details-icon {
    position: absolute;
    display: block;
    width: 15px;
    margin-top: 1px;
    font-size: 1.3em;
    text-align: center;
    left: 0;
    top: 17px;
}

.cpo_portfolio .portfolio-content {
}

/* PORTFOLIO SHOWCASE */
.portfolio {
    clear: both;
    padding: 50px 0 50px;
}

.portfolio {
    background: #fff;
}

.portfolio-item {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 1px;
    margin: 0;
}

.portfolio-item-image {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #eee;
    position: relative;
}

.portfolio-item img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    height: auto;
    line-height: 0;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.portfolio-item .portfolio-item-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 9997;
}

.portfolio-item .portfolio-item-title,
.portfolio-item .portfolio-item-description {
    position: absolute;
    left: 0;
    opacity: 0;
    width: 80%;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    z-index: 9998;
}

.portfolio-item .portfolio-item-title {
    font-size: 1.3em;
    opacity: 1;
    text-transform: uppercase;
    bottom: 50%;
    margin: 0 10% -20px;
}

.portfolio-item .portfolio-item-description {
    top: 50%;
    margin: 20px 10% 0;
}

.portfolio-item a:hover {
    text-decoration: none;
}

.portfolio-item:hover .portfolio-item-overlay {
    opacity: 0.9;
}

.portfolio-item-has-excerpt:hover .portfolio-item-title {
    opacity: 1;
    margin-bottom: 10px;
}

.portfolio-item:hover .portfolio-item-description {
    opacity: 1;
    margin-top: 10px;
}

.portfolio-item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* SERVICES */
.services {
    margin: 0;
    padding: 50px 0 10px;
}

.home .services {
    background: rgba(0, 0, 0, 0.4);
}

.services .service {
    margin-bottom: 50px;
}

.services .service a:hover {
    text-decoration: none;
}

.services .service .service-body {
    margin-left: 70px;
}

.services .service .service-icon {
    font-family: 'fontawesome';
    float: left;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 40px;
    margin: 0 auto 20px;
    line-height: 50px;
}

.services .service .service-title {
    margin: 0 0 10px;
    font-size: 1.2em;
    text-transform: uppercase;
}

.services .service .service-content {
    margin: 0 0 10px;
}

.services .service .service-content p:last-child {
    margin-bottom: 0;
}

/* --------------------------------------------------------------
COMMENTS
-------------------------------------------------------------- */

/* COMMENTS */
.comments {
    clear: both;
    margin: 0;
}

.commentlist {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.comment {
    overflow: hidden;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

.comment .comment-avatar {
    float: left;
    width: 50px;
}

.comment .comment-avatar img {
    display: block;
    width: 100%;
}

.comment .comment-body {
    margin: 0 0 20px 50px;
    background: rgba(80, 80, 100, 0.05);
    padding: 20px 20px 20px;
}

.comment .comment-title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.comment .comment-title:before {
    content: ' ';
    position: absolute;
    background: #bbb;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
}

.comment .comment-author {
    display: block;
    font-size: 1.3em;
    line-height: 1.2em;
    margin: 0 0 5px;
}

.comment .comment-date {
    font-size: 0.9em;
    text-transform: uppercase;
}

.comment .comment-approval {
    display: block;
    padding: 0 10px 0;
    margin: 0;
}

.comment .comment-content {
    margin: 0;
    padding: 0;
}

.comment .comment-options {
    overflow: hidden;
    float: right;
    text-align: right;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 0.9em;
    border: 1px solid #eee;
}

.comment .comment-options a {
    margin-left: 10px;
}

.comment .comment-options a:first-child {
    margin: 0;
}

/* Contents Styling for Comment Body */
.comment .comment-content ul, .comment .comment-content ol {
    margin-bottom: 18px;
}

.comment .comment-content p:last-child {
    margin-bottom: 6px;
}

.comment .comment-content blockquote p:last-child {
    margin-bottom: 24px;
}

/* Nested Comments */
.comment .children {
    list-style: none;
    margin: 0 0 0 50px;
}

/* Pingbacks & Trackbacks */
.comments ol.pinglist {
    margin: 0;
}

.comments .pingback {
    list-style: none;
    margin: 0 0 10px 0;
}

.comments .pingback .url {
    font-style: italic;
}

/* Author Comments */
.bypostauthor {
}

/* COMMENT FORM */
.comment-respond {
    margin: 30px 0;
    overflow: hidden;
    position: relative;
}

.comment-respond p {
    overflow: hidden;
}

/* Fields */
.comment-respond .comment-notes {
    display: none;
}

.comment-respond .required {
    color: #ff4b33;
}

.comment-respond label {
    display: block;
    padding: 5px 0;
}

.comment-respond textarea {
    height: 200px;
    max-height: 400px;
    min-height: 200px;
    resize: vertical;
}

/* Nested Form */
#cancel-comment-reply-link {
    float: right;
    display: block;
    font-size: 0.9em;
}

/* Allowed Tags */
.comment-respond .form-allowed-tags {
    display: none;
    color: #888;
    font-size: 0.9em;
}

.comment-respond .form-allowed-tags code {
    display: block;
    font-size: 0.9em;
}

.comment-respond .form-submit {
}

.cpo-navigation:after {
    content: "";
    display: block;
    clear: both;
}

.cpo-navigation .cpo-previous-link {
    float: left;
}

.cpo-navigation .cpo-next-link {
    float: right;
}

.cpo-navigation > div > a {
    margin-bottom: 40px;
    display: block;
}

.form-main {
    padding: 3%;
}
.form-main  form  .form-group{
    padding: 6px 0px;
}

.form-main  form  .form-group  input, .form-main  form  .form-group  textarea{
    font-size: 0.9em;
}

.form-main h3 {
    margin: 0px;
    padding-top: 10px;
    font-size: 1em;
    font-weight: 100;
    color: #FFF;
}

.form-policy {
    font-size: 0.7em;
    padding-top: 8px;
    text-transform: none;
}
.bg-blue-policy {
    color: #FFF;
}
.bg-blue-policy a {
    color: #FFF;
    text-decoration: underline;
}

.bg-white-policy {
    color: #000;
}
.bg-white-policy a {
    color: #000;
    text-decoration: underline;
}

.team-member-body {
    min-height: 320px;
}

.form-main .title-fields {
    margin: 0px;
    padding-top: 10px;
    font-size: 1em;
    font-weight: 100;
    color: #FFF;
}

#mainForm p {
    margin: 0px;
}

.slider-slides {
    height: 630px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0px;
    border: 0px;
    font-size: 16px;
    color: #f61a1a;
}
.wpcf7 form p {
    margin: 0px;
}


body {
    line-height: 1.3;
    color: #525252;
    font-family: 'Roboto', sans-serif;
}
.slide-title {
	color: #FFFFFF;
	font-size: 46px;
	padding: 5px;
	margin: 0 !important;
	font-weight: 400
}
.testimonial-content {
	min-height: 300px;
}
.portfolio-item-title {
	color: #99A099;
}

.policy {
	font-size: 0.9em;
}
.portfolio-item img {
	filter: brightness(40%)
}
.simple-main-form {
	opacity: 0.95 !important;
	background: #063C61 ;
	padding: 14px !important;
	border-radius: 10px;
}

li.current_page_item a span,
li.current_page_item a, li.current_page_item {
    color: #FF7C00;
    text-decoration: none !important;
}
.widget-title {
    border-bottom: 1px solid #99A099;
}
.icon-table td {
    vertical-align: top;
}
.icon-table td img {
    width: 52px;
}
.header_phone {
    float: right;
    padding: 15px 20px 7px;
    line-height: 1.6;
    height: 100%;
    margin-left: auto;
}
.header_phone a {
    font-size: 1.2em;
    color: #124569;
}
.header_phone a.allegiant_btn {
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    margin: 0 20px;
    white-space: nowrap;
    padding:  0px 10px;
    height: 30px;
    box-sizing: border-box;
}
.header_phone a svg path {
    fill: #124569;
}
.sidebar .menu-item a {
    color: #000;
    text-decoration: underline;
}
.contacts-data-table td,
.contacts-data-table th {
	text-align: center;
	border: none;
}
.contacts-data-table td {
	padding-top: 15px;
	font-size: 1.3em;
}

form.hf-form-4145 {
	text-align: center;
	max-width:600px;
	opacity: 0.95 !important;
  background: #063C61;
  padding: 14px !important;
  border-radius: 10px;
	color: #FFF;
}
form.hf-form-4145 p{
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	
}
form.hf-form-4145 .column {
	padding-bottom: 9px;
}
form.hf-form-4145 strong {
	font-weight: 300;
}
@media screen and (max-width: 800px){
    .simple-main-form {
                    width: 90% !important;
    }
    .topbar {
            display: none;
    }
    .header_phone {
            padding: 0px 0px 0px 16px ;
            line-height: 1.6;
    }
    .portfolio-item 
    .portfolio-item-title {
            bottom: 25%;
    }
    .section-heading {
    font-size: 1.6em;	
    }
}
#slider .video-block{
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#slider .video__background{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}		

.template-gutenberg-all-type.template-gutenberg {
    background-image: none;
    background-color: transparent;
}
.template-gutenberg-all-type.template-gutenberg .pagetitle {
    background: none;
    padding: 0px;
    overflow: visible;
    width: 50%;
}
.template-gutenberg-all-type.template-gutenberg .pagetitle h1 {
    font-size: 45px;
    line-height: 50px;
    color: #124569;
    font-weight: bold;
    text-transform: none;
    text-align: left;
    margin-bottom: 10px;
}
.template-gutenberg-all-type.template-gutenberg .main {
    position: relative;
    overflow: visible;
    background: transparent;
}
.under_title {
    position: absolute;
    background: url('./images/under-title-bg.png') no-repeat;
    background-position: left;
    background-size: cover;
    margin: 0px;
    padding: 46px 51px;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 31px;
    color: #124569;
    border-radius: 500em 0 0 500em;
    top: -106px;
}
.pagetitle-bg {
    background: url('./images/srtips.png') no-repeat;
    background-position: left top;
    background-size: contain;
    padding: 90px 0px 170px;
}
.gutenberg-title .container {
    position: relative;
}
.pagetitle-post-bg {
    position: absolute;
    right: -70px;
    bottom: -24px;
    z-index: 1;
    max-width: 540px;
    max-height: 335px;
}

.template-gutenberg-all-type.template-gutenberg #breadcrumb, .template-gutenberg-all-type.template-gutenberg .breadcrumb-link, .template-gutenberg-all-type.template-gutenberg .breadcrumb-separator:before {
    color: #124569;
    text-align: left;
}

.no-margin figure, .no-margin ul, .no-margin ul li, .no-margin .wp-block-image, .no-margin .wp-block-column, .no-margin .wp-block-columns, .no-margin p, .no-margin figcaption, .no-margin {
    margin: 0px !important;
}

.no-padding .wp-block-media-text__content {
    padding: 0px;
}

.accordeon {
    max-width: 986px;
    margin: 0px auto 20px;
}
.acc-head {
    padding: 18px 30px;
    background: #F5F5F5;
    cursor: pointer;
    color: #30343B;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: bold;
}
.acc-head.active {
    background: #124569;
    color: #fff;
}
.acc-body {
    display: block;
    padding: 15px 30px;
    background: #F5F5F5;
    font-size: 16px;
    line-height: 20px;
    color: #525252;
}
.accordeon_item {
    margin-bottom: 10px;
}

.tral-movi {
    position: relative;
}
.tral-movi::before {
    content: '';
    display: block;
    position: absolute;
    background: url('./images/tral-movi.png') no-repeat;
    background-position: center;
    background-size: auto;
    width: 166px;
    height: 25px;
    left: 50%;
    margin-left: -83px;
    bottom: -12.5px;
}

.decore-dots {
    
}

.content-gutenberg h2::before,
.decore-dots h2::before {
    content: '';
    display: block;
    position: absolute;
    background: url('./images/decor-header.svg') no-repeat;
    background-position: center;
    background-size: contain;
    width: 188px;
    height: 9px;
    left: 50%;
    margin-left: -88px;
    bottom: -23px;
}
.content-gutenberg .before-h-left h2::before {
    left: 0px;
    margin-left: 0px;
}
.content-gutenberg h2 {
    position: relative;
    margin-bottom: 60px;
    text-transform: none;
    color: #525252;
    font-size: 40px;
    line-height: 48px;
    font-weight: normal;
    text-align: center;
}
.content-gutenberg h3 {
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    color: #556677;
    margin-bottom: 15px;
    font-weight: normal;
}

.transportation-portfolio {
    margin-right: -15px;
    margin-bottom: 30px;
}
.transportation-portfolio > .wp-block-column {
    margin-bottom: 30px;
}
.transportation-portfolio figure, .transportation-portfolio img, .transportation-portfolio video {
    width: 100%;
    line-height: 0.7;
}
/*.transportation-portfolio figure.wp-block-image, .transportation-portfolio figure.wp-block-video {
    height: calc(100% - 74px + 5px);
}
.portfolio-list__item .transportation-portfolio iframe {
    height: calc(100% - 74px);
}*/
.transportation-portfolio .portfolio-title {
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #124569;
    padding: 14px 15px;
    margin-top: -5px;
    height: 74px;
    overflow: hidden;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.portfolio-list__item .wp-block-image, .portfolio-list__item .wp-block-video {
    margin-bottom: 0;
}
.transportation-portfolio .wp-block-column p a {
    color: #fff;
    text-decoration: underline;
}
.transportation-portfolio .wp-block-column p a:hover {
    text-decoration: none;
}

.portfolio-list {
    margin-bottom: 40px;
}
.portfolio-list__item > div {
    margin-bottom: 0px !important;
}
.portfolio-list__item > div > div.wp-block-column {
    margin-bottom: 15px !important;
    background: #124569;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.portfolio-table > div {
    width: 100%;
}
.portfolio-list__item .wp-block-group {
    background: #ECF4FB !important;
    box-shadow: 0px 15px 40px rgba(18, 69, 105, 0.2) !important;
}
.portfolio-list__item .wp-block-group p {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #124569 !important;
    padding-left: 24px;
}
.portfolio-list__item .wp-block-group .wp-block-group__inner-container p.portfolio-descr {
    background: url('./images/portfolio-descr.svg') left top 3px no-repeat;
    background-size: auto;
}
.portfolio-list__item .wp-block-group .wp-block-group__inner-container p.portfolio-dots {
    background: url('./images/portfolio-dots.svg') left top 3px no-repeat;
    background-size: auto;
}
.portfolio-list__item .wp-block-group .wp-block-group__inner-container p.portfolio-price {
    background: url('./images/portfolio-price.svg') left top 3px no-repeat;
    background-size: auto;
}

.our-team {
    margin-bottom: 28px;
}
/*.our-team figure img {
    margin-bottom: 11px;
    max-height: 160px;
}
.our-team figcaption {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #525252;
    text-align: left;
}
.our-team > .wp-block-column:first-child .wp-block-column {
    margin-right: 20px;
    margin-bottom: 30px;
}*/
.our-team > .wp-block-column:first-child {
    width: 67%;
}
.our-team > .wp-block-column:last-child {
    width: 33%;
}
.our-team > .wp-block-column {
    flex-basis: auto;
}
.our-team h3 {
    text-align: left;
    margin-bottom: 3px;
    padding-left: 10px;
}
.our-team .wp-block-gallery {

}
.our-team .slick-slide {
    outline: none;
}
.our-team .wp-block-gallery .slick-arrow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
}
.our-team .wp-block-gallery .slick-prev {

}
.our-team .wp-block-gallery .slick-next {
    left: 50px;
}
@media (min-width: 600px){
    .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px)/5);
        margin-right: 20px;
    }
}
.wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
    margin-bottom: 30px;
    max-width: 180px;
}
.our-team .wp-block-gallery .blocks-gallery-item figure {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    max-width: 180px;
}
.our-team .wp-block-gallery .blocks-gallery-item figure img {
    margin-bottom: 15px;
    max-height: 180px;
}
.our-team .wp-block-gallery .blocks-gallery-item figcaption {
    position: relative;
    overflow: visible;
    padding: 0px;
    background: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #525252;
    text-align: left;
    display: block;
}

.content-gutenberg .post {
    margin: 0px 0 50px;
}

.content-gutenberg .features {
    background: url('./images/features-bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 105px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.content-gutenberg .features > .wp-block-column:not(:last-child) {
    margin-right: 30px;
}
.content-gutenberg .features p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.content-gutenberg .features .features-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 14px;
}

.our-advantages {
    max-width: 990px;
    margin: 0px auto;
}
.our-advantages.our-advantages-last {
    margin-bottom: 54px;
}
.our-advantages .wp-block-column .wp-block-image {
    margin-bottom: 27px;
}
.our-advantages .wp-block-column p {
    margin-bottom: 0px;
}
.our-advantages > .wp-block-column {
    margin-bottom: 24px;
}

.bg-blue {
    padding-left: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.bg-blue p, .bg-blue ul {
    background: #124569;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 40px 40px;
}
.bg-blue ul {
    padding-left: 60px;
}
.bg-blue .title-block {
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 15px;
}
.bg-blue figure, .bg-blue img {
    width: 100%;
}
.bg-blue img {

}

.content-gutenberg .m-b-72 {
    margin-bottom: 72px;
}
.content-gutenberg .m-b-68 {
    margin-bottom: 68px;
}

.padding-t-r .wp-block-media-text__content {
    padding-right: 20px;
}

.vertical-top {
    vertical-align: top;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.vertical-top figure {
    margin: 0px;
}


@media (min-width: 782px) {
    .associated_trawls .wp-block-column:not(:first-child) {
        margin-left: 20px;
    }
    
    .portfolio-list__item > div > div.wp-block-column {
        margin-left: 15px !important;
        max-width: 279px;
    }
}
.associated_trawls {
    margin: 60px 0px 40px;
}
.associated_trawls > .wp-block-column {

}
.associated_trawls > .wp-block-column .wp-block-image {
    margin: 0px;
}
.associated_trawls > .wp-block-column .wp-block-image figure {
    margin: 0px;
}
.associated_trawls > .wp-block-column .wp-block-image figure img {
    vertical-align: bottom;
}
.bg-trawls {
    background: #F6F6F7;
    padding: 0px 20px 20px;
}
.associated_trawls > .wp-block-column p {
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    color: #556677;
    padding: 30px 20px 10px;
    margin-bottom: 0px;     
}
.associated_trawls > .wp-block-column ul {
    margin-bottom: 0px;
}
.associated_trawls > .wp-block-column ul li {
    list-style-type: none;
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.content-gutenberg .table-bg { 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
    max-width: 880px;
    margin: auto;
}
.content-gutenberg .table-bg tr td { 
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #262A36;      
    vertical-align: middle;
}
.content-gutenberg .table-bg tr:not(:first-child) td { 
    padding: 12px 10px;
}
.content-gutenberg .table-bg::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('./images/table-bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.content-gutenberg .table-bg tr:first-child td { 
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}

.equipment-list {
    margin-bottom: 7px;
}
.content-gutenberg .equipment-list figure, .content-gutenberg .equipment-list figure img {
    width: 100%;
    max-width: 380px;
    margin: auto;  
}
/*.content-gutenberg .equipment-list .equipment-list_item:nth-child(odd) figure, .content-gutenberg .equipment-list .equipment-list_item:nth-child(odd) figure img {
    margin-right: 0px;
}
.content-gutenberg .equipment-list .equipment-list_item:nth-child(even) figure, .content-gutenberg .equipment-list .equipment-list_item:nth-child(even) figure img {
    margin-left: 0px;
}*/
.equipment-list li {
    list-style-type: none;
    margin: 0px;
}
.equipment-list .equipment-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 15px;
}
.equipment-list .equipment-text {
    font-size: 16px;
    line-height: 20px;
    color: #525252;
    margin-bottom: 15px;
}
.equipment-list > .wp-block-column:last-child h3 {
    margin-bottom: 36px;
    padding-top: 25px;
    text-align: left;
}
.equipment-list > .wp-block-column:last-child .equipment-title {
    margin-bottom: 10px;
}
.equipment-list > .wp-block-column:last-child .wp-block-image {
    margin-bottom: 35px;
}
.equipment-list > .wp-block-column:last-child .wp-block-image figure {
    margin-left: 0px;
}
.equipment-list > .wp-block-column:last-child .wp-block-image img {
    max-height: 140px;
    width: auto;
}
.equipment-list.col-change > .wp-block-column:first-child > .wp-block-columns > .wp-block-column {

}
.equipment-list.col-change > .wp-block-column:first-child > .wp-block-columns:nth-child(odd) > .wp-block-column:first-child {
    width: 32%;
    flex-basis: auto;
}
.equipment-list.col-change > .wp-block-column:first-child > .wp-block-columns:nth-child(odd) > .wp-block-column:last-child {
    width: 68%;
    flex-basis: auto;
}
.equipment-list.col-change > .wp-block-column:first-child > .wp-block-columns:nth-child(odd) > .wp-block-column:last-child .wp-block-image {
    margin-left: 22%;
    margin-top: -6px;
}
.equipment-list.col-change > .wp-block-column:first-child > .wp-block-columns:nth-child(even) > .wp-block-column:first-child {
    width: 60%;  
    flex-basis: auto;
}
.equipment-list.col-change > .wp-block-column:first-child > .wp-block-columns:nth-child(even) > .wp-block-column:first-child .wp-block-image {
    margin-left: 1%;
    margin-top: 2%;
}
.equipment-list.col-change > .wp-block-column:first-child > .wp-block-columns:nth-child(even) > .wp-block-column:last-child {
    width: 40%;
    flex-basis: auto;
    padding-left: 11px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.equipment-list.col-change > .wp-block-column:first-child {
    width: 66%;
    padding-right: 10%;
}
.equipment-list.col-change > .wp-block-column:last-child {
    width: 24%;
}
.equipment-list .equipment-list_table {
    margin-bottom: 0px;
}
.equipment-list .equipment-list_table tr td {
    border-bottom: 0px;   
    font-size: 12px;
    line-height: 20px;  
    color: #525252;
    padding: 0px 0px 8px 0px;
}
.equipment-list .equipment-list_table tr td:last-child {
    text-align: right;
    font-weight: bold;
}
.equipment-list .equipment-list_item {
    position: relative; 
    padding-bottom: 25px;
    margin-bottom: 28px;
}
.equipment-list .equipment-list_item::before {
    content: '';
    display: block;
    position: absolute;   
    width: 100%;
    height: 25px;
    left: 0;
    bottom: 0px;
}
.equipment-list .equipment-list_item:nth-child(odd)::before {
    background: url('./images/border-b.png') no-repeat;
    background-position: center center;
    background-size: contain;
}
.equipment-list .equipment-list_item:last-child::before {
    background: none;
}
.equipment-list .equipment-list_item:nth-child(even)::before {
    background: url('./images/border-b-even.png') no-repeat;
    background-position: center center;
    background-size: contain;
}

.equipment-list.equipment-list-home .equipment-list_item:nth-child(odd)::before, 
.equipment-list.equipment-list-home .equipment-list_item:nth-child(even)::before {
    background-position: center;
}
.equipment-list.equipment-list-home .equipment-list_item {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-lazyblock-bg-blok {
    margin-bottom: 40px;
}
.wp-block-lazyblock-bg-blok .bg-container {
    padding: 30px 70px 40px;
    position: relative;  
}
.wp-block-lazyblock-bg-blok .bg-container ul {
    margin: 0px;
    padding: 0px;
}
.wp-block-lazyblock-bg-blok .bg-container ul li {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    list-style-type: none;
    padding-left: 55px;
    position: relative;  
    margin-left: 0px;
}
.wp-block-lazyblock-bg-blok .bg-container ul li:not(:last-child) {
    margin-bottom: 35px;
}
.wp-block-lazyblock-bg-blok .bg-container ul li::before {
    background: url(./images/list-style-check.png) center left no-repeat;
    content: '';
    left: 0px;
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    top: -10px;
}
.bg-imposition {
    background: #124569;
    opacity: 0.8; 
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.wp-block-lazyblock-bg-blok .bg-container div:not(.bg-imposition),
.wp-block-lazyblock-bg-blok .bg-container p, .wp-block-lazyblock-bg-blok .bg-container h2 {
    position: relative;
    color: #fff;
}

.wpcf7 span.wpcf7-not-valid-tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wpcf7 span.wpcf7-not-valid-tip, .wpcf7 form .wpcf7-response-output {    
    color: #ff5231;  
    font-size: 16px;
    margin-top: 5px;
}
.wpcf7 span.wpcf7-not-valid-tip {
    text-align: left;
}

.button_wrap.btn-center {
    text-align: center;
    margin: 60px 0px;
}
.button_wrap a.allegiant_btn {
    font-size: 14px;
    border-radius: 4px;
}

.content-gutenberg .before-h-center h2::before, .content-gutenberg .wp-block-column h2::before {
    left: 50%;
    margin-left: -94px;
}
.content-gutenberg .before-h-left h2::before {
    left: 0;
    margin-left: 0;
}

.content-gutenberg .wp-block-column .circle-img figure {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.col-change.wp-block-columns > .wp-block-column {
    flex-basis: auto;
}
.col-change > .wp-block-column:first-child {
    width: 75%;
}
.col-change > .wp-block-column:last-child {
    width: 25%;
}

.content-gutenberg .m-b-50 {
    margin-bottom: 50px;
}

.col-change-calculation {

}

.m-t-45px {
    margin-top: 45px;
}

.calculation-block {
    margin-bottom: 45px;
    position: relative;
}
.calculation-block > .wp-block-column {
    flex-basis: auto;
}
.calculation-block > .wp-block-column:first-child {
    width: 45%;
    padding-right: 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.calculation-block > .wp-block-column:last-child h2 {
    margin-bottom: 43px;
}
.calculation-block > .wp-block-column:last-child {
    width: 49%;
    /*padding-top: 52px;*/
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    
}
.calculation-block>.wp-block-column:last-child figure {
    margin-left: 0px;
}
.calculation-block > .wp-block-column:last-child > .wp-block-columns {
    margin-bottom: 60px;
}
.calculation-block > .wp-block-column:last-child > .wp-block-columns > .wp-block-column {
    flex-basis: auto;
}
.calculation-block > .wp-block-column:last-child > .wp-block-columns > .wp-block-column:first-child {
    width: 70%;
}
.calculation-block > .wp-block-column:last-child > .wp-block-columns > .wp-block-column:last-child {
    width: 30%;
}
.calculation-block > .wp-block-column:last-child .wp-block-image {
    margin-bottom: 59px;
}
.calculation-block > .wp-block-column:last-child ul:not(.not-col) {
    list-style-type: none;
    padding: 0;
    column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 2.5em;
    -moz-column-gap: 2.5em;
    -webkit-column-gap: 2.5em;
}
.calculation-block > .wp-block-column:last-child ul:not(.not-col) li {
    list-style-type: none;
    font-size: 16px;
    line-height: 20px;
    color: #124569;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.calculation-block h3 {
    margin-bottom: 8px;
}
.calculation-block .text-bold {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #124569;
    margin-bottom: 10px;
}

.buttons_universal {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    /*-ms-flex-pack: distribute;
    justify-content: space-around;*/
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 23px;
    max-width: 100%;
    right: 0px;
    left: 0;
    z-index: 1;
}
.buttons_universal .allegiant_btn {
    margin-bottom: 10px;
}
.buttons_universal .allegiant_btn:not(:last-child) {
    margin-right: 10px;
}
/*.buttons_universal .allegiant_btn:first-child {
    margin-left: 100px;
}*/
a.allegiant_btn {
    border-radius: 100px;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
}
a.blue_btn {
    background: #124569;
}
a.orange_btn {
    background: #F55031;
}
a.light_blue_btn {
    background: #E8EDF1;
    color: #124569;
}
a.allegiant_btn:hover {
    background: #F55031;
    text-decoration: none;
}
a.allegiant_btn.light_blue_btn:hover {
    color: #fff;
}
a.allegiant_btn.orange_btn:hover {
    background: #124569;
}
a.green-button {
    background: #124569;
}
a.green-button:hover {
    background: #f55031;
}

.pos-rel {
    position: relative;
    top: -135px;
}
.pos-rel .under_title {
    top: auto;
    position: relative;
}
.pos-rel .buttons_universal {
    top: 90%;
    bottom: -43px;
}

.pos-rel + .p_t-140 {
    padding-top: 0px;
}

.bg_car_park {
    padding: 34px 0px 40px;
    margin-bottom: 71px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.content-gutenberg .bg_car_park .before-h:before {
    bottom: -38px;
}
.content-gutenberg .bg_car_park h2 {
    color: #FFFFFF;
    margin-bottom: 73px;
}

p.top-text-bold {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.section-4 {
    margin-bottom: 50px;
}
.section-4 .wp-block-column {
    margin-bottom: 0px;
}
.section-4 .wp-block-column .wp-block-image {
    margin: 0px;
}
.section-4 .wp-block-column .wp-block-image figure {
    margin: 0px;
    width: 100%;
}
.section-4 .wp-block-column .wp-block-image figure img {
    width: 100%;
}
.section-4 ul li {
    margin-bottom: 20px; 
}

.content-gutenberg h3.section-5 {
    margin-bottom: 14px;
}
p.section-6 {
    max-width: 980px;
    margin: 0px auto 34px;
}

.content-gutenberg h2.section-7 {
    margin-bottom: 53px;
}

.section-8 {
    margin-bottom: 35px;
}
.section-8 p {
    font-size: 16px;
    line-height: 20px;
    color: #525252;
}

.section-9 {
    font-size: 16px;
    line-height: 20px;
    color: #525252;
    margin-bottom: 52px;
}
.section-9 > .wp-block-column:first-child p {
    margin-bottom: 20px;
}

p.section-10 {
    margin: 0 0 64px;
}

p.section-11 {
    max-width: 980px;
    margin: 0 auto 28px;
}

p, address {
    margin-bottom: 21px
}

.slider-slides .slide-title {
    font-weight: 900;
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    padding: 5px 5px 40px;
}

.bg-h1 {
    /*
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(./images/bg-h1.png) repeat-x;
    height: 226px;
    width: 100%;
    */
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(./images/pt-bg.png) repeat;
    height: 100%;
    width: 100%;
}
/*.bg-line {
    position: absolute;
    left: 50%;
    top: 0px;
    background: url(./images/bg-line.png) no-repeat;
    height: 320px;
    width: 1024px;
    margin-left: -512px;
}*/

.slide-wrapper {
    background-color: transparent !important;
}

.home-content {
    background-color: #fff;
    padding: 30px 0px;
}

.our-team .wp-block-gallery.is-cropped .blocks-gallery-item img {
    flex: auto;
}

/* --------------------------------------------------------------
RESPONSIVE STYLES
-------------------------------------------------------------- */

/* LARGE SCREENS */
@media screen and (min-width: 1280px) {
}

/* TABLET SCREENS (LANDSCAPE) */
@media screen and (max-width: 1024px) {
    .topbar #topmenu {
        display: none;
    }   
}

/* TABLET PORTRAIT */
@media screen and (max-width: 800px) {

    .header .logo {
        float: left;
    }

    .slider-slides .slide .slide-caption,
    .slider-slides .slide .slide-image {
        float: none;
        width: auto;
    }

    .pagetitle .pagetitle-title > * {
        float: none;
        font-size: 2em;
    }

    .breadcrumb {
        float: none;
    }

    .slider-slides .slide-body {
        top: 5%;
    }

    .clients .client {
        margin: 0 auto 40px auto;
    }

    .clients .client img {
        text-align: center;
        margin: 0 auto;
    }

    .column-narrow.col5:nth-child(n+3) {
        width: auto !important;
    }

    .slider-slides .slide-title {
        font-size: 1.5em;
    }

    .slider-slides .slide-content {
        font-size: 1em;
    }
}

/* SMARTPHONE */
@media only screen and (max-width: 600px) {

    .social {
        float: left;
    }

    .slider-slides .slide .slide-image {
        display: none;
    }

    /* NAVIGATION */
    .menu-top {
        text-align: center;
    }

    .menu-top li {
        display: inline-block;
    }

    .menu-top li a {
        margin: 0 auto;
    }

    .footermenu {
        float: none;
    }

    .menu-footer li a {
        margin: 0 10px 10px 0;
    }
    .team-member-body {
        min-height: 0;
    }
    .portfolio-item-description {
        display: none;
    }
}

.elementor-icon-box-wrapper {
    color: #7a7a7a !important;
}

/* CUSTOM */

#mainForm input[type="submit"], #rightForm input[type="submit"], #secondaryForm input[type="submit"], .wpcf7-form input[type="submit"] {
    color: #fff !important;
    background: #124569 !important;
}
#mainForm input[type="submit"]:hover {
    border: 2px solid #124569;
    background: none !important;
}
#rightForm input[type="submit"]:hover {
    color: #124569 !important;
    border: 2px solid #124569;
    background: none !important;
}
#mainForm input[type="submit"], 
#rightForm input[type="submit"], #secondaryForm input[type="submit"], .wpcf7-form input[type="submit"] {
    background: #ff5231 !important;
    border: 2px solid #ff5231;
}
#mainForm input[type="submit"]:hover, #secondaryForm input[type="submit"]:hover, .wpcf7-form input[type="submit"]:hover {
    border: 2px solid #ff5231;
    background: none !important;
}
#rightForm input[type="submit"]:hover, .wpcf7-form input[type="submit"]:hover {
    color: #ff5231 !important;
    border: 2px solid #ff5231;
    background: none !important;
}
.fixed-topbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.fixed-header {
    position: fixed;
    z-index: 9999;
}

.p_t-82 {
    padding-top: 82px;
}
.p_t-140 {
    padding-top: 140px;
}

.submit_application {
    border: 1px solid #ddd;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.submit_application form {
    max-width: 916px;
    margin: auto;
}
.submit_application label {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
}
.submit_application input:not([type="submit"]) {
    width: 340px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.submit_application input[type="submit"] {
    margin-bottom: 15px;
    background: #ff5231;
    border: 2px solid #ff5231;
    color: #fff;
    padding: 7px 15px 8px;
    margin-top: 0px;
}
.processing-consent {
    color: #000;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0px;
}
.processing-consent a {

}
.submit_application input[type="submit"]:hover {
    border: 2px solid #ff5231;
    background: #124569;
}
.processing-consent p, .processing-consent a {
    color: #000;
}
.processing-consent a:hover {
    color: #ff5231;
}

.d-flex {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.flex-wrap {	
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.flex-around {	
    align-content: space-around;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
}
.flex-items-center {
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#call_popup, .call_contact, #order_trawl {
    max-width: 300px;
}
#call_popup input, .call_contact input, #order_trawl input {
    margin-bottom: 20px;
}
#call_popup input[type="submit"], .call_contact input[type="submit"], #order_trawl input[type="submit"] {
    color: #fff;
    background: #ff5231;
    border: 2px solid #ff5231;
}
#call_popup input[type="submit"]:hover, .call_contact input[type="submit"]:hover, #order_trawl input[type="submit"]:hover {
    color: #ff5231;
    border: 2px solid #ff5231;
    background: 0 0;
}
#call_popup label, .call_contact label, #order_trawl label {
    position: relative;
}
.call_contact .wpcf7 span.wpcf7-not-valid-tip {
    top: auto;
    bottom: 0px;
}
#call_popup .wpcf7 span.wpcf7-not-valid-tip, #order_trawl .wpcf7 span.wpcf7-not-valid-tip {
    top: auto;
    bottom: -30px;
    position: absolute;
}

.transportation-portfolio iframe {
    width: 100%;
    height: auto;
    min-height: 195px;
}

ol {
    counter-reset: myCounterOl;
}
ol li{
  list-style: none;
}

ol > li:before {
    counter-increment: myCounterOl;
    content:counter(myCounterOl);
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #C5C5C5;
    margin-right: 5px;
}

.btns-mobile {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}
.btns-mobile > div {
    width: 50%;
}
.btns-mobile div a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 20px 10px;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.btns-mobile div a.phone-mobile {
    background: #665CAC;
    border: 2px solid #665CAC;
}
.btns-mobile div a.phone-mobile:hover {
    text-decoration: none;
    background: #063C61;
}
.btns-mobile div a.whats-app {
    background: #43d854;
    border: 2px solid #124569;
}
.btns-mobile div a.whats-app:hover {
    text-decoration: none;
    background: #063C61;
}
.btns-mobile div a.telegram {
    background: #2ca5e0;
    border: 2px solid #2ca5e0;
}
.btns-mobile div a.telegram:hover {
    text-decoration: none;
    background: #063C61;
}

.icon-text .wp-block-column:not(:first-child) {
    margin-left: 0px;
}

header .header_phone {
    max-width: 163px;
    padding: 5px 40px !important;
    text-align: center;
    line-height: 1em;

}

.header_phone .phone-href{
    font-size: 1.1em;
    line-height: 1.2em;
    /*margin-bottom: 5px;*/
}
.header_phone > *{
    font-size: .8em;
    line-height: 1.2em;
}
.header_phone a {
    display: inline-block;

}
.header_phone .whats-app, .header_phone .telegram, .header_phone .viber {
    width: 21px;
    height: 20px;
    margin: 5px 10px;
}
.header_phone .whats-app {
    /*background: url(./images/wa-m.svg) no-repeat;*/
    opacity: .4;
}
.header_phone .whats-app:hover {
    /*background: url(./images/wa-m-b.svg) no-repeat;*/
    opacity: 1;
}
.header_phone .telegram {
    /*background: url(./images/tg-m.svg) no-repeat;*/
    opacity: .4;
}
.header_phone .telegram:hover {
    /*background: url(./images/tg-m-b.svg) no-repeat;*/
    opacity: 1;
}
.header_phone .viber{
    opacity: .4;
    /*background: url(./images/vi-m.svg) no-repeat;*/
}
.header_phone .viber:hover {
    /*background: url(./images/vi-m-b.svg) no-repeat;*/
    opacity: 1;
}

.transportation-portfolio .wp-block-video video {
    max-height: 220px;
}

.abs-btns {
    padding-bottom: 100px;
    position: relative;
}
.abs-btns .buttons_universal {
    left: 37%;
}

.s-main__head__search-open {
    position: absolute;
    right: 20px;
    height: 22px;
    display: flex;
    align-items: center;
    width: 22px;
    cursor: pointer;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
}
.s-main__head__search-open .close {
    display: none;
    position: absolute;
    z-index: 10;
    right: -20px;
    top: 50%;
    margin-top: -5px;
}
.s-main__head__top__nav__search.js_active {
    opacity: 1;
    left: 0;
    visibility: visible;
}
.s-main__head__top__nav__search {
    position: absolute;
    width: 100%;
    z-index: 10;
    visibility: hidden;
    left: 100%;
    opacity: 0;
    transition: all 0.3s ease-in;
    top: 12px;
}
.s-main__head__top__nav__search form {
    height: 30px;
    position: relative;   
    background: #fff;
}
.s-main__head__top__nav__search form input {
    outline: none;
}
.s-main__head__search-open.js_active .close {
    display: block;
}
#topbar .container {
    position: relative;
}
.s-main__head__top__nav__search form input[type="submit"]{
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 0px;
    width: 12px;
    height: 12px;
    background: url(./images/top-search.svg) center no-repeat;
    background-size: contain;
    border: 0px;
    padding: 0px;
    margin-top: -4px;
}
.s-main__head__top__nav__search form input[type="text"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 15px;
    padding-left: 30px;
}

.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.linking-block {
    padding: 92px 0px 0px;
    background: url(./images/list-car.png) right 30px no-repeat, url(./images/list-map.png) left top no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.linking-block ul {
    padding: 37px 25px 30px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
/*.linking-block ul::before {
    content: '';
    background: #E8EDF1;
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
}*/
.linking-block .tral-movi::before {
    z-index: 1;
}
.list-bg {
    background: #e8edf1;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.calculation-block .linking-block > div {
     min-height: 456px;
}
.linking-block > div { 
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.linking-block.jd {
    background: url(./images/jd.png) right 30px no-repeat, url(./images/list-map.png) left top no-repeat;
}
.toggle-location__name {
    display: block;
    cursor: pointer;
    padding-right: 15px;
    position: relative;
}
.linking-block .toggle-location ul {
    padding: 0px 0px 30px 15px !important;
    margin-left: 0px;
    display: none;
}
.toggle-location .open {
    color: #525252;
    transition: all 0.5s;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 2px;
}
.toggle-location .open.active {
    transform: rotate(45deg);
}

.similar-post__img {
    text-align: center;
}
.similar-post__img img {
    margin: auto;
}
.similar-post__title {
    margin-bottom: 10px;
}
.similar-post__title p, .similar-post__title p a {
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    color: #000000;
}
.similar-post__title p a:hover {
    text-decoration: underline;
}
.similar-post {
    margin-bottom: 40px;
}

.pagination .current {
    background: #124569;
}

.wingi-request input[type="submit"] {
    background: #124569 !important;
    border: 2px solid #124569;
}
.wingi-request input[type="submit"]:hover {
    background: transparent !important;
    color: #124569;
}


.btn-text {
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    text-decoration-line: underline !important;
    color: #124569 !important;
    padding: 5px 27px 5px 0 !important;
    background: transparent url('./images/icon-phone.svg') right center no-repeat !important;
    background-size: auto !important;
}
.btn-text:hover {
    background: transparent url('./images/icon-phone.svg') right center no-repeat !important;
    background-size: auto !important;
    color: #124569 !important;
    text-decoration-line: none !important;
}

.contact-item {
    float: left;
    margin-left: 20px;
}
.contact-item .adress {
    padding: 0;
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #6A9DC5;
}
.contact-item .cities-trigger {
    padding: 0 0 0 21px;
    background: url(./images/dot-city.svg) left center no-repeat;
    background-size: contain;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #063353;
}
.contact-item .phone-href {
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    color: #124569;
    margin-bottom: 10px;
}
.contact-item  .orange_btn {
    border-radius: 4px;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
}

.workingTime {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #124569;
}

.header-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.position-relative {
    position: relative !important;
}

.wrap-menu {
    position: relative;
    float: right;
}
.wrap-menu .menu-main {
    float: left;
}
.wrap-menu .s-main__head__search-open {
    position: relative;
    margin-left: 30px;
    right: 0;
    top: 6px;
    float: right;
}

.home-content h1 {
    width: 50%;
}

@media (min-width: 768px) {
    .category .ya-maps, .category .region-map__maparea {
        min-height: 600px;
    }
}

@media (min-width: 1200px) {
    .fixed-header {
        top: 35px;
    }
}
@media (min-width: 992px) {
    .search-item {
        display: none !important;
    }
}
.amoforms__fields__row__inner__name-checkbox span {
    max-width: unset !important;
    margin-left: 30px !important;
    white-space: normal !important;
}
.amoforms .amoforms__checkbox-control {
    display: block !important;
    position: absolute !important;
}
@media (max-width: 1500px) {
    .buttons_universal, .abs-btns .buttons_universal {
        left: 0;
    }     
}
/*@media (max-width: 1400px) {
    .buttons_universal, .abs-btns .buttons_universal {
        left: 36%;
    }     
}*/
@media (max-width: 1350px) {
    .pagetitle-post-bg {
        right: 0px;
    }     
}
/*@media (max-width: 1320px) {
    .buttons_universal, .abs-btns .buttons_universal {
        left: 34%;
    }     
}*/
@media (max-width: 1279px) {
   /* .buttons_universal, .abs-btns .buttons_universal {
        left: 30%;
    } */
    .pagetitle-bg {
        padding: 60px 0 330px;
    }   
    .pagetitle-post-bg {
        bottom: 40px;
    }
    .menu-main li a {
        padding: 10px 5px;
        font-size: 0.8em;
    }
    
    #topmenu ul li a span {
        font-size: 12px;
    }
    .menu-top li a {
        padding: 5px;
    }
    
    
}
/*@media (max-width: 1220px) {
    .buttons_universal, .abs-btns .buttons_universal {
        left: 23%;
    }     
}
@media (max-width: 1090px) {
    .buttons_universal, .abs-btns .buttons_universal {
        left: 18%;
    }     
}*/
@media (max-width: 1024px) {
    /*.buttons_universal, .abs-btns .buttons_universal {
        left: 17%;
    } */    
     .s-main__head__search-open {
        float: right;
    }
    .s-main__head__top__nav__search form {
        margin: 0px 20px;
    }
    .s-main__head__search-open .close {
        right: 10px;
    }
}
@media (max-width: 992px) {
    .btns-mobile {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
    }
    .template-gutenberg-all-type.template-gutenberg .pagetitle h1 {
        max-width: 100%;
    }
    .p_adapt {
        padding-top: 0px;
    }
    /*.buttons_universal, .abs-btns .buttons_universal {
        left: 27%;
    } */
    .under_title {
        position: relative;
        top: -60px;;
    } 
    .buttons_universal, .abs-btns .buttons_universal {
        position: relative;
        max-width: 100%;
        left: 0px;
        top: -85px;
    }
    .pagetitle-post-bg {
        right: 0px;
        bottom: 0px;
    }
    .calculation-block {
        padding-top: 0px;
    }
    .associated_trawls>.wp-block-column .wp-block-image figure img, .associated_trawls>.wp-block-column .wp-block-image figure {
        width: 100%;
    }
    .equipment-list.col-change>.wp-block-column:first-child {
        width: 100%;
        padding-right: 0px;
    }
    .equipment-list.col-change>.wp-block-column:last-child {
        width: 100%;
    }
    .equipment-list {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .equipment-list>.wp-block-column:last-child .wp-block-image figure {
        margin: auto;
        text-align: center;
    }
    .equipment-title, .equipment-list>.wp-block-column:last-child h3 {
        text-align: center;
    }   
    .content-gutenberg .features {
        padding: 50px 45px 40px;
    }
    .content-gutenberg .features>.wp-block-column:not(:last-child) {
        margin-right: 15px;
    }
    
    .pos-rel .buttons_universal {
            bottom: 25px;
    }  
    
    .like-link, .header .logo {
        margin-bottom: 10px;
    }
    
    .header_phone {
        padding: 0 0 20px;
    }
    .header_phone > .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header_phone .flex-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .adress {
        padding: 20px 0px;
    }
    .s-main__head__search-open {
        display: none;
    }
    .header_phone a.allegiant_btn {
        margin-bottom: 20px;
    }
    .header_phone .phone-href {
        margin-left: 0px !important;
    }
}
@media (max-width: 800px) {
    .header_phone .whats-app, .header_phone .telegram, .header_phone .viber {
        display: none;;
    }
    
    .topbar {
        display: block !important;
    }
}
@media (max-width: 781px) {
    .our-advantages {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .our-team>.wp-block-column:first-child, .our-team>.wp-block-column:last-child {
        width: 100%;
    }
    .our-team>.wp-block-column:first-child .wp-block-column {
        flex-basis: auto;
    }
    .our-team>.wp-block-column:first-child > .wp-block-columns {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media (max-width: 767px) {
    .wp-block-gallery.slider-gutenberg .blocks-gallery-item {
        max-width: 100%;
    }
    .our-team .wp-block-gallery .blocks-gallery-item figure {
        max-width: 100%;
    }
    .slider-gutenberg {
        margin-bottom: 30px !important;
    }
    .content-gutenberg .bg_car_park h2 {
        color: #525252;
    }
    .bg_car_park.tral-movi, .bg_car_park.tral-movi::before {
        background: none !important;
    }
    #post-3639 .elementor-element[data-id="13aaa10"],
    #post-3639 .elementor-element[data-id="f0259d0"]	{
        width: 50%;
    }
    .calculation-block>.wp-block-column:first-child {
        width: 100%;
        padding-right: 0px;
    }
    .calculation-block>.wp-block-column:last-child {
        width: 100%;
    }
    .bg_car_park {
        overflow: auto;
    }
    .section-4 .wp-block-column .wp-block-image {
        margin-bottom: 30px;
    }
    .equipment-list.col-change>.wp-block-column:first-child>.wp-block-columns:nth-child(odd)>.wp-block-column:first-child,
    .equipment-list.col-change>.wp-block-column:first-child>.wp-block-columns:nth-child(even)>.wp-block-column:first-child {
        width: 100%;
    }
    .equipment-list.col-change>.wp-block-column:first-child>.wp-block-columns:nth-child(odd)>.wp-block-column:last-child,
    .equipment-list.col-change>.wp-block-column:first-child>.wp-block-columns:nth-child(even)>.wp-block-column:last-child{
        width: 100%;
    }
    .under_title {
        top: 0px;
        padding: 46px 10px;
        width: auto;
        border-radius: 100px;
        background: #f5f5f5;
        text-align: center;
    }
    .buttons_universal, .abs-btns .buttons_universal {
        top: -26px;
    }
    .bg-blue {
        padding-left: 20px;
    }
    .content-gutenberg .features {
        padding: 50px 25px 40px;
    }
    .wp-block-lazyblock-bg-blok .bg-container {
        padding: 30px 15px 40px;
    }
    .mobile-img-center figure.alignright {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        float: none;
    }
    .pos-rel {
        top: 0px;
    }
    
    .like-link {
        position: static;
    }
}
@media (max-width: 599px) {
    .buttons_universal .allegiant_btn:first-child {
        margin-left: 0px;
    }
    .content-gutenberg .before-h-left.before-h:before {
        left: 50%;
        margin-left: -88px;
    }
    .equipment-list h2 {
        text-align: center;
    }
    .equipment-list .equipment-list_item:nth-child(odd):before,
    .equipment-list .equipment-list_item:nth-child(even):before {
        background-size: contain;
    }
    .bg-blue {
        padding-left: 0px;
    }
    .section-8.wp-block-media-text {
        display: block;
    }
    .section-8.wp-block-media-text .wp-block-media-text__media {
        margin-bottom: 30px;
    }
    .content-gutenberg h2 {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }
    .template-gutenberg-all-type.template-gutenberg .pagetitle h1 {
        font-size: 33px;
        line-height: 35px;
    }
    .content-gutenberg .features>.wp-block-column:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .equipment-list.col-change>.wp-block-column:first-child>.wp-block-columns:nth-child(odd)>.wp-block-column:last-child .wp-block-image,
    .equipment-list.col-change>.wp-block-column:first-child>.wp-block-columns:nth-child(even)>.wp-block-column:first-child .wp-block-image {
        margin-left: auto;
        margin-top: 0px;
    }
    
    .s-main__head__top__nav__search form {
        margin: 0px;
    }
    .s-main__head__search-open .close {
        right: 0px;
    }
    
    .alignleft, img.alignleft, .alignright, img.alignright {
        max-width: 100%;
    }
    .wp-block-image .alignleft {
        float: none;
        margin-right: 0;
    }
    .wp-block-image .alignright {
        float: right;
        margin-left: 0;
    }
    
    .home-content h1 {
        width: 100%;
    }
}
@media(max-width: 480px) {
    .submit_application input:not([type="submit"]) {
        width: 100%;
    }
    .pagetitle-post-bg {
        padding: 0px 30px;
    }
    .pagetitle-bg {
        padding: 60px 0 240px;
    }
    .calculation-block > .wp-block-column:last-child ul, .calculation-block>.wp-block-column:last-child ul:not(.not-col) {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .header_phone .like-link{
        margin-top: 18px;
    }
    
    #logo img {
        max-width: 130px;
        width: 100%;
    }
    header .header_phone {
        padding: 0px 30px !important;
    }
    
    .menu-mobile-open {
        margin: 17px 0px 17px 10px;
    }
}
@media(max-width: 411px) {
    .elementor-element[data-id="3c820d8"] .phone-href,
    .elementor-element[data-id="2339b9c"] .elementor-icon-box-description a {
        font-size: 14px;
    }
}
@media(max-width: 380px) {
    header .header_phone {
        padding: 3px 20px !important;
    }
}
@media(max-width: 360px) {
    .btns-mobile div a {
        font-size: 14px;
    }
}

.visually-hidden {
    visibility: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

.textwidget .menu li a:hover {
    color: #FF7C00;
}

.like-link{
    float: left;
    cursor: pointer;
    text-decoration: underline;
    position: relative;
}
.like-link:hover{
    text-decoration: none;
}
.like-link{
    font-size: 12px;
}

.popmake-content input{
    margin-bottom: 12px;
}

.wpcf7-form .ajax-loader{
    position: absolute;
}

.list-avto li a {
    text-decoration: underline;
    font-size: 1em !important;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #124569;
}
.list-avto li a:hover {
    text-decoration: none;
}
.list-avto li {
    margin-bottom: 5px !important;
    position: relative;
    margin-left: 9px;
    list-style-type: none;
}
.list-avto li::before, .list-bg-transparent .wp-block-lazyblock-bg-blok .list-avto li::before {
    position: absolute;
    background: url('./images/angle-list.svg') center no-repeat;
    background-size: contain;
    left: -9px;
    top: 6px;
    display: block;
    width: 3.5px;
    height: 7px;
    content: '';
}

.wp-block-image figcaption {
    
}

.masonry-block > .wp-block-column {
    margin: 0;
}
.masonry-block .wp-block-column .wp-block-image {
    margin: -5px 2.5px 5px;
}
.masonry-block figure {
    margin: 0px;
}
.masonry-block figure img {
    width: 100%;
}
.masonry-block .wp-block-image figcaption {
    margin: 0px;
    background: #124569;
    padding: 14px 15px;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    top: -5px;
    position: relative;
}
.masonry-block .bg-lines figcaption {
    position: absolute;
    background: transparent;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.masonry-block .bg-lines {
    position: relative;
}
.masonry-block .bg-lines::before {
    position: absolute;
    background: url('./images/bg-lines.png') center repeat;
    background-size: contain;
    opacity: 0.9;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: calc(100% - 5px);
    content: '';
}

.list-bg-transparent {
    padding: 30px 20px;
    position: relative;
}
.list-bg-transparent .list-avto li {
    margin-bottom: 5px !important;
    position: relative;
    margin-left: 9px;
    list-style-type: none;
    padding-left: 0px;
    position: relative;
}
.list-bg-transparent .list-avto li {
    font-size: 16px;
    line-height: 20px;
}
.list-bg-transparent .list-avto li a {
    text-shadow: 4px 9px 5px white;
}
.list-bg-transparent .bg-imposition {
    background: transparent;
    opacity: 0.2;
}

#menu-main > li > .sub-menu > li {
    
}
#menu-main > li > .sub-menu > li > .sub-menu {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
#menu-main li ul ul {
    right: 100%;
    left: auto;
}

#sidebar .tral-movi {
    margin-bottom: 14px;
}

#sidebar, .wp-block-table {
    position: relative;
    z-index: 1;
}

.sidebar:not(.wp-block-column) {
    float: left;
    width: 30%;
}

.stiky-stock {
    position: fixed;
    bottom: 160px;
    z-index: 9999;
    right: 10px;
    max-width: 150px;
}
.stock-modile {
    display: none;
    text-align: center;
    background: url('./images/akciya-bg.png') center no-repeat;
    background-size: contain;
    margin: 20px 0px;
}
.akciya-btn {
    width: 115px;
    height: 40px;
    background: url('./images/akciya-btn.png') center no-repeat;
    background-size: contain;
    cursor: pointer;
    position: fixed;
    top: 70px;
    z-index: 9999;
    right: 10px;
    display: none;
}

.region-map::after {
    content: "";
    display: block;
    clear: both;
}
/*.region-map > div {
    float: left;
}
.region-map > div:first-child {
    width: 37.5%;
}
.region-map > div:last-child {
    width: 62.5%;
}*/
.region-map .worldmap_show {
    stroke: #000;
}
.region-map .worldmap_show:hover {
    fill: #2a88bf;
    stroke: #ff5231;
}
.region-map .worldmap_avalible {
    fill: #124569;
    stroke: #ff5231;
}
.region-map .worldmap_avalible:hover {
    fill: #444449;
    stroke: #000;
}

.home .home-content {
    padding-top: 0px;
}

.trawl-list__item {
    padding-bottom: 43px;
    margin-bottom: 25px;
    position: relative;
}
.trawl-list__item::after {
    content: '';
    display: block;
    width: 100%;
    height: 43px;
    position: absolute;
}
.trawl-list__item.odd .trawl-list__item-img {
    padding-right: 46px;
}
.trawl-list__item.even .trawl-list__item-img {
    padding-left: 46px;
}
.trawl-list__item .trawl-list__item-btns {
    position: relative;
    top: 20px;
    z-index: 1;
}
.trawl-list__item.odd .trawl-list__item-btns {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 10px;
}
.trawl-list__item.even .trawl-list__item-btns {
    padding-left: 10px;
}
.trawl-list__item.odd .wp-block-columns .wp-block-column:first-child,
.trawl-list__item.odd .wp-block-columns .wp-block-column:last-child,
.trawl-list__item.even .wp-block-columns .wp-block-column:first-child, 
.trawl-list__item.even .wp-block-columns .wp-block-column:last-child {
   flex-basis: 40%;
}
.trawl-list__item.odd::after {
    background: url(./images/item-bottom-decor-odd.png) center no-repeat;
    background-size: contain;
}
.trawl-list__item.even::after {
    background: url(./images/item-bottom-decor.png) left center no-repeat;
    background-size: contain;
}
.trawl-list__item-title h4, .trawl-list__item-title .title-trawl {
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 15px;
}
.trawl-list__item .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.trawl-list {
    max-width: 780px;
}
.open-tr span {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #525252;
    position: relative;
    cursor: pointer;
    padding-right: 16px;
}
.open-tr span::after {
    content: '';
    display: block;
    transition: all 0.5s;
    width: 10px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    background: url(./images/open-tr.svg) center no-repeat;
    background-size: contain;
}
.open-tr.open span::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.case-list table tr:nth-child(n+4) {
    display: none;
}
.trawl-list.case-list .trawl-list__item {
    margin-bottom: 36px;
}
.trawl-list__item-stock {
    background: #F1F7FD;
    padding: 10px;
}
.trawl-list__item-stock-content {
    background: #F1F7FD;
    border: 2px solid #124569;
    box-sizing: border-box;
    padding: 35px 10px 20px;
    position: relative;
}
.trawl-list__item-stock-end {
    background: #124569;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 10px;
}
.trawl-list__item-stock-text {
    font-size: 16px;
    line-height: 20px;
    color: #124569;
}
.trawl-list .wp-block-columns {
    margin-bottom: 0;
}


.text-right {
    text-align: right;
}

.list-transported {
   list-style-type: none;
   margin: 0;
   position: absolute;
   top: 0;
}
.trawl-list__item.odd .list-transported {
    right: 0;
}
.trawl-list__item.even .list-transported {
    left: 0;
}
.list-transported li {
    width: 30px;
    height: 30px;
    margin: 0 0 15px 0;
    list-style-type: none;
    border-radius: 10px;
    padding: 7px;
}
.list-transported li.list-transported__helicopter {
    background: #DCE6EE url(./images/helicopter-icon.svg) center no-repeat;
    background-size: auto;
}
.list-transported li.list-transported__tractor {
    background: #DCE6EE url(./images/tractor-icon.svg) center no-repeat;
    background-size: auto;
}
.trawl-list__item table tr td:not(.price):last-child {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #525252;
}
.trawl-list__item table td {
    font-size: 12px;
    line-height: 16px;
    color: #525252;
    border: 0;    
    padding: 3px 0;
}
.trawl-list__item table tr td:first-child,
.trawl-list__item table tr td.price:first-child {
    padding: 3px 5px 3px 0;
    width: 65%;
}
.trawl-list__item table tr td:last-child,
.trawl-list__item table tr td.price:last-child {
    padding: 3px 0px 3px 5px;
    text-align: right;
    width: 35%;
}
.trawl-list__item table td.price {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #124569;
}
.trawl-list__item-content {
    margin-bottom: 15px;
}
.trawl-list__item-content p {
    font-size: 16px;
    line-height: 20px;
    color: #525252;
}
.trawl-list__item .allegiant_btn {
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    height: auto;
    margin: 5px;
    padding: 5px 10px;
}
.trawl-list__item-img {
    position: relative;
}

.link-doc a {
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #124569;
}
.link-doc a:hover {
    text-decoration: none;
}
.link-doc a::before {
    content: '';
    display: block;
    width: 18px;
    height: 15px;
    background: url(./images/link-doc.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7.5px;
}

.block-bg-color .wp-block-image, .block-bg-color figure, .block-bg-color img {
    margin: 0;
    width: 100%;
}
.block-bg-color img {
    vertical-align: bottom;
}

.list-drivers {
    position: relative;
}
.list-drivers::after {
    content: '';
    display: block;
    clear: both;
}
.item-driver {
    margin-bottom: 40px;
    margin-left: 20px;
    display: inline-block;
    width: calc(33.33% - 20px);
    float: left;
    vertical-align: top;
}
.item-driver__img {
    margin-bottom: 20px;
}
.item-driver__img img {
    display: block;
    margin: 0 auto;
}
.item-driver__title {
    margin-bottom: 15px;
}
.item-driver__title p {
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}
.item-driver__content {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #525252;
}

.portfolio-table a.allegiant_btn {
    border-radius: 4px;
    width: 130px;
    display: block;
    margin: auto;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}
.portfolio-table table {
    margin-bottom: 30px;
}
.portfolio-table table tr td {
    border: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 3px;
}
.portfolio-table table tr td:first-child {
    width: 40%;
}
.portfolio-table table tr td:last-child {
    text-align: right;
    width: 60%;
}
.portfolio-table > .wp-block-group {
    padding: 30px 20px 20px;
    box-sizing: border-box;
    height: 100%;
}

.ghostkit-accordion-item, 
.question-answer__item {
    background: #EFF4F8;
    margin-bottom: 10px;
}
.ghostkit-accordion-item.ghostkit-accordion-item-active, 
.question-answer__item.question-answer__item-active {
    background: #124569;
}
.ghostkit-accordion-item .ghostkit-accordion-item-heading, 
.question-answer__item .question-answer__item-heading {
    padding-left: 30px;   
}
.ghostkit-accordion-item .ghostkit-accordion-item-label,
.question-answer__item .question-answer__item-label {
    font-size: 20px;
    line-height: 23px;
    color: #124569;
}
.ghostkit-accordion-item.ghostkit-accordion-item-active .ghostkit-accordion-item-label,
.question-answer__item.question-answer__item-active .question-answer__item-label {
    color: #fff;
}
.ghostkit-accordion-item .ghostkit-accordion-item-content,
.question-answer__item .question-answer__item-content {
    background: #EFF4F8;
    padding: 25px 30px;
}
.ghostkit-accordion-item .ghostkit-accordion-item-content p,
.question-answer__item .question-answer__item-content p {
    font-size: 16px;
    line-height: 20px;
    color: #525252;
}
.ghostkit-accordion-item .ghostkit-accordion-item-content p a,
.question-answer__item .question-answer__item-content p a {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #124569;
}
.ghostkit-accordion-item .ghostkit-accordion-item-content p a:hover,
.question-answer__item .question-answer__item-content p a:hover {
    text-decoration-line: none;
}
.ghostkit-accordion-item-collapse, .question-answer__item-collapse {
    color: #fff;
}
.question-answer__item .question-answer__item-heading {
    display: block;
    position: relative;
    padding: 12px 48px 12px 30px;
}
.question-answer__item-collapse {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    right: 0;
    width: 33px;
    height: 100%;
    font-size: 14px;
    color: inherit;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    -webkit-transition: var(--gkt-accordion__transition-duration) transform var(--gkt-accordion__transition-easing);
    -o-transition: var(--gkt-accordion__transition-duration) transform var(--gkt-accordion__transition-easing);
    transition: var(--gkt-accordion__transition-duration) transform var(--gkt-accordion__transition-easing);
    will-change: trasnform;
}
.question-answer__item.question-answer__item-active .question-answer__item-collapse {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
}
.question-answer__item-content {
    display: none;
}

.bg-top-block {
    padding-top: 387px;
}
.list-country li {
    position: relative;
    padding-left: 14px;
    margin: 0 0 10px 0;
    list-style-type: none;
}
.list-country li::before {
    content: '';
    display: block;
    width: 3.5px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 10px;
    background: url(./images/before-country-list.svg) center no-repeat;
    background-size: contain;
}
.list-country li a {
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #124569;
}
.list-country li a:hover {
    text-decoration-line: none;
}

body #fancybox-close {
    background: url(./images/close-form.svg) center no-repeat;
}
body #fancybox-content, body #fancybox-outer {
    background: #134669;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-radius: 10px;
    border-color: #134669;
}
body #fancybox-outer {
    padding: 25px 30px 30px;
}
body #fancybox-content .processing-consent, body #fancybox-content .processing-consent a {
    color: #fff;
}
#fancybox-content .processing-consent a:hover {
    text-decoration: underline;
}
.wpcf7 form p.title-form {
    font-weight: bold;
    font-size: 30px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 15px;
}


.search-item form > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search-item form input[type="submit"] {
    margin-left: 20px;
    border-radius: 100px;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    background: #F55031;
    border: 0;
}

.blocks-gallery-item {
    margin-bottom: 30px !important;
}

.content-gutenberg .not-decor h2::before {
    display: none !important;
}
.content-gutenberg .not-decor .decore-dots h2::before {
    display: block !important;
}
.content-gutenberg .not-decor .decore-dots h2 {
    margin-bottom: 60px;
    text-align: center !important;
}
.content-gutenberg .text-left h2, .text-left {
    text-align: left !important;
}
.content-gutenberg .not-decor h2 {
    margin-bottom: 20px;
}

.widget_nav_menu .menu a {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin-bottom: 5px;
}

#subfooter .phone-href {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 24px;
    display: block;
}
#subfooter .mail-href {
    font-size: 20px;
    line-height: 24px;
    display: block;
}
.slogan {
    margin-top: 40px;
    font-weight: bold;
    font-size: 27px;
    line-height: 27px;
}

body .dark .policy a {
    font-size: 12px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #C4D7E7;
}
body .dark .policy a:hover {
    text-decoration-line: none;
}

.bg-img-full, .wp-block-lazyblock-bg-block {
    width: 100%;
    height: 100%;
    min-height: 220px;
}

.trawl-list__item-img img {
    display: block;
    margin: auto;
}

.header_phone .flex-row a:hover path,
.header_phone .flex-row a:hover circle {
    fill: #FF5B3C;
}
.cities-trigger:hover {
    color: #FF5B3C;
}

.wpcf7 .form-sec span.wpcf7-not-valid-tip {
    position: relative;
    top: 0px;
}

#cookie-law-info-bar, #cliSettingsPopup, #cookie-law-info-again {
    display: none !important;
}
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    display: none;
}
.cookie-banner .outer{
    background: rgba(89,89,89,0.89);
    width: 100%
}
.cookie-banner .outer .inner{
    /*! max-width: 960px; */
    margin: 0 auto;
    padding: 10px 15px 10px 10px;
    text-align: center;
    position: relative;
}
.cookie-banner .outer .close-banner{
    display: inline-block;
    width: 22px;
    height: 21px;
    cursor: pointer;
    right: 15px;
    top: 10px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAVCAMAAAAO2ixrAAAAP1BMVEVHcEz////////IyMjIyMj////IyMj////IyMjk5OT////IyMj////IyMjIyMjIyMj////////IyMj////IyMimBF4tAAAAE3RSTlMAW83tpaVbeHgD7c9ay1qYuJi44WXepwAAALlJREFUKM9t0VkChCAMA9CIK26zwP3POiMitCl+2fCMgkC/gK+lB9bZxPN6rUX2KZkD+5ywzzP7MmtfJu3FJL24l149W416UzX0ZY+ifTzK7Pt25pRuZ08pSXumSTb05b9WX/7d0vBb3HwjdsG14iG+4mAW/Bg+YfQNPWEy/q87dMYnDeOTBnbyWbPPGtRfNHAKX7TuF1r2Cy37la79Std+0k8/6dLPOvUDrFM/gOM0v+w8ALebeHf4AfYCCyItYtAWAAAAAElFTkSuQmCC')no-repeat;
    position: absolute;
    background-position-x: -23px;
    }
.cookie-banner .outer .close-banner:hover{
    background-position-x: 0px;
}
.cookie-banner .outer .inner h2{color: #fff;}
.cookie-banner .outer .inner p{color: #fff; font-size: 13px;text-align: center;margin: 0;}
.cookie-banner .outer .inner a{ color: #FCFCFC; text-decoration: underline;}
.cookie-banner .outer .inner a:hover{color: #FFF; text-decoration: none;}
.cookie-banner-overlay{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: transparent;
    z-index: 99;
}
.show{
    display: block !important;
}
/*END FZ - 152*/


/* карточки тралов */
 .trawl-cards {
    margin-right: -15px;
}
.trawl-card {
    position: relative;
    width: 100%;
    margin-right: 15px;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    min-width: 266px;
    max-width: 288px;
    margin-bottom: 23px;
    /*height: 450px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}
.trawl-card__table-wrap {
    position: relative;
    /*height: 80px;*/
    overflow: hidden;
    min-height: 176px;
}        
.params-box {
    height: auto;
    margin: 2px;
    padding: 10px;
}
.params-box table {
    width: 100%;
    /*position: absolute;*/
    top: 0;
    left: 0;
    z-index:1;
    background: #fff;
}
.params-box table tr:nth-child(even) {
    background-color: #f7f7f7;
}
.params-box table td {
    font-size: 12px;
    padding: 5px;
    vertical-align: middle;
}
/*.trawl-card:hover .trawl-card__table-wrap {
    height: auto;
    overflow: visible;
}
.trawl-card:hover .trawl-card__table-wrap table {
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}*/
.params-box table td:last-child {
    text-align: right;
}
.trawl-card__img {
    text-align: center;
}
.trawl-card__img img {
    object-fit: contain;
    max-height: 120px;
}
.trawl-card__title {
    color: #000;
    text-align: center;
    height: 50px;
    margin: 15px 0;
    line-height: normal;
    overflow: hidden;
    font-size: 20px;
    letter-spacing: 1px;
}
.price-box {
    /*height: 176px;*/
    background: #fbfbfb;
    border-top: 1px solid #e4e4e4;
    text-align: center;
    margin: 2px;
    padding: 15px 0 0;
}
.price-box > div {
    min-height: 124px;
}
.price-box .order-trawl {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    width: 236px;
    height: 44px;
    line-height: 44px;
    background: #F55031;
    text-align: center;
    padding-left: 0;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
}
.price-box .order-trawl:hover {
    text-decoration: none;
    background: #124569;
}
.price-box p {
    font-size: 12px;
    color: grey;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.price-box .price {
    font-size: 24px;
    color: #124569;
    text-align: center;
}
/* карточки тралов */

.hidden-post {
    display: none;
}
.open-more {
    
}

.wp-block-table.is-style-stripes th {
    color: #000;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(n+1), .wp-block-table.is-style-stripes th {
    background-color: #E1EAF2;
}
.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(n+1), .wp-block-table.is-style-stripes th {
    background-color: #E1EAF2;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background-color: #fff;
}
.wp-block-table table th, .wp-block-table table td {
    vertical-align: middle;
}

.list-cities-region {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
}

.sub-menu-column-2 > .sub-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}
.sub-menu-column-3 > .sub-menu {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
}

.header-contacts .adress {
    margin-top: 14px;
}

.title-red {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #FF5B3C;
    margin-bottom: 10px;
}

.list-rhombus ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #134669;
    position: relative;
    padding-left: 18px;
    margin: 0 0 15px 0;
    list-style-type: none;
}
.list-rhombus ul li::before {
    content: '';
    display: block;
    background: url(./images/before-li-form-red.svg) center no-repeat;
    background-size: auto;
    background-size: contain;
    width: 10px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    min-width: 10px;
}

.page-content .adress {
    float: none;
}

.form-main.simple-main-form.form-border-top {
    position: relative;
    background: #FFFFFF;
    box-shadow: 15px 15px 50px rgba(18, 69, 105, 0.2);
    padding: 26px 55px 36px 26px !important;
    max-width: 460px;
    margin-left: auto;
    min-width: 400px;
    margin-top: -60px;
}
.form-main.simple-main-form.form-border-top .form-group {
    padding: 5px 0px;
}
.form-main.simple-main-form.form-border-top .column {
    position: relative;
}
.form-main.simple-main-form.form-border-top .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 5px;
}
.form-main.simple-main-form.form-border-top::before{
    display: block;
    content: '';
    background: url('./images/slider_bg.png');
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    position: absolute;
}
.form-main.simple-main-form.form-border-top .title-fields {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #124569;
    margin-bottom: 3px;
}
.form-main.simple-main-form.form-border-top input[type="submit"],
.show-more {
    background-image: url(./images/btn-bg.png) !important;
    background-color: #ff684b !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    margin: 0;
    width: 100%;
}
.form-main.simple-main-form.form-border-top input[type="submit"]:hover,
.show-more:hover {
    color: #fff !important;
    background-image: none !important;
    background-color: #ff684b !important;
}
.form-main.simple-main-form.form-border-top input:not([type="submit"]) {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #134669;
    padding: 9px 15px;
}
.form-main.simple-main-form.form-border-top .bg-blue-policy,
.form-main.simple-main-form.form-border-top .bg-blue-policy a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #C2C2C2;
    opacity: 0.8;
}
.form-main.simple-main-form.form-border-top .bg-blue-policy a:hover {
    text-decoration: none;
}
.form-main.simple-main-form.form-border-top span.wpcf7-not-valid-tip {
    position: relative;
    bottom: 0;
    top: auto;
    font-size: 12px;
}

.show-more {
    color: #fff !important;
}

.text-center {
    text-align: center;
}

.portfolio-list__item-hidden {
    display: none;
}
.portfolio-list + .text-center {
    margin-bottom: 40px;
}

.your-city {
    position: absolute;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    display: inline-block;
    background: #fff;
    z-index: 3;
    padding: 20px;
    left: 0;
    top: 100%;
    cursor: default;
}
.your-city p {
    font-weight: bold;
    font-size: 12px;
    color: #124569;
    margin-bottom: 10px;
}
.your-city span {
    font-weight: bold;
    font-size: 12px;
    color: #124569;
    cursor: pointer;
    margin: 5px;
}

.seo-tile-of-tag {
    
}
.seo-tile-of-tag__content {
    padding-top: 3rem;
}
.tag-item {
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 15px;
}
.tag-item a, .tag-item span {
    display: inline-block !important;
    padding: 13px 25px;
    color: #000 !important;
    border: 1px solid #F55031;
    background: #fff;
    transition: 0.3s;
    font-size: 16px !important;
    line-height: 18px !important;
    border-radius: 8px;
    margin: 0 !important;
    text-decoration: none;
}
.tag-item.hide-item {
    display: none;
}

.subfooter .orange_btn {
    border-radius: 4px;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #F55031;
}

.site-logo img {
    width: 239px;
    height: auto;
}

.vk {
    width: 25px;
    height: 25px;
    display: block;
    margin-top: 25px;
    background: url(./images/VK.svg) center no-repeat;
    background-size: contain;
}

.template-gutenberg-all-type.template-gutenberg.bg-single-gutenberg {
    background: url(./images/bg-single-gutenberg.png) top center no-repeat;
    background-size: contain;
}
.template-gutenberg-all-type.template-gutenberg.bg-single-gutenberg .post,
.template-gutenberg-all-type.template-gutenberg.bg-single-gutenberg .wingi-calc {
    background: transparent;
}

.trawl-list.case-list.case-list-short {
    margin-left: -10px;
    margin-right: -10px;
}
.trawl-list.case-list.case-list-short,
.trawl-list.trawl-list-vertical {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}
.trawl-list.case-list.case-list-short .trawl-list__item > .wp-block-columns,
.trawl-list.trawl-list-vertical .trawl-list__item > .wp-block-columns {
    flex-direction: column;
}
.trawl-list.case-list.case-list-short .trawl-list__item > .wp-block-columns > .wp-block-column:not(:first-child),
.trawl-list.trawl-list-vertical .trawl-list__item > .wp-block-columns > .wp-block-column:not(:first-child) {
    margin-left: 0;
    margin-top: 5px;
}
.trawl-list.case-list.case-list-short .trawl-list__item {
    max-width: 380px;
    margin: 0 10px 36px;
    width: 100%;
}
.trawl-list.case-list.case-list-short .trawl-list__item.odd .trawl-list__item-img,
.trawl-list.trawl-list-vertical .trawl-list__item.odd .trawl-list__item-img {
    padding-right: 0;
}
.trawl-list.case-list.case-list-short .trawl-list__item-img,
.trawl-list.trawl-list-vertical .trawl-list__item-img {
    height: 245px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trawl-list.case-list.case-list-short .trawl-list__item-img img,
.trawl-list.trawl-list-vertical .trawl-list__item-img img {
    width: auto;
    height: auto;
}
.trawl-list.case-list.case-list-short + .text-center,
.list-cities-region + .text-center,
.trawl-list.trawl-list-vertical, 
.trawl-cards + .text-center,
.trawl-list-vertical + .text-center {
    margin-bottom: 40px;
}
.stripes_btn {
    background-image: url(./images/btn-bg.png) !important;
    background-color: #ff684b !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 8px 15px !important;
    border-radius: 5px !important;
    color: #fff;
}
.stripes_btn:hover {
    color: #fff !important;
    background-image: none !important;
    background-color: #ff684b !important;
}

.trawl-list.trawl-list-vertical .trawl-list__item {
    padding-bottom: 0;
}
.trawl-list.trawl-list-vertical .trawl-list__item {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 36px;
}
.trawl-list.trawl-list-vertical.trawl-list-vertical-col-2 .trawl-list__item {
    width: calc(100% / 2 - 20px);
}
.trawl-list.case-list.case-list-short .trawl-list__item-title,
.trawl-list.trawl-list-vertical .trawl-list__item-title {
    min-height: 57px;
}

.list-cities-region__hidden,
.trawl-card__hidden {
    display: none;
}

#fancybox-wrap {
    height: auto !important;
}

.table-direction__wrap {
    overflow-x: auto;
}
.table-direction__wrap table {
    min-width: 500px;
}
.table-direction__wrap table th, .table-direction__wrap table td {
    border: 1px solid #E3E3E3;
    text-align: center;
    color: #262A36;
    vertical-align: middle;
}
.table-direction__wrap table tr:nth-child(odd) td {
    background: #F8F8F8;
}
.table-direction__wrap table tr:nth-child(even) td {
    background: #F1F5F8;
}
.table-direction__wrap table th {
    background: #124569;;
    padding: 9px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}
.table-direction__wrap table td {
    padding: 13px;
    ont-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #262A36;
}
.table-direction__wrap table td:first-child,
.table-direction__wrap table th:first-child {
    text-align: left;
}
.table-direction__wrap table td:not(:first-child),
.table-direction__wrap table th:not(:first-child) {
    text-align: center;
}

#fancybox-img {
    position: relative !important;
}

.blockslid .rignav {
    margin: 0;
}
.wp-block-columns.blockslid {
    margin: auto 0;
}
.slidcastom .ghostkit-carousel-items.swiper-wrapper {
    align-items: center;
	  margin: 2px 0;
}
.slidcastom .ghostkit-carousel-slide.ghostkit-has-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.slidcastom p.has-normal-font-size {
    margin-bottom: 0;
}
.sluider .has-normal-font-size a {
    padding: 7px 10px;
    display: block;
}
.slidcastom p.has-normal-font-size {
    margin-bottom: 0;
}
.sluider .has-normal-font-size {
    font-size: 12px;
}
.sluider .has-normal-font-size {
    padding: 7px 10px;
    display: block;
}
.sluider .has-normal-font-size a {
    padding: 7px 10px;
	  margin: -7px -10px;
    display: block;
	  color: #8e8e8e;
}
.ghostkit-carousel-slide.ghostkit-has-frame.swiper-slide {
    width: auto !important;
}
.ghostkit-custom-25R9ax {
    border-style: solid;
    border-width: 1px;
    border-color: #c2ccd7;
}
.ghostkit-carousel-arrow-prev-icon, .ghostkit-carousel-arrow-next-icon {
    display: none;
}
.ghostkit-carousel-arrow.ghostkit-carousel-arrow-prev {
    opacity: 1;
    z-index: 12;
    border: none;
    box-shadow: none;
    right: -7px;
    display: none;
}
.ghostkit-carousel-arrow.ghostkit-carousel-arrow-next {
    opacity: 1;
    z-index: 12;
    border: none;
    box-shadow: none;
    right: -7px;
    display: none;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.blockslid .rignav {
    margin: 0;
}
.wp-block-column.is-vertically-aligned-center.ghostkit-d-md-none.ghostkit-d-sm-none.rignav.ghostkit-custom-Z1FTa2n {
    margin: 0;
}
.wp-block-column.sluider {
    display: grid;
    align-items: center;
}
.sluider .ghostkit-carousel.slidcastom {
    margin: auto;
}
.lef_nav a.wp-block-button__link.has-text-color.has-background {
    display: grid;
    align-items: center;
}
.rig_nav a.wp-block-button__link.has-text-color.has-background {
    display: grid;
    align-items: center;
}
.trawl-cards.randomtrawl {
    margin-right: -15px;
    display: flex;
    justify-content: center;
}
.trawl-cards.randomtrawl .trawl-card {
    display: grid;
    align-content: space-between;
}
.trawl-cards.randomtrawl:not(.randomtrawl-show) .trawl-card.trawl-card__hidden {
    display: none !important;
}

.trawl-cards.randomtrawl.randomtrawl-show .trawl-card.trawl-card__hidden {
    display: none;
}

/* 5 блоков горизонтально*/
.similar-posts.similar_posts_goriz {
    display: flex;
    flex-wrap: wrap;
	  margin-bottom: 30px;
}
.similar-post.similar_post_goriz {
    flex: 15%;
    margin: 0 5px 10px;
    padding: 10px 5px;
    display: flex;
    justify-content: space-evenly;
    justify-items: center;
    box-shadow: 9px 9px 10px rgba(18, 69, 105, 0.2);
    align-items: flex-end;
    flex-wrap: wrap;
    max-width: 18.3%;
}
.similar-post_title_goriz p {
    margin-bottom: 10px;
}
.similar_post_goriz .similar-post_img_goriz {
    display: flex;
    align-content: stretch;
    justify-content: center;
}
.similar_post_goriz .similar-post_title_goriz {
    text-align: center;
    display: grid;
    justify-content: center;
    justify-items: stretch;
    align-items: center;
    margin-bottom: 0;
    align-content: space-between;
}
.similar-post.similar_post_goriz.hidden-post {
    display: none;
}
.wp-block-column .open_more_goriz {
    margin: auto;
    text-align: center;
    display: grid;
    border: none;
    padding: 12px 20px !important;
    justify-content: center;
	  margin-bottom: 30px;
}
.similar-post.similar_post_goriz img {
    margin-bottom: 10px;
}
.morebutt:hover {
    cursor: pointer;
}
@media only screen and (max-width: 768px){
  .similar-post.similar_post_goriz {
        flex: 40%;
        max-width: 50%;
    }
}


@media(min-width: 781px) {
    .inner-col.col-count-2 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media(max-width: 1280px) {
    .stiky-stock {
        max-width: 100px;
    }
    
    .contact-item {
        margin-left: 5px;
    }
    .contact-item .adress {
        max-width: 230px;
    }
}
@media(max-width: 995px){ 
    #menu-main li ul ul {
        right: auto;
        left: 100%;
    }
}
@media(max-width: 991px) {
    .trawl-list.trawl-list-vertical .trawl-list__item {
        width: calc(100% / 2 - 20px);
    }
    .flex-column-991 {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-column-991 > div {
        margin: 0 !important;
        width: 100% !important;
        flex-basis: 100% !important;
    }
    
    .flex-column-991 > div.sidebar {
        margin-top: 40px !important;
    }
    
    .footer {
        padding-bottom: 65px;
    }
    
    .form-main.simple-main-form.form-border-top {
        padding: 26px 20px 36px 20px !important;
    }
    
    .portfolio-list__item > div {
        flex-wrap: wrap;
    }
    .transportation-portfolio.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
    .transportation-portfolio.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
        flex-basis: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media(max-width: 781px) {
    .list-country ul {
        margin-bottom: 0;
    }
    
    .list-cities-region {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }
}
@media(max-width: 767px) {
    /*.stiky-stock {
        max-width: 120px;
        bottom: -60px;
    }*/
    .region-map > div {
        float: none;
    }
    .region-map > div:first-child {
        width: 100%;
    }
    .region-map > div:last-child {
        width: 100%;
    }
    
    .item-driver {
        width: calc(50% - 20px);
    }
    
    .bg-top-block {
        padding-top: 300px;
    }
    
    .form-sec {
        margin-top: 30px;
    }
    
    .trawl-list__item .trawl-list__item-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media(max-width: 600px){ 
    .form-main.simple-main-form.form-border-top form .form-group {
        padding: 0;
    }
    .form-main.simple-main-form.form-border-top input:not([type="submit"]) {
        margin-bottom: 10px;
    }
    .form-main.simple-main-form.form-border-top .bg-blue-policy {
        padding-top: 0;
    }
    .form-main.simple-main-form.form-border-top {
        margin: 20px auto !important;
    }
}

@media(max-width: 599px){ 
    .trawl-list.trawl-list-vertical .trawl-list__item,
    .trawl-list.trawl-list-vertical.trawl-list-vertical-col-2 .trawl-list__item {
        width: 100%;
    }
    .inner-col.col-count-2 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    
    .bg-top-block {
        padding-top: 250px;
    }
    
    .trawl-list__item.even > .wp-block-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    
    .trawl-list__item {
        margin-bottom: 50px;
    }
    
    .sub-menu-column-2 > .sub-menu,
    .sub-menu-column-3 > .sub-menu {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }
    
    .template-gutenberg-all-type.template-gutenberg .pagetitle {
        width: 100%;
    }
}

@media(max-width: 480px){
    .inner-col.col-count-2 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    
    .stiky-stock {
        display: none;
    }
    .stock-modile, .akciya-btn {
        display: block;
    }
    
    .form-main.simple-main-form.form-border-top {
        padding: 26px 15px 36px 15px !important;
        min-width: 100%;
    }
    
    .site-logo img {
        width: 150px;
        height: auto;
    }
  
}

@media(max-width: 360px){
    #logo img {
        max-width: 110px;
    }
    
    .bg-top-block {
        padding-top: 190px;
    }
}

@media(max-width: 320px){
    #logo img {
        max-width: 90px;
    }
}

.notfound-image {
    margin-bottom: 20px;
}

.notfound .allegiant_btn {
    margin-top: 50px;
    width: 40%;
    clear: both;
    float: none;
    display: block;
    margin: 0 auto;
}