/*
Theme Name: my-bus.site
Template: twentytwenty
Description: Тема для сайта http://my-bus.site/
Author: AtlantMega
Author URI: http://atlant-mega.com
Version: 1.1
*/

/*
Плитки
 */

html {
    scroll-behavior: smooth;
}

.route_txt {
    font-size: 16px;
    margin-top: 10px;
    /*border: #f6921e solid 3px;*/
    border-radius: 10px;
}

.route_txt p {
    text-align: center;
    margin-top: 5px;
    font-weight: 600;
}

.route_txt p:first-child {
    text-decoration: underline;
}

.route_txt li {
    list-style-type: none;
    text-align: justify;
}

.routes_txt2 {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.lists-routes {
    margin-top: 23px
}

@media (min-width: 600px) and (max-width: 767px) {
    .lists-routes .col-xs-12 {
        width: 50%
    }
}

.list-routes {
    background: #05380e;
    margin-bottom: 40px;
    border-radius: 5px;
    max-width: 262px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40px
}

@media (max-width: 992px) {
    .list-routes {
        max-width: 350px;;
    }
}

.list-routes_img {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    height: 180px;
    width: 100%;
    max-width: 262px;
    margin: 0 auto
}

.list-routes_img img {
    border-radius: 5px;
}

.list-routes_img:hover {
    transform: scale(1.05);
}

.list-routes_ttl {
    display: block;
    color: #f6921e;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 9px;
    margin-top: 4px;
    overflow: hidden;
    height: 45px;
}

a.list-routes_ttl:hover {
    color: #3296D3;
}

.list-routes a:hover {
    text-decoration: none;
}

.list-routes_more-btn {
    display: block;
    color: #fff;
    border: 2px solid #fff;
    background: #f6921e;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    margin: 0 auto;
    width: 132px;
    position: relative;
    bottom: -21px;
    padding: 9px;
    border-radius: 6px;
    transition: 0.3s
}

.list-routes_more-btn:hover, .list-routes_more-btn:focus {
    color: #fff;
    background: #3296D3;
    text-decoration: none;
    transition: 0.3s
}

@media (max-width: 1199px) {
    .list-routes {
        margin-bottom: 40px
    }

    .list-routes_img {
        height: 180px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    a.list-routes_ttl {
        padding: 0;
    }
}

@media (min-width: 1199px) {
    .list-routes_img {
        height: 220px
    }
}

@media (max-width: 992px) {
    .list-routes_img {
        height: 300px;
        max-width: inherit;
    }

    .list-routes_ttl {
        font-size: 22px;
    }

    .page-route-acr {
        /*    height: 115px !important;
     */
    }

    .list-routes_more-btn {
        font-size: 18px;
        width: 170px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .lists-routes .col-xs-12 {
        width: 50%
    }
}

/*
Footer
 */

.all_footer {
    margin: 0;
    max-width: 100%;
}

.footer-logo img {
    height: 50px;
    margin: 0 auto 0 0;
}

.tel_in_footer {
    margin: 0;
}

.tel_in_footer a {
    font-size: 18px;
    color: #f6921e;
}

.tel_in_footer a:hover {
    color: #3296D3;
    text-decoration: none !important;
}

#site-footer {
    background: #05380e;
    padding-bottom: 15px;
}

#site-footer a {
    text-decoration: none !important;
}

.footer_cop {
    margin: 0 0 0 auto;
}

.footer-copyright {
    padding-right: 15px;
    font-size: 14px;
    color: white;
    text-align: center;
}

.to-the-top {
    color: #f6921e !important;
}

.to-the-top a {
    text-align: center;
}

.to-the-top:hover {
    color: #3296D3 !important;
}

@media (max-width: 768px) {
    .footer-logo img {
        margin: 0 auto 25px;
    }

    .icon_tel {
        text-align: center
    }
}

.soc_footer {
    display: inherit;
    margin: 0 auto 0 0;
}

@media (max-width: 768px) {
    .soc_footer {
        margin: 20px auto 0;
    }
}

.facebook_link {
    display: block;
    height: 40px;
    width: 40px;
    background: url(assets/fb_icon.png) no-repeat center/33%;
}

.facebook_link:hover {
    background: url(assets/fb_icon.png) no-repeat center/43%;

}

.instagram_link {
    display: block;
    height: 40px;
    width: 40px;
    background: url(assets/instagram_icon.png) no-repeat center/70%;
}

.instagram_link:hover {
    background: url(assets/instagram_icon.png) no-repeat center/90%;

}

/*
Меню
 */

#site-header {
    background: #05380e;
    height: 150px;
    /*margin-bottom: 50px;*/
}

.ico_tel_ua {
    height: 15px;
    width: 20px;
    background: url(assets/ua.svg) no-repeat 100%;
    display: inline-block;
}

.ico_tel_ru {
    height: 15px;
    width: 20px;
    background: url(assets/ru.svg) no-repeat center/100%;
    display: inline-block;
    margin-right: 10px;
}

.tel_in_head {
    margin: 15px auto;
    text-align: center;
}

.tel_in_head a {
    font-size: 18px;
    color: #f6921e;
    margin: auto;
}

@media (min-width: 700px) and (max-width: 768px) {
    #site-header {
        height: 125px;
    }
}

@media (max-width: 576px) {
    #site-header {
        height: 200px;
    }
}

.tel_in_head a:hover {
    color: #3296D3;
    text-decoration: none;
}

.primary-menu li {
    display: inline-block;
    background: #f6921e;
    margin-right: 3px;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    width: 125px;
    margin-top: 25px;
}

.primary-menu li a {
    color: #fff !important;
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
    text-align: center;
}

.primary-menu li:hover {
    background: #3296D3;
}

.mar-left {
    margin-right: 60px !important;
}

.mobile-menu li {
    display: block;
    background: #f6921e;
    margin-right: 3px;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.modal-menu {
    width: inherit;
    left: inherit;
}

.mobile-menu li a {
    color: #fff !important;
    display: block;
    /*padding: 5px 15px;*/
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
}

.mobile-menu li:hover {
    background: #3296D3;
}

.toggle-text {
    color: #f6921e !important;
}

.svg-icon {
    color: #f6921e !important;
}

.menu-modal-inner {
    background: #4d4c4c;
}

/*
Лого
 */

.header-inner.section-inner {
    padding: 0;
}

img.custom-logo {
    margin-top: 5px
}

.site-logo img {
    max-height: 6rem;
}

/*
Страница маршрута
 */

#main_content {
    margin-top: 50px;
}

.page-route-img {
    border-radius: 5px;
    overflow: hidden;
    max-width: 555px;
    margin: 0 auto;
    width: 100%
}

.page-route-ttl {
    margin-top: 10px;
    text-transform: none;
    text-align: left;
    font-weight: 700 !important;
}

@media (max-width: 992px) {
    .page-route-ttl {
        margin-top: 25px
    }

    .page-route-transp {
        float: left
    }
}

.page-route-acr {
    color: #969696;
    font-size: 16px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px 0;
    /* height: 165px;
 */
}

.list-routes .page-route-acr {
    height: 165px;
}


.route-acrt {
    text-align: center;
    margin: 0;
}

.page-route-acr p {
    margin: 0;
    display: inline-block;
    margin-right: 5px;
}

.page-route-acr p.sep {
    background: url(assets/arr-rt.png) no-repeat 0% 50%;
    width: 10px;
    height: 9px;
    margin: 0px 5px;
    margin-right: 7px
}

.page-route-acr p.sep:last-child {
    background: none;
}

@media screen and (max-width: 600px) {
    .col-8.bron {
        width: 100%
    }

    .col-4.left-border {
        width: 100%;
        padding-top: 15px
    }
}

.bron > h2 {
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
    color: #4d4c4c;
}

.page-route_tx {
    margin: 20px auto 0;
    font-size: 16px;
    overflow: hidden;
    width: 260px;
}

.page-route_tx-row:first-child {
    overflow: hidden;
    background-repeat: repeat-x;
    margin-bottom: 8px
}

.page-route_tx-row:last-child {
    overflow: hidden;
    background-repeat: repeat-x;
    color: #969696
}

.page-route_tx-row span {
    background: #fff
}

.page-route_tx-row span:first-child {
    float: left
}

.page-route_tx-row span:last-child {
    float: right
}

.page-route_tx-pr {
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    float: none !important;
    line-height: 14px
}

.content p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 21px;
    margin-top: 20px;
    text-align: justify;
    text-indent: 2rem;
}

.page-route-time {
    float: left;
    overflow: hidden;
    margin-top: 21px
}

.page-route-time.t2 {
    color: #4d4c4c
}

.page-route-time.t2 div {
    background: url(assets/clock2.png) no-repeat 0% 50%
}

.page-route-time div {
    font-size: 19px;
    padding-left: 27px
}

.page-route-time div u {
    font-weight: bold;
}

.page-route-time p {
    font-weight: 700;
    font-size: 20px;
    margin-top: 3px
}

.left-border {
    border-left: 1px solid #d3d3d3
}

.page-route-adv-ttl {
    color: #969696;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px
}

@media (max-width: 768px) {
    .left-border {
        margin-top: 25px;
    }
}

.page-route-adv-list {
    padding: 15px
}

@media (min-width: 992px) and (max-width: 1200px) {
    .page-route-adv-list {
        padding: 15px 0;
    }
}

.page-route-adv_img {
    width: 100%;
    max-width: 36px;
    margin: 0 auto 3px
}

.page-route-oc {
    margin-top: 47px
}

.page-route-oc_btn {
    width: 266px;
    margin: 0 auto;
    display: block;
    background: #f6921e;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 10px;
    border-radius: 4px;
    transition: 0.3s
}

.page-route-oc_btn:hover, .page-route-oc_btn:focus {
    background: #3296D3;
    transition: 0.3s;
    text-decoration: none;
}

.url_route_back a {
    font-size: 16px;
    color: #f6921e !important;
    font-weight: bold;
}

.url_route_back a:hover {
    color: #3296D3 !important;
    text-decoration: none;
}

.url_route_back {
    text-align: center;
    padding-top: 10px;
}

.page-route-oc a:hover {
    color: #3296D3 !important;
}

.map_route {
    margin: auto 0;
    padding: 15px 0;
}


/*
Форма бронирования
 */

.page-route-oc-name {
    margin-bottom: 15px;
}

.name-main {
    color: #969696;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    width: 100%;
}

#route1, #route2 {
    font-size: initial;
    height: 32px;
    border-radius: 4px;
    border-color: #dcd7ca;
    width: 48%;
    text-align-last: center;
}

#wpcf7-f384-o1 {
    display: none;
}

.text-841 input {
    height: 20px;
    border-radius: 4px;
}

.tel-710 {
    width: 100%;
}

.tel-710 input {
    height: 20px;
    border-radius: 4px;
}

.email-372 input {
    height: 20px;
    border-radius: 4px;
}

.textarea-989 textarea {
    height: 5em;
    border-radius: 4px;
    resize: none;
}

#sub_btn {
    width: 266px;
    margin: 10px auto 0;
    display: block;
    background: #f6921e;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 10px;
    border-radius: 4px;
    transition: 0.3s;
    text-transform: none;
}

.wpmtst-submission-form .wpmtst-submit .wpmtst_submit_testimonial{
    width: 266px;
    height: 70px;
    margin: 10px auto 0;
    display: block;
    background: #f6921e;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 10px;
    border-radius: 4px;
    transition: 0.3s;
    text-transform: none;
}

.wpmtst-submission-form .wpmtst-submit .wpmtst_submit_testimonial:hover{
    background: #3296D3;
    transition: 0.3s;
    text-decoration: none;
}

#sub_btn:hover {
    background: #3296D3;
    transition: 0.3s;
    text-decoration: none;
}

.wpcf7-form p label {
    color: #969696;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    width: 100%;
}

.wpcf7-form p label span {
    font-size: 16px;
    font-weight: 600;
}

.wpcf7-response-output {
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    background: white;
    border: 2px solid #f6921e !important;
}

#tel_form p{
    display: flex;
}

select[name="menu-756"] {
    font-size: initial;
    height: 32px;
    border-radius: 4px;
    border-color: #dcd7ca;
}

form > p:nth-child(3) {
    margin-bottom: 0;
}

form > p:nth-child(3) > label:first-child {
    margin-bottom: 15px;
}

form > p:nth-child(5) > label:nth-child(2) {
    margin-bottom: 15px;
}

form > p:nth-child(5) > label:nth-child(4) {
    margin-bottom: 15px;
}

.date-88 input {
    padding: 2px;
    border-radius: 4px;
}

/*
Форма на главной
 */

.main_form {
    max-width: 1000px;
    margin: auto;
}

#wpcf7-f377-o1 {
    background: #05380e;
}

.wpcf7-not-valid-tip {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #f6921e;
}

.main_form div p, .main_form div{
    background: #4d4c4c;
}

.main_form div p {
    height: 100px;
    display: flex;
    align-items: center;
}

#sub_btn_main {
    margin: auto;
    display: block;
    background: #f6921e;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 10px;
    border-radius: 4px;
    transition: 0.3s;
    text-transform: none;
}

#sub_btn_main:hover {
    background: #3296D3;
    transition: 0.3s;
    text-decoration: none;
}

.menu-624, .menu-625, .menu-127 {
    margin: auto;
    font-size: 18px;
}

/*.menu-624 select, .menu-625 select, .menu-127 select {*/
/*    height: 28px;*/
/*}*/

.main_form select {
    height: 28px;
    font-size: 18px;
    width: 125px;

    /*font-size: 20px;*/
}

.main_form select[name='menu-127'] {
    width: unset;
}

input[name='tel-966'], input[name='date-939'] {
    padding: 0;
}

.wpcf7-spinner {
    display: none;
}

#wpcf7-f384-o1 input:not(#sub_btn) {
    padding: 0;
}

#wpcf7-f384-o1 select {
    height: 26px;
}

.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 5;
}

/*.menu-624 select, .menu-625 select {*/
/*    width: 125px;*/
/*}*/

@media (min-width: 768px) and (max-width: 992px) {
    .menu-624 select, .menu-625 select {
        width: 100px;
    }

    .date-939 input {
        width: 100px;
    }
}

@media (max-width: 768px) {
    .main_form div p{
        height: 50px;
    }

    .menu-624 select, .menu-625 select {
        width: 200px;
    }
}

@media (max-width: 477px) {
    .menu-624 select, .menu-625 select {
        width: 150px;
    }
}

.tel_align {
    margin: auto;
}

.date-939 input {
    padding: 0;
}

.date-939 {
    margin: auto;
}

.tel-966 input {
    padding: 0;
    height: 28px;
}

.tel-966 {
    margin: auto;
}

#btn_reg {
    height: 24px;
    width: 24px;
    background: url(assets/two-circular.png) no-repeat 0% 50%;
    margin: auto;
    padding: 0;
}

/*
Главная
 */

.main_route_row {
    padding: 15px;
    margin: 0;

}

.main_route p {
    font-size: 30px;
    color: #f6921e;
    margin: 3rem 0 2rem 0;
    text-align: center;
}

.main_all_route a {
    width: 266px;
    margin: 25px auto;
    display: block;
    background: #f6921e;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 10px;
    border-radius: 4px;
    transition: 0.3s;
    text-align: center;
    text-transform: none;
    text-decoration: none;
}

.main_all_route a:hover {
    background: #3296D3;
    transition: 0.3s;
    text-decoration: none;
}

.main_text_down {
    margin: 40px 80px 0;
}

@media (max-width: 768px) {
    .main_text_down {
        margin: 40px 20px 0;
    }

    .main_text_down > p {
        text-align: justify !important;
    }
}

.main_text_down p, li {
    font-size: 16px;
    /*font-weight: bold;*/
}

.main_text_down > h1 {
    margin-bottom: 30px;
    /*font-weight: bold;*/
}

/*
Пагинация
 */

.pagin {
    margin: 25px 0 0;
    font-size: 28px;
    text-align: center;
}

.pagin a {
    color: #f6921e;
}

.pagin a:hover {
    color: #3296D3;
    text-decoration: none;
}

/*
Страница о нас
 */

.about_title {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 40px;
}

.about_text p {
    font-size: 16px;
    font-weight: 700;
    text-align: justify;
    padding: 10px;
    text-indent: 2rem;
}

/*
Страница контакты
 */

.contact_title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 40px 0;
}

.contact_table {
    border: none;
    margin-top: 100px;
}

@media (max-width: 992px) {
    .contact_table {
        margin-top: 0;
    }
}

.contact_table tbody tr td {
    border: none;
}

.contact_table tbody tr {
    font-size: 16px;
    font-weight: 700;
    border-bottom: #ccc solid 1px;
}

.contact_table tbody tr:last-child {
    border: none;
}

.contact_table tbody tr td a {
    color: black;
}

.contact_table tbody tr td a:hover {
    color: #3296D3;
    text-decoration: none;
}

.contact_table tbody tr td:first-child {
    text-align: left;
}

.contact_table tbody tr td:last-child {
    text-align: right;
}

#wpcf7-f369-o1 p label {
    margin: 0;
}

#wpcf7-f369-o1 p {
    margin-bottom: 10px;
}

#wpcf7-f369-o1 form p label span input {
    height: 20px;
    border-radius: 4px;
}

#wpcf7-f369-o1 form p label span textarea {
    height: 5em;
    border-radius: 4px;
    resize: none;
}

#wpcf7-f369-o1 {
    text-align: center
}

#wpcf7-f369-o1 form p label {
    text-align: left;
}

.write_us {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 30px 0;
}

/*
Страница важно знать
 */
.main_info > p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.main_img {
    max-width: 300px;
    margin: 15px 0;
}

.main_img_all {
    max-width: 300px;
    margin: auto 0;
    padding-top: 25px;
}

@media (max-width: 768px) {
    .main_img {
        max-width: 600px;
        margin: auto;
        padding: 15px;
    }

    .main_img_all {
        max-width: 600px;
        margin: auto;
        padding: 15px;
    }
}

.main_text {
    margin: auto 0;
    padding: 0 20px;
}

.main_text a {
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-align: justify;
}

.main_text_all {
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-align: justify;
    padding: 25px 15px 15px;
}

.main_text_all > u {
    font-size: 18px;
}

.main_text > a > u {
    font-size: 18px;
}

.main_text > u {
    font-size: 18px;
}

.main_text a:hover {
    text-decoration: none;
    color: #3296D3;
}

.info {
    margin-bottom: 25px;
}

/*
Страница отзывов
 */
.form-field {
    margin-bottom: 10px !important;
}

.form-field input {
    height: 20px;
    border-radius: 4px;
}

.form-field label {
    color: #969696;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.required-notice {
    color: #969696;
    font-size: 12px;
}

#wpmtst_post_content {
    height: 5em;
    border-radius: 4px;
    resize: none;
    font-size: 16px;
}

.reviews_form {
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0 0;
    text-align: center;
}

#wpmtst_featured_image {
    height: 21px;
}

.wpmtst-submit label {
    margin-top: 25px;
}

#wpmtst_submit_testimonial {
    margin: auto 0;
    display: block;
    background: #f6921e;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 10px;
    border-radius: 4px;
    transition: 0.3s;
    text-transform: none;
    height: 50px;
    width: 200px;
}

#wpmtst_submit_testimonial:hover {
    background: #3296D3;
    transition: 0.3s;
    text-decoration: none;
}

.wpmtst-submit {
    text-align: center;
}

.wpmtst-testimonial {
    border: #f6921e solid 1px !important;
    border-radius: 4px;
}

.wpmtst-testimonial-content p {
    font-size: 14px;
    text-align: justify;
}

.testimonial-name {
    font-size: 12px;
    font-style: italic;
}

.wpmtst-testimonial-inner {
    border: none !important;
}

.wpmtst-default {
    margin: 25px auto;
}


.mainmove_niny {
    color: #999;
    text-align: center;
    margin: 0px;
    font-size: 1.3em;
}

.page-route-info li {
    font-size: 16px;
}

.trp-language-switcher .trp-ls-shortcode-current-language {
    background-color: unset;
    border: none;
    padding: unset;
}

.trp-language-switcher .trp-ls-shortcode-current-language a {
    color: #f6921e;

}

.wpcf7-date{
    height: 27px;
    min-width: 27px!important;
}