:root {
    --black: #000000;
    --orange: #ff471d;
    --orange-light: #ffc5b8;
    --orange-dark: #b82200;
    --white: #f8f6f5;
}

html * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: var(--dark-blue);
    transition: color 0.5s;
}
h1, h2, h3, h4 , h5, h6 {
    margin-top: 0;
}

/* CUSTOM SETS */
.btn {
    background-color: var(--orange);
    color: var(--white);
    border-radius: 30px;
    display: inline-block;
    padding: 17px 23px;
    transition: background-color 0.5s;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
}
.text-center {
    text-align: center;
}
.relative {
    position: relative;
}
.big-radius {
    border-radius: 40px;
}

body {
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    background-color: var(--white);
    color: #4A4741;
}

.container {
    width: 100%;
    max-width: 1440px;
    padding: 0px 40px;
}

header {
    background-color: #000;
    min-height: 78px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
header .container {
    display: flex;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.header-wrapper {
    display: flex;
}
.logo {
    width: 152px;
    display: block;
}
nav {
    display: flex;
    align-items: center;
    transition: transform 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}
nav ul {
    list-style: none;
    display: flex;
    color: var(--white);
    padding: 0;
    margin: 0 0 0 40px;
}
nav ul li a {
    color: var(--white);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin: 0 20px;
    letter-spacing: 0.015rem;
    transition: color 0.5s;
}
nav ul li a:hover {
    color: var(--orange);
}
.menu-close {
    display: none;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}
.menu-close svg {
    width: 100%;
    height: 100%;
    top: -5px;
    left: 5px;
    position: absolute;
    pointer-events: none;
}
.menu-open {
    display: none;
    width: 40px;
    height: 40px;
    margin-left: 10px;
}
.menu-open svg {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    pointer-events: none;
}
.header-call {
    font-size: 12px;
    font-weight: 700;
    padding: 12px 34px;
}
.header-call:hover { 
    background-color: var(--orange-dark);
}
.top-margin {
    height: 78px;
}
.header-call div {
    display: none;
}
.mobile-phone {
    width: 18px;
    height: 18px;
}
.mobile-phone svg {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}
.menu-mobile-car {
    width: 100%;
    max-width: 285px;
    margin-top: 20px;
    display: none;
}

.main-call {
    background-color: var(--white);
    color: var(--black);
}
.main-call:hover {
    background-color: var(--orange-light);
}

.main {
    padding-top: 40px;
    background-color: var(--white);
}
.main-img {
    width: 100%;
    height: 51.5vw;
    max-height: 750px;
    overflow: hidden;
}
.main-img-photo {
    position: absolute;
    z-index: 0;
    width: 130.8%;
    max-width: unset;
    left: -2.7%;
    top: -31.5%;
    /* object-fit: cover;
    object-position: 50% 50%;
    width: 130.8%;
    height: 100%; */
}
.main-img-photo-mobile {
    display: none;
    position: absolute;
    width: 160%;
    height: unset;
    left: -24%;
    top: -11%;
    max-width: unset;
}
.main-content {
    position: absolute;
    top: 50%;
    left: 4.5%;
    width: 550px;
    transform: translateY(-71%);
}
.main-call {
    padding: 17px 21px;
}
.main-h1 {
    color: var(--white);
    font-size: 56px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.main-h3 {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.5em;
    letter-spacing: 0.03rem;
}

.fill-form {
    background-color: var(--orange);
    border-radius: 12px;
    margin: -202px 15% 0;
    padding: 3% 3%;
    position: relative;
    z-index: 1;
}
.form-row {
    display: flex;
    margin: 0% -8px 22px;
}
.form-input {
    outline: none;
    border:none;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    width: 100%;
    background-color: var(--white);
    border-radius: 6px;
    padding: 16px 16px;
    margin: 0 8px;
}
.form-textarea {
    outline: none;
    border:none;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    width: 100%;
    background-color: var(--white);
    border-radius: 6px;
    padding: 12px 12px;
    resize: none;
    height: 165px;
    margin-bottom: 18px;
    font-family: inherit;
}
.form-textarea::placeholder {
    font-family: 'Archivo';
    font-style: italic;
    font-size: 14px;
}

.desc-text {
    font-size: 12px;
    color: var(--white);
    margin-bottom: 15px;
}

.fill-form h6 {
    font-size: 18px;
    font-weight: 300;
    color: var(--white);
    margin-bottom: 15px;
}
.fill-form h4 {
    font-size: 32px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 42px;
}
.send {
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    background-color: var(--black);
    color: var(--white);
    width: 180px;
    font-size: 12px;
    padding: 16px 22px;
}
.contact-alert {
    margin-bottom: 18px;
    font-size: 16px;
    color: #131313;
    display: inline-block;
    background-color: #fff;
    padding: 12px 20px;
    border-radius: 30px;

}
.contact-alert-error {
    color: #d70000;
}

/* ABOUT  */
.about {
    padding-top: 60px;
    padding-bottom: 69px;
    background-color: var(--white);
}
.about-row {
    display: flex;
}
.about-col-1 {
    flex: 0 0 45%;
    margin-right: 20px;
}
.about-col-2 {
    
}
.about-bg {
    background-color: #fff;
    padding: 25px;
    height: 100%;
    padding: 23px 16% 23px 25px;
}
.small-title {
    background-color: #FFC5B8;
    text-transform: uppercase;
    padding: 14px 34px;
    border-radius: 30px;
    display: inline-block;
    color: #000;
    margin-bottom: 40px;
}
.about h2 {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 16px;
    line-height: 1.2em;
}
.about p {
    font-size: 18px;
    line-height: 1.4em;
}
.about .btn {
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 16px 22px;
    border-radius: 30px;
    transition: background-color 0.5s;
    letter-spacing: 0.02rem;
}
.about .btn:hover {
    background-color: var(--orange-dark);
}
.about-img {
    object-fit: cover;
    height: 100%;
    display: block;
}
.about-reverse {
    padding-top: 0px;
}
.about-reverse .about-col-1 {
    margin-right: 0px;
}
.about-reverse .about-col-2 {
    margin-right: 20px;
}
.about p {
    margin-bottom: 15px;
}
.about p:last-of-type {
    margin-bottom: 0px;
}
.about-page .about-bg{
    background-color: transparent;
}

/* ROUTE  */
.route {
    padding-top: 82px;
    padding-bottom: 30px;
    background-color: #131313;
}
.route-scroll-point {
    position: absolute;
    z-index: 0;
    top:-78px;
    height: 78px;
}
.route h2 {
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 116px;
    letter-spacing: 0.04rem;
}
.route-desc {
    background-color: #F8F6F5;
    padding: 16px 34px;
    border-radius: 10px;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 1.4em;
    width: 436px;
    letter-spacing: 0.02em;
}
.route-point {
    background-color: #ff471d;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.route-line {
    background-color: #fff;
    width: 2px;
    height: 100%;
    transform: translateX(29px);
    position: relative;
    z-index: 1;
}
.route-car {
    width: 65px;
    top: -25px;
    position: absolute;
    z-index: 1;
    left: 0px;
    transition: transform 0.3s;
}
.route-row {
    display: flex;
    justify-content: center;
    transform: translateX(-2%);
}
.route-col-1 {
    width: 166px;
}
.route-col-2 {
    width: 169px;
}

/* ADVANTAGES  */
.advantages {
    padding-top: 54px;
    background-color: var(--white);
}
.advantages h2 {
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 19px;
}
.advantages h4 {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 80px;
    letter-spacing: 0.02rem;
}
.advantages h6 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 19px;
    letter-spacing: 0.02rem;
}
.advantages-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.advantages-col {
    flex: 0 0 36%;
    margin-bottom: 66px;
}
.advantages-col-odd {
    margin-right: 110px;
}
.advantages-inner-line {
    width: 100%;
    height: 1px;
    background-color: #9A9A9A;
    margin-bottom: 12px;
}
.advantages-inner-icon {
    width: 80px;
    margin-right: 30px;
    margin-top: -4px;
}
.advantages-inner-row {
    display: flex;
}
.advantages-inner-col-1 {
    flex: 0 0 110px;
}
.advantages-inner-col-2 {
    flex: 0 0 77.5%;
}
.advantages p {
    line-height: 1.4em;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

/* ABOUT 2  */
.about-2 {
    padding-top: 60px;
    padding-bottom: 69px;
    background-color: var(--white);
}
.about-2-row {
    display: flex;
}
.about-2-col-1 {
    flex: 0 0 49%;
    margin-right: 24px;
}
.about-2-img {
    width: 100%;
    display: block;
}
.about-2 h2 {
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 8px;
    line-height: 1.2em;
}
.about-2 p {
    font-size: 18px;
    line-height: 1.4em;
}
.about-2-bg {
    background-color: #fff;
    padding: 25px;
    height: 100%;
    padding: 23px 14% 23px 25px;
}

/* PARALLAX  */
.parallax {
    padding: 151px 0;
}
.img-parallax {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    height: 100vh;
    width: 100vw;
}
.parallax h2 {
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 67px;
}

/* HELP  */
.help {
    background-color: var(--white);
    padding-top: 70px;
    padding-bottom: 45px;
}
.help h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 105px;
    line-height: 1.4em;
}
.help h3 {
    font-size: 32px;
    font-weight: 400;
    color: var(--orange);
    margin-bottom: 10px;
}
.contact-data {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0.02rem;
}
.contact-data span {
    font-weight: 600;
}
.contact-data .contact-data-mail {
    font-weight: 400;
}
.help-row {
    display: flex;
}
.help-col-1 {
    flex: 0 0 40%;
}
.help-img {
    width: 100%;
    transform: translateY(-3%);
}
.help-img-about {
    /* object-fit: cover; */
    height: 100%;
    transform: translate(0);
    /* max-height: 360px;
    height: 25vw; */
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    min-height: 360px;
}
.help-about .help-col-1 {
    margin-right: 40px;
}
.help-about .help-col-2 {
    flex: 0 0 calc(60% - 40px);
}

/* ABOUT PAGE  */
.page-title {
    padding-top: 40px;
}
.page-title-container {
    background-size: cover;
    background-repeat: no-repeat;
    height: 32vw;
    max-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.page-title-container-contact {
    background-position: 50% 50%;
}
.overlay {
    background-color: #000;
    opacity: 0.2;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.page-title .main-h1 {
    position: relative;
    z-index: 1;
}

.middle-banner-img {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 436px;
    background-position: 50% 0%;
}
.middle-banner h2 {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 214px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    line-height: 1.2em;
    max-width: 1440px;
    padding: 0 40px;
    margin: 0 auto;
}
.middle-banner .fill-form {
    margin: -102px 12% 0;
}

.main .overlay {
    display: none;
}

/* Contact PAGE  */
.form-contact-page {
    padding: 92px 0 60px;
}
.form-contact-page .fill-form {
    margin: 0px 15% 0;
}
.contact-info {
    padding-top: 102px;
}
.contact-info-row {
    display: flex;
    flex-wrap: wrap;
}
.contact-info-col {
    flex: 0 0 33.333%;
}
.contact-info {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}
.contact-info .small-title {
    font-size: 14px;
    margin-bottom: 55px;
}

/* BLOG ARCHIVE */
.blog-archive.container {
    max-width: 1400px;
}
.blog-archive-h1, .blog-archive-h2 {
    font-weight: 500;
    font-size: 32px;
    margin: 72px 0 30px;
    line-height: 1.2em;
}
.blog-archive-h2 {
    margin: 0px 0 14px;
}
.blog-entry-first {
    position: relative;
    background-color: #F5E4DB;
    display: flex;
    justify-content: flex-end;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}
.blog-entry-first .blog-entry-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 64.5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}
.blog-entry-first .blog-entry-img img {
    display: none;
}
.blog-entry-first .blog-entry-content {
    flex: 0 0 35.5%;
    padding: 80px 58px;
    font-size: 18px;
    letter-spacing: 0.02em;;
    line-height: 1.4em;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.blog-entry {
    flex: 0 0 calc(33.333% - (80px / 3));
    font-size: 18px;
    letter-spacing: 0.02em;;
    line-height: 1.4em;
    font-weight: 400;
}
.blog-entry .blog-entry-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 300px;
    height: 24vw;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 32px;
}
.blog-entry .blog-archive-h2 {
    margin: 0px 0 10px;
}
.blog-entry .blog-entry-img img {
    display: none;
}
.blog-link {
    padding: 10px 34px;
    font-size: 14px;
    background-color: #000;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin-top: 20px;
    flex: 0 0 auto;
    transition: background-color 0.5s;
}
.blog-link:hover {
    background-color: #ff471d;
}
.blog-back {
    line-height: 1em;
    margin-top: 40px;
    padding: 14px 36px;
}
.custom-pagination {
    font-size: 18px;
    letter-spacing: 0.02em;;
    line-height: 1.4em;
    font-weight: 400;
    flex: 0 0 100%;
    margin-bottom: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-nav-bg {
    /* background-color: #FF471D; */
    background-color: #000;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin: 0 12px;
    position: relative;
    transition: background-color 0.5s;
}
.blog-nav-bg:hover {
    background-color: #ff471d;
}
.blog-nav-bg img {
    width: 12px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
}
.blog-nav-next img {
    left: 54%;
}

/* BLOG SINGLE */
article.container {
    width: 100%;
    padding: 60px 40px 60px;
    max-width: 1080px;
}
article h1 {
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 1.2em;
}
article .small-title {
    padding: 11px 22px;
    font-size: 10px;
    margin-bottom: 26px;
}
article .entry-date {
    color: #9A9A9A;
    margin-bottom: 26px;
}
article .entry-img {
    width: 100%;
    height: 40vw;
    max-height: 440px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 60px;
}
article .entry-img img {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
article h2 {
    color: #FF471D;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
article h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
article h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
article h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
article h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
article p {
    font-size: 18px;
    letter-spacing: 0.02em;;
    line-height: 1.4em;
    font-weight: 400;
    margin-bottom: 20px;
}
article hr {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #000;
    margin: 20px 0;
}

/* CUSTOM GALLERY  */
.custom-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
}

.custom-gallery-item {
  flex: 0 0 calc(25% - 10px);
}

.custom-gallery-item img {
  width: 100%;
  height: auto;
  height: 15vw;
  max-height: 160px;
  border-radius: 6px;
  object-fit: cover;
}

/* FOOTER  */
footer {
    min-height: 160px;
    background-color: #131313;
    display: flex;
    align-items: flex-end;
}
footer .container {
    display: flex;
    align-items: flex-end;
    padding-bottom: 33px;
    justify-content: space-between;
}
.footer-logo {
    width: 152px;
    display: block;
}
footer .right-col {
    display: flex;
    align-items: center;
    transform: translateY(3px);
}
footer .copyrights {
    font-weight: 200;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin-right: 75px;
    font-family: 'Sora', sans-serif;
}
footer .socials a {
    margin-right: 20px;
}
footer .socials a:last-of-type {
    margin-right: 0px;
}
footer .socials a svg {
    transition: filter 0.5s;
}
footer .socials a:hover svg {
    filter: grayscale(1) brightness(3);
}

@media screen and (max-width: 1440px) {
    .big-radius {
        border-radius: 2.8vw;
    }
    .fill-form {
        border-radius: 0.83vw;
        margin: -14vw 15% 0;
    }
    .main-img-photo {
        top: -28.5%;
    }
}

@media screen and (max-width: 992px) {
    .container {
        padding: 0px 10px;
    }
    .hide-mobile {
        display: none;
    }
    .big-radius {
        border-radius: 6vw;
    }
    header {
        min-height: 58px;
    }
    .top-margin {
        height: 58px;
    }

    nav {
        position: absolute;
        z-index: 2;
        background-color: #fff;
        height: calc(100vh - 58px);
        padding: 40px 20px 20px;
        min-width: 320px;
        top: 58px;
        left: 0;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        transform: translateX(-100%);
    }
    nav.active {
        transform: translateX(0%);
    }
    nav ul {
        flex-direction: column;
        margin: 0;
    }
    nav ul li a {
        color: #000;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
        margin: 20px 0px;
    }
    nav ul li {
        margin: 0px 0px 20px;
    }
    .menu-close {
        display: block;
    }
    .header-call {
        padding: 10px 10px;
    }
    .menu-mobile-car {
        display: block;
    }

    .main {
        padding-top: 0px;
    }
    .main .container {
        padding: 0;
    }
    .main .big-radius {
        border-radius: 0;
    }
    /* .main .overlay {
        display: block;
    } */
    .main-img {
        height: calc(100vh - 58px);
        max-height: 500px;
        background-image: url(https://www.trustcarsglobal.pl/img/main-img-mobile.jpg);
        background-position: 41% 36%;
        background-size: 160%;
        background-repeat: no-repeat;
    }
    .fill-form {
        background-color: var(--orange);
        border-radius: 12px;
        margin: 40px 10px 30px;
        padding: 20px;
    }
    .fill-form h4 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .form-row {
        flex-direction: column;
        margin: 0% 0px 0px;
    }
    .form-input {
        margin: 0 0px 10px;
        padding: 10px
    }
    .desc-text {
        text-align: left;
        font-size: 11px;
        font-weight: 300;
    }
    .main-img-photo {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 0%;
        top: 0%;
        object-position: 58% 50%;
    }
    .main-content {
        transform: translateY(0%);
        width: calc(100% - 16%);
        left: 6%;right: 8%;
        top: unset;
        bottom: 30px;
        /* text-align: center; */
    }
    .main-h1 {
        font-size: 32px;
        /* text-shadow: 0px 0px 20px #000; */
    }
    .main .main-h3 {
        font-size: 14px;
        /* text-shadow: 0px 0px 20px #000; */
        margin-bottom: 31px;
        width: 80%;
        line-height: 1.4em;
        letter-spacing: 0.025em;
    }
    .main-img-photo-mobile {
        display: block;
    }
    .main-img-photo {
        display: none;
    }
    ::placeholder {
        font-size: 12px;
    }

    .header-call span {
        display: none;
    }
    .header-call div {
        display: block;
    }
    .menu-open {
        display: block;
    }

    .about {
        padding: 10px 0px 40px;
    }
    .about-row {
        display: flex;
        flex-direction: column;
    }
    .about-bg {
        padding: 20px;
    }
    .about-col-1 {
        margin-right: 0px;
    }
    .about .btn {
        margin-top: 20px;
    }
    .about-col-2 {
        margin-top: 10px;
    }
    .about-img {
        height: auto;
        width: 100%;
    }
    .about p {
        font-size: 16px;
    }

    .route {
        padding: 40px 0px;
    }
    .route-scroll-point {
        top:-58px;
        height: 58px;
    }
    .route h2 {
        margin-bottom: 50px;
    }
    .route-desc {
        border-radius: 8px;
        margin-bottom: 20px;
        font-size: 14px;
        width: calc(100vw - 20px - 60px - 60px);
        max-width: 436px;
        padding: 10px 12px;
    }
    .route-row {
        transform: translateX(0%);
    }
    .route-line {
        transform: translateX(22px);
    }
    .route-car {
        width: 45px;
        top: -18px;
    }
    .route-col-1 {
        width: 60px;
    }
    .route-point {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }
    .route-col-2 {
        width: 60px;
    }

    .advantages {
        padding: 40px 0px;
    }
    .advantages h4 {
        margin-bottom: 40px;
    }
    .advantages-row {
        flex-direction: column;
    }
    .advantages-col-odd {
        margin-right: 0px;
    }
    .advantages-col {
        margin-bottom: 40px;
        flex: none;
    }
    .advantages-col:last-of-type {
        margin-bottom: 0px;
    }
    .advantages-inner-icon {
        width: 70px;
        margin-right: 15px;
    }
    .advantages-inner-col-1 {
        flex: 0 0 85px;
    }
    .advantages-inner-col-2 {
        flex: 0 0 calc(100% - 85px);
    }
    .advantages-row {
        padding: 0px 20px;
    }

    .about-2 {
        padding: 20px 0 40px;
    }
    .about-2-row {
        flex-direction: column;
    }
    .about-2-bg {
        padding: 20px;
    }
    .about-2-col-1 {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .about-2 p {
        font-size: 16px;
    }
    .small-title {
        margin-bottom: 20px;
    }

    .parallax {
        position: relative;
    }
    .img-parallax {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .parallax h2 {
        font-size: 36px;
        line-height: 47px;
    }

    .help {
        padding: 40px 0px;
    }
    .help .container {
        padding: 0px 38px;
    }
    .help-row {
        flex-direction: column;
        justify-content: center;
    }
    .help h2 {
        font-size: 26px!important;
        font-weight: 500;
        margin-bottom: 62px;
    }
    .help h3 {
        font-size: 26px!important;
        margin-bottom: 16px;
    }
    .help-col-1 {
        margin-bottom: 50px;
    }
    .contact-data {
        font-size: 16px;
    }
    .contact-data .contact-data-mail {
        margin-top: 1em;
    }
    .help-img {
        width: 95%;
        transform: translateX(2%);
    }

    .page-title {
        padding-top: 10px;
    }
    .page-title-container {
        min-height: 460px;
    }
    .about-reverse .about-row {
        flex-direction: column-reverse;
    }
    .about-reverse .about-col-2 {
        margin-right: 0px;
    }
    .about-page {
        padding: 0px 0px 10px;
    }
    .about-page .about-bg {
        padding: 20px 10px;
    }
    .about-reverse {
        padding: 0px 0px 40px;
    }
    .middle-banner h2 {
        font-size: 36px;
        width: 100%;
        padding: 0 10px;
    }
    .middle-banner .fill-form {
        margin: -14.9% 8% 0;
    }

    .about h2, .route h2, .advantages h2, .route h2, .about-2 h2, .help h2, .help h3 {
        font-size: 28px;
    }

    .form-contact-page .fill-form {
        margin: 0px 8% 0;
    }
    .form-contact-page {
        padding: 40px 0;
    }

    .contact-info {
        padding: 40px 0 0;
    }
    .contact-info .small-title {
        margin-bottom: 40px;
    }
    .contact-info-row {
        flex-direction: column;
        font-size: 16px;
    }
    .contact-info-col:nth-of-type(2), .contact-info-col:nth-of-type(3) {
        margin-top: 20px;
    }

    .blog-entry-first .blog-entry-content {
        flex: 0 0 35.5%;
        padding: 50px 40px;
    }
    .blog-entry-first {
        margin-bottom: 20px;
    }
    .blog-entry {
        flex: 0 0 calc(50% - (20px / 2));
    }
    .blog-list {
        gap: 20px;
    }
    .blog-entry .blog-entry-img {
        margin-bottom: 14px;
        height: 30vw;
    }
    .blog-archive-h1, .blog-archive-h2 {
        margin: 30px 0 20px;
    }
    .custom-pagination {
        margin: 20px 0 40px;
    }
    .blog-link {
        margin-top: 14px;
    }

    footer {
        min-height: unset;
        padding: 40px 0px;
    }
    footer .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 10px;
    }
    .footer-logo {
        margin-bottom: 20px;
    }
    footer .right-col {
        flex-direction: column;
        justify-content: center;
    }
    footer .copyrights {
        margin: 0 0 20px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .blog-entry-first {
        display: block;
    }
    .blog-entry-first .blog-entry-img {
        position: static;
        height: 50vw;
        width: 100%;
    }
    .blog-entry-first .blog-entry-content {
        padding: 20px;
    }
    .blog-archive-h2 {
        margin: 0px 0 14px;
    }
}

@media screen and (max-width: 500px) {
    .middle-banner h2 {
        font-size: 30px;
    }
    .form-contact-page .fill-form {
        margin: 0px 10px 0;
    }
    .middle-banner .fill-form {
        margin: -14.9% 10px 0;
    }
    .blog-entry {
        flex: 0 0 100%;
    }
    .blog-entry .blog-entry-img {
        height: 60vw;
    }
    .blog-entry-first {
        margin-bottom: 30px;
    }
    .blog-list {
        gap: 30px;
    }
    article.container {
        padding: 30px 10px 30px;
    }
    article .small-title {
        margin-bottom: 18px;
    }
    article h1 {
        margin-bottom: 10px;
    }
    article .entry-date {
        margin-bottom: 16px;
    }
    article .entry-img {
        height: 52vw;
        max-height: unset;
    }
    article .entry-img {
        margin-bottom: 20px;
    }
    .custom-gallery-item {
        flex: 0 0 calc(50% - 10px);
    }
    .custom-gallery-item img {
        height: 30vw;
    }
}

@media screen and (max-width: 370px) {
    .main-img {
        background-position: 42% 0%;
        background-size: cover;
    }
    .main .main-h3 {
        width: 100%;
    }
}