
a{
    text-decoration: none; 
    outline: none;
}




a:hover{
    text-decoration: none;
    color: none;
}




a:focus{
    text-decoration: none;
    outline: none;
    color: none;
}




::-webkit-input-placeholder{
    color: #000000;
}




::-moz-placeholder{
    color: #000000;
}




:-moz-placeholder{
    color: #000000;
}




:-ms-input-placeholder{
    color: #000000;
}




body{
    min-width: 1170px;
    color: black;
}




.container{
    width: 1170px;
    min-width: 1170px;
}




.content1{
    height: 700px;
    background: url(../img/bg1.jpg)center no-repeat;
    background-size: cover;
}

.header{
    height: 65px;
    background: #1d2029;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
 
}
.header.shrink {
    display: block;
}


.nav-points{
    list-style: none;
    padding-left: 73px;
    padding-top: 19px;

}


.nav-points>li>a{
    color: #ffcc00;
    font-size: 20px;
    font-family: 'Uni Sans';
    font-weight: 600;
    font-style: normal;
    margin-left: 30px;
    transition:0.5s;
     
}
.nav-points>li>a:hover{
    color: #FF6000;
     
}



.logo{
    width: 162px;
    display: block;
    height: 51px;
    background: url(../img/logo.png);
    margin-top: 41px;
}

.brand-img{
    width: 162px;
    display: block;
    height: 51px;
    background: url(../img/logo.png);
}


.nav-head{
    margin-top: 47px;
    float: right;
}




.nav-head li a{
    color: #ffcc00;
    font-size: 20px;
    font-family: 'Uni Sans';
    font-weight: 600;
    font-style: normal;
}

.nav-head .relative_links{
	position: relative;
}

.nav-head .relative_links .popup_links{
	display: none;
	position: absolute;
	top: 15px;
	left: 0;
	width: 150px;
	padding: 15px 0;
	text-align: center;
	z-index: 10;
}

.nav-head .relative_links .popup_links a{
	font-size: 18px;
	display: block;
	color: #ffcc00;
}

.nav-head .relative_links .popup_links a:hover{
	opacity: .8;
}

.nav-phones{
    color: #ffffff !important;
    font-size: 20px;
    font-family: 'Uni Sans';
    font-weight: normal!important;
}




.nv-ph1{
    margin-left: 23px;
    border-right: 1px solid #ffcc00;
    padding-top: 3px;
    line-height: 23px;
    padding-right: 18px!important;
    margin-right: 9px;
}




.order-link{
    margin-left: 18px;
    border-bottom: 1px dashed #ffcc00;
}




.back-1{
    height: 552px;
    margin: auto;
    margin-top: 56px;
    background: url(../img/back-1.png)center no-repeat;
}

.change-lnk{
    transition:0.5s;
    color: #ffcc00;
    font-size: 20px;
    font-family: 'Uni Sans';
    font-weight: 600;
    font-style: normal;
    cursor: pointer;
}
.support_btn:hover{
	box-shadow: 0px 0px 25px 1px rgba(255,204,0,1);

}

.support_wr{
	position: fixed;
	right: 0px;
	bottom: 35%;
        background: url('../img/btn_support.PNG') no-repeat;
	width: 32px;
	height: 194px;
	cursor: pointer;
}
/*
.hidden_textarea{
	background: #ffcc00;
	padding: 30px 12% 22px;
	position: relative;
}

.hidden_textarea:before{
	position: absolute;
	top: 0;
	left: -32px;
	content: '';
	background: url('../img/btn_support.PNG') no-repeat;
	width: 32px;
	height: 194px;
	cursor: pointer;
}


.support_wr:hover{
	right: -260;
}

.hidden_textarea textarea{
	resize: none;
	font: 500 14px 'Uni Sans';
	border: none;
	display: block;
	height: 80px;
	width: 200px;
	padding: 5px;
}

.hidden_textarea textarea:focus{
	outline: none;
}

.hidden_textarea button{
	background: none;
	display: block;
	margin-top: 20px;
	font: normal 14px 'Uni Sans';
	text-transform: uppercase;
	border: 1px solid #fff;
	color: #fff;
	padding: 5px 8px;
}

.hidden_textarea button:focus{
	outline: none;
} */


.change-lnk:hover{
    color:#FF6000;
    border-color: #FF6000;
}

.cur{
    color:#FF6000!important;
}



.txt1{
    color: #ffffff;
    font-size: 45px;
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 55px;
    margin-top: -8px;
    letter-spacing: 5px;
    word-spacing: 6px;
}




.txt1>span{
    color: #ffcc00;
}




.txt2{
    color: #ffffff;
    font-size: 20px;
    font-family: 'Uni Sans';
    font-weight: normal;
    margin-top: 31px;
    line-height: 35px;
}




.send-btn{
    display: block;
    width: 201px;
    height: 52px;
    border: 2px solid #ffcc00;
    font-family: 'Uni Sans';
    font-weight: 600;
    text-align: center;
    padding-top: 14px;
    text-transform: uppercase;
    color: #ffcc00;
    transition: 0.5s;
    margin-top: 50px;
}




.send-btn:hover{
    -webkit-box-shadow: 0px 0px 25px 1px rgba(255,204,0,1);
    -moz-box-shadow: 0px 0px 25px 1px rgba(255,204,0,1);
    box-shadow: 0px 0px 25px 1px rgba(255,204,0,1);
    color: #ffcc00;
}




.content2{
    height: 640px;
    background: url(../img/rounds-numbs.jpg)center no-repeat;
}




.cont2-box-1{
    padding-left: 0px;
}




.box2-list{
    list-style: none;
    padding-left: 0px;
}




.box1-txt1{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 35px;
    line-height: 46px;
    margin-top: 95px;
    letter-spacing: 3px;
    word-spacing: 5px;
}




.box1-txt2{
    font-family: 'Uni Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    margin-top: 33px;
    line-height: 29px;
}




.box1-txt3{
    font-family: 'Uni Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    color: #ffffff;
    background: #ffcc00;
    width: 452px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    margin-top: 28px;
}




.box2-txt1{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 25px;
    color: #ffcc00;
    margin-top: 97px;
    letter-spacing: 2px;
}




.cont2-box-1{
    float: left;
}




.cont2-box-2{
    margin-left: 610px;
    text-align: right;
}




.box2-list{
    margin-top: 0px;
    padding-top: 15px;
}




.box2-list>li{
    font-family: 'Uni Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    line-height: 27px;
}




.box-list-2{
    margin-top: 47px;
}




.box-list-3{
    margin-top: 52px;
}




.box-list-4{
    margin-top: 45px;
}




.content3{
    height: 330px;
    margin-top: 60px;
    background: url(../img/bg2.jpg)center no-repeat;
    background-size: cover;
}




.cont3-txt1{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 35px;
    color: #ffffff;
    text-align: right;
    letter-spacing: 3px;
    word-spacing: 3px;
    margin-top: 49px;
    line-height: 43px;
}




.cont3-txt2{
    font-family: 'Uni Sans';
    font-weight: 600;
    font-style: normal;
    color: #1d2029;
    font-size: 17px;
    text-align: right;
    line-height: 29px;
}




.send-btn2{
    display: block;
    border: 2px solid #ffffff;
    font-family: 'Uni Sans';
    font-weight: 600;
    text-align: center;
    padding-top: 15px;
    text-transform: uppercase;
    color: #ffffff;
    transition: 0.5s;
    margin-top: 7px;
    float: right;
    height: 52px;
    width: 343px;
}




.send-btn2:hover{
    -webkit-box-shadow: 0px 0px 25px 1px rgba(255,255,0,1);
    -moz-box-shadow: 0px 0px 25px 1px rgba(255,255,0,1);
    box-shadow: 0px 0px 25px 1px rgba(255,255,0,1);
    color: #ffffff;
}




.content4{
    height: 1180px;
    background: url(../img/rounds.jpg)center no-repeat;
}




.cont4-left{
    float: left;
    width: 580px;
}




.cont4-right{
    float: left;
    width: 557px;
    padding-left: 104px;
}




.cont4-txt1{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 35px;
    color: #1d2029;
    margin-top: 89px;
    letter-spacing: 4px;
}




.cont4-txt2{
    font-family: 'Uni Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    color: #1d2029;
    line-height: 26px;
}




.cont4-head{
    font-family: 'Uni Sans';
    font-weight: bold;
    font-size: 30px;
    color: #ffcc00;
}




.cont4-descr{
    font-family: 'Uni Sans';
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
    color: #1d2029;
    line-height: 31px;
    margin-top: 18px;
}




.left-head{
    margin-top: 294px;
}




.right-head{
    margin-top: 283px;
}




.right-descr{
    margin-bottom: 279px;
}




.content5{
    height: 372px;
    background: url(../img/bg3.jpg)center no-repeat;
    background-size: cover;
    margin-top: 45px;
}




.cont5-txt1{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 35px;
    color: #ffffff;
    text-align: left;
    letter-spacing: 3px;
    word-spacing: 3px;
    margin-top: 94px;
    line-height: 43px;
}




.cont5-txt2{
    font-family: 'Uni Sans';
    font-weight: 600;
    font-style: normal;
    color: #1d2029;
    font-size: 17px;
    text-align: left;
    line-height: 29px;
}




.send-btn3{
    display: block;
    width: 286px;
    height: 52px;
    border: 2px solid #ffffff;
    font-family: 'Uni Sans';
    font-weight: 600;
    text-align: center;
    padding-top: 14px;
    text-transform: uppercase;
    color: #ffffff;
    transition: 0.5s;
    margin-top: 13px;
    float: left;
}




.send-btn3:hover{
    -webkit-box-shadow: 0px 0px 25px 1px rgba(255,255,0,1);
    -moz-box-shadow: 0px 0px 25px 1px rgba(255,255,0,1);
    box-shadow: 0px 0px 25px 1px rgba(255,255,0,1);
    color: #ffffff;
}




.content6{
    height: 1437px;
}




.cont6-txt1{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 35px;
    color: #1d2029;
    text-align: center;
    margin-top: 88px;
    letter-spacing: 3px;
    word-spacing: 3px;
}




.cont6-txt2{
    font-family: 'Uni Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    color: #1d2029;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 26px;
    line-height: 28px;
}




.cont6-txt3{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 35px;
    color: #1d2029;
    text-align: center;
    margin-top: 103px;
    letter-spacing: 3px;
    word-spacing: 3px;
}




.ico-box{
    width: 154px;
    height: 154px;
    margin: auto;
    margin-top: 58px;
}




.for-who-wrap{
    height: 704px;
    background: url(../img/for-who.jpg) center;
    margin-top: 27px;
}




.cont6-left{
    width: 500px;
    float: left;
}




.cont6-right{
    float: left;
    width: 640px;
    padding-left: 446px;
}




.advise{
    font-family: 'Uni Sans';
    font-weight: 600;
    font-style: normal;
    color: #1d2029;
    font-size: 17px;
    text-transform: uppercase;
    text-align: right;
    line-height: 27px;
    padding-left: 10px;
}




.advise1{
    padding-right: 114px;
    margin-top: 87px;
    text-align: right;
}




.advise2{
    padding-right: 355px;
    margin-top: 17px;
    text-align: right;
}




.advise3{
    margin-top: 327px;
    padding-right: 304px;
    text-align: right;
}




.advise4{
    margin-top: 167px;
    text-align: left;
}




.advise5{
    margin-top: 162px;
    text-align: left;
    line-height: 33px;
    padding-left: 35px;
}




.advise6{
    margin-top: 81px;
    text-align: left;
}




.content7{
    height: 352px;
    background: url(../img/bg4.jpg)center no-repeat;
    background-size: cover;
}




.cont7-txt1{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 35px;
    color: #ffcc00;
    text-align: center;
    letter-spacing: 3px;
    word-spacing: 3px;
    margin-top: 51px;
    line-height: 43px;
}




.cont7-txt2{
    font-family: 'Uni Sans';
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    line-height: 31px;
}




.cont7-txt3{
    font-family: 'Uni Sans';
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    line-height: 29px;
    text-transform: uppercase;
    margin-top: 33px;
    letter-spacing: 1px;
    word-spacing: 4px;
}




.send-btn4{
    display: block;
    margin: auto;
    width: 249px;
    height: 52px;
    border: 2px solid #ffcc00;
    font-family: 'Uni Sans';
    font-weight: 600;
    text-align: center;
    padding-top: 14px;
    text-transform: uppercase;
    color: #ffcc00;
    transition: 0.5s;
    margin-top: 22px;
}




.send-btn4:hover{
    -webkit-box-shadow: 0px 0px 25px 1px rgba(255,255,0,1);
    -moz-box-shadow: 0px 0px 25px 1px rgba(255,255,0,1);
    box-shadow: 0px 0px 25px 1px rgba(255,255,0,1);
    color: #ffcc00;
}




.content8{
    height: 739px;
}




.icons{
    height: 154px;
    background: url(../img/icons.jpg) center;
    margin-top: 35px;
}




.cont8-top>li{
    text-align: center;
    font-family: 'Uni Sans';
    font-weight: 600;
    font-style: normal;
    color: #1d2029;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 27px;
}




.cont8-top>li>span{
    display: block;
    margin-top: 18px;
    font-family: 'Uni Sans';
    font-weight: bold;
    font-style: normal;
    color: #ffcc00;
    font-size: 30px;
}




.cont8-bottom{
    margin-top: 39px;
}




.cont8-bottom>li{
    text-align: center;
    font-family: 'Uni Sans';
    font-weight: 600;
    font-style: normal;
    color: #1d2029;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 28px;
}




.cont8-bottom>li>span{
    display: block;
    margin-bottom: 18px;
    font-family: 'Uni Sans';
    font-weight: bold;
    font-style: normal;
    color: #ffcc00;
    font-size: 30px;
}




.cont8-top{
    margin-top: 73px;
}




.cont8-txt3{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 35px;
    color: #1d2029;
    text-align: center;
    margin-top: 110px;
    letter-spacing: 3px;
    word-spacing: 3px;
}




.monit-1{
    margin-left: 181px;
}




.monit-2{
    margin-left: 183px;
}




.monit-3{
    margin-left: 235px;
}




.monit-4{
}




.monit-5{
    margin-left: 203px;
}




.monit-6{
    margin-left: 218px;
}




.content9{
    height: 263px;
    background: url(../img/bg5.jpg) center;
}




.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15.5px 17px 15.5px;
    border-color: transparent transparent #ff9e01 transparent;
    margin: auto;
}




.cont9-txt1{
    font-family: 'Uni Sans';
    font-weight: bold;
    font-style: normal;
    font-size: 30px;
    color: #27292d;
    text-align: center;
    letter-spacing: 0px;
    word-spacing: 0px;
    margin-top: 41px;
    line-height: 43px;
}




.cont9-txt2{
    font-family: 'Uni Sans';
    font-weight: 600;
    font-style: normal;
    color: #1d2029;
    font-size: 17px;
    text-align: center;
    line-height: 29px;
    text-transform: uppercase;
    margin-top: 14px;
    letter-spacing: 1px;
    word-spacing: 5px;
}




.send-btn5{
    display: block;
    margin: auto;
    width: 213px;
    height: 52px;
    border: 2px solid #ffffff;
    font-family: 'Uni Sans';
    font-weight: 600;
    text-align: center;
    padding-top: 14px;
    text-transform: uppercase;
    color: #ffffff;
    transition: 0.5s;
    margin-top: 21px;
}




.send-btn5:hover{
    -webkit-box-shadow: 0px 0px 25px 1px rgba(255,255,0,1);
    -moz-box-shadow: 0px 0px 25px 1px rgba(255,255,0,1);
    box-shadow: 0px 0px 25px 1px rgba(255,255,0,1);
    color: #ffffff;
}




.content10{
    height: 1091px;
}




.laptop{
    width: 579px;
    height: 700px;
    background: url(../img/laptop.jpg);
    float: left;
    margin-top: 82px;
}




.ticks-head{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 35px;
    color: #1d2029;
    margin-top: 35px;
    letter-spacing: 3px;
    word-spacing: 3px;
    margin-bottom: 25px;
}



.brand-txt{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 35px;
    color: #1d2029;
    letter-spacing: 3px;
    word-spacing: 3px;
    margin-bottom: 25px;
    margin-top: 801px;
    text-align: center;
}

.text-ticks{
    float: left;
    width: 500px;
    height: 500px;
    margin-top: 108px;
    padding-left: 33px;
}


.ticks{
    padding-left: 0px;
}


.ticks>li{
    list-style: none;
    font-family: 'Uni Sans';
    font-weight: 600;
    font-size: 17px;
    color: #1d2029;
    margin-top: 18px;
}




.ticks>li>i{
    float: left;
    margin-right: 19px;
}

.carousel{
    width: 1005px;
    margin: auto;
    margin-top: 70px;
    position: relative;
    height: 100px;
    display: block;  
}

.left-ctrl{
    width: 31px;
    height: 58px;
    display: block;
    background: url(../img/left-ctrl.png);
    transition: 0.5s;
    position: absolute;
    left: 0px;
    top: 25px;
}




.right-ctrl{
    width: 31px;
    height: 58px;
    display: block;
    background: url(../img/right-ctrl.png);
    transition: 0.5s;
    position: absolute;
    right: 0px;
    top: 25px;
}




.left-ctrl:hover{
    background: url(../img/left-act.png);
}




.right-ctrl:hover{
    background: url(../img/right-act.png);
}




.item{
    height: 100px;
    width: 1005px;
    padding-top: 20px;
    padding-left: 70px;
}



.brand-img{
    display: block;
    float: left;
    margin-right: 90px;
    transition: 0.5s;
    cursor: pointer;
    margin-top: 8px;
}




.brand-1{
    width: 231px;
    height: 59px;
    background: url(../img/brand1-h.jpg)center no-repeat;
}




.brand-2{
    width: 244px;
    height: 68px;
    background: url(../img/brand2-h.jpg)center no-repeat;
}




.brand-3{
    width: 188px;
    height: 78px;
    background: url(../img/brand3-h.jpg)center no-repeat;
}




.brand-1:hover{
    background: url(../img/brand1.jpg);
}




.brand-2:hover{
    background: url(../img/brand2.jpg);
}




.brand-3:hover{
    background: url(../img/brand3.jpg);
}



.content11{
    height: 197px;
    background: url(../img/bg6.jpg) center;
    overflow: hidden;
}



.triangle2{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15.5px 17px 15.5px;
    border-color: transparent transparent #27292d transparent;
    margin: auto;
}


.filt-box{
    width: 900px;
    height: 134px;
    margin: auto;
}




.filt-txt{
    font-family: 'Uni Sans';
    font-weight: normal;
    display: block;
    height: 133px;
    width: 900px;
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 1000px;
    text-align: center;
    padding-top: 51px;
    line-height: 29px;
}




.content12{
    height: 924px;
    background: url(../img/bg7.jpg)no-repeat center;
}




.scheme-txt{
    font-family: 'Uni Sans';
    font-weight: 600;
    color: #1d2029;
    font-size: 17px;
    text-align: center;
}




.scheme-txt1{
    margin-top: 304px;
}




.scheme-txt2{
    margin-top: 75px;
}




.scheme-txt3{
    padding-right: 95px;
    margin-top: 365px;
}




.scheme-txt4{
    margin-top: 394px;
    margin-right: 60px;
}




.scheme-txt5{
    padding-left: 293px;
    margin-top: 100px;
}




.scheme-btn{
    display: block;
    margin: auto;
    width: 213px;
    height: 52px;
    border: 2px solid #ffcc00;
    font-family: 'Uni Sans';
    font-weight: 600;
    text-align: center;
    padding-top: 14px;
    text-transform: uppercase;
    color: #ffcc00;
    transition: 0.5s;
    margin-top: 31px;
}




.scheme-btn:hover{
    -webkit-box-shadow: 0px 0px 25px 1px rgba(255,255,0,1);
    -moz-box-shadow: 0px 0px 25px 1px rgba(255,255,0,1);
    box-shadow: 0px 0px 25px 1px rgba(255,255,0,1);
    color: #ffcc00;
}




.cont12-txt{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 35px;
    color: #1d2029;
    text-align: center;
    margin-top: 110px;
    letter-spacing: 3px;
    word-spacing: 3px;
}




.content13{
    height: 356px;
    background: url(../img/bg8.jpg) center no-repeat;
    background-size: cover;
}




.cont13-txt1{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 35px;
    color: #ffffff;
    text-align: right;
    letter-spacing: 3px;
    word-spacing: 3px;
    margin-top: 45px;
    line-height: 43px;
}




.cont13-txt2{
    font-family: 'Uni Sans';
    font-weight: 600;
    font-style: normal;
    color: #1d2029;
    font-size: 17px;
    text-align: right;
    line-height: 31px;
}




.cont13-txt3{
    font-family: 'Uni Sans';
    font-weight: 600;
    font-style: normal;
    color: #1d2029;
    font-size: 17px;
    text-align: right;
    line-height: 29px;
    text-transform: uppercase;
    margin-top: 11px;
    letter-spacing: 0px;
    word-spacing: -1px;
}




.send-btn6{
    display: block;
    float: right;
    width: 200px;
    height: 52px;
    border: 2px solid #ffffff;
    font-family: 'Uni Sans';
    font-weight: 600;
    text-align: center;
    padding-top: 14px;
    text-transform: uppercase;
    color: #ffffff;
    transition: 0.5s;
    margin-top: 9px;
}




.send-btn6:hover{
    -webkit-box-shadow: 0px 0px 25px 1px rgba(255,255,0,1);
    -moz-box-shadow: 0px 0px 25px 1px rgba(255,255,0,1);
    box-shadow: 0px 0px 25px 1px rgba(255,255,0,1);
    color: #ffffff;
}




.content14{
    height: 784px;
    background: url(../img/bg9.jpg)center no-repeat;
    background-size: cover;
}




.cont14-txt{
    color: #ffcc00;
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    margin-top: 100px;
    letter-spacing: 3px;
}




.contact-box1{
    height: 343px;
    width: 408px;
    background: #ffffff;
    position: relative;
    margin-left: 75px;
    margin-top: 14px;
    padding-left: 37px;
    padding-top: 38px;
}




.triangle3{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.5px 0 17.5px 19px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: -19px;
    top: 257px;
}




.contact-box2{
    height: 343px;
    width: 263px;
    background: #ffffff;
    margin-top: 15px;
    margin-left: 100px;
    padding-left: 34px;
    padding-top: 36px;
}




.contact-head{
    font-family: 'Uni Sans';
    font-weight: bold;
    color: #1d2029;
    font-size: 17px;
    text-transform: uppercase;
}




.contact-list{
    list-style: none;
    padding-left: 0px;
    font-family: 'Uni Sans';
    font-weight: 600;
    font-size: 17px;
}




.cont-1>i{
    float: left;
    margin-right: 15px;
    margin-top: 4px;
}




.cont-2>i{
    float: left;
    margin-right: 29px;
    margin-top: 4px;
}




.cont-3>i{
    float: left;
    margin-right: 17px;
    margin-top: 14px;
}




.contact-list>li{
    margin-top: 30px;
}

a:hover{
    text-decoration: none;
    color:none ; 
}
a:focus{
    text-decoration: none;   
    outline: none;
    color: none;
}





::-webkit-input-placeholder {color:#000000;}
::-moz-placeholder          {color:#000000;}/* Firefox 19+ */
:-moz-placeholder           {color:#000000;}/* Firefox 18- */
:-ms-input-placeholder      {color:#000000;}



.contact2-head{
    font-family: 'Uni Sans';
    font-weight: bold;
    color: #1d2029;
    font-size: 17px;
    text-transform: uppercase;
}

.cities{
    list-style: none;
    padding-left: 0px;
    font-family: 'Uni Sans';
    font-weight: 600;
    font-size: 17px;
}
.cities>li{
    margin-top: 13px;
}
.cities>li>a{
    border-bottom: 1px solid #1d2029;
    padding-bottom: 0px;
    line-height: 20px;
    color: #1d2029;
    transition:0.5s;
}

.cities>li>a{
    border-bottom: 1px solid #1d2029;
    padding-bottom: 0px;
    line-height: 20px;
    color: #1d2029;
}

.cities>li>a:hover{
    color:#ffcc00;
    border-color: #ffcc00;
}





footer{
    background: none;
    border-top: 1px solid #919191;
    height: 82px;
    margin-top: 184px;

}

.foot-txt{
    text-align: center;
    font-family: 'Uni Sans';
    font-weight: 600;
    font-size: 17px;
    color: #919191;
    margin-top: 30px;

}

.form-input{
    height: 50px;
    width: 350px;
    border: 2px solid #ffcc00;
    font-family: 'Uni Sans';
    font-weight: 600;
    color:#000000;
    padding-left: 10px;
    display: block;
    margin: auto;
    margin-top: 10px;
    outline: 0px;
}


.modal-btn{
    display: block;
    width: 350px;
    height: 50px;
    border: 2px solid #ffcc00;
    font-family: 'Uni Sans';
    font-weight: 600;
    text-align: center;
    padding-top: 5px;
    text-transform: uppercase;
    color: #ffffff;
    transition: 0.5s;
    
    margin: auto;

    margin-top: 50px;
    margin-bottom: 30px;
    background: #ffcc00;
    letter-spacing: 4px;
}




.modal-btn:hover{
    -webkit-box-shadow: 0px 0px 25px 1px rgba(255,204,0,1);
    -moz-box-shadow: 0px 0px 25px 1px rgba(255,204,0,1);
    box-shadow: 0px 0px 25px 1px rgba(255,204,0,1);
    color: #ffffff;
}
.modal-txt{
    color: #1d2029;
    font-family: 'Uni Sans';
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 3px;
    margin-bottom: 42px;
}
.modal-header {
    padding-bottom: 27px;
}

.modal-dialog{
    min-width: 600px;
}

.success-txt1{
    font-family: 'Uni Sans';
    font-weight: 600;
    color:#ffcc00;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
}
.success-txt2{
    font-family: 'Uni Sans';
    font-weight: 600;
    color:#ffcc00;
    font-size: 20px;
    text-align: center;
    
}   

.success-content{
    padding: 20px;
}
