*{

    box-sizing: border-box;

    margin: 0;

    padding: 0;

}

body {

    font-family: Calibri, Arial, Helvetica, sans-serif;

    font-size: 11pt;

    background-color: white

}

p {

    display: block;

    margin-block-start: 1em;

    margin-block-end: 1em;

    margin-inline-start: 0px;

    margin-inline-end: 0px;

}

.content {

    padding: 0 50px;

}

.title {

    margin: 45px 0 25px;

}

.title a {

    text-decoration: none;

    color: #000;

}

.red { color: red }

.green { color: green }

.nav {

    display: flex;

    flex-direction: row;

    flex-wrap: wrap;

}

.nav span {

    flex: 1 1 6%;

    text-align: center;

    background: #FFF2CB;

}

.nav span a {

    padding: 10px;

    text-align: center;

    display: block;

}

.notlink {

    padding: 10px 0;

}

.nav .style5 { background: #FFC081 }

.nav .style2 { background: #FF9933 }

.nav .style3 { background: #FF6600 }

body .active {

    display: flex!important;

}

.btn {

    padding: 10px;

    margin: 1em 0 0;

    border: 1px solid #f0f0f0;

    cursor: pointer;

    background: #FBF3CF;

    -webkit-box-shadow: 2px 2px 2px 0px rgba(34, 60, 80, 0.2);

    -moz-box-shadow: 2px 2px 2px 0px rgba(34, 60, 80, 0.2);

    box-shadow: 2px 2px 4px 0px rgba(34, 60, 80, 0.2);

}

.toggle-nav {

    cursor: default;

    box-shadow: none;

    -webkit-box-shadow:none;

    -moz-box-shadow: none;

}

.nav-second {

    display: flex !important;

    border: 1px solid #777;

    flex-wrap: wrap;

    flex-direction: row;

}

.nav-second a {

    padding: 5px 0;

    border: 1px solid #777;

    text-decoration: none;

    text-align: center;

    flex: 1 1 16.666666666%;

}

.telegram-links {

    border: 1px solid #777

}

.telegram-links .col {

    width: 100%;

    display: flex;

}

.telegram-links .col a, .description {

    width: calc(100% - 47.5%);

    padding: 5px;

    overflow: hidden;

    border: 1px solid #777

}

.code {

    width: 6%;

    padding: 5px;

    text-align: center;

    border: 1px solid #777

}

.blocks {

    display: flex;

    padding: 25px;



}

.video, .poll {

    width: 50%;

}

.footer {

    display: flex;

    flex-direction: row;

    justify-content: center;

    margin: 25px 0;



}

.footer > * {

    padding: 0 25px;

    text-align: center;

}

.center-block {

    min-height: 200px;

    text-align: center;

}

.breadcrumbs a {

    text-decoration: none;

    color: #000;

    font-size: 16px;

}

@media only screen and (max-width: 1200px) {

    .content {

        padding: 0 15px;

    }

    .nav-second a {

        flex: 1 1 50%;

    }

}

@media only screen and (max-width: 800px) {

    .nav {

        display: none;

    }

    .nav-second {

        display: none !important;
    }

    .toggle-nav {

        cursor: pointer;

        -webkit-box-shadow: 2px 2px 2px 0px rgba(34, 60, 80, 0.2);

        -moz-box-shadow: 2px 2px 2px 0px rgba(34, 60, 80, 0.2);

        box-shadow: 2px 2px 4px 0px rgba(34, 60, 80, 0.2);

    }

    .nav span {

        flex: 1 1 12%;

    }

    .widget-block {

        margin: 35px auto;

    }

    .blocks {

        flex-direction: column;

    }

    .video, .poll {

        width: 100%;

    }

    .video iframe {

        width: 100%;

    }

}

@media only screen and (max-width: 532px) {
    .code{
        width: 25%;
    }
    .title h1 {

        font-size: 21px;

        text-align: center;

    }

    .nav span {

        flex: 1 1 18%;

    }

    .footer {

        display: flex;

        flex-direction: column;

    }

    .footer >* {

        margin: 25px 0;

    }

}

@media only screen and (max-width: 360px) {

    .content {padding: 0 5px}

}

.wrapper header{

    font-size: 22px;

    font-weight: 600;

}
/* star-rating */

.widget-block {
    width: 320px;
    margin: 35px 0;
}
.star-rating__container {
    overflow: hidden;
    position: relative
}

.star-rating__bg {
    color: #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.star-rating__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.star-rating_active:hover .star-rating__live {
    overflow: auto;
    width: 100%!important;
    color: #e0e0e0
}

.star-rating__live {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffb74d;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.star-rating__item {
    width: 25px;
    height: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    cursor: pointer;
    flex: 0 0 25px
}

.star-rating__item_active {
    color: #fb8c00;
    cursor: pointer;
    -webkit-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out
}

.star-rating__votes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
    font-weight: 600
}

/* poll */
.poll {
    border: 1px solid #777;
    padding: 15px;
}
.poll .poll-area{
  margin: 20px 0 15px 0;
}
.poll header {
  font-size: 20px;
  font-weight: 600;
  margin: 25px 0 15px;
}
.poll-area label{
  display: block;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 8px 15px;
  border: 2px solid #929292;
  transition: all 0.2s ease;
  cursor: pointer;
}
.poll-area label:hover{
  border-color: #ddd;
}
label.selected{
  border-color: #6665ee!important;
}
label .row{
  display: flex;
  pointer-events: none;
  justify-content: space-between;
}
label .row .column{
  display: flex;
  align-items: center;
}
label .row .circle{
  height: 19px;
  width: 19px;
  display: block;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}
label.selected .row .circle{
  border-color: #6665ee;
}
label .row .circle::after{
  content: "";
  height: 11px;
  width: 11px;
  background: #6665ee;
  border-radius: inherit;
  position: absolute;
  left: 2px;
  top: 2px;
  display: none;
}
.poll-area label:hover .row .circle::after{
  display: block;
  background: #929292;
}
label.selected .row .circle::after{
  display: block;
  background: #6665ee!important;
}
label .row span{
  font-size: 16px;
  font-weight: 500;
}
label .row .percent{
  display: none;
}
label .progress{
  height: 7px;
  width: 100%;
  position: relative;
  background: #f0f0f0;
  margin: 8px 0 3px 0;
  border-radius: 30px;
  display: none;
  pointer-events: none;
}
label .progress:after{
  position: absolute;
  content: "";
  height: 100%;
  background: #ccc;
  width: calc(1% * var(--w));
  border-radius: inherit;
  transition: all 0.2s ease;
}
label.selected .progress::after{
  background: #6665ee;
}
label.selectall .progress,
label.selectall .row .percent{
  display: block;
}
input[type="radio"],
input[type="checkbox"]{
  display: none;
}
@media only screen and (max-width: 800px) {
    .widget-block {
        width: 280px;
        margin: 35px auto;
    }
}