@import url(./../fonts/Poppins/);

*, *::before, *::after {
    box-sizing: border-box;
}

a,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    margin: 0;
    font-family: Poppins;
    background: url(./../img/intro_bg.jpg) no-repeat;
    background-size: 100%;
}

.section__top {
    margin: 0 15%;
}

body::after {

}

h1 {
    margin: 0; 
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 21px;   

    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;

    text-transform: uppercase;

    width: 100%;
    margin: 0 auto 130px;    
}

.header__nav {
    display: flex;
    justify-content: space-between;
    width: 387px;
}

.header__nav a {
    position: relative;
    
}
.nav-header__link {
    color: #FFFFFF;
    
}

/* появление полоски при наведении и клике на ссылку*/

.header__nav a.current::after,
.header__nav a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
    
    display: block;
    
    height: 2px;    
    border-radius: 1px;
    background-color: rgb(250, 250, 250);
    transition: all 0.2s ease-in;
}

.header__lang {
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
    transition: all 0.2s ease-in;
    
}

.lang-header a {
    color: #B7B7B7;
}

.lang-header__en--active {
    color: #FFFFFF !important;
}

.lang-header a:hover {
    color: #FFFFFF; 
}

/* header end */

/* intro */
.intro {
    padding-left: 0;
}

.intro__content {
    display: flex-column;
    justify-content: center;
    margin-bottom: 207px;
}

.intro__title {
    font-weight: 700;
    font-size: 48px;

    margin-bottom: 35px;
    line-height: 1.5;

    text-transform: uppercase;
    color: #FFFFFF;
}

button {
    padding: 11px 48px;
    font-size: 18px;
    font-weight: 500;
    color: white;
    background-color: red;
    transition: all .2s;
}

button:hover {
    background-color: rgb(247, 244, 244);
    color: red;
    cursor: pointer;
}

/* intro end */

/* section info blocks */

.info__wrap {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.info__block {
    width: 32%;
    
}

.info__item {
    justify-content: space-around;
    padding: 10% 5% 10% 10%;
    height: 100%;

    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.info__img {
    width: 30px;
    height: 30px;
}

.info__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;

    letter-spacing: 0.15em;
    text-transform: uppercase;

    color: #000000;
}

.number-phone {
    display: block;
}

.info_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;

    color: #B7B7B7;
}

.service {
    margin-top: 83px;
    margin-bottom: 150px;
}

.service__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;

    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.service__link {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 60px;

    letter-spacing: 0.15em;
    text-decoration-line: underline !important;
    cursor: pointer;    

    color: #000000;
}

.service__photo {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.photo-service__wrap {    
    position: relative;
    width: 33%;
    padding-top: 45%;
}

.photo-service__content {
    position: absolute;
    top: 0;
    left: 0;

    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90%;
}

.hide-text__plus {
    width: 100px;
    height: 100px;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);

    background-color: red;
    position: absolute;
    left: 50%;
    top: 50%;
}

.hide-text__photo {    
    position: absolute;
    left: 8%;
    bottom: 0;

    font-size: 18px;
    font-weight: 600;
    max-width: 80%;

    letter-spacing: 0.23em; 
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;  
}

.photo-service__hide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: rgb(0, 0, 0);
    opacity: 0.7;
}

.hide-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.15s ease-in ;
} 

.hide-text:hover {
    opacity: 1;
} 

.photo-service__text {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #000000;

    letter-spacing: 0.23em;
    text-transform: uppercase;
}

/* about us section */

.about-us { 
    width: 100vw;
    left: 0;
    background-color: rgb(0, 0, 0);
    color: white;   
}
.about-us__container {    
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin: 0 15%;
    padding: 7% 0;
    column-gap: 15%;

}
.about-us__text p {
    margin: 0;
    padding: 0;    
}

p.text-about-us__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 40px;

    letter-spacing: 0.15em;
    text-transform: uppercase;
}

p.text-about-us__descript {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.23em;
    max-width: 500px;

    color: #B7B7B7;
}

a.text-about-us__link {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;

    letter-spacing: 0.15em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: white;
}
a.text-about-us__link:hover {
    text-decoration: none;
}

.about-us__photo {
    top: 0;
    left: 0;

    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 30%;
}

/* end about us section */

.work {
    margin-top: 150px;
    text-align: center;
}

p.work__title {
    margin: 0;
    font-weight: 900;
    font-size: 148px;
    line-height: 1.5;   
    padding-bottom: 40px; 

    text-transform: uppercase;
}


.work__subtitle {
    margin: 0 0 90px 0;
    font-weight: 600;
    font-size: 40px;
    line-height: 150%;

    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.info__work {
    margin: 0 15% 90px 15%;
}

/* footer - contact  */
.contacts__footer {
    padding: 100px 0;
    color: white;
    background-color: #171716;
}
.container__footer {    
    margin:0 15% 0 15%;
}
.contacts__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 50px;

    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.contacts__form {
    max-width: 500px;
}
.form-contacts__row {
    display: flex;
    justify-content: space-between;
}

.form-contacts__dat {
    position: relative;
}

.input, .form-contacts__message {
    font-family: inherit;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    background-color: transparent;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;

    margin-bottom: 45px;

    letter-spacing: 0.15em;
    color: white;
}

.label {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;

    position: absolute;
    top: -5px;
    left: 0; 
    pointer-events: none;

    margin-bottom: 45px;

    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.644);

    transition: all 0.15s ease-in;
}

.input:focus + .label {
    transform: translateY(-15px);
    font-size: 14px;
}

input:not(:placeholder-shown) + .label {
    transform: translateY(-15px);
    font-size: 14px;
}

.form-contacts__message {
    min-height: 130px;
    width: 440px !important;
    resize: vertical;
}

.form-contacts__message:focus + .label {
    transform: translateY(-15px);
    font-size: 14px;
}

.form-contacts__message:not(:placeholder-shown) + .label {
    transform: translateY(-15px);
    font-size: 14px;
}

.btn {
    text-align: center;
    padding: 10px 60px;
    text-transform: uppercase;

}

.footer__wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 50px 0;
}

.footer__social {
    display: flex;
    gap: 22px;
}