@font-face {
	font-family: 'Corki-TuscanRounded';
	src: url('../fonts/Corki-TuscanRounded.eot');
	src: local('O'), url('../fonts/Corki-TuscanRounded.woff') format('woff'), url('../fonts/Corki-TuscanRounded.ttf') format('truetype'), url('../fonts/Corki-TuscanRounded.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
    margin: 0;
    font-family: 'Roboto Slab', serif;
    color:#303030;
}

h2{
    font-weight: 100;
    text-align: center;
    font-size: 3.5em;
    font-family: 'Corki-TuscanRounded';
}

/*HEADER*/
.header-cont{
    background-color: #282727;    
}

.wrapper{
    max-width: 1150px;
    margin: 0 auto;     
}

.header{    
    min-height: 157px;
    color:#c69c6d;  
    display:grid;        
    grid-template-areas: "logo title contact phone soc" "nav nav nav nav nav";
    grid-gap: 10px;
    white-space:nowrap;
    align-items: center;    
    justify-content: space-between;    
    /* border:1px solid #FF00FF;     */
    padding-top:1em;    
    
}
.header p {  
    margin:0px;
    padding:0px;
}

.header .contact{
    background:url(../images/freecall.png) right center no-repeat;
    text-align: right;
    padding-right: 70px;      
    grid-area: contact;
    font-size: 1.3em;
    /* border:1px solid black; */
}

.footer .title,
.header .title{
    grid-area: title;
    font-family: 'Corki-TuscanRounded';
    font-size: 2em;
    margin: 0 0.5em 0 0.5em;  
    white-space: normal;      
}


.header .phone{
    grid-area: phone;
}
.footer .phone a,
.header .phone a{
    color: #eb8234;
    font-size: 2.5em;
    padding-left:10px;
}

.header .logo{
    grid-area: logo;    
}



.header .soc{
    grid-area: soc;
}
.footer .soc img,
.header .soc img{
    margin: 10px;
}


.header .nav{
    grid-area: nav;  
    padding-bottom: 10px; 
}
.header .nav a{
    color:white;
    text-transform: uppercase;
    text-decoration: none;
}

.header .nav ul{
    margin: 0px;
    padding: 0px;
}
.header .nav li{
    display: inline-block;    
    margin:0 1em 0 0;    
}

/* DESC */
.desc-cont{
    background: url(../images/bg-pattern.jpg);
}

.desc{    
    min-height: 612px;
    display: grid;
    grid-template-areas: "mainPhoto mainText";
    justify-items: center;
    grid-gap: 2em;
    /* align-items: center; */
}

.mainPhoto{
    padding-top:20px;
    grid-area: mainPhoto;
    
}


.mainText{
    grid-area: mainText;        
    padding-bottom: 5em;
    color:#333;
    font-family: 'Corki-TuscanRounded';    
    text-align: center;       
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.prof{
    font-size: 6em;    
}

.zat{    
    font-family: 'Roboto Slab', serif;
    font-size: 8em;   
    color:#282727;   
    
}

.maintTextCity{        
    background: url(../images/vabakane.png) no-repeat center center;
    text-align: center;
    font-size: 4em;
}

/* PLUS */
.plus{
    position: relative;
    top:-100px;    
    background: url(../images/border.png) no-repeat center center;
    width:1146px;
    height: 189px;
    margin: 0 auto;
}
.plus ul{
    display:flex;
    /* border: 1px solid black; */
    height: 169px;        
    padding: 5px 55px 0 75px;
    align-items: center;
    margin-top:-10px;
}
.plus li{    
    display: flex;   
    align-items: center;        
    height:80px;
}

.one_day{    
    background: url(../images/calendar.png) left center no-repeat;
    
    padding-left: 73px;
}

.free_abakan{    
    background: url(../images/delivery.png) left center no-repeat;    
    padding-left: 82px;
}

.free_other{    
    background: url(../images/mark2.png) left center no-repeat;    
    padding-left: 118px;
}

.warranty{    
    background: url(../images/right.png) left center no-repeat;    
    padding-left: 85px;
}

/* BANNER */
.banner{
    margin-top:-179px;
    background: url(../images/banner.jpg) center center no-repeat;
	background-size: cover;
    height: 432px;
    color:white;
    text-align: center;   
    white-space: nowrap; 
}
.banner .banner_free{
    position: relative;
    top:145px;
    
}
.banner .free{    
    font-family: 'Roboto Slab', serif;
    font-size: 3em;   
    text-transform: uppercase;
}

.banner .call{
    position: relative; 
    top:230px;
    
}
.banner .call a{
    color: white;
    font-size: 1.5em;   
}

/*PRICE*/
.price .star{
    font-size: 0.8em;
    line-height: 1.5em;
}
.main_price{
    margin: 0 auto;
    /* border: 1px solid black; */
    width: 100%;
    max-width: 700px;
}
.main_price td{
    padding: 5px;
    /* border: 1px solid black; */
    font-size: 1.5em;  
}


.price .price_h2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;        
    font-weight: 100;    
    font-size: 3.5em;
    font-family: 'Corki-TuscanRounded';
    margin: 1em auto 1em auto;
}

.price .price_h2_img{
    background: url(../images/zatochka_price.png) left center no-repeat;  
    height: 140px;  
    width: 177px;
    margin-right: 20px;
    margin-left:-100px;
}

.sep {
    margin-top: 60px;
    margin-bottom: 60px;
    border-bottom: 2px dashed #e4e4e4;
}

/*features*/

.features{
    display: flex;
    flex-wrap: wrap;    
    /* border:1px solid black; */
    font-size: 1.5em;    
}
.features div{
    display: flex;             
    align-items: center;    
}

.features img{
    margin-right: 3em;    
    height:150px;
    width:150px;
    /* border:1px solid black; */
}


/*photo*/
.photo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.photo img{
    width:300px;
    margin: 5px;
}


/*about*/
.about_desc{
    display: grid;
    grid-template-columns: 1fr 2fr;
    justify-content: center;
    justify-items: center;
    align-items: center;
    font-size: 1.5em;
    margin-bottom: 3em;
}
.about_me img{
    box-shadow: 0 0 40px #AAA;
}

.about_img{    
    max-width: 255px;
    max-height: 255px;
}
.about_img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.about_sert{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.about_sert .about_sert_vr{
    max-width: 435px;
    max-height: 435px;
    margin:10px;
}

.about_sert .about_sert_sert{
    max-width: 608px;
    max-height: 437px;
    margin:10px;
}

.about_sert img{
    width: 100%;
    height: 100%;    
    /* border:1px solid black; */    
}

/*reviews*/
.all_reviews{
    margin:1em;    
}

.review{
    margin:1em 0 1em 0;
    
}

.review h3{
    margin-bottom: 0.2em;
    
}

.review p{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

.reviews-form-cont{
    margin-top:60px;
    /* border: 1px solid black; */
    padding: 0 15px;
    
}
.reviews-form{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
    /* border: 1px solid black; */
    max-width: 1000px;       
}

.reviews-form input[type="text"],input[type="email"]{
    border-radius: 5px;
    padding: 0 10px;    
    border:1px solid #ddd7c4;
    height: 54px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Roboto Slab', serif;
}
.reviews-form input[type="submit"]{
    box-sizing: border-box;
    border:none;
    border-radius: 5px;
    height: 54px;
    font-size: 20px;
    color: #FFF;
    background-color: #eb8234;
    width: 100%;    
    cursor: pointer;
    font-family: 'Roboto Slab', serif;
}

.reviews-form-comment{    
    box-sizing: border-box;
    width: 50%;
    /* padding: 0 10px; */
    padding-right: 20px;
}

.reviews-form-other{
    width: 50%;
    box-sizing: border-box;
    /* padding: 0 10px; */
}

.reviews-form textarea{
    width: 100%;    
    box-sizing: border-box;
    border:1px solid #ddd7c4;    
    border-radius: 5px;
    height:264px;
    font-size: 16px;
    padding: 10px;
    font-family: 'Roboto Slab', serif;
}
/*contacts*/
.contacts{
    display: flex;
    flex-flow: column;
    padding-bottom: 80px;
}
.contacts h2{
    margin-top: 0;
}

.contacts_cont{
    display: grid;    
    margin: 0 auto;
    grid-template-columns: 60px 60px 60px auto;
    grid-template-rows: 60px;
    grid-template-areas: "whatsapp tg viber con_phone"
                         ". . inst inst2"
                         ". . ok ok2";
                         /* border:1px solid black;    */
    grid-gap: 1em;       
}

.contacts_cont a{
    font-size: 2em;       
    color:#303030;    
}

.contacts_cont img{
    width: 100%;
    height: 100%;    
}
.contact_links{
    margin-right: 2em;
}
.whatsapp{
    grid-area: whatsapp;
}
.tg{
    grid-area: tg;
}
.viber{
    grid-area: viber;    
}
.con_phone{
    grid-area: con_phone;    
     
}
.inst{
    grid-area: inst;    
}
.inst2{
    grid-area: inst2;    
}
.ok{
    grid-area: ok;
}
.ok2{
    grid-area: ok2;    
}

/*footer*/
footer{
    background: #282727;
}
.footer{    
    color:white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
}
.footer p {  
    margin:0px;
    padding:0px;
}
.footer div{
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer .title{
    color:#c69c6d;
}

 .menu-collapser{
    width:200px !important;
    line-height: 1px !important;
    background: none !important;
    /* color:#333 !important; */
    padding:30px  !important;
    border:1px solid #777;
    border-radius: 5px;
    margin-bottom: 10px !important;  
    cursor: pointer;
} 