* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

:focus {
    outline: none;
}

img {
    max-width: 100%;
}

.clearfix {
    clear: both;
}

body {
    font-family: 'DINPro';
    font-size: 15px;
}

.container {
    width: 1180px;
    margin: 0 auto;
}

.row {
    float: left;
    width: 100%;
}

.sect1 {
    background: #f7f7f7;
    overflow: hidden;
}

.social {
    float: right;
    margin-top: 0.4%;
    margin-right: 2%;
}

.social a {
    display: inline-block;
    margin: 0 2px;
    width: 35px;
}

.social a:hover {
    opacity: 0.6;
}

nav {
    width: 990px;
    height: 52px;
    margin: -5px auto 0;
    background: url('../images/menubg.png') no-repeat;
    background-size: 100%;
    position: relative;
}

nav .logo {
    display: block;
    width: 15%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -1.8rem;
}

nav ul {
    float: left;
    width: 100%;
    padding: 0;
    padding-left: 2rem;
    padding-right: 0rem;
}

nav ul li {
    float: left;
}

nav ul li a {
    display: block;
    padding: 0 15px;
    color: #fff;
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); */
    font-weight: bold;
    line-height: 52px;
    font-size: 14px;
}

nav ul li:nth-child(2) {
    margin-right: 10.8rem;
}

nav ul li a:hover {
    opacity: 0.8;
}

nav ul li a.active {
    text-decoration: underline;
}

nav ul li a img {
    margin-top: 14px;
    height: 24px;
    padding: 0 1.5rem;
}

.video {
    width: 90%;
    height: 550px;
    background: url('../images/videobg.png') no-repeat;
    background-size: 125%;
    background-position: center -11.7rem;
    text-align: center;
    margin: 0 auto;
    position: relative;
    margin-top :55px;
}

.video iframe,
.video video {
    border: 10px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    margin-top: 2.2rem;
    width: 56%;
    height: 25rem;
    object-fit: cover;
}

.copyright {
    width: 100%;
    color: #727272;
    font-weight: bold;
    margin: 3rem auto 0;
    text-align: center;
    line-height: 50px;
    float: left;
}

.copyright img {
    float: none;
    width: 150px;
    margin: auto;
    margin-bottom: 20px;
}

.sect2 {
    background: #fff;
    overflow: hidden;
    position: relative;
}

.sect2 .copyright {
    position: absolute;
    left: 15%;
    bottom: 0;
}

.infobox {
    width: 90%;
    height: 750px;
    background: url('../images/kirmizibg.png') no-repeat;
    background-size: 100%;
    background-position: center;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.infopanel {
    float: left;
    width: 100%;
    text-align: left;
    padding: 15rem 15rem 15rem 13rem;
    font-weight: bold;
}

.infopanel-row {
    float: left;
    width: 100%;
}

.infopanel-row .col {
    float: left;
    width: 25%;
    padding: 20px;
    text-align: left;
    border-right: 1px solid #dadada;
}

.infopanel-row.head .col {
    text-align: center;
    border-bottom: 1px solid #dadada;
}

.infopanel-row.head .col:first-child {
    border-bottom: 0;
}

.infopanel-row .col:first-child {
    border-right: none;
}

.infopanel-row .col:last-child {
    border-right: none;
}

.infopanel-row .col .circle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #e91d25;
    border: 3px solid #fff;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 1px 1px #ccc;
}

.infopanel-row .col .circle:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    left: 0;
    right: 0;
    top: 3px;
    background: #fff;
    margin: 0 auto;
}

.infopanel-row .col.dashed {
    position: relative;
    padding: 20px;
}

.infopanel-row .col.dashed:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #9a9a9a;
    top: 50%;
    left: 0;
    right: 0;
}

.tippy-popper div {
    background: #fff;
    color: #333;
}

.tippy-popper>div {
    box-shadow: 0 0 0 1px #ccc, 0 0 10px #aaa;
}

.tippy-popper .arrow-regular {
    background: none;
    border-top-color: #666 !important;
}

.tippy-popper .arrow-regular:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: -7px;
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: 0;
    margin: 0 auto;
}

p {
    margin-bottom: 15px;
}

.sect3 {
    background-color: #f3f2f2;
    overflow: hidden;
    background-image: url('../images/px/1.png'), url('../images/px/2.png'), url('../images/px/3.png'), url('../images/px/4.png');
    background-repeat: no-repeat;
    background-position: 20% 15%, 80% 18%, 20% 70%, 75% 75%;
}

.content {
    width: 620px;
    max-width: 90%;
    margin: 8rem auto;
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

.slogan {
    width: 18%;
    margin: 1.7rem auto -1rem;
    display: block;
}

.calendar {
    width: 1000px;
    max-width: 90%;
    margin: 5rem auto;
    font-family: 'DINPro-Regular';
    position: relative;
}

.cl-tr.vertical {
    float: left;
    transform: rotate(-90deg);
    position: absolute;
    left: -175px;
    top: 177px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.cl-tr.vertical .cl-td {
    float: left;
    width: 146px;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
    background: #f7f6f6;
    margin: 1px;
}

.cl-tr.horizontal {
    float: left;
    width: 100%;
}

.cl-tr.horizontal .cl-td {
    float: left;
    width: 24.8%;
    margin: 1px;
    padding: 15px 0;
    text-align: center;
    position: relative;
    background: #fbf3ed;
    font-family: 'DINPro';
    font-weight: bold;
}

.cl-tr.horizontal .cl-td>img {
    position: absolute;
    right: -14px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.cl-tr.tables {
    float: left;
    width: 100%;
    margin-top: 3px;
    position: relative;
}

.cl-tr.tables .cl-tr {
    float: left;
    width: 100%;
    height: 146px;
    position: relative;
    margin: 1px 0px;
}

.cl-tr.tables .cl-tr .cl-td {
    float: left;
    width: 24.8%;
    margin: 1px;
    background: #f7f6f6;
    height: 146px;
}

.cl-tr.tables .cl-tr .cl-td span {
    font-size: 12px;
    line-height: normal;
}

.tables-info {
    float: left;
    width: 100%;
    margin-bottom: 5rem;
    padding: 10px;
    font-family: 'DINPro';
}

.tables-lines {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.tables-lines .cl-tr {
    float: left;
    width: 100%;
}

.tables-lines .cl-tr span {
    border-radius: 20px;
    height: 20px;
    background: #f55359;
    position: absolute;
    z-index: 1;
}

.tables-lines .cl-tr:first-child span:first-child {
    width: 172px;
    top: 20px;
    left: 100px;
}

.tables-lines .cl-tr:first-child span:nth-child(2) {
    width: 250px;
    top: 60px;
    left: 100px;
}

.tables-lines .cl-tr:first-child span:nth-child(3) {
    width: 150px;
    top: 100px;
    left: 400px;
}

.tables-lines .cl-tr:nth-child(2) span:nth-child(1) {
    width: 330px;
    top: 65px;
    left: 260px;
}

.cl-tr.tables .cl-tr:nth-child(4) .cl-td:last-child {
    padding: 40px 20px;
}

.cl-tr.tables .cl-tr:nth-child(4) .cl-td:last-child span {
    float: left;
    width: 50%;
    text-align: right;
    margin-right: 10px;
}

.cl-tr.tables .cl-tr:nth-child(4) .cl-td:last-child span>img {
    float: left;
}

.calendar-mobil {
    display: none;
}

.playpause {
    position: absolute;
    border: 1px solid red;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    line-height: 95px;
    font-size: 35px;
    padding-left: 5px;
    background: #e9642a;
    color: #fff;
    cursor: pointer;
    transition: 300ms ease-in-out;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.playpause:hover {
    transform: translateY(-50%) scale(0.988);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.accordion {
    max-width: 65%;
    margin: 50px auto;
}

.accordion li {
    position: relative;
    margin-bottom: 10px;
}

.accordion li p {
    display: none;
    padding: 20px 30px;
    color: #727272;
    font-size: 15px;
}

.accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    line-height: 3;
    font-size: 1rem;
    text-indent: 20px;
    user-select: none;
    border: 2px solid #b7b7b7;
    border-radius: 5px;
    color: #727272;
    position: relative;
}


.accordion a em {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    text-align: center;
    background: #f65359;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion a em:after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 4px;
    left: 0;
    top: 12px;
    margin: 0 auto;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.active em:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 11px;
    right: 0;
}

.accordion p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
    padding: 10px;
}

.accordion p strong {
    display: block;
    margin-top: 20px;
    color: #e91d25;
}

.accordion p strong>span {
    background: #000;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
    margin-right: 20px;
    font-size: 15px;
    margin-bottom: 20px;
}

.accordion p img {
    margin: 50px auto;
    display: block;
}

.accordion p span {
    color: #f65359;
    font-size: 19px;
    line-height: normal;
    position: relative;
    display: inline;
}

.accordion p span i {
    font-style: normal;
    font-family: Arial;
    font-size: 40px;
    font-weight: 900;
    position: absolute;
    color: #727272;
}

.accordion p span i:first-child {
    top: -10px;
    left: -30px;
}

.accordion p span i:last-child {
    bottom: -25px;
    right: -30px;
}

.accordion p em {
    font-style: normal;
    color: #e91d25
}

body.page .copyright {
    position: relative;
    left: auto;
}


.page-content {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 35%;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}


.innercomp {
    border: 1px solid #acacac;
    border-radius: 5px;
    padding: 25px;
    margin: 30px 0;
    width: 100%;
    display: inline-block !important;
}

.innercomp-title {
    background: #f55359;
    display: block !important;
    padding: 18px 40px;
    color: #fff !important;
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
    border-radius: 10px;
}

.innercomp-body {
    padding: 30px;
    color: #727272 !important;
    line-height: 1.6 !important;
    display: inline-block !important;
    width: 100%;
}

.innercomp-body strong {
    display: inline !important;
    color: #727272 !important;
    margin: 0;
}

.accordion p strong.hrf {
    font-size: 19px;
    border-top: 1px solid #a1a1a1;
    width: 100%;
    padding: 40px 30px 10px;
}

.accordion a.redrlink {
    width: 320px;
    line-height: normal;
    text-align: center;
    font-weight: normal;
    background: #000;
    color: #fff;
    padding: 13px;
    margin: 10px auto;
    text-indent: 0;
    border: 0;
    box-shadow: 0px 29px 73px 0px rgba(0, 0, 0, 0.3);

}


.accordion a.redrlink:hover {
    opacity: 0.8;
} 