/*   Developed in april 2021 | Programming by newweb.kz  */
html {
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #353535;
    font-family: 'RobotoRegular', Tahoma, sans-serif;
    background-color: #303030;
}
.about img{
	margin-right:30px;
}
.about{
	display:flex;
}
.headerTopWrap{
	padding:20px 0;
	background-color: #303030;
}
.footerCopyright{
	text-align:center;
	color:#dedede;
	font-size:12px;
	border-top:1px solid #5f5b25;
	text-transform:uppercase;
	margin-top:40px;
	padding-top:20px;
}
.brands{
    padding-top:50px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #2c2c2c;
}
.brandsWrap{
    text-align: center;
    padding:50px 0;
}
.footerTopPhones a:hover{
    color:#fdec00;
}
.footerTopPhones a{
    font-family:'PTSansProCaptionBold';
    font-size: 34px;
    color: #fff;
    background: url(../images/headerHeadphones.png) left center no-repeat;
    padding-left: 40px;
    text-decoration: none;
    display: block;
    transition: ease 1s;
}
.footerBtn:hover{
    color:#353535;
}
.footerBtn{
    background: url(../images/btnBg.png) center center no-repeat;
    display: inline-block;
    color: #fff;
    padding: 12px 60px 17px 30px;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
    transition: ease 1s;
}
.footerTopPhonesBtn{
    text-align: right;
    color:#fff;
}
.footerTopTextAnons{   
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'RobotoRegular', Tahoma, sans-serif;
}
.footerTopTextWrap h1 span{
    font-family:'RobotoLight';
}
.footerTopTextWrap h1{
    color:#fdec00;
    font-size: 21px;
    font-family:'RobotoBold';
    text-transform: uppercase;
    margin-top:-5px;
}
.footerTopTextWrap{
    color:#fdec00;
    font-size: 32px;
    font-family:'RobotoBold';
}
.footerWrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.footerImg{
    max-width: 140px;
}
footer{
    padding:50px 0;
}
.aboutWrap{
    text-align: center;
}
.about{
    padding-top:50px;
    color:#d9d9d9;
    text-align: left;
    padding-bottom:50px;
}
#map{
    border-top:6px solid #626262;
    border-bottom:6px solid #626262;
}
.serviceItemBtn:hover{
    color:#353535;
}
.serviceItemBtn{
    background: url(../images/btnBg.png) center center no-repeat;
    display: inline-block;
    color: #fff;
    padding: 12px 60px 17px 30px;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
    transition: ease 1s;
}
.serviceItemPrice{
    font-family:'AkrobatSemiBold';
    font-size: 36px;
    color:#fdec00;
    margin-bottom: 20px;
}
.serviceItem ul li{
    list-style: none;
    padding:3px 0 3px 20px;
    background: url(../images/servicePoints.png) left center no-repeat;
    font-size: 18px;
}
.serviceItem ul{
    padding:10px 0;
    margin:0 0 0 60px;
    display: block;
    text-align: left;
}
.serviceItemWrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
    padding-top:50px;
}
.serviceItem h3{
    font-size: 30px;
    font-family:'AkrobatLight';
    padding-bottom: 20px;
}
.serviceItem:hover{
    border:1px solid #fdec00;
}
.serviceItem{
    border:1px solid #626262;
    background-color: #2c2c2c;;
    border-radius: 10px;
    color:#dedede;
    width: 260px;
    padding:30px;
    text-align: center;
    transition: ease 1s;
    margin-bottom: 30px;
}
h2 span{
    color:#d9d9d9;
}
h2::after{
    content: '';
    position: absolute;
    right:-55px;
    top:15px;
    background: url(../images/lineThrough.jpg) bottom center no-repeat;
    width:35px;
    height:2px;
}
h2::before{
    content: '';
    position: absolute;
    left:-55px;
    top:15px;
    background: url(../images/lineThrough.jpg) bottom center no-repeat;
    width:35px;
    height:2px;
}
h2{
    color:#fdec00;
    text-transform: uppercase;
    font-family:'AkrobatBold';
    font-size:35px;
    line-height: 0.9;
    position: relative;
    display: inline-block;
}
.service{
    text-align: center;
    padding-top:50px;
}
.headerWrap{
    background: url(../images/headerBlock.png) bottom center no-repeat;
    padding-bottom:50px;
}
.headerBottomText ul li span{
    font-family:'AkrobatRegular';
}
.headerBottomText ul li{
    list-style: none;
    font-family:'AkrobatExtraBold';
    font-size: 24px;
    background: url(../images/headerPoint.png) left center no-repeat;
    padding:10px 0 10px 60px;
    margin-bottom:15px;
}
.headerBottomText ul{
    padding:0;
    margin:0;
}
.headerImg{
    margin-right: 150px;
}
.headerBtn:hover{
    color:#353535;
}
.headerBtn{
    background: url(../images/btnBg.png) center center no-repeat;
    display: inline-block;
    color: #fff;
    padding:12px 60px 17px 30px;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
    transition: ease 1s;
}
.headerTopPhonesBtn{
    text-align: right;
}
.headerTopPhones a span{
    font-size: 24px;
}
.headerTopPhones a:hover{
    color:#353535;
}
.headerTopPhones a:hover{
    color:#353535;
}
.headerTopPhones a{
    font-family:'PTSansProCaptionBold';
    font-size: 34px;
    color: #fff;
    background: url(../images/headerHeadphones.png) left center no-repeat;
    padding-left: 40px;
    text-decoration: none;
    display: block;
    transition: ease 1s;
}
.headerTopAdress{
    font-size: 18px;
	color: #fff;
}
.headerBottom{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding:0 70px;
}
.headerTopTextAnons{
    font-family: 'RobotoRegular', Tahoma, sans-serif;
    font-size: 16px;
    color:#fff;
    text-transform: uppercase;
}
.headerTopTextWrap h1 span{
    font-size: 26px;
    text-transform: uppercase;
    font-family:'RobotoLight';
}
.headerTopTextWrap h1{
    font-size: 27px;
    text-transform: uppercase;
    font-family:'RobotoBold';
    margin-top:-7px;
}
.headerTopTextWrap{
    font-family:'RobotoBold';
    font-size: 40px;
	color:#fdec00;
}
.headerTopNav nav ul li a:hover{
    color:#fff;
}
.headerTopNav nav ul li a{
    color:#353535;
    display: block;
    text-decoration: none;
    font-family:'RobotoBold';
    text-transform: uppercase;
    transition: ease 1s;
    padding:11px 18px;
}
.headerTopNav nav ul li{
    list-style: none;
    border-right: 1px solid #fff;
    margin:11px 0;
}
.headerTopNav nav ul li:last-child {
    border-right: none;
}
.headerTopNav nav ul{
    padding:0 22px;
    margin:0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
}
.headerTopNav nav{
    padding: 0;
    margin:35px 0 85px 0;
    display: inline-block;
    border:1px solid #fff;
    border-radius: 10px;
}
.headerTopNav{
    text-align: center;
}
.headerTop{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
main{
    min-height: 1500px;
}
header{
    min-height: 875px;
    border-top:6px solid #fdec00;
    border-bottom: 6px solid #fdec00;
    background: url(../images/headerBg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
/* Fonts */
@font-face {font-family:'AkrobatSemiBold';src: url('../fonts/AkrobatSemiBold.otf');}
@font-face {font-family:'AkrobatBold';src: url('../fonts/AkrobatBold.otf');}
@font-face {font-family:'AkrobatExtraBold';src: url('../fonts/AkrobatExtraBold.otf');}
@font-face {font-family:'AkrobatLight';src: url('../fonts/AkrobatLight.otf');}
@font-face {font-family:'AkrobatRegular';src: url('../fonts/AkrobatRegular.otf');}
@font-face {font-family:'PTSansProCaptionBold';src: url('../fonts/PTSansProCaptionBold.ttf');}
@font-face {font-family:'RobotoBold';src: url('../fonts/RobotoBold.ttf');}
@font-face {font-family:'RobotoLight';src: url('../fonts/RobotoLight.ttf');}
@font-face {font-family:'RobotoRegular';src: url('../fonts/RobotoRegular.ttf');}
*::selection {
    background: #d4c81c;
    color:#fff;
}
#mobile_bar {
    display: none;
}
.container{
    max-width:1320px;
    padding:0 15px;
    margin:0 auto;
}
p, h1, h2, h3, h4, ul{
    padding:0;
    margin: 0;
    font-weight: normal;
}
#modal_close:hover{
    transform: rotate(180deg);
}
#modal_form #modal_close {
    width: 33px;
    height: 33px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
    background: url(../images/form-close.jpg) top right no-repeat;
    transition: ease 0.5s;
}
#overlay {
    z-index:30; 
    position:fixed;
    background-color:#000;
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=80);
    width:100%; 
    height:100%;
    top:0;
    left:0;
    cursor:pointer;
    display:none; 
}
#modal_form {
    padding:50px;
    text-align: center;
    width: 350px;
    height: 250px;
    background: #fff;
    position: fixed;
    top: 30%;
    left: 55%;
    margin-top: -200px;
    margin-left: -300px;
    display: none;
    opacity: 0;
    z-index: 98;
    background-color:#fff;
    color:#333333;
}
.form-text-anons {
    text-align: center;
    font-size: 16px;
    color: #000;
    max-width: 350px;
    display:inline-block;
    padding:10px 0;
}
.vvod {
    width: 250px;
    padding: 10px;
    margin: 5px 0;
    outline: none;
    display: inline-block;
}
#hidden{
	display:none;
	color:#333333;
}
.white-popup {
    background-color: #fff;
    position: relative;
    max-width: 360px;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
	color:#333333;
}
.form-text {
    font-size: 30px;
    display: inline-block;
    text-transform: uppercase;
    line-height:0.9;
}
.btn-form:hover{
    opacity: 0.8;
}
.btn-form {
    background: url(../images/btnBg.png) center center no-repeat;
    display: inline-block;
    color: #fff;
    padding: 12px 60px 17px 30px;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
    transition: ease 1s;
    border:0;
}