body {
margin: 0;
font-size: 15px;
min-width: 1260px;
line-height: 1.6; /* межстрочный отступ*/
color: currentColor
}

*,
*:after,
*:before{
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, img{
    margin: 0;
}

.container {
    
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.intro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    
    background: url(../img/fon1.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    
}

.intro__inner{
    width: 100%;
    max-width: 880px;
    margin: 250px auto 0;
    text-align: center;
}

.intro__suptitle{
    font-size: 72px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    
}
.intro__title{
    color: #fff;
    font-size: 150px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}
.intro__title:after{
    content: "";
    display: block;
    width: 300px;
    height: 3px;
    margin: 60px auto 0;
    background-color: #fff;
}

.heder{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000
}

.contact{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 880px;
    margin: 0 auto;
    width: 100%;
    

}
.intro__contact{
    width: 50%;
    font-size: 30px;
    color: #fff;
    text-align: center;

    
}


.heder__liner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heder__logo{
    position: relative;
    margin: 10px;
    margin-left: -200px;
    transition: opacity 0.2s linear;
}


.nav{
    font-size: 18px;
    text-transform: uppercase;
    
}

.nav__link{
    display: inline-block;
    vertical-align: top;
    margin: auto 20px;
    position: relative;
    color: #fff;
    text-decoration: none;
    transition: color .2 s linear;
    font-weight: 400;
}

.nav__link:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    opacity: 0;
    background-color: black;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    transition: opacity 0.2s linear;
}



.nav__link:hover{
    color: #fff;
    text-shadow: 2px 0 black;
}

.nav__link:hover:after{
    opacity: 1;
    
}

.btn{
     text-transform: uppercase;
    text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 12px 40px;
  margin: 80px 10px 0;
  border-radius: 30px;
  background-size: 200% 200%;
  font-size: 24px;
  font-weight: 300;
  color: black;
  box-shadow: 0 16px 32px 0 rgba(0,40,120,.35);
  transition: .5s;
  min-width: 400px;
  text-align: center;
  background-color: #00ffff;
}

.btn:hover{
    box-shadow: 0 0 0 0 rgba(0,40,120,0);
  background-position: 0 0;
}

.btn1{
    text-transform: uppercase;
    text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 12px 40px;
  margin: 80px 10px 0;
  border-radius: 30px;
  background-size: 200% 200%;
  font-size: 24px;
  font-weight: 300;
  background-color: #ffc52c;
  color: black;
  box-shadow: 0 16px 32px 0 rgba(0,40,120,.35);
  transition: .5s;
  min-width: 400px;
    text-align: center;
}

.btn1:hover{
    box-shadow: 0 0 0 0 rgba(0,40,120,0);
  background-position: 0 0;
}

.section{
    padding: 80px 0;  
}

.section__heder{
    width: 100%;
    max-width: 950px;
    margin: 0 auto 40px;
    text-align: center;
    
}

.section__suptitle{
    font-size: 30px;
    color: #333;
}


.section__title{
    font-size: 35px;
    color: #333;
    text-transform: uppercase;
}


.section__title:after{
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #d94968;
    margin: 30px auto;
    
}

.section__text{
    font-size: 20px;
}


.catalog{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.catalog__item{
    width: 380px;
    background-color: #23fffa;
    position: relative;
}

.catalog__item:hover .catalog__image{
    transform: translate3d(-10px, -10px, 0)
}

.catalog__item:hover .catalog__image img{
    opacity: .2;
    
}
.catalog__item:hover .catalog__text{
    opacity: 1;
    transform: translate3d(-10px, -10px, 0)
}
.catalog__image{
    background: linear-gradient(to bottom, #ce71de, #d400f7);
    
    transition: transform .3s linear;
}

.catalog__image img{
    display: block;
    transition: opacity .1s linear;
}
.catalog__text{
    width: 100%;
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 2;
    transform: translate3d(0, 50%, 0); opacity: 0;
    transition: opacity .3s linear;
    transition: transform .3s linear;
}

.contact1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    margin: 0 auto;
    width: 100%;
    max-width: 880px;

}
.intro__contact1{
    width: 50%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin: 40px auto

    
}

.contact__wid{
   height: 200px;
    width: 100%;
    background: #A80586;
}







































