html, body {
    color: #3c3c3c;
}

.section {
    padding-top: 5rem;
}

.last-section {
    padding-bottom: 3rem;

}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #01c6b8;
}

a:hover {
    color: #323234;
}

.pointer {
    cursor: pointer;
}

.green-text {
    color:#01c6b8;
}

.green-button {
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    background: #01c6b8;
    padding: 5px 5px;
    position: relative;
    transition: 200ms;
    display: inline-block;
    border: 2px solid #01c6b8;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

a.green-button:visited {
    color: white;
}

a.green-button:hover {
    color: #55677c;
}

.green-button:hover {
    color: #55677c;
    background: transparent;
}


.top-menu > nav {
    background-color: #55677c;
}

.top-menu .navbar-toggler {
    margin: auto;
}

.fist-image-logo {
    width: 0;
    height: 32px;
}

@media (min-width: 767.98px) {
    #avtoraid-menu-dropdown-lang-area {
        margin-left: -8px;
        min-width: 1em;
    }
}


/*CONTACTS*/

.contacts {
    background-color: #49596b;
}

.contacts a {
    color: white;
    text-decoration: none;
}

.contacts .time {
    color: white;
}

.contacts .phones .phone {
    float: left;
}

.contacts .social {
    float: right;
}

.contacts .social .item {
    padding-left: .5rem;
}

.contacts .logo {
    display: none;
}


@media (max-width: 767.98px) {

    .contacts .phones .phone {
        float: none;
        margin-left: 40%;
    }

    .contacts .social {
        float: none;
        margin-left: 40%;
    }

    .contacts .social .item {
        padding-right: .5rem;
        padding-left: 0;
    }

    .contacts .logo {
        /* position: absolute; */
        padding: 1rem;
        /* margin-right: 50%; */
        /* text-align: left; */
        height: 8rem;
        /* position: relative; */
        /* top: -8.5rem; */
        display: block;
        float: left;
    }

    .contacts .logo img {
        height: 100%;
    }


    }

.image-line {
    background-image: url("../images/header-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 15rem;
    position: relative;
}

.image-line .header-bottom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
    content: '';
    z-index: 0;
}

.image-line .image-line-inner {
    z-index: 1;
    position: relative;
}

.image-line .image-line-inner .logo {
    padding: 3rem 0 3rem 3rem;
    height: 15rem;
    display: block;
}

.image-line .image-line-inner .logo img {
    height: 100%;
}



.image-line .image-line-inner .counters {
    padding-top: 5rem;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: -0.02rem;
    color: white;
}
.image-line .image-line-inner .counters .value {
    font-size: 1.2em;
}

@media (max-width: 767.98px) {
    .image-line .image-line-inner .logo {
        display: none;
        /*padding: 1rem;*/
        /*text-align: left;*/
        /*height: 9rem;*/
        /*position: relative;*/
        /*top: -8.5rem;*/
    }

    .image-line .image-line-inner .counters {
        padding-top: 2rem;
        font-size: 1.2rem;
    }

    .image-line {
        height: 9rem;
    }
}

/*YOUTUBE*/



#youtube a.youtube-item {
    display: block;
}

#youtube .youtube-wrapper {
    position: relative;
}

#youtube .youtube-wrapper img {
    height: auto;
    width: 100%;
}

#youtube .youtube-wrapper .youtube-button {
    position: absolute;
    left: 40%;
    top: 32%;
    width: 20%;
    filter: grayscale(20%);
    pointer-events: none;
}

#youtube .youtube-wrapper:hover .youtube-button {
    filter: grayscale(0);
}


#youtube .youtube-button-wrapper {
    display: block;
    text-align: center;
    padding: 15px;
    vertical-align: middle;
    line-height: 2em;
}

#youtube .youtube-button-wrapper a.youtube-button {
    line-height: 0em;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: middle;
    -webkit-transition: 100ms;
    -moz-transition: 100ms;
    -ms-transition: 100ms;
    -o-transition: 100ms;
    transition: 100ms;
}

#youtube .youtube-button-wrapper img {
    display: inline-block;
    height: 2em;
    margin-left: 10px;
    vertical-align: middle;
}

@media (max-width: 767.98px) {
    #youtube .youtube-button-wrapper a.youtube-button {
        font-size: 1em;
    }
}


/*SERCVICES*/

#services-main .item,
#services-additional .item
{
    background: #f5f5f7;
}



#services-additional .item .text .title h3,
#services-main .item .text .title h3 {
    font-size: 1.2em;
    font-weight: bold;
}

#services-main .item .text .price,
#services-additional .item .text .price {
    font-size: 1em;
    font-weight: bold;
    color: #01c6b8;
}

#services-main .item .text .divider,
#services-additional .item .text .divider {
    display: block;
    height: .5em;
    width: 3em;
    border-bottom: 1px #c1c0c3 solid;
    margin-bottom: .5em;
}

#services-main .image:hover {
    filter: brightness(1.5);
    transition: 200ms;
}

#services-additional .item .text {
    height: 13rem;
    position: relative;
    overflow: hidden;
}

#services-additional .item .text .green-button {
    position: absolute;
    bottom: 1em;
}

@media (max-width: 767.98px) {

    #services-additional .item .text {
        font-size: 0.8rem;
    }
}


/*OUR SOCIAL*/

#our-social .info {
    font-size: 1.3em;
    font-weight: bold;
}

/*FOOTER*/

footer {
    background-color: #49596b;
    color:white;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

footer ol, ul {
    padding-left: 0;
}

footer a:hover {
    color: #f5f5f7;
}

.site-info {
    font-size: 17px;
    line-height: 24px;
    /*color: #555458;*/
    border-top: 1px solid #e4e3e6;
    padding: 20px 0 0;
    margin-top: 10px;
    text-align: center;
}
.breadcrumbs ul li {
    display: inline-block;
    float: none;
}
.site-info ul li a {
    font-size: 16px;
    line-height: 24px;
    /*color: #3c3c3c;*/
    padding-left: 17px;
    padding-right: 17px;
    border-left: 1px solid #f5f5f7;
}
.site-info ul li:first-child a {
    padding-left: 0;
    border-left: 0;
}

@media (max-width: 767.98px) {

    .site-info ul li {
        text-align: center;
        width: 100%;
        display: block;
    }
    .site-info ul li a {
        padding-left: 0;
        padding-right: 0;
        border-left: 0;
        border-right: 0;
    }
}

/*CONTACT-FORM*/

#contact-form {
    background: #ece8e7;
    padding-bottom: 3rem;
}

/*STAGES*/

.work-stage {
    width: 100%;
}
#stages {
    margin-bottom: 50px;
}
.work-stage {
    background-color: #ece8e7;
    padding: .7em;
    position: relative;
    /*margin-bottom: 50px;*/
    float: left;
    font-size: 1em;
    height: 5.5em;
    line-height: 1em;
    margin-bottom: 1em;
    padding-bottom: 1.5em;
    text-align: center;

}
.title-stage {
    color: #fff;
    width: 100%;
    background: #49596b;
    padding: .7em;
    float: left;
    text-align: center;
    font-size: 1em;
    line-height: 1em;
    height: 4.5em;
}
.next-arrow {
    position: absolute;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 4px solid #01c6b8;
    left: calc(50% - 1em);
    bottom: -27px;
    background-color: #fff;
    color: #49596b;
    font-size: 1.5em;
    text-align: center;
    padding-top: 0.1em;
    line-height: 1.4em;

}

@media (max-width: 767.98px) {
    .next-arrow {
        top: -1em;
        left: -1em;
    }

    #stages .item {
        padding-left: 1em;
    }
    .work-stage,
    .title-stage {
        padding-left: 2em;
        padding-right: 2em;
        height: auto;
    }
}

/*PRICES*/

#prices {
    background: #49596b;
    color: #fcfcfc;
}

#prices table {
    color: #fcfcfc;
    margin-top: 9em;
}

#prices .vertical-word {
    transform: rotate(-90deg);
    width: 2em;
    padding-left: 1.2em;
}

#prices table td .mark-true {
    text-align: center;
    font-weight: bold;
    transform: rotateY(180deg) rotateZ(-45deg);
}

#prices hr{
    height: .2em;
    color: #fcfcfc;
    opacity: 1;
}

#prices td,
#prices th {
    border-color: #fcfcfc88;
    border-style: solid;
    border-width: 0;
    border-bottom-width: .2em;
}

#prices td {
    /*border-left-width: .2em;*/
}


/*CLIENTS*/

#clients {

}

#clients .client-item {
    margin-bottom: 1em;
}

#clients .client-container {
    width: 100%;
    padding-top: calc(100%);
    background-color: #f5f5f7;
    position: relative;
}

#clients .client-image {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: center;
}
#clients .client-text {
    width: 100%;
    /* height: 3em; */
    text-align: center;
    background-color: #f5f5f7;
    line-height: 1em;
    padding: 0.5em;
    position: absolute;
    bottom: 0;
    opacity: 0;
}

#clients .client-container:hover .client-text {
    opacity: 0.8;
    transition: 200ms;
}

/*RATING*/

#rating-table table {
    width: 100%;
}
#rating-table table tr {
    border-bottom: 4px solid #ece8e7;
}
#rating-table table td {
    padding: .1em;
    text-align: center; /* Выравниваем текст по центру ячейки */
}
#rating-table table tr td:first-child {
    font-size: 1.4em;
    min-width: 100px;
}
#rating-table table tr:nth-child(1) td:first-child {
    color: #079848;
}
#rating-table table tr:nth-child(2) td:first-child {
    color: #92d14f;
}
#rating-table table tr:nth-child(3) td:first-child {
    color: #fec923;
}
#rating-table table tr:nth-child(4) td:first-child {
    color: #fa772e;
}
#rating-table table tr:nth-child(5) td:first-child {
    color: #ea0001;
}

.rating-rate-9-10 {
    color: #079848;
}
.rating-rate-7-8 {
    color: #92d14f;
}
.rating-rate-5-6 {
    color: #fec923;
}
.rating-rate-3-4 {
    color: #fa772e;
}
.rating-rate-1-2 {
    color: #ea0001;
}

/*QUOTES*/

#google-quotes a.post-link {
    color: #323234;
}
#google-quotes .description {
    font-size: .8em;
}



#google-quotes .item:hover {
    background-color: #f5f5f7;
}

#google-quotes .item .photo {
    width: 3em;
}

#google-quotes .item .social-type {
    width: 1.6em;
}

#google-quotes .item .head {
    font-size: .9em;
}

#google-quotes .item {
    border: #ece8e7 solid 1px;
    padding: 1em;
}


#facebook-quotes a.post-link {
    color: #323234;
}
#facebook-quotes .description {
    font-size: .8em;
}

#facebook-quotes .item .photo {
    width: 3em;
    border-radius: 50%;
    overflow: hidden;
}

#facebook-quotes .item:hover {
    background-color: #f5f5f7;
}

#facebook-quotes .item .photo img {
    width: 100%;
}

#facebook-quotes .item .social-type {
    width: 1.6em;
}

#facebook-quotes .item .head {
    font-size: .9em;
}

#facebook-quotes .item {
    border: #ece8e7 solid 1px;
    padding: 1em;
}

/*BANNER*/

#banner .banner-wrapper {
    width: 100%;
    overflow: hidden;
}

#banner .banner-wrapper img {
    width: 100%;
}

@media (max-width: 767.98px) {

    #banner .banner-wrapper img {
        width: 152%;
        max-width: 152%;
        position: relative;
        left: -26%;
    }
}

/*WHATWECHECK*/

#whatwecheck .service-item {
    width: 12.5%;
    float: left;
}

#whatwecheck .service-item .service-circle {
    border-radius: 50%;
    background-color: #ece8e7;
    overflow: hidden;
    padding: 1.5em;
    margin: .5em;
}

#whatwecheck .service-item .additional {
    height: 0;
    overflow: hidden;
}

#whatwecheck .service-item .name {
    height: 3em;
}

#whatwecheck .divider {
    display: none;
}

@media (max-width: 767.98px) {
    #whatwecheck .service-item {
        width: 33%;
    }
    #whatwecheck .divider {
        width: 100%;
        display: block;
    }
}

/*PROVERKA TEXT*/

#podbor-text .text-collapsing,
#proverka-text .text-collapsing{
    padding-bottom: 2.5em;
    position: relative;
    transition: 200ms;
    max-height: none;
    height: auto;
}

#podbor-text .text-collapsing.collapsed,
#proverka-text .text-collapsing.collapsed{
    max-height: 14em;
    overflow: hidden;
    transition: 200ms;
    height: auto;

}

#podbor-text .text-collapsing.collapsed .overlay,
#proverka-text .text-collapsing.collapsed .overlay{
    background: linear-gradient(#fff0, #ffff);
    position: absolute;
    height: calc(100% - 2em);
    width: 100%;
    display: block;
    bottom: 2.5em;
}


#podbor-text .text-collapsing .show-button,
#proverka-text .text-collapsing .show-button {
    display: none;
}

#podbor-text .text-collapsing.collapsed .show-button,
#proverka-text .text-collapsing.collapsed .show-button {
    display: block;
}

.show-button {
    width: 100%;
    text-align: center;
    padding: .5em;
    color: #01c6b8;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    background-color: #fff;

}
.show-button:hover {
    color: #323234;
    background-color: #f5f5f7;
    line-height: 1.5em;
}

/*EXAMPLES*/

#examples .item .image {
    overflow: hidden;
    display: block;
}

#examples .item .image img:hover{
    width: 120%;
    max-width: 120%;
    height: 120%;
    margin: -6.66% -10%;
    transition: 200ms;
}

#examples .text{
    padding: 1em;
}


#examples .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
#examples .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

#examples .item {
    height: 100%;
    position: relative;
    padding-bottom: 3em;
    background-color: #f5f5f7;
}

#examples .item:hover{
    background-color: #ece8e7;
}

#examples .item .order-button {
    position: absolute;
    bottom: 1em;
    width: calc(100% - 2em);
}



/*PODBOR*/

#podbor-info {
    background-color: #f5f5f7;
}


/*BOOTSTRAP*/

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background-color: #fff5;
}

.dropdown-menu {
    border-radius: .25rem;
    background-color: #49596b;
}

.dropdown-item {
    color: white;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='red'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='red'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}