
html, body {

    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size:16px;
    color: #716d6e;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    overflow: auto;
    font-family: 'Roboto';
}

.n{color:#716d6e}
.y{color:/*#ffbf00*/#716d6e}
/* Animation Delay
--------------------------------------------*/
.delay05s {
    animation-delay: 0.5s;
}
.delay1s {
    animation-delay: 1s;
}
.delay15s {
    animation-delay: 1.5s;
}
.delay2s {
    animation-delay: 2s;
}
.v-hidden {
    visibility: hidden;
}

/* Navbar */
.navbar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 999;
    height: 50px;
}

.navbar {
    background-color: white;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    height: 50px;
}

.logo {
    width: 128px;
    height: 50px;
    display: flex;
}

.scroll-to.img-logo-link {
    padding-left: 4px;
}

.navbar-toggler {
    border: none;
    outline: none;
    margin-left: auto;
    margin-right: 4px;
    padding-right: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-item {
    padding: 0;
    font-weight: 600;
}


.nav-link {
    padding: 0;
    white-space: nowrap;
}

/* Dropdown menu */
.dropdown-menu {
    background: #f9f8f8;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
    padding-left: 8px;
}

.dropdown-menu img {
    padding-bottom: 4px;
    height: 28px;
    padding-left: 8px;
}

.dropdown-menu li a {
    text-decoration: none;
    color: #004466;
    display: block;
    padding: 6px 15px;
    transition: background-color 0.2s ease;
    color: #777;
    text-decoration: none;
    width: 100%;
}

.dropdown-menu li a:hover {
    background-color: #e7e7e7;
}
.dropdown-picture img{
    padding-bottom: 3px;
    height: 20px;
    padding-left: 0px;
}

/* Links
--------------------------------------------*/
a {
    color: #ffbf00;
}
a:hover {
    color: #333;
    text-decoration: none;
}
.btn-menudrop > li > button {
    padding: 3px 15px;
    color: #777;
    border: 1px solid transparent;
    width: 100%;
    text-align: left;
    background-color: #f9f8f8;
    font-size: 17px;
    text-wrap: auto;
}
.btn-menudrop > li > button:hover {
    background-color: #e7e7e7;
    border-color: #e7e7e7;
    color: #716d6e;
}

.btn-info{
    width: 250px;
}
@media (max-width: 494px ){
    .btn-info{
        width: 125px;
    }

}
@media (max-width: 290px ){
    .btn-info{
        width: 90px;
    }

}
/* Scroll to Top Button
--------------------------------------------*/
.scrollup {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 44px;
    right: 5px;
    opacity: 0;
    text-indent: -9999px;
    background: url('../../template/img/icon_top.png') no-repeat;
    z-index: 1010;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.scrollup.visible {
    opacity: 1;
    pointer-events: auto;
}



/* Delivery color */
.delivery-color-green-live {
    background-color: #349427;
    display: block;
    padding: 0;
    margin-top: 50px;
}

.delivery-color-red-live {
    background-color: #ff3e3a;
    display: block;
    padding: 0;
    margin-top: 50px;
    width: 100% !important;
}

.text-container-wrapper {
    width: 100%;
}

.top-bar-live {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 83.33333% !important;
    margin: 0 auto !important;
    max-width: none !important;
    padding: 0px 4px;
    box-sizing: border-box;
}

.text-container-live {
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.text-container-live i {
    margin-right: 5px;
    font-size: 20px;
}

.social-icons-live {
    display: flex;
    gap: 15px;
    color: white;
    align-items: center;
}

.social-icons-info-live {
    display: flex;
    gap: 5px;
    color: white;
    align-items: center;
}

.social-icons-live i {
    font-size: 20px;
}

.social-icons-live a {
    color: white;
    text-decoration: none;
   /* padding-top: 1px;*/
}

.social-icons-live a:hover {
    color: #e0e0e0;
}

.carousel {
    width: 100%;
    height: 400px;
}

.carousel-inner {
    height: 100%;
}



.carousel-item {
    position: relative;
    transition: opacity 2s ease-in-out;
}

.carousel-fade .carousel-item {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}


.carousel-item img {
    width: 100%;

    object-fit: cover;

    height: 400px;

}

.custom-caption-bg {

    background-color: rgba(255, 191, 0, 0.5);
   /* border-radius: 10px;*/
    padding: 0px 10px 0px 10px;
    display: inline-block;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}


.custom-caption {
    position: relative;
    color: white;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-shadow: 3px 3px 3px black;
    text-transform: uppercase;
    margin: 0; /* Убираем лишние отступы */
    padding: 0;
}


#teaser .subtitle {
    font-size: 32px;
    color: white;
    text-transform: none;
    display: block;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}


@media (max-width: 991px) {

    .custom-caption{

        font-size: 30px;
        top: 10%;

    }

    #teaser .subtitle {

        font-size: 20px;
    }

}

@media (max-width: 400px) {

    .custom-caption{

        font-size: 20px;
        top: 5%;

    }

    #teaser .subtitle {

        font-size: 15px;
    }

}

.carousel-button {
    position: absolute;
    bottom: 15%;
    transform: translateX(-50%);
    background-color: red;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 6px 6px 0 #efe9e9;
    margin-left: 50%;
    margin-right: 50%;
    white-space: nowrap;
}

.carousel-button:hover {
    background-color: darkred;
    color: white;
}

#printable-form {
    background-color: #febf04;
    padding-top: 12px;
}

.pencil-text-wrapper {
    display: flex;
    align-items: center;
    width: 83.33333%;
    margin: 0 auto;
}

.pencil-icon {
    height: 13px;
    margin-right: 8px;
}

#application {
    color: black;
    text-decoration: none;
    font-size: 14px;
    margin-left: 6px;
    display: block;
}

#application strong {
    font-weight: bold;
}

#services {
    margin-top: 25px;
    position: relative;
    margin-bottom: 42px;
}

#services .title {
    margin-bottom: 32px;
}

#services h2 {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
}

.underline {
    height: 4px;
    width: 135px;
    display: block;
    background-color: #ffbf00;
    margin: 0 auto;
}

#services .service-box {
    background-color: #ededed;
    overflow: hidden;
    padding: 15px;
}

#services .service-box .service-icon {
    height: 45px;
    width: 45px;
    background-color: #ffbf00;
    color: #fff;
    text-align: center;
    line-height: 43px;
    float: left;
    margin-right: 15px;
}

#services .service-box .service-icon img {
    width: 26px;
}

#services .service-box .service-title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    padding-top: 7px;
    padding-bottom: 20px;
}

#services .service-box .service-content {
    margin-top: 10px;
    font-size: 15px;
    line-height: normal;
}

.service-box label {
    margin-bottom: 0;
}

#prices {
    margin-top: 25px;
    position: relative;
}

#prices .title {
    margin-bottom: 30px;
}

#prices h2 {
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
}

#prices .service-box {
    background-color: #ededed;
    padding: 15px;
    margin-bottom: 30px;
}

#prices .service-box .service-icon {
    height: 45px;
    width: 45px;
    background-color: #ffbf00;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 41px;
    font-weight: 900;
    float: left;
    margin-right: 15px;
}

#prices .service-box .service-icon img {
    width: 18px;
}

#prices .service-box .service-title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    padding-top: 5px;
}

#prices .service-box .service-content {
    margin-top: 25px;
    font-size: 15px;
    line-height: 1.7;
}

#prices .btn-border {
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0 20px 0 0;
    display: inline-block;
}

.btn {
    font-size: 24px;
    font-weight: 700;
    background-color: #ffbf00;
    color: #fff;
    border-radius: 4px;
    border: none;
    line-height: 47px;
    padding: 0 15px;
    box-shadow: 6px 6px 0 #efe9e9;
    margin-right: 15px;
    transition: .2s;
    margin-left: 0px;
    float: left;
    margin-bottom: 35px;
    height: auto;
}

.btn:hover {
    background-color: #ffbf00;
}

.btn-gray {
    background-color: #ffbf00;
}

.btn-gray:hover {
    background-color: #ffbf00;
}

#information {
    margin-top: 25px;
}

#information h2 {
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
}

#contact {
    margin-top: 50px;
}

#contact h2 {
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
}

#teaser form {
    padding: 15px;
}

header.large {
    height: 92px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-top: 37px solid #ffbf00;
    margin: -1px auto 15px;
}

#prices .btn-border {
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0 20px 0 0;
    display: inline-block;
}

#prices .btn:hover {
}

#prices .btn-gray {
    background-color: #716d6e;
}

#prices .btn-gray:hover {
    background-color: #ffbf00;
}

@media (max-width: 1200px) {
    #services h2 {
        font-size: 42px;
        margin: 0 0 20px 0;
    }
    #services .service-box .service-icon {
        height: 38px;
        width: 38px;
        line-height: 36px;
        font-size: 36px;
    }
    #services .service-box .service-title {
        font-size: 24px;
        padding-top: 6px;
    }
    #services .service-box .service-content {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.5;
    }
    #prices h2 {
        font-size: 42px;
        margin: 0 0 20px 0;
    }
    #prices .service-box .service-icon {
        height: 38px;
        width: 38px;
        line-height: 36px;
        font-size: 36px;
    }
    #prices .service-box .service-title {
        display: inline-block;
        font-size: 24px;
        line-height: normal;
        vertical-align: text-top;
    }
    #prices .service-box .service-content {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.5;
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 15%;
        width: 65%;
        max-width: 65%;
        background: white;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 10px;
        border-radius: 0 0 10px 10px;
    }
    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }
    .navbar-nav .nav-item {
        width: 100%;
    }
    .navbar-nav .nav-link {
        padding: 5px;
        display: block;
    }
    .navbar {
        flex-wrap: nowrap;
    }
    .navbar-toggler {
        flex-shrink: 0;
    }
    .logo {
        flex-shrink: 0;
    }
    .dropdown-menu {
        position: absolute;
        right: 100px;
        left: auto;
        width: 100%;
        margin: 0;
    }
    #services h2, #prices h2, #information h2, #contact h2 {
        font-size: 28px;
        line-height: normal;
    }
    #services .service-box .service-icon {
        line-height: 36px;
    }
    #prices .service-box .service-icon {
        line-height: 36px;
    }
    #prices .service-box .service-title {
        display: inline-block;
        font-size: 24px;
        line-height: normal;
        vertical-align: text-top;
    }

    .btn {
        width: 100%;
        padding: 0px;
        font-size: 24px;
    }
    #contact .contact-box{
        font-size: 14px;
    }
}

/* Small devices (до 767px) */
@media (max-width: 767px) {
    .navbar-wrapper {
        height: 50px;
    }
    .navbar {
        width: 83.33333%;
        margin: 0 auto;
        padding: 0;
    }
    .scroll-to.img-logo-link {
        padding-left: 4px !important;
        margin: 0;
    }
    .logo {
        margin: 0;
    }
    .navbar-toggler {
        margin-left: auto;
    }
    .top-bar-live {
        width: 83.33333% !important;
        margin: 0 auto !important;
        justify-content: space-between;
    }
    .text-container-live {
        flex-grow: 0;
    }
    #contact .contact-box{
        font-size: 13px;
    }
}

/* Very small devices (до 500px) */
@media (max-width: 500px) {
    .delivery-color-red-live {
        width: 100% !important;
    }
    .top-bar-live {
        width: 83.33333% !important;
        margin: 0 auto !important;
        max-width: none !important;
        padding: 0 4px;
    }
    .text-container-live {
        flex-grow: 0;
    }
}

/* Extra small devices (480px) */
@media (max-width: 480px) {
    #services .service-box .service-title {
        font-size: 16px;
        line-height: normal;
    }
    #prices .service-box .service-title {
        font-size: 16px;
    }
    #services .service-box .service-icon, #prices .service-box .service-icon {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 24px;
    }
    #services .service-box .service-icon img {
        width: 20px;
    }
    #prices .service-box .service-icon img {
        width: 14px;
    }
    #prices .service-box, #services .service-box {
        padding: 10px;
    }
    .btn {
        padding: 5px;
        font-size: 16px;
        line-height: normal;
        white-space: normal;
    }
    #contact h2, #information .title, #information h2, #prices h2, #services h2 {
        font-size: 20px;
        margin: 0;
        padding-bottom: 5px;
    }
    #prices .title {
        margin-bottom: 25px;
    }
    #prices, #services {
        margin-top: 0;
    }
}


@media (max-width: 190px) {
    .delivery-color-red-live {
        width: 100% !important;
        min-width: 190px;
    }
    .top-bar-live {
        width: 83.33333% !important;
        margin: 0 auto !important;
        max-width: none !important;
        min-width: 158px;
        padding: 0 4px;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .text-container-live {
        font-size: 13px;
        flex-shrink: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .social-icons-live {
        gap: 8px;
        flex-shrink: 0;
    }
    .social-icons-live i {
        font-size: 13px;
    }

    .container-width-small {
        width: 100% !important;
        min-width: 190px;
    }


}


.feedback-icon{
    display: inline-block;
    vertical-align: sub; /* */
    width: 26px;
    margin-right: 10px;
}

/* Additional */
.delivery-color-green {
    background-color: #349427;
}

.delivery-color-red {
    background-color: #ff3e3a;
}


.conv-headers{
    font-weight:600;
    display: flex;
    justify-content: space-around;
}

/* Contact
--------------------------------------------*/
#contact {
    margin-top: 15px;
}
#contact input::-webkit-input-placeholder {
    font-size: 12px;
}

#contact .title {
    margin-bottom: 16px;
}

.form-content{
    background-color: #ededed;
    padding: 30px 22px 0px 21px;
}
.form-content label{
    margin-bottom: 0;
    font-weight: 700;
    margin-left: 6px;
}
#contact .underline {
    height: 4px;
    width: 135px;
    display: block;
    background-color: #ffbf00;
    margin: 0 auto;
}

#contact .contact-info {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.7;
    font-weight: bold;
}
#contact .contact-info .address {
    font-weight: 900;
}
#contact .contact-info .highlight {
    color: #ffbf00;
}
#contact form .form-group {
    margin-bottom: 20px;
}
#contact form .text-field {
    height: 45px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 18px;
}
#contact form textarea {
    height: 127px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 12px;
}

#contact form .btn-border {
    border: 1px solid #ffd992;
    padding: 1px;
    margin: 0 20px 0 0;
    display: inline-block;
}

#contact form .submit-message {
    width: 60%;
}

#contact .contact-box-title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 5px;
    display: inline-block;
}
#contact .contact-box-title-small {
    font-size: 17px;
    font-weight: bold;
    margin-top: 0px;
}
#contact .contact-box {
    background-color: #ededed;
    padding: 20px 30px;
    margin-bottom: 10px;
}
#contact .contact-box .highlight {
    font-weight: bold;
    /*color: #ffbf00;*/
}
#contact .contact-box img {
    float: left;
    margin-right: 7px;
}
#contact .request{
    margin-top: 29px;
}
#contact .contact-box-name {
    font-size: 24px;
    font-weight: bold;
}
#contact .contact-box-border {
    background-color: #ffbf00;
    height: 10px;
    margin-top: 1px;
    margin-bottom: 8px;
}
#contact .contact-box-divider {
    height: 16px;
}
.contact-box .row{
    margin-bottom: 21px;
}

@media (max-width: 1200px)  {
    .contact-box .row {
        margin-bottom: 16px;

    }
}

@media (max-width: 992px)  {
    .contact-box .row {
        margin-bottom: 3px;

    }
}

#contact .clock{
    margin-top: 10px;
}

.submit-message-reply{
width: 100%;
    padding-left: 0px;
}
/* Footer Bar
--------------------------------------------*/
#footer-bar {
    background-color: #716d6e;
    padding: 25px 0 40px 0;
    color: #fff;
    margin-bottom: -90px;
    margin-top: 20px;
    line-height: 1.7;
    font-size: 16px;
}
#footer-bar .footer-widget:after {
    clear: both;
}
#footer-bar h2 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}
#footer-bar .gallerywidget a {
    margin: 0 2px 4px 0;
    display: block;
    float: left;
}
/* Footer
--------------------------------------------*/
footer {
    margin-top: 15px;
    padding: 10px 0;
    background-color: #dbdbdb;
}
footer .footer-nav {
    list-style: none;
    margin: 0 auto 20px auto;
    padding: 0;

}
footer .footer-nav li {
    list-style: none;
    display: inline-block;
    padding-right: 11px;
}
footer .footer-nav li a {
    font-size: 17px;
    color: #716d6e;
    text-decoration: none;
}
.copyright a {
    color: #716d6e;
    text-decoration: none;
}

.rnav{
    padding: 2px;
    background: #ffbe00;
    border: #FFFFFF solid 1px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 6px;
    color: white;
    margin-left: 18px;
    text-align: center;
}
#request-feedback{
    display: none;
    cursor: default;

}
/* Medium devices (до 1200px) */
@media (max-width: 1200px) {

    #contact .contact-box-title {
        display: inline-block;
        font-size: 24px;
        line-height: normal;

    }
}
/* Medium devices (до 1480px) */
@media (max-width: 480px) {

    #contact .contact-box-title {
        font-size: 16px;
    }
    #contact form .submit-message {
        padding: 5px;
        font-size: 16px;
        line-height: normal;
        white-space: normal;
    }
}

.youtube-new-tab{
    border: 1px solid black;
}

/* Teaser
-------------------------------------*/
#teaser {
    /*height: 600px;*/
    /*padding: 11px 0;*/
    background-color: #ffbf00;
    background: linear-gradient(to bottom, #ffbf00 0%, #fcd45f 50%, #ffbf00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mainColor', endColorstr='@mainColor', GradientType=0);
    overflow: hidden;
    padding-bottom: 3px;
}


.call-header{
    float: right;
    color: #ffbf00;
    font-weight: 500;
    font-size: 23px;
    padding-top: 12px;
}
.call-header img {
    margin-right: 14px;
}
.padding{
    padding-right: 0;
}

.carousel{
    padding-top: 3px;
}



#teaser .container{
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}


.carousel-control {
    position: absolute;
    top: auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-top: 37px solid #ffbf00;
    margin: -1px auto;
}
.shipping-message {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}


/* Information
--------------------------------------------*/
#information .title {
    margin-bottom: 38px;
}

#information .underline {
    height: 4px;
    width: 135px;
    display: block;
    background-color: #ffbf00;
    margin: 0 auto;
}

#information .row {
    padding: 0;
    margin-bottom: 0;
}
#information .title {
    font-size: 36px;
    font-weight: 700;

    padding: 0;
    text-align: left;
}

#information .btn {
width: 60%;
}
#information .subtitle {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 30px 0;
    padding: 0;
}
#information p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    max-width: 485px;

}

#information .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#information .video iframe,
#information .video object,
#information.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 6px solid rgba(113, 109, 110, 0.74);
}
.vertical-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

#information .info-row {
    display: flex;
    flex-wrap: wrap;
}

#information .col-md-6.col-12 {
    display: flex;
}


#information .info-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}


#information .text-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}


#information .info-block .btn {
    margin-top: 0px;
}

#information .image-link {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

#information .info-image {
    max-width: 485px;
    width: 100%;
    height: auto;
    display: block;
}

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

.button-container .btn {
    margin-top: 0px;
    display: inline-block;
}

@media (min-width: 768px) {
    #information .info-row {
        display: flex;
        align-items: stretch;
    }
    #information .col-md-6.col-12 {
        height: auto;
    }
}

@media (max-width: 767px) {
    #information .info-block {
        justify-content: flex-start;
    }
    #information .button-container {
        display: flex;
        justify-content: center;
    }
    #information .button-container .btn {
        margin-top: 10px;
        width: 60%;
    }


    #information .text-content {
        text-align: center;
        width: 100%;
    }
    #information  .info-image {
        max-width: 95%;
    }

}

#contact .button-container {
    text-align: center;
}

#contact .submit-message.btn {
    display: inline-block;
}

@media (max-width: 767px) {
    #contact .button-container {
        display: flex;
        justify-content: center;
    }
    #contact .submit-message.btn {
        width: 60%;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    #contact  .button-container {
        text-align: center;
    }
}


/* Checkout Modal--------------------------------------------*/

.modal-main .modal-dialog {
    width: 845px;
}
.modal-main .modal-content {
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid #fff;
}
.modal-main .modal-header {
    color: #fff;
    background-color: #ffbf00;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.modal-main .modal-title {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}
.modal-main .close {
    color: #fff;
    text-shadow: none;
    opacity: .6;
    font-size: 27px;
    margin: 1px 7px 0 0;
    background: 0 0;
    border: 0;
}
.modal-main .close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}
.modal-main .modal-body {
    padding: 0;
}
.modal-main .modal-body h3 {
    margin: 0 0 16px 0;
    font-size: 16px;
    color: #ffbf00;
    font-weight: bold;
}
.modal-main .checkout-info-box {
    background-color: rgba(255, 191, 0, 0.2);
    padding: 20px 15px 1px 15px;
}
.modal-main .checkout-info-box h3 {
    margin-bottom: 20px;
    color: #716d6e;
}
.modal-main .checkout-info-box h3 i {
    color: white;
}
.modal-main .checkout-vehicle-info {
    margin-top: 10px;
    padding: 0 30px;
    width: 290px;
    float: left;
}
.modal-main .checkout-vehicle-info h4{
    color: #ffbf00;
    margin-top: 0;
    font-weight: bold;
}

.delivery-adress .row{
    margin-bottom: 10px;
}
.child span:first-child{
    font-weight: bold;
    color: black;
    display: block;
    margin-bottom: 15px;
    font-size: 25px;
}
.child span{
    color: black;
    display: block;
    margin-bottom: 15px;
}
.child span:last-child{
    margin-bottom: 0;
}
.modal-main .location-date-info {
    padding: 0 0 0 30px;
    float: left;
    max-width: 340px;
}
.modal-main .sample-license {
    float: left;
    margin-top: 10px;
}

.modal-main .vehicle-info h3 {
    float: left;
    margin-right: 10px;
}
.modal-main .vehicle-info a {
    font-size: 12px;
}

.modal-main .info-box {
    margin-bottom: 25px;
}
.modal-main .info-box .glyphicon {
    float: left;
    font-size: 17px;
}
.modal-main .info-box .info-box-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 3px 25px;
}
.modal-main .info-box .info-box-description {
    margin-left: 25px;
    font-size: 14px;
}
.modal-main .checkout-personal-info {
    padding: 0 30px;
}
.modal-main .checkout-personal-info .form-group {
    float: left;
    width: 335px;
    min-height: 70px;
    margin-bottom: 0px;
}
.modal-main .checkout-personal-info .form-group.left {
    margin-right: 7px;
}
.modal-main .checkout-personal-info .form-group.right {
    margin-left: 7px;
}
.modal-main .checkout-personal-info .age{
    float: left;
    min-height: 70px;
}
.modal-main .checkout-personal-info .age label{
    width: 200px;
}
.modal-main form .style-select {
    border: 2px solid #efe9e9;
    height: 45px;
    position: relative;

}
.style-select {
    position: relative;
}
.style-select:after {
    content: '';

    background: #ffffff url('/template/img/dropdown-icon.png') no-repeat center center;
    right: 1px;
    bottom: 0;
    width: 30px;
    height: 38px;
    position: absolute;
    pointer-events: none;
    margin-bottom: 1px;
}
.style-select select {
    width: 100%;
    background-image: none;
    background: #fff;
    -webkit-appearance: none;
    padding: 9px 10px;
    height: 40px;
    color: #716d6e;
    border-radius: 4px;
    border-color: #cccccc;
}
.type_delivery p, .card-info p{
    margin-bottom: 0;
    font-weight: bold;
}
.modal-main form .style-select:after {
    content: '';
    background: #ffffff url('/template/img/dropdown-icon.png') no-repeat 5px 18px;
    right: 0px;
    top: 1px;
    width: 29px;
    height: 37px;
    position: absolute;
    pointer-events: none;

}
.modal-main form .style-select select {
    border: none;
    font-size: 16px;
    width: 100%;
    background-image: none;
    background: #fff;
    -webkit-appearance: none;
    padding: 9px 10px;
    height: 39px;
}

.modal-main form ::-webkit-input-placeholder {
    font-size: 14px !important;
}
.modal-main form :-moz-placeholder {
    font-size: 14px !important;
}
.modal-main form ::-moz-placeholder {
    font-size: 14px !important;
}
.modal-main form :-ms-input-placeholder {
    font-size: 14px !important;
}
.modal-main form .checkbox {
    padding-left: 0;
}

.modal-main form .checkbox label {
    font-size: 18px;
}
.modal-main form .checkbox label:before {
    content: "";
    display: inline-block;
    font-size: 15px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-color: #dbdbdb;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #f3f3f3;
    text-align: center;
    line-height: 24px;
    float: left;
}
.modal-main form input[type=checkbox]:checked + label:before {
    content: "\2713";
}
.modal-main .checkout-address-info {
    padding: 0 30px;
    margin-top: 7px;
}
.modal-main .checkout-address-info h3{
    margin: 0;
    font-size: 17px;
    color: #ffbf00;
    font-weight: bold;
    margin-bottom: 13px;
}
.modal-main .checkout-address-info .city {
    float: left;
    width: 335px;
    margin-right: 7px;
    margin-top: 7px;
}
.modal-main .checkout-address-info .zip-code {
    float: left;
    width: 335px;
    margin-left: 7px;
    margin-top: 7px;
}
.modal-main .newsletter {
    padding: 0 30px;
    margin: 30px 0;
}


.modal-main .modal-footer .btn {
    font-size: 24px;
    font-weight: 700;
    background-color: #ffbf00;
    color: #333333;
    border-radius: 4px;
    height: 47px;
    line-height: 47px;
    padding: 0 15px;
}
.modal-main .modal-footer .btn-border {
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0 10px 0 0;
    display: inline-block;
    background-color: #fff;
}
.modal-main .modal-footer .btn-yellow {
    border-color: #ffd992;
}
.modal-main .modal-footer .btn-yellow button {
    background-color: #ffbf00;
}
.modal-main .modal-footer .btn-gray {
    border-color: #ffffff;
    background: 0;
    border: 0;
}
.modal-main .modal-footer .btn-gray button {
    background-color: #FFFFFF;
}

/* CheckOut Modal
   --------------------------------------------*/
.modal-main .modal-dialog {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
}
.modal-main .form-group {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.modal-main .modal-footer {
    text-align: center;
    background-color: #ffbf00;
}



}
/* Small devices (660px and down) */
@media (max-width: 660px) {
    .modal-main .vehicle-info {
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 0 45px 0 45px;
    }
    .modal-main .location-date-info {
        width: 100%;
        padding: 0 0 0 45px;
        float: none;
    }
}

.modal-main .photo_face input{
    background: none;
}
.row-e{
    width: 140px;
    float: left;
}
.row-el label,
.row-e label{
    display: block;
}
.modal{

    position: fixed;
}

#close-modal{
    color: #ffbf00;
    text-decoration:none;
}
#scroll-top-modal{
    color: #ffbf00;
    text-decoration:none;
}
.borders{
    margin: 20px;
}

.samples_1{
margin-top: 5px;
    width: 100%;
    margin-bottom: 0px;
}
.samples_2{
    margin-top: 5px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.samples_3{
    margin-top: 1px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;

}

.samples{
    width: 100%;
}
.country-pay em{
    color: darkred;
    font-weight: bold;
}
.yellow-field {
    background-color: #ffbf00;
    position: relative;
    width: 100%;

    margin-top: 5px;
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.plastic-card-sample {
    color: rgb(35, 6, 0);


    font-size: 18px;

    font-weight: 600;
    font-family: 'Roboto';
}

.plastic-card-desc {
    color: rgb(60, 19, 0);


    font-size: 14px;
    font-weight: lighter;
    font-family: 'Roboto';
}

@media (max-width: 767px)  {
    .plastic-card-sample {
    font-size: 16px;
    }

    .plastic-card-desc {
    font-size: 12px;
    }
}

@media (max-width: 576px)  {
.plastic-card-sample {
    font-size: 14px;
}

.plastic-card-desc {
    font-size: 10px;
}
}

.booklet-sample {
    text-transform: uppercase;
    color: rgb(0, 0, 0);


    font-size: 24.5px;
    font-weight: 600;
    font-family: 'Roboto';
}

.booklet-pages {
    color: rgb(0, 0, 0);


    font-size: 21px;
    font-weight: lighter;
    font-family: 'Roboto';
}

.booklet-protection {
    color: rgb(0, 0, 0);


    font-size: 20.8px;
    font-weight: lighter;
    font-family: 'Roboto';
}
.modal-backdrop.show {

    width: 100%;
    height: 100%;
}


@media (max-width: 576px)  {
    .modal-main .modal-title {
        font-size: 16px;

    }
}

/* Video */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 15px;
    border: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.phone-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 10px;
}

.phone-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-decoration: none;
    position: relative;
}

.phone-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.phone-icon:hover::after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1;
}

.input-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}

.input-group-text {
    max-width: 160px;
    width: 100%;
    background-color: #f8f9fa;
    padding: 0 12px;
    height: 50px;
    min-height: unset;
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex: 1;
}

.form-control-sm {
    height: 50px;
    padding: 0 12px;
    min-height: unset;
    flex: 1;
}

.btn-sm {
    height: 50px;
    width: 40px;
    padding: 0;
    min-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.btn-primary {
    padding: 5px 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .input-group-text {
        max-width: 100px;
        font-size: 14px;
        white-space: wrap;
    }
    .form-control-sm {
        font-size: 12px;
    }
    .btn-sm {
        width: 35px;
    }
}

@media (max-width: 576px) {
    .input-group-text {
        max-width: 80px;
    }
    .form-control-sm {
        font-size: 12px;
    }
    .btn-sm {
        width: 30px;
        margin-right: 0;
    }
    .btn-primary {
        flex: 1;
        margin-right: 0;
    }
}

@media (max-width: 360px) {
    .input-group-text {
        max-width: 70px;
    }
    .form-control-sm {
        font-size: 10px;
    }
    .btn-primary {
        flex: 1;
    }
}
@media (max-width: 220px) {

    .btn-primary {
        margin-right: 0;
    }
}

.error-message {
    text-transform: uppercase;
    font-weight: 600;
    display: none;
}

@media (max-height: 1100px) {
    .navbar-nav .nav-link {
        padding: 3px;
    }

    .btn-menudrop > li > button {
        padding: 5px 15px;
        font-size: 15px;
    }

}
@media (max-height: 960px) {
    .navbar-nav .nav-link {
        padding: 2px;
    }

    .btn-menudrop > li > button {
        padding: 2px 15px;
        font-size: 15px;
    }

}
@media (max-height: 830px) {
    .navbar-nav .nav-link {
        padding: 1px;
    }

    .btn-menudrop > li > button {
        padding: 1px 15px;
        font-size: 12px;
    }

}
@media (max-height: 700px) {
    .navbar-nav .nav-link {
        padding: 1px;
    }

    .btn-menudrop > li > button {
        padding: 1px 15px;
        font-size: 10px;
    }

}


