.empty-page {
    padding: 40px 0;
    font-size: 16px;
}

.logo img {
    max-height: 89px;
}

.carousel-item .info-block .btn.--orange, .--orange.--without-info {
    background-color: #f2613c;
    color: #fff;
}

.--without-info {
    position: absolute;
    left: 142px;
    bottom: 20px;
}

.container ul > ul {
    padding-left: 20px;
}

.orgm {
    margin-top: 20px;
}

.header-contact-1__phone {
    font-size: 26px;
}

@media all and (max-width: 991px) {
    .orgm {
        text-align: center;
    }
    .product-card__link {
        min-height: 350px;
    }
    /**/
    .container_new{
        justify-content: space-between;
    }
    div.container_row{
        width: 350px;
        padding-left: 0;
    }



}
@media all and (max-width: 768px) {
    .header-contact-1__phone {
        font-size: 20px !important;
    }

    .header-contact p a {
        margin: 0;
    }
}

.footer-low p, .footer-low a {
    font-weight: normal;
}

.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    font-size: 16px !important;
}
.cbx a {
    font-size: 16px !important;
}
.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}
.cbx-1 {
    position: absolute !important;
    left: 0;
    top: 6px;
}
.cbx-2 {

}
.cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #f59a00;
    transition: all 0.2s ease;
}
.cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #f59a00;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}
.cbx span:last-child {
    padding-left: 8px;
}
.cbx:hover span:first-child {
    border-color: #f59a00;
}

.inp-cbx:checked + .cbx span:first-child {
    background: #f59a00;
    border-color: #f59a00;
    animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}


.page-full-form {
    margin-bottom: 4em;
}

.page-full-form__inner {
    background: #cecece;
    padding: 50px 40px;
}

.page-full-form__head {
    margin-bottom: 20px;
    text-align: center;
}

.page-full-form__head h2 {
    margin-bottom: 0;
}

.page-full-form__field {
    margin-bottom: 20px;
}

.page-full-form textarea {
    width: 100%;
    max-width: 100%;
    min-height: 190px;
}

.page-full-form__output {
    margin-top: 20px;
}

.page-full-form__output:empty {
    margin-top: 0;
}

.btn + .btn {
    margin-left: 40px;
}

.btn-green {
    background-color: #0e3c41;
}

.btn-green:hover {
    background-color: #296369;
}

.js-output {
    color: green;
}

.js-output.is-error {
    color: red;
}

@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

.h3-reg {
    font-size: 24px;
}

@media all and (max-width: 1200px) {
    .carousel-item .info-block .btn {
        font-size: 1.1em;
        line-height: 16px;
        height: 30px;
        width: 150px;
    }

    div.col-xs-12.col-sm-8.seminar-name.project__content-text.project__content-text--semibold {
        flex: 0 0 50%;
    }

    #mainCarousel .carousel-item .info-block.info-block--new {
        left: 80px;
    }
    .header__actions {
        gap: 30px;
    }
}

@media all and (max-width: 600px) {
    .h3-reg {
        text-align: center;
        font-size: 20px;
    }

    .captcha-img {
        width: 100%;
        height: auto;
    }
}

@media all and (max-width: 768px) {
    .auth-form a {
        display: inline-block !important;
        margin-bottom: 0 !important;
    }
    .btn + .btn {
        margin-left: 0;
    }
    #mainCarousel .carousel-item .info-block.info-block--new {
        left: 50px;
    }

}

@media all and (max-width: 554px) {
    .btn + .btn {
        margin-left: 0;
        margin-top: 25px;
    }
}

@media all and (max-width: 425px) {
    #mainCarousel .carousel-item .info-block.info-block--new {
        left: 20px;
    }
    .carousel-item .info-block .btn {
        font-size: 1.1em !important;
        width: 100px;
    }

    div.container_row{
        width: 100%;
        min-width: 100%;
        padding-left: 0;
        padding-bottom: 26px;
    }
}
/* ÎÁÎÐÓÄÎÂÀÍÈÅ È ÑÒÅÍÄÛ 600px */
div.col-sm-6.col-md-4.col-lg-3.col-xl-2.d-lg-none {
    padding-left: 0;
}
.container_new{
    display: flex;
    flex-wrap: wrap;
}
.container_row{
    width: 50%;
    padding-left: 26px;
}

.container_row a.news-card__link:hover {
    text-decoration: none;
}
a.news-header > h5 {
    color: #f2612c;
}
p.news-text b > a {
    color: #f2612c;
}
div.news-block.d-flex.flex-column.justify-content-between.sm {
    height: 100%;
}

.personal_filter {
	font-weight: bold;
	margin: 40px 0px 0px 55px;
}

.personal_filter a{
	color: #f2613c;
	text-decoration: underline;
}

.user_name, .user_logout {
	vertical-align: top;
}