:root {
    --blue: #071226;
    --orange: #dd600e;
    /* overflow-x: hidden; */
}

header {
    box-shadow: 5px 2px 6px rgba(12, 12, 12, 0.4);
}

.header__logo-col {
    padding: 0;
    position: relative;
}

.header__contNav-col {
    background-color: var(--blue);
}

.header__logo {
    width: 100%;
}

.header__inside-con {
    padding: 0;
    height: 100%;
}

.header__contacts-row {
    height: 50%;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 2vw;
    color: #fff;
}

.header__tel-col {
    font-size: 20px;
}

.header__tel-col a {
    text-decoration: none;
    color: #fff;
}

.header__tel-col a:hover {
    color: #fff;
}

.header__email-col {
    font-size: 20px;
}

.header__email {
    color: #fff;
    text-decoration: none;
}

.header__email:hover {
    color: #fff;
}


.header__contacts-text {
    font-size: 1.5vw;
}

.header__social-img {
    width: 24px;
}

.header__nav {
    height: 100%;
}

.header__nav-row {
    height: 50%;
}

.header__nav-col {
    height: 100%;;
}

.header__nav-mobile-inside-row {
    margin-bottom: 20px;
}

.header__nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.header__nav ul li {
    display: inline;
    list-style-type: none;
    position: relative;
    height: 2vw;
}

.header__nav ul li a {
    font-family: 'Exo 2';
    font-weight: 500;
    font-size: 22px;
    color: var(--orange);
    text-transform: uppercase;
    text-decoration: none;
}

.header__nav ul li a:after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--orange);
    transition: width .3s ease-in-out;
}

.header__nav ul li a:hover:after {
    width: 100%;
}

.perform {
    margin-top: 75px;
    padding-bottom: 55px;
    font-size: 1.2rem;
    overflow-x: hidden;
}

.perform__question {
    color: var(--orange);
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.8rem;

    transform: translate(-120%, 0);
    opacity: 0;
    transition: all 0.8s ease-in 0.1s;
}

.perform__question._active {
    transform: translate(0, 0);
    opacity: 1;
}

.perform__p {
    color: var(--blue);

    transform: translate(120%, 0);
    opacity: 0;
    transition: all 0.8s ease-in 0.3s;
}

.perform__p._active {
    transform: translate(0, 0);
    opacity: 1;
}

.perform__brand {
    color: var(--orange);
    text-transform: uppercase;
    font-family: 'Exo 2';
    font-weight: 700;
}


.works {
    background-color: var(--blue);
    padding-top: 75px;
    padding-bottom: 75px;
    overflow-x: hidden;
}

.works__title {
    margin-bottom: 55px;
    font-family: 'Exo 2';
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--orange);
}

.works ul {
    /* margin: 0;
    padding: 0; */
}


.works ul li {
    margin-bottom: 25px;
    padding-left: 40px;
    list-style: square;
    color: var(--orange);
    font-size: 1.3rem;
    font-family: 'Roboto';
    font-weight: 400;
    text-decoration: underline dotted;
    cursor: pointer;
    background-image: url(img/astronaut-icon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 center;
    list-style-type: none;
}

.works__img {
    box-shadow: 2px 4px 6px rgba(1, 1, 1, 0.3);

    transform: scale(0.5 , 0.5);
    opacity: 0;
    transition: all 0.8s ease-in 0.2s;
}

.works__img._active {
    transform: scale(1 , 1);
    opacity: 1;
}

.works__list-col {
    transform: translate(120%, 0);
    opacity: 0;
    transition: all 0.8s ease-in 0.2s;
}

.works__list-col._active {
    transform: translate(0, 0);
    opacity: 1;
}

.modal-content {
    background-color: rgba(43, 43, 43, 0.9);
    color: var(--blue);
    font-family: 'Roboto';
}

.modal-header {
    color: #efefef;
    border-color: #efefef;
}

.modal-discr-row {
    margin-bottom: 25px;
    padding: 25px;
    background-color: rgba(12, 12, 12, 0.4);
    box-shadow: 1px 2px 3px rgba(1, 1, 1, 0.5);
    border-radius: 6px;
    color: #fff;
    font-family: 'Roboto';
    font-size: 20px;
}

.btn-close {
    background-color: #efefef;
}

.contacts {
    margin-top: 75px;
}

.contacts__title {
    font-family: 'Exo 2';
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--orange);
}

.contacts__social-img {
    width: 25px;
    margin-right: 10px;
}

.contacts__text {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1.2rem;
}

.contacts__text-bold {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 1.2rem;
}

#map {
    width: 100%;
    height: 100%;
}

[class*="ground-pane"] {
    filter: grayscale(1);
}


.reviews {
    margin-top: 75px;
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: var(--blue);
}

.reviews__col {
    height: 320px;
    padding: 20px;
    position: relative;
    background-color: var(--blue);
    border-radius: 6px;
    border: solid 5px var(--blue);
    box-shadow: 1px 2px 3px rgba(1, 1, 1, 0.5);
    

    /* transform: translate(-120%, 0);
    opacity: 0;
    transition: all 0.8s ease-in 0.3s; */
}



/* .reviews__col._active {
    transform: translate(0, 0);
    opacity: 1;
} */

.reviews__text {
    width: 85%;
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1rem;
    color: #efefef;
}

.reviews__author-wrapper {
    width: 85%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 10px 0;
    border-top: 1px solid #999;
}

.reviews__author {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 1rem;
    color: #efefef;
}

.reviews__src {
    margin-left: 1rem;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1rem;
    font-style: italic;
    color: #efefef;
}

.carousel-control-prev {
    display: flex;
    justify-content: start;
}

.carousel-control-next {
    display: flex;
    justify-content: end;
}

.examples {
    margin-top: 75px;
}

.examples__img {
    border: solid 5px #efefef;
    border-radius: 6px;
    box-shadow: 1px 3px 3px rgba(43, 43, 43, 0.4);
}

.examples__text {
    margin-top: 12px;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

footer {
    margin-top: 120px;
    padding: 75px 0;
    background-color: var(--blue);
    box-shadow: 0px -2px 3px rgba(12, 12, 12, 0.4);
}

.footer__creator {
    width: 120px;
    margin-top: 20px;
    position: absolute;
    right: 0;
    bottom: -55px;
}

.footer__last-col {
    position: relative;
}

.footer__mnu-col ul {
    list-style-type: none;
}

.footer__mnu-col a {
    font-family: 'Exo 2';
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--orange);
    text-decoration: none;
}

.footer__text {
    font-family: 'Roboto';
    font-weight: 400;
    color: #efefef;
    font-size: 1rem;
    text-align: center;
}

.footer__email-wrapper {
    font-family: 'Roboto';
    font-weight: 400;
    color: #efefef;
    font-size: 1.15rem;
    text-align: right;
}

.footer__social-wrapper {
    margin-top: 20px;
    text-align: right;
}

.footer__social-img {
    width: 24px;
}