@import url("reset.css");
@import url("font-style.css");

a {
    outline: none !important;   /* Убираем границу вокруг ссылок   */
   }


body *{
    font-family: "NEXT ART";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    /* color: white; */
}


body
{
background:url(../fon.jpg) center 100% no-repeat;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover; 
}

.white_fon{
    background:white;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0; z-index: 1;opacity: .5;
}
.inf{
        display: inline-block;
    margin: 0 auto;
    /* background: white; */
    padding: 40px;
    margin-top:80px;
    width:75%;
    min-width:500px;
}

.inf .text{
    font:'NEXT ART';
    text-transform: uppercase;
     font-size:20px;
}

.logo{ 
    /*background:url('/logo.svg') no-repeat;*/
}


br {
    line-height: initial;
    font-size: initial;
    font-weight: initial;
 }

.test{
  opacity: 0.6;
  z-index: 1000;
  top: 0px;
  position: absolute;
  left: calc(50% - 960px);
  display: none;
  pointer-events: none;
}

div.first_screen{
    min-height: 100vh;
    overflow: hidden;
    text-align: center;
    position:relative;
    z-index: 2;
    
     
}
div.first_screen div.logo{
    margin-bottom: 16px;
   }
div.first_screen div.logo img{
     width:100%;
}

.inf{
    display:flex;
}

.row {
    width:70%;
    margin-left:40px;
}
.row:first-child{
    width:30%;
    margin-right:30px;
}
div.first_screen .inf .row div{
        margin-top: 8vh;
}
 
div.first_screen .inf .row div:first-child{
    margin-top: 0;
}


div.first_screen div.text{
    margin-bottom: 5px;;}
    
    
.input {
    width: 100%;
    margin-bottom: 10px;
}
textarea{
    height:50px;
}
.fancybox-content p, .fancybox-content p a {
    font-size: 13px;
    line-height: 19px;
    margin-top: 20px;
}  
    
div.first_screen div.text p{
    color: black;
    font-family: "NEXT ART";
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
} 

div.first_screen .down_align  a{
    color: black; 
    display:block; 
    text-decoration: none; 
    font-family: 'Atyp Display';
        text-align: left;
    padding-left: 33px;
    font-size: 17pt;
    line-height: 28pt;
    white-space: nowrap;    font-weight: 200;
}
 
div.first_screen .row2{
    position:relative;
}

div.first_screen .down_align .all{
    position:absolute;    bottom: 0;
}

div.first_screen .down_align a.email{
    background: url(/mail.png) no-repeat left 5px;
    background-size: 24px; 
}
div.first_screen .down_align a.tel{
    background: url(/phone.png) no-repeat left 5px;
    background-size: 24px; 
}
div.first_screen .down_align a.pdf{
    background: url(/pdf.svg) no-repeat left 5px;
    background-size: 24px; 
}
div.first_screen .down_align a.mail_form{
    background: #019edc;
    color: white;
    padding: 3px 15px;
    border-radius: 5px;
    margin-top: 5px;
}
/* 
div.first_screen div.tel a:hover{}
div.first_screen div.img{
    margin-left: auto;
    margin-right: auto;
    width: 614px;
    margin-top: 78px;
    max-width: 100%;}
div.first_screen div.img img{
    width: 100%;
    height: auto;}

div.first_screen p{
    color: black;
    font-family: "PT Sans";
    font-size: 20px; 
    line-height: 35px; 
} */


div.first_screen .inf .row:first-child div:last-child span{
    color:black;
    margin-left: 25%;
    font-size: 17pt;
    display:block;
    text-align:left;
    margin-bottom:30px;
}
div.first_screen .inf  .row:first-child div:last-child ul{
    margin-left: 25%;
}
div.first_screen .inf  .row:first-child div:last-child ul li{
    color:black;
    display:block;
    text-align:left;
    font-family: 'Atyp Display';
    position:relative;
        font-weight: 200;
    font-size: 17pt;
    line-height: 28pt;
    white-space: nowrap;
}

div.first_screen .inf  .row:first-child div:last-child ul li:before{
    content: ' ';
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 40%;
    left: -10px;
    background: #1C9CD9;
    border-radius: 2px;
}









@media (max-width: 576px) {
        body{
            
        }    
          
        .inf{
            display:block;  min-width: auto;
        }

        .row {
            width:100%;
            margin-left:0px;
        }
        .row:first-child{
            width:100%;
            margin-right:0px;
        }
        div.first_screen .inf .row div {
            margin-top: 4vh;
        }
         
        div.first_screen .inf .row div:first-child{
            margin-top: 0;
        }  
          
          
        div.first_screen div.logo img {
            width: 80%;
        }  
          div.first_screen .inf .row:first-child div:last-child span{
              margin-left:10%;
          }
        div.first_screen .inf .row:first-child div:last-child ul {
            margin-left: 10%;
        } 
        div.first_screen .down_align .all{
            position:static;
            
        }  
            
        div.first_screen .row2 .text {
            text-align:center;
        }    
        div.first_screen div.text p {
            font-size: 22px;
            line-height: 33px;
            margin-top: 30px;
            text-align: center;MARGIN-BOTTOM: 30PX;
        }    
        div.first_screen .inf .row div.down_align{
            display:inline-block;
        }    
        div.first_screen div.tel p.tel{float: none;}
        div.first_screen div.tel a{float: none;}
        div.first_screen div.img{
            min-width: 80%;
            margin-top: 18px;
        } 
        
        div.first_screen div.logo{
            margin-bottom: 10px;
            margin-top: 21px;
            
        }
}