@charset "utf-8";

html,
body{
	margin:0px;
	padding:0px;
}



@font-face {
  font-family: mainFont;
  src: url(../fonts/PFDasGroteskPro-Reg.ttf);
}
@font-face {
  font-family: boldFont;
  src: url(../fonts/PFDasGroteskPro-Medium.otf);
}
@font-face {
  font-family: lightFont;
  src: url(../fonts/PFDasGroteskPro-Light.otf);
}

*, ::after, ::before {
    box-sizing: border-box;
}

.main_cont {
    min-width: 1180px;
    font-family: lightFont;
 color: #1f407a;
}

.section{
	  background: url(../images/bg.png) no-repeat center center;
	  min-height: 600px;
	     margin-bottom: 60px;
           min-width: 1180px;
}
.text {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.text2 {
    font-size: 18px;
    font-family: boldFont;
   
}
.text3 {
    font-size: 19px;
    font-family: boldFont;
        margin-bottom: 20px;
}
.text4 {
    font-size: 12px;
    font-family: boldFont;
    margin-top: 60px;
    margin-bottom: 100px;
}
.main_cont .holder {
    max-width: 1180px;
    margin: 0 auto 0 auto;
    
    padding: 0 10px;
}
.kartes {
    margin-top: 60px;
    margin-bottom: 60px;
    max-width: 820px;
    text-align: center;
}
