.anchor {
    position: relative;
    top: -200px;
}
.gray_bg {
    background: #F7F7F7;
}
.light_bg {
    background: #F5F8E8;
}
.block-inside-angles-decoration .angle-decor.top-left {
    top: -25px;
    left: -122px;
}
.block-inside-angles-decoration .angle-decor.bottom-right {
    transform: rotate(180deg);
    bottom: -25px;
    right: -122px;
}
.bg-block__title h1 {
    font-size: 34px;
    position: relative;
    color: white;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 60px;
}
.bg-block__title h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 142px;
    bottom: 0;
    width: 165px;
    height: 5px;
    background: #FFFFFF;
}
.bg-block__description {
    margin-bottom: 30px;
    font-size: 24px;
    color: white;
    font-weight: bold;
    line-height: 32px;
}
.organization-block__wrapp , .partners__wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.partners__wrapp-img {
    background: #F7F7F7;
    padding: 10px;
    width: 32%;
    height: 150px;
    display: flex;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}
.green-block__counter-wrapp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.btn-green {
    color: white;
    background: #9DBE1D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.green-block__content {
    display: flex;
    flex-direction: column;
}
.caption-block, .breadcrumbs {
    display: none;
}
/*.caption-block span {
    display: block;
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.15);
    padding-left: 20px;
}*/
.advantages-block {
    position: relative;
}
.check-reg {
    height: 40px;
    font-size: 20px;
    width: 23%;
}
.check-reg:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: #656eaf;
}
.col-md-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.advantage-card__link{
    position: relative;
    height: 70px;
    font-size: 18px;
    width: 50%;
    margin: 0 auto;
    padding: 10px 100px 10px 40px;
    margin-top: 7%;
}
.advantage-card__link:hover {
    text-decoration: none;
    color: white;
    background: #74832a;
}
.advantage-card__link:before{
    content: "";
    position: absolute;
    background: url(/local/templates/t/img/file.svg);
    right: 0;
    margin-right: 30px;
    width: 39px;
    height: 39px;
}

.feedback__block {
    background: white;
    padding: 80px 0 40px 0;
}

.counter-btn {
    height: 40px;
    font-size: 20px;
    border-radius: 10px;
    width: 75%;
    margin-top: 20px;
}
.counter-btn:hover {
   text-decoration: none;
    color: white;
    background: #505054;
}
main section.feedback {
    background-image: none;
}
main section.feedback .feedback-form {
    -webkit-box-shadow: 2px 6px 26px 9px rgba(34, 60, 80, 0.19);
    -moz-box-shadow: 2px 6px 26px 9px rgba(34, 60, 80, 0.19);
    box-shadow: 2px 6px 26px 9px rgba(34, 60, 80, 0.19);
}
main .block-inside-angles-decoration .angle-decor.top-left {
    top: -6%;
    left: -15%;
}
main .block-inside-angles-decoration .angle-decor.bottom-right {
    transform: rotate(180deg);
    bottom: -6%;
    right: -15%;
}
.organization__flex-wrapp {
    background: #F7F7F7;
    padding: 10px;
    height: 150px;
    display: flex;
    width: 70%;
    border-radius: 20px;
    align-items: center;
    justify-content: space-around;
}
.organization__wrapp-img {
    background: #F7F7F7;
    padding: 10px;
    height: 150px;
    width: 30%;
    margin-left: 30px;
    display: flex;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}

.conf-speaker__card-title {
    position: relative;
    font-size: 24px;
    line-height: 37px;
    color: black;
    font-weight: bold;
    margin-bottom: 7%;
}
.conf-speaker__card-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 140%;
    bottom: 0;
    width: 70px;
    height: 4px;
    background: #9DBE1D;
}

.conf-speaker__card {
    padding: 25px 15px 25px 25px;
    width: 556px;
    min-height: 520px;
    margin: 15px;
}
.conf-speaker__card-img {
    margin-bottom: 40px;
}
.conf-speaker__card-img img {
   border-radius: 50%;
}
.conf-speaker__card-text {
    font-size: 16px;
    line-height: 21px;
}

.conf-speaker__title {
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 30px;
    width: 100%;
    padding: 20px 0;
    border-bottom: 2px solid #9DBE1D;
}
.conf-speaker {
    padding: 60px 0;
}
.block-inside-angles-decoration .angle-decoration {
    position: absolute;
}
.block-inside-angles-decoration .angle-decoration.bottom-right {
    transform: rotate(180deg);
    bottom: -15px;
    right: -127px;
}

.block-inside-angles-decoration .angle-decoration.top-left {
    top: -15px;
    left: -132px;
}
.format-block__text {
    font-size: 16px;
    line-height: 21px;
}
.text-block__description p {
    font-size: 20px;
    color: black;
    line-height: 27px;
    margin-bottom: 25px;
}
.partners-block {
    padding: 50px 0;
}
.bg-block {
    background-image: url("/local/templates/t/img/main_bg_cmiko.jpg") ;
}
.advantage-card__wrapper-img {
    width: 66px;
    height: 66px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #8DA12C;
    border-radius: 50%;
    margin-right: 17px;
}

.bg-block {
    background-position-y: inherit;
    padding: 70px 0;
    background: url("/local/templates/t/img/main_bg_cmiko.jpg") center/cover no-repeat;
    margin-bottom: 10px;
}
.text-block__bg {
    padding: 70px 0 50px;
    background-color: #fff;
    margin-bottom: 0;
}
.advantage-card__wrapper {
    display: flex;
}
.block-inside-angles-decoration .angle-decor:after, .block-inside-angles-decoration .angle-decor:before {
    content: "";
    position: absolute;
    width: 75px;
    height: 7px;
    top: 13px;
    left: 0;
    background-color: #9dbe1d;
}
.white_bg {
    background: white;
}
.organization__contacts-tel {
    margin-bottom: 10px;
}
.organization__contacts-tel a {
    padding-left: 10px;
}
.organization__contacts-wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.organization__contacts-wrapp {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.conf-speaker__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.conf-speaker__wrapp {
    margin-left: -15px;
}
.conf-speaker__list-item {
    display: flex;
}
.conf-speaker__card-item {
    display: flex;
}
.organization__contacts-wrapp {
    display: flex;
    flex-direction: column;
    align-items: self-start;
}

.format-block {
    padding: 0px 0 50px 0;
}

.contain ul{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

main .custom-control {
    padding: 0 20px;
    width: 100%;
    height: 40px;
    border: 1px solid #ebebeb;
    background: linear-gradient(0deg,#f7f7f7,#f7f7f7),linear-gradient(0deg,rgba(164,48,51,.5),rgba(164,48,51,.5)),radial-gradient(101.82% 1374.16% at 96.06% -1.07%,#ffffff 0,rgba(222,0,0,0) 100%),#fffffd;
    border-radius: 5px;
    color: #000;
    font-family: inherit;
    outline: none;
}

.radio_wrapp {
    display: flex;
    flex-direction: column;
}
ul li{
    color: #AAAAAA;
    display: block;
    position: relative;
}

ul li input[type=radio]{
    position: absolute;
    visibility: hidden;
}

ul li label{
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 12px;
    text-align: left;
    padding: 0 15px 0 30px;
    margin: 15px auto;
    height: 30px;
    color: #000000;
    z-index: 9;
    cursor: pointer;
}

ul li .check{
    display: block;
    position: absolute;
    border: 1px solid #dad4d4;
    background: #F7F7F7;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    top: 17px;
    left: 0;
    z-index: 5;
}

ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 3px;
    left: 3px;
    margin: auto;
}

input[type=radio]:checked ~ .check {
    border: 1px solid #c7c7c7;
}

input[type=radio]:checked ~ .check::before{
    background: #9DBE1D;
}

input[type=radio]:checked ~ label{
    color: #000000;
}

.green-block__wrapp  {
    padding: 30px 45px;
    background: url(/local/templates/t/img/green_rectangle.jpg) center/cover no-repeat;
}

.green-block__wrapp {
    background-image: url("/local/templates/t/img/green_rectangle.jpg") ;
}

.green-block__wrapp {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
}

.green-block__title {
    font-size: 32px;
    margin-bottom: 30px;
    position: relative;
    color: white;
    font-weight: bold;
}
.green-block__title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 55px;
    bottom: 0;
    width: 172px;
    height: 6px;
    background: #9DBE1D;
}

.green-block__counter-text {
    font-size: 21px;
    color: white;
    margin-bottom: 20px;
}
.count-title {
    color: white;
    font-size: 14px;
    line-height: 19px;
}

.top-back {
    border-radius: 20px;
}

.countdown .bloc-time {
    float: left;
    margin-right: 15px;
    text-align: center;
}
.countdown .bloc-time:last-child {
    margin-right: 0;
}
.bloc-time .min:after {
    content: "";
    position: absolute;
    background: url(/local/templates/t/img/time_ell.svg);
    right: 0;
    margin-right: 30px;
    width: 39px;
    height: 39px;
}
.figure .sec .sec-1 {
    content: "";
    position: absolute;
    background: url(/local/templates/t/img/time_ell.svg);
    right: 0;
    margin-right: 30px;
    width: 39px;
    height: 39px;
}
.countdown .figure {
    content: "";
    position: absolute;
    background: url(/local/templates/t/img/time_ell.svg);
    right: 0;
    width: 39px;
    height: 39px;
}
.bloc-time .sec:after {
    content: "";
    position: absolute;
    background: url(/local/templates/t/img/time_ell.svg);
    left: 0;
    margin-right: 30px;
    width: 39px;
    height: 39px;
}
.countdown .count-title {
    display: block;
    font-size: 13px;
    line-height: 25px;
    color: #ffffff;
}
.countdown .figure {
    position: relative;
    float: left;
    height: 63px;
    width: 93px;
    margin-right: 6px;
    border-radius: 10px;
    background-color: #fff;
}
.countdown .figure:last-child {
    margin-right: 0;
}
.countdown .figure > span {
    position: absolute;
    left: 0;
    border-radius: 10px;
    right: 0;
    margin: auto;
    font-size:  2.94em ;
    font-weight: 700;
    color: #000000;
}
.countdown .figure .top:after, .countdown .figure .bottom-back:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.countdown .figure .top {
    z-index: 3;
    background-color: #f7f7f7;
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
}
.countdown .figure .bottom {
    z-index: 1;
}
.countdown .figure .bottom:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, .02);
}
.countdown .figure .bottom-back {
    z-index: 2;
    top: 0;
    height: 50%;
    overflow: hidden;
    background-color: #f7f7f7;
}
.countdown .figure .bottom-back span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.countdown .figure .top, .countdown .figure .top-back {
    height: 50%;
    overflow: hidden;
}
.countdown .figure .top-back {
    z-index: 4;
    bottom: 0;
    background-color: #fff;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.countdown .figure .top-back span {
    position: absolute;
    top: -100%;
    left: 0;
    color: #444444;
    right: 0;
    margin: auto;
}


@media (max-width: 1200px) {
    main .block-inside-angles-decoration .angle-decor.top-left {
        top: -6%;
        left: -2%;
    }
    main .block-inside-angles-decoration .angle-decor.bottom-right {
        transform: rotate(180deg);
        bottom: -6%;
        right: -2%;
    }
    .conf-speaker__card {
        width: 450px;
    }
    .conf-speaker__card-title:before {
        top: 115%;
    }
    .partners__wrapp-img {
        width: 48%;
    }
    .organization__flex-wrapp {
        width: 60%;
    }
    .organization__wrapp-img {
        width: 36%;
    }
    .advantage-card__link {
        width: 60%;
    }
}

@media (max-width: 991px) {
    main .block-inside-angles-decoration .angle-decor:after, .block-inside-angles-decoration .angle-decor:before {
        width: 40px;
        height: 5px;
    }
    .bg-block__title h1 {
        font-size: 29px;
    }
    .conf-speaker__list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .conf-speaker__list-item {
        flex-direction: column;
    }
    .green-block__content {
        margin-bottom: 40px;
    }
    .green-block__wrapp, .partners__wrapp {
        flex-direction: column;
    }
    .green-block__wrapp-img {
        display: flex;
        justify-content: center;
    }
    .block-inside-angles-decoration .angle-decor:after, .block-inside-angles-decoration .angle-decor:before {
        width: 50px;
    }
    .organization-block__wrapp {
        flex-direction: column;
    }
    .organization__flex-wrapp, .partners__wrapp-img {
        width: 100%;
    }
    .organization__wrapp-img, .partners__wrapp-img {
        margin: 25px 0 0 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    main section.feedback .block-inside-angles-decoration .angle-decor.top-left {
        top: -11px;
        left: 3px;
    }
    main section.feedback .block-inside-angles-decoration .angle-decor.bottom-right {
        right: 3px;
        bottom: -11px;
    }
    .mobile-row {
        display: flex;
        flex-direction: column-reverse;
    }
    .section.feedback .feedback-form .row .mobile-row {
        display: flex;
        flex-direction: column-reverse;
    }
    .conf-speaker__list-item {
        flex-direction: column-reverse;
    }
    .conf-speaker__card {
        min-height: auto;
    }
    br {
        display: none;
    }
    .bg-block__title h1 {
        font-size: 25px;
    }
    .bg-block__title h1:before {
        top: 120%;
    }
    .check-reg {
        height: 40px;
        font-size: 20px;
        width: 45%;
    }
    .advantage-card__link {
        width: 100%;
    }
    .conf-speaker__card {
        margin-bottom: 20px;
    }
    .green-block__wrapp-img img {
        width: 80%;
    }
    .green-block__content {
        margin-bottom: 40px;
    }
    .container, .container-sm {
        max-width: 100%;
    }
    .ul li label {
        margin: 10px auto;
    }
    .conf-speaker__list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .conf-speaker__wrapp {
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    .check-reg {
        width: 55%;
    }
    .conf-speaker__card {
        min-height: auto;
        max-width: 400px;
    }
    .bg-block__title h1 {
        line-height: 29px;
    }
    .bg-block__description {
        font-size: 16px;
        line-height: 25px;
    }
    .text-block__bg {
        padding: 50px 0 30px;
    }
    .text-block__description p {
        font-size: 17px;
    }
    .conf-speaker__card-title {
        font-size: 22px;
        line-height: 30px;
    }
    .green-block__title {
        text-align: center;
        line-height: 30px;
        font-size: 30px;
    }
    .green-block__title:before {
        top: 140%;
        width: 100%;
    }
    .green-block__counter-wrapp {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .green-block__counter-text {
        font-size: 18px;
        text-align: center;
    }
    .counter-btn {
        width: 100%;
    }
    .countdown .figure {
        float: none;
        height: 60px;
        width: 80px;
        margin-right: 5px;
    }
    ul li label {
        line-height: 22px;
        font-size: 12px;
    }
    .organization__flex-wrapp {
        height: auto;
        flex-direction: column;
    }
    .organization__contacts-wrapp {
        margin-top: 30px;
    }
    .organization__contacts-wrapp {
        align-items: end;
    }
    .partners__wrapp-img img {
        width: 80%;
    }
    .advantage-card__link {
        font-size: 14px;
        font-weight: bold;
    }
    .conf-speaker__card-img img{
        width: 55%;
    }
    .conf-speaker__card-img {
        margin-bottom: 25px;
    }
    .green-block__wrapp {
        padding: 30px 25px;
    }
}

@media (max-width: 376px) {
    .countdown .figure {
        width: 70px;
    }
    .conf-speaker__card-text {
        font-size: 14px;
    }
    .conf-speaker__card {
        min-height: auto;
        max-width: 300px;
    }
    .partners-block {
        padding: 30px 0;
    }
    .conf-speaker__title {
        margin-bottom: 15px;
    }
    .bg-block {
        padding: 40px 0;
    }
    .bg-block__title h1 {
        font-size: 23px;
    }
    .conf-speaker__card-title {
        font-size: 20px;
        line-height: 25px;
    }
    .green-block__wrapp {
        padding: 30px 15px;
    }
    .countdown .figure {
        width: 75px;
    }
}

@media (max-width: 321px) {
    .bg-block__title h1 {
        font-size: 20px;
    }
    .countdown .figure {
        width: 70px;
    }
    .bg-block__description {
        font-size: 15px;
        line-height: 23px;
    }
    main section.feedback .block-inside-angles-decoration .angle-decor.top-left {
      display: none;
    }
    main section.feedback .block-inside-angles-decoration .angle-decor.bottom-right {
        display: none;
    }

}

/* Counter */
.couner_center {
    position: relative;
    top: 0;
    width: 320px;
    height: 80px;
  }
  .desc {
    color: #fff;
    margin: 0 auto;
    width: 230px;
  }
  .desc div {
    color: #a6a6a6;
    float: left;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: 57px;
  }

/* End counter */




