


/******************* arenda-ofisov-v-tjumeni/ *******************/
.box-content {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding: 1rem 10px;
    box-sizing: border-box;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
/*.box-content--top-margin {*/
    /*margin-top: 150px;*/
/*}*/
.box-gray {
    width: 100%;
    background-color: #F9F9F9;
}

.box-flex {
    display: flex;
    justify-content: space-between;
}

.box-flex_wrap {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}

.box-flex_wrap--around{
    justify-content: space-around;
}

.box-flex_wrap_center {
    justify-content: center !important;
}

.box-flex_column {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media (max-width: 480px) {
    .box-flex_wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .box-flex_reverse {
        flex-direction: row-reverse;
    }
}

.box-title {
    font-size: 1.8em;
    font-weight: bold;
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: auto;
    position: relative;
    color: black;
    padding: 80px 50px 40px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-title:before,
.box-title:after {
    content: '';
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #48A7CF;
}

.box-button {
    width: 100%;
    border: 0;
    transition: all 0.1s ease;
    border-radius: 4px;
    color: white;
    background-color: #DA4A09;
    text-align: center;
    box-sizing: border-box;
    padding: 8px;
    cursor: pointer;
    font-size: 1.2em;
    position: relative;
    text-decoration: none;
}

.box-button:hover {
    color: white;
    text-decoration: none;
}

.box-button_red:hover {
    opacity: 0.8;
}

.box-button:hover {
    opacity: 0.8;
    cursor: pointer;
}

.iq-checkbox {
    margin: 0 0 20px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    position: relative;
    padding-left: 22px;
    color: #ffffff;
    font-weight: 300;
}

.iq-checkbox:before {
    content: '';
    display: inline-block;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    vertical-align: top;
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    left: 0;
    background-color: white;
}

.iq-checkbox [type=checkbox] {
    opacity: 0;
    margin: 0;
    height: 1px !important;
    width: 1px !important;
    position: absolute;
    left: 10px;
    top: 10px;
}
.iq-checkbox a {     color: #ffffff!important; }
.iq-checkbox [type=checkbox]:checked + div:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 14px;
    top: 9%;
    left: 2px;
    background: url('../img/icon_galka.png') no-repeat center center;
    background-size: 100% 100%;
}

.c-form.is-invalid [type=checkbox]:not(:checked) ~ * {
    color: red;
}

.box-form.success .box-form__inputs {
    display: none;
}

.box-form:not(.success) .box-form__success {
    display: none;
}

.box-form__title {
    width: 100%;
    font-size: 1.5em;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
    color: #ffffff;
}

.box-form__success {
    text-align: center;
    font-size: 1.2em;
}

.box-form__success p {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

.box-form__success-title {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: bold;
}

.box-form__inputs input {
    height: 50px !important;
    margin-bottom: 20px;
    border-radius: 5px;
    color: black;
}

.box-form__inputs [type=text],
.box-form__inputs [type=tel] {
    background: white no-repeat 10px center;
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    border: 0;
}

.box-form__inputs [type=submit] {
    color: white;
}

.box-top {
    position: relative;
    width: 100%;
    cursor: move;
    height: auto !important;
}

.box-slider {
    width: 100%;
}

.box-slider__slide {
    display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 480px;
}

.box-slider__slide:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.56);
}

.box-slider .owl-prev,
.box-slider .owl-next {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 30px;
    color: transparent;
    cursor: pointer;
    opacity: 0.9;
    border-radius: 100%;
    border: 2px solid white;
}

.box-slider .owl-prev.disabled:after,
.box-slider .owl-next.disabled:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    left: 3px;
    opacity: 0.9;
    border-radius: 100%;
    background: white;
}

.box-slider .owl-prev.disabled,
.box-slider .owl-next.disabled {
    display: block !important;
}

.box-slider .owl-prev {
    left: calc(35%);
}

.box-slider .owl-next {
    left: calc(65%);
}

.box-top__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 100;
    pointer-events: none;
}

.box-left,
.box-right {
    width: 100%;
    max-width: 504px;
    justify-content: flex-start;
    align-items: flex-start;
}

.box-right {
    text-align: right;
}

.box-top__title {
    font-weight: bold;
    font-size: 2.6em;
    margin: 0;
    margin-top: 30px;
}

.box-top__desc {
    font-size: 1.7em;
    margin-top: 15px;
    margin-bottom: 30px;
}

.box-top__desc b {
    color: #DA4A09;
}

.box-top__list-item {
    margin: 20px 0;
    justify-content: flex-start;
    align-items: center;
}

.box-top__list-item__icon {
    margin-right: 10px;
    width: 58px;
    max-width: 58px;
}

.box-top__list-item__text {
    font-size: 1.2em;
    max-width: 250px;
}

.box-top__form {
    width: 100%;
    display: block;
    margin: auto;
    margin-right: 0px;
    max-width: 370px;
    background-color: rgba(72, 167, 207, 0.7);
    box-sizing: border-box;
    padding: 40px 13%;
    text-align: left;
    cursor: default;
    pointer-events: all;
}

.box-company-desc {
    padding-bottom: 80px;
}

.box-company-desc__item {
    width: 100%;
    text-align: center;
    max-width: 300px;
}

.box-company-desc__item-title {
    font-size: 24px;
}

.box-company-desc__item-title span {
    font-size: 64px;
    font-weight: 400;
    margin-right: 5px;
}

.box-company-desc__item-text {
    font-size: 18px;
    font-weight: 300;
}

.box-rent {
    text-align: center;
}
.box-rent__button.box-rent__button__iq{
    height: 80px;
}
.box-rent__button-desc.box-rent__button-desc__iq{
    font-size: 14px;
}
.box-rent__buttons {
    border-radius: 5px;
    border: 1px solid #48A7CF;
    max-width: 410px;
    margin: auto;
    box-sizing: border-box;
    padding: 8px;
    align-items: center;
}

.box-rent__button {
    width: 100%;
    max-width: 180px;
    border-radius: 3px;
    color: black;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 60px;
}

.box-rent__button.active {
    background-color: #da4a09;
    color: white;
}

.box-rent__button:not(.active):hover {
    color: #da4a09;
}

.box-rent__button-title {
    font-size: 1em;
}

.box-rent__button-desc {
    font-size: 0.7em;
}

.box-rent__buttons-splitter {
    width: 2px;
    height: 30px;
    background-color: black;
}

.box-rent__items {
    margin-top: 40px;
}

.some-container .box-rent__items {
    margin-top: 0;
}

.box-rent__items:not(.active) {
    display: none;
}

.box-rent__item {
    width: 100%;
    max-width: 315px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #ccc;
    padding-bottom: 20px;
}

.box-rent__item-image {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.box-rent__item-image img {
    width: 100%;
    height: auto;
    margin: auto;
    transition: all 0.4s ease;
}

.box-rent__item:hover img {
    transform: scale(1.2);
}

.box-rent__item-title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px 0;
}

.box-rent__item-button {
    display: inline-block;
    color: white !important;
    text-decoration: none !important;
    max-width: 200px;
    padding: 15px 0;
}

.box-rent__item-button:hover {
    color: white !important;
    border-bottom: none;
}

.box-rent__link {
    margin: auto;
    margin-top: 40px;
    display: inline-block;
    font-size: 1.5em;
}

.box-placing__item {
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
    text-align: center;
}

.box-placing__item-icon {
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-placing__title {
    font-weight: bold;
    font-size: 1.2em;
    min-height: 3.5em;
    color: black;
}

.box-placing__desc {
    font-size: 1.1em;
}

.box-placing__splitter {
    display: none;
}

.box-map {
    margin-top: 20px;
    margin-bottom: 55px;
}

.box-reasons {
    padding-bottom: 40px;
}

.box-reason__item {
    width: 100%;
    max-width: 250px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0 12px 11px -8px rgba(0,0,0,0.1);
}

.box-reason__item-image {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.box-reason__item-image img {
    height: 100%;
    transition: all 0.4s ease;
}

.box-reason__item:hover img {
    transform: scale(1.2);
}

.box-reason__title {
    font-weight: bold;
    font-size: 1.3em;
    min-height: 3.5em;
    color: black;
    margin: 20px  0 15px;
}

.box-reason__desc {
    font-size: 0.9em;
}

.box-gallery .owl-stage-outer {
    overflow-x: auto !important;
}

.box-comfort {
    margin-top: 80px;
    position: relative;
    background: url('/img/arenda/back_comfort.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    padding-bottom: 60px;
}

.box-comfort:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.56);
    z-index: 1;
}

.box-comfort .box-content {
    position: relative;
    z-index: 2;
}

.box-comfort .box-title {
    color: white;
}

.box-comfort .box-title:before,
.box-comfort .box-title:after {
    background-color: white;
}

.box-comfort__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.box-comfort__item-icon {
    margin-right: 10px;
}

.box-comfort__item-desc {
    font-size: 1.2em;
    max-width: 270px;
}

.box-for-actions {
    border: 1px solid rgba(72, 167, 207, 0.5);
    border-radius: 5px;
    padding: 15px 30px;
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    margin: auto;
    align-items: center;
    margin-bottom: 30px;
}

.box-for-actions__title {
    width: 150px;
    text-align: center;
}

.box-for-actions__titles-splitter {
    width: 1px;
    height: 30px;
    background-color: #bbb;
}

.box-actions {
    padding: 20px 10px;
}

.box-actions__items {
    width: 100%;
    max-width: 430px;
    padding: 80px 0;
}

.box-actions__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 1.3em;
    border-bottom: 0 !important;
    color: black;
}

.box-actions__item:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    background: url('../img/svg/check.svg') no-repeat center center;
    background-size: contain;
    margin-right: 20px;
}

.box-actions__splitter {
    width: 1px;
    height: 305px;
    background-color: #bbb;
    display: none;
}

.box-target {
    justify-content: center;
    font-size: 1em;
    line-height: 1em;
    flex-wrap: wrap;
    position: relative;
}

.box-target__text {
    width: 100%;
    padding: 0 1rem;
    max-width: 400px;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 3.5rem;
}

.box-target:after {
    content: '';
    display: block;
    width: 100%;
    height: 00px;
}

.box-clients-container {
    padding-bottom: 80px;
}

.box-clients {
    position: relative;
}

.box-clients .owl-item {
    text-align: center;
}

.box-client {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.box-client img {
    width: 80% !important;
}

.box-clients .owl-prev,
.box-clients .owl-next {
    position: absolute;
    width: 30px;
    height: 60px;
    top: calc(20%);
    color: transparent;
    background: no-repeat center center;
    background-size: contain;
    cursor: pointer;
    opacity: 0.8;
}

.box-clients {
    padding: 0 40px;
}

.box-clients .owl-prev {
    left: 0px;
    background-image: url('../img/arenda/left.png');
}

.box-clients .owl-next {
    right: 0px;
    background-image: url('../img/arenda/right.png');
}

.box-bottom {
    text-align: center;
    margin-top: 80px;
    padding-bottom: 5rem;
}

.box-bottom__title {
    font-weight: bold;
    font-size: 2.25em;
    color: #474646;
}

.box-bottom__subtitle {
    margin: 30px 0;
    font-size: 1.45em;
}

.box-bottom .box-button {
    max-width: 315px;
    display: inline-block;
    color: white !important;
    font-size: 1em !important;
    font-weight: bold;
    padding: 23px 0;
}

.fancybox-close {
    border-bottom: 0 !important;
}

@media (min-width: 1100px) {
    .box-placing__splitter {
        display: block;
        width: 1px;
        height: 140px;
        margin-top: 20px;
        background-color: #48A7CF;
    }

    .box-actions__splitter {
        display: block;
        width: 1px;
        height: 305px;
        background-color: #bbb;
    }

    .box-comfort__splitter {
        display: block;
        width: 1px;
        height: 240px;
        background-color: white;
    }

    .box-target__splitter {
        display: block;
        width: 16px;
        height: 16px;
        background-color: #48A7CF;
        border-radius: 100%;
        margin: 0 80px;
    }

    .box-target:not(:last-of-type):before {
        content: '';
        display: block;
        width: 1px;
        height: 55px;
        background: #bbb;
        position: absolute;
        left: 50%;
        top: 1.2em;
    }
}

@media (min-width: 820px) {
    .box-target__text {
        text-align: right;
    }

    .box-target__text:last-of-type {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .box-top__form {
        margin-right: auto;
    }

    .box-flex_mobile-center {
        justify-content: center;
    }

    .box-title {
        font-size: 1.6em;
    }

    .box-slider__slide {
        min-height: 900px;
    }

    .box-clients .owl-nav {
        display: none;
    }

    .box-target__text {
        text-align: center;
    }

    .box-target__text:first-of-type {
        text-align: center;
        margin-bottom: 20px;
    }
}

a.box-hover--no-border:hover {
    border-bottom: none;
}

.box-content--indent {
    padding-bottom: 50px;
}

.box-map--indent {
    margin-bottom: 0;
}

/******************* organizacija-meroprijatij *******************/
.some-container {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

/******************* some-hall *******************/
.some-hall {
    background-color: #F9F9F9;
    margin-top: 80px;
}

.some-hall__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -20px;
}

.some-hall__item {
    max-width: 262px;
    width: 100%;
    margin-bottom: 80px;
    margin-left: 20px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.some-hall__item:hover .some-hall__img {
    /*transform: scale(1.2);*/
}

.some-hall__img-box {
    width: 100%;
    height: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.some-hall__img {
    max-width: 100%;
    height: auto;
    transition: 0.2s ease-out;
}

.some-hall__title {
    background-color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 0 20px;
    min-height: 66px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

/******************* some-title *******************/
.some-title {
    text-align: center !important;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.2;
    padding-top: 80px;
    padding-bottom: 40px;
    color: #474646;
    margin: 0;
}
.some-title--top-padding {
    padding-top: 0;
}
.some-title__inner {
    position: relative;
    display: inline-block;
    margin: auto;
}

.some-title__inner:before,
.some-title__inner:after {
    content: '';
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #48A7CF;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.some-title__inner:before {
    left: -40%;
}

.some-title__inner:after {
    right: -40%;
}
.some-title__inner--indentation:before {
    left: -18%;
}
.some-title__inner--indentation:after {
    right: -18%;
}
/******************* some-catalog-hall *******************/
.some-title.some-catalog-hall--text-positon {
    text-align: left !important;
    padding-top: 0px;
}

.some-catalog-hall__item {
    display: flex;
    font-size: 14px;
    font-weight: 300;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
    min-height: 590px;
}

.some-catalog-hall__inner-wrap {
    margin-top: 40px;
}

.some-catalog-hall__left {
    max-width: 344px;
    width: 100%;
    position: relative;
    cursor: pointer;
    display: flex;
    max-height: 600px;
}

.some-catalog-hall__img-box {
    overflow: hidden;
    position: relative;
    /*max-height: 552px;*/
}

.some-catalog-hall__img-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.55);
    pointer-events: none;
}

.some-catalog-hall__img {
    height: 100%;
    width: auto !important;
}

.some-catalog-hall__inner {
    position: absolute;
    top: 44%;
    left: 50%;
    text-align: center;
    width: 300px;
    margin-left: -150px;
    z-index: 2;
    pointer-events: none;
}

.some-catalog-hall__left:hover .some-catalog-hall__icon {
    transform: scale(3, 3);
    margin-bottom: 15px;
}

.some-catalog-hall__icon {
    width: 20px !important;
    height: 21px;
    transition: 0.4s;
    display: inline-block !important;
}

.some-catalog-hall__body-img {
    width: auto !important;
}

.some-catalog-hall__view-more {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px;
}

.some-catalog-hall__right {
    max-width: 674px;
    width: 100%;
    padding: 20px 40px 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.some-catalog-hall__content {
    position: relative;
}

.some-catalog-hall__content:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: url("/img/organizacija/catalog-hall-wi-fi.png");
    width: 77px;
    height: 45px;
}

.some-catalog-hall__header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}

.some-catalog-hall__row {
    font-size: 18px;
    padding: 10px 0;
    display: flex;
}

.some-catalog-hall__attribute {
    font-weight: bold;
    max-width: 160px;
    width: 100%;
    color: #000000;
}

.some-catalog-hall__value {
    max-width: 150px;
    width: 100%;
}

.some-catalog-hall__more {
    margin-left: auto;
    font-size: 14px;
    color: #000000 !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.some-catalog-hall__more:active,
.some-catalog-hall__more:hover,
.some-catalog-hall__more:visited {
    color: #da4a09 !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.some-catalog-hall__desc {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 400;
}

.some-catalog-hall__info {
    font-weight: bold;
    margin-bottom: 20px;
    color: #000000;
}

.some-catalog-hall__body {
    margin-bottom: 20px;
}

.some-catalog-hall__body-wrap {
    display: flex;
    /*justify-content: space-between;*/
    margin-bottom: 30px;
}
.some-catalog-hall__body-desc {
    color: #000000;
}
.some-catalog-hall__price-inner-wrap2 {
    margin-bottom: 25px;
}

.some-catalog-hall__body-item {
    max-width: 200px;
    width: 100%;
    text-align: center;
    padding-right: 20px;
}

.some-catalog-hall__body-img-box {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.some-catalog-hall__body-link {
    display: block;
    margin-bottom: 24px;
    color: #da4a09 !important;
    border-bottom: none !important;
}

.some-catalog-hall__body-list {
    display: none;
}

.some-catalog-hall__price-numeric {
    font-size: 36px;
    font-weight: bold;
}

.some-catalog-hall__price-numeric:not(.active) {
    display: none;
}
.some-catalog-hall__price--choice {
    cursor: pointer;
}
.some-catalog-hall__price--choice.active {
    color: red;
}

.some-catalog-hall__price-text {
    font-size: 16px;
}

.some-catalog-hall__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.some-catalog-hall__buttons {
    max-width: 230px;
    width: 100%;
}

.some-catalog-hall__price {
    margin-top: -10px;
}

.box-price-list {
    display: block;
    margin: 40px auto 0 auto;
    text-align: center;
    border: none !important;
}

.box-price-list__text {
    position: relative;
    font-size: 1.25em;
    color: black;
    display: inline-block;
    padding-bottom: 12px;
    border-bottom: 2px solid #DA4A09;
}

.box-price-list:hover .box-price-list__text {
    color: #DA4A09;
}

.box-price-list__text:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -50px;
    height: 40px;
    width: 33px;
    display: block;
    background: url('/img/pdf.png') no-repeat center;
    background-size: contain;
}

/******************* some-btn *******************/
.some-btn {
    width: 100%;
    background-color: #da4a09;
    color: #ffffff !important;
    border-radius: 5px;
    text-align: center;
    padding: 19px 10px;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.some-btn:hover {
    background-color: rgba(218, 74, 9, 0.7);
}

.some-btn:hover,
.some-btn:active,
.some-btn:visited {
    color: #ffffff !important;
    border-bottom: none !important;
}

/******************* some-reason *******************/
.some-reason {
    background-color: #F9F9F9;
    margin-bottom: 80px;
}

.some-reason__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -20px;
}

.some-reason__item {
    max-width: 330px;
    width: 100%;
    margin-bottom: 80px;
    margin-left: 20px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.some-reason__item:hover .some-reason__img {
    /*transform: scale(1.2);*/
}

.some-reason__img-box {
    width: 100%;
    height: 218px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.some-reason__img {
    min-width: 100%;
    min-height: 100%;
    transition: 0.2s ease-out;
}

.some-reason__title {
    font-size: 16px;
    font-weight: 300;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 4em;
}

/******************* some-specialist *******************/
.some-specialist__wrap {
    display: flex;
    flex-wrap: wrap;
    color: #000000;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.some-specialist__left {
    width: 48%;
}

.some-specialist__right {
    padding: 70px 40px;
    width: 52%;
    display: flex;
}

.some-specialist__content {
    margin: auto;
}

.some-specialist__title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 100px;
    position: relative;
}

.some-specialist__title:before {
    content: '';
    position: absolute;
    bottom: -45px;
    left: 50%;
    margin-left: -34px;
    display: block;
    width: 68px;
    height: 2px;
    background-color: #48A7CF;
}

.some-specialist__img-box {
    overflow: hidden;
    display: flex;
    /* justify-content: center;*/
    align-items: center;
    height: 100%;
}

.some-specialist__img {
    height: 100%;
}

.some-specialist__desc {
    font-size: 20px;
    font-weight: 300;
}

/******************* some-events *******************/
.some-events {
    margin-bottom: 15px;
}

.some-events__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.some-events__list {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
    align-items: stretch;
    justify-content: space-between;
}

.some-events__left {
    width: 50%;
    padding-right: 5px;
}

.some-events__right {
    width: 50%;
    padding-left: 5px;
}

.some-events__item {
    position: relative;
}

.some-events__item:hover .some-events__img {
    transform: scale(1.1);
}

.some-events__img-box {
    overflow: hidden;
    width: auto;
    height: 283px;
    display: block;
}

.some-events__img-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: 1s;
    z-index: 2;
}

.some-events__item:hover .some-events__img-box:before {
    background-color: rgba(0, 0, 0, 0.1);
    transition: 1s;
}

.some-events__img-box--size {
    height: 430px;
}

.some-events__desc {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 90%;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    z-index: 3;
}

.some-events__img {
    min-height: 100%;
    min-width: 100%;
    max-width: 120%;
    margin: auto;
    transition: 1s ease;
}

.some-events__item--indent {
    margin-bottom: 10px;
}

/******************* some-callback *******************/
.some-callback {
    margin: 80px 0;
}
.some-callback__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 80px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.some-callback__title {
    font-size: 26px;
    margin-bottom: 20px;
}

.some-callback__subtitle {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 55px;
}

.some-callback-form {
    width: 88%;
}

.some-callback__input-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.some-callback__input {
    max-width: 275px;
    width: 100%;
    border: 1px solid rgba(80, 66, 66, 0.2);
    border-radius: 5px;
    font-size: 14px;
    padding: 13px 18px;
    margin-right: 10px;
}

.some-callback__buttons {
    max-width: 184px;
    width: 100%;
}

.some-callback__btn {
    padding: 13px 10px;
}

.some-callback__input::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.some-callback__input::-moz-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.some-callback__input:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.some-callback__input:-moz-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

/******************* some-checkbox *******************/
.some-checkbox {
    display: inline-block;
    position: relative;
    padding-top: 15px;
}

.some-checkbox__control {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid rgba(80, 66, 66, 0.5);
    margin-right: 8px;
    position: relative;
}

.some-checkbox__control::before {
    content: '\f00c';
    display: block;
    position: absolute;
    top: -5px;
    left: -1px;
    font-family: FontAwesome;
    font-size: 22px;
    color: #4BD942;
    border-radius: 2px;
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all 0.225s ease-in-out;
    transition: all 0.225s ease-in-out;
    cursor: pointer;
}

.some-checkbox__pseudo-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    color: #333333;
    cursor: pointer;
}

.some-checkbox__label {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.some-checkbox__input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
}

.some-checkbox__input:checked + label .some-checkbox__control::before {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

/******************* some-accordion *******************/
.some-accordion {
    margin-bottom: 80px;
}

.some-accordion__button {
    padding: 14px 15px;
    font-size: 18px;
    background: #F9F9F9;
    position: relative;
    padding-right: 30px;
}

.some-bottom-text {
    font-size: 14px;
}

.some-accordion__item {
    position: relative;
    cursor: pointer;
}

.some-accordion__content {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    line-height: 1.3;
    justify-content: space-between;
}

.some-accordion__text {
    font-size: 14px;
    font-weight: 300;
    max-width: 600px;
    width: 100%;
    padding-right: 10px;
}

.some-accordion__price {
    max-width: 138px;
    width: 100%;
    padding-right: 10px;
}

.some-accordion__price-hour {
    font-size: 24px;
    font-weight: bold;
}

.some-accordion__price-post {
    font-size: 18px;
    font-weight: 300;
}

.some-accordion__arrow {
    position: absolute;
    top: 30%;
    right: 2%;
}

.some-accordion__arrow-img--minus {
    display: none;
}

/******************* some-occupancy *******************/
.some-occupancy {
    margin-top: 80px;
}

.some-occupancy__wrap {
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    color: #000000;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.some-occupancy__left {
    width: 44%;
}

.some-occupancy__right {
    padding: 70px 40px;
    width: 56%;
    display: flex;
}

.some-occupancy__content {
    margin: auto;
}

.some-occupancy__title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 100px;
    position: relative;
}

.some-occupancy__title:before {
    content: '';
    position: absolute;
    bottom: -45px;
    left: 50%;
    margin-left: -34px;
    display: block;
    width: 68px;
    height: 2px;
    background-color: #48A7CF;
}

.some-occupancy__img-box {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.some-occupancy__img {
    height: 100%;
}

.some-occupancy__desc {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 40px;
}

.some-occupancy__buttons {
    max-width: 184px;
    width: 100%;
    margin: 0 auto;
}

.box-stocks__text {
    font-size: 0.9em;
    text-align: center;
}

.box-stocks__text a {
    color: #da4a09 !important;
}

.box-stocks__digit {
    margin-top: 30px;
    max-width: 255px;
}

.box-stocks__digit__number {
    font-size: 4em;
    color: #333333;
}

.box-stocks__digit__desc {
    margin-top: 10px;
    font-size: 1.2em;
}

.box-stock {
    max-width: 520px;
    margin-top: 40px;
}

.box-stock img {
    width: 100%;
}

/******************* it-all *******************/
.it-all--indent {
    margin-bottom: 80px;
}

.it-container {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding: 0 10px;
}

.it-container * {
    box-sizing: border-box;
}

.it-btn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    user-select: none;
    border: none !important;
    padding: 17px 10px;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    background-color: rgba(218, 74, 9, 1);
    color: #ffffff !important;
    text-transform: none;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    outline: 0;
}

.it-btn:hover {
    background-color: rgba(218, 74, 9, 0.7);
}

.it-btn:hover,
.it-btn:active,
.it-btn:visited {
    text-decoration: none;
    color: #ffffff !important;
}

.it-btn--transparent ,
.it-btn--transparent:active ,
.it-btn--transparent:visited {
    background-color: transparent !important;
    border: 1px solid rgba(218, 74, 9, 1) !important;
    color: rgba(0, 0, 0, 0.87)!important;
}

.it-btn--transparent:hover {
    background-color: rgba(218, 74, 9, 1)  !important;
    color: #ffffff !important;
}

.it-card-show__btn-arrow {
    margin-left: 10px;
}




/******************* it-header *******************/

@keyframes shake {
    0%, to {
        transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
    }
}


.it-header-main {
    padding: 2% 0 2%;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.it-header-main__wrap {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 -20px -15px;
}

.it-logo {
    border-bottom: none;
}

.it-logo:hover {
    border-bottom: none;
}

.it-logo__img-box {
    max-width: 250px;
    width: 100%;
    overflow: hidden;
}

.it-logo__img {
    max-width: 100%;
    height: auto;
    display: block;
}

.it-header-main__half {
    width: 100%;
    margin: 0 20px 15px;
    max-width: 250px;
    flex-grow: 1;
}

.it-header-main__half.it-header-main__half--1 {
    max-width: 250px;
    flex-basis: 190px;
}

.it-header-main__half.it-header-main__half--2 {
    max-width: 260px;
    flex-basis: 150px;
    padding-top: 15px;
}

.it-header-main__half.it-header-main__half--3 {
    max-width: 210px;
    flex-basis: 150px;
    padding-top: 15px;
}

.it-header-main__half.it-header-main__half--4 {
    max-width: 220px;
    flex-basis: 95px;
}

.it-header-main__info {
    font-size: 1.125rem;
    font-weight: 300;
    color: rgba(0,0,0,.87);
    margin-bottom: 23px;
    line-height: 1.5;
}

.it-main-phone {
    margin-bottom: 20px;
    line-height: 1.5;
}

.it-header-main__location,
.it-header-main__mail {
    padding-left: 40px;
    color: rgba(0,0,0,.54);
    font-size: 12px;
    position: relative;
}

.it-header-main__location:before {
content: '';
display: block;
position: absolute;
top: -9px;
left: 0;
width: 22px;
height: 22px;
background: url(/img/main/header-main/1.png) no-repeat center;
}

.it-header-main__mail:before {
content: '';
display: block;
position: absolute;
top: -2px;
left: 0;
width: 20px;
height: 14px;
background: url(/img/main/header-main/2.png) no-repeat center;
}

.it-phone {
/*margin-bottom: 24px;*/
    line-height: 1.5;
}

.it-header-main__schedule{
    margin: 10px 0 10px 0;
    color: rgba(0,0,0,.54);
}

.it-phone__number {
    font-size: 1.375rem !important;
    color: rgba(0,0,0,.54) !important;
    text-decoration: none !important;
    position: relative;
    padding-left: 35px;
    display: block;
    border-bottom: none;
}

.it-phone__number b {
    color: rgba(0, 0, 0, 0.87);
}

.it-phone__number:active,
.it-phone__number:hover,
.it-phone__number:visited {
    color: #333 !important;
    text-decoration: none !important;
    border-bottom: none;
}

.it-phone__img-wrap {
    position: absolute;
    top: 0px;
    left: 0;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #DA4A09;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.it-phone__number:hover .it-phone__img {
    animation: 1200ms ease 0s normal none 1 running shake;
}

.it-header-main__btn {
    padding: 12px 10px;
}





/******************* it-header-nav *******************/

/*.nav-justified {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}*/


.navbar {
    margin: 0 !important;
}

.nav-justified {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nav-justified li {
    display: inline-block;
    vertical-align: text-top;
    position: relative;
    flex-grow: 1;
    width: auto !important;
}

.nav-justified li:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -9px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #DA4A09;
}

.nav-justified li:last-child:before {
    display: none;
}

.nav-justified li a {
    padding: 15px 2px  !important;
    display: block;;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.87);
    transition: 0.2s;
    font-size: 12px;
    border-bottom: none;
}

.it-main-nav__item:hover .it-main-nav__link ,
.it-main-nav__item.active .it-main-nav__link  {
    text-decoration: underline;
}

.it-main-nav__link:active,
.it-main-nav__link:visited {
    color: #333333;
}


.collapse.navbar-collapse {
    padding: 0 !important;
}

/******************* it-gallery *******************/

.it-gallery__img {
    /*  display: block;
      max-width: 100%;
      height: auto;*/
}

.it-gallery .owl-stage {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.it-gallery .owl-item {
    max-width: 317px;
    width: 100%;
    overflow: hidden;
}

.it-gallery__wrap {
    max-width: 1903px;
    margin: 0 auto;
    width: 100%;
}

.it-gallery .owl-nav {
    display: none;
}

.it-main-page .box-comfort {
    margin-top: 0;
}

/******************* it-services *******************/

.it-services {
    overflow: hidden;
}

.it-services__item,
.it-services__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -25px;
}

.it-services__wrap {
    overflow: hidden;
}

.it-services__item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
    max-width: 518px;
    margin-bottom: 30px;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.2);


}




.it-services__item,
.it-services__item:active,
.it-services__item:hover,
.it-services__item:visited {
    text-decoration: none;
}

.it-services__img-box {
    overflow: hidden;
    max-height: 519px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.it-services__img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: 0.2s;
}

.it-services__img-box:hover .it-services__img {
    transform: scale(1.1);
}

.it-services__content {
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

    justify-content: flex-start;
    align-items: stretch;
    flex-grow: 1;
}

.it-services__title {
    font-size: 24px;
    color: rgba(0, 0, 0, .54);
    padding: 20px;
    background-color: #e6e6e6;
    position: relative;
    flex-grow: 1;
}

.it-services__title:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -21px;
    right: 7%;
    width: 42px;
    height: 42px;
    background: #da4a09 url(../img/main/services/arrow.png) no-repeat center;
    border-radius: 50%;
    box-shadow: 2px 0 10px rgba(0, 0, 0, .25);
    transition: 0.2s;
}

.it-services__item:hover .it-services__title:before {
    transform: scale(1.1);
}

.it-services__desc {
    font-size: 14px;
    font-weight: 300;
    color: #6b6b6b;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    flex-grow: 1;
}

/******************* it-main-video *******************/

.it-main-video {
    overflow: hidden;
}

.it-main-video__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -25px;
}

.it-main-video__wrap {
    overflow: hidden;
}

.it-main-video__item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
    max-width: 518px;
    margin-bottom: 25px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

/******************* partners *******************/

.it-partners__wrap {
    padding: 40px 50px;
    background-color: #E6E6E6;
}

.it-partners__half {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 106px;

}

.it-partners__img {
    max-width: 100%;
    width: auto !important;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/******************* partners+owl *******************/

.it-partners .box-carousel .owl-nav .owl-next, .it-partners .box-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    top: 50%;
    font-size: 0;
    right: auto;

}

.it-partners .box-carousel .owl-nav .owl-next:hover, .it-partners .box-carousel .owl-nav .owl-prev:hover {
    opacity: .5
}

.it-partners .box-carousel .owl-nav .owl-prev {
    left: 10px;
}

.it-partners .box-carousel .owl-nav .owl-next {
    right: 10px;
    border-left: none;
}

.it-partners .box-carousel .owl-nav .owl-next:after, .it-partners .box-carousel .owl-nav .owl-prev:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/main/partners/arrow.png") center no-repeat;
}

.it-partners .box-carousel .owl-nav .owl-prev:after {
    transform: scale(-1);
    left: -2px;
    right: auto;
}

.it-partners .box-carousel .owl-nav .owl-next:after {
    transform: scale(1);
    right: -2px;
    left: auto;
}

/******************* it-card-show *******************/

.it-card-show {
    overflow: hidden;
}

.it-card-show__item:active,
.it-card-show__item:hover,
.it-card-show__item:visited {
    text-decoration: none;
}

.it-card-show__content a {
    color: #da4a09;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
}

.it-card-news__show-all {
    text-align: center;
    display: block;
}

.it-card-show__item,
.it-card-show__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -25px;
}

.it-card-show__wrap {
    overflow: hidden;
}

.it-card-show__item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
    text-decoration: none;
    max-width: 518px;
    margin-bottom: 25px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.it-card-show__img-box {
    overflow: hidden;
    max-height: 360px;
    flex-grow: 1;
    flex-basis: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;

    position: relative;
}

.it-card-show__date {
    background-color: #E6E6E6;
    padding: 35px 35px;
    max-width: 250px;
    width: 100%;
    flex-grow: 1;
    flex-basis: 120px;

}

.it-card-show__top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.it-card-show__date-number {
    color: #DA4A09;
    font-size: 48px;
    font-weight: 700;
    margin-right: 20px;
    line-height: 0.9;
}

.it-card-show__img {
    display: block;
    max-width: 100%;
    height: auto;
}

.it-card-show__date-top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    align-items: flex-end;
}

.it-card-show__date-month {
    color: #333333;
    font-size: 18px;
}

.it-card-show__date-day {
    font-size: 14px;
    font-weight: 300;
    color: rgba(51, 51, 51, 0.54);

}

.it-card-show__content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
}

.it-card-show__content h3 {
    color: #333;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
}

.it-card-show__content ul {
    padding: 0;
    margin: 0 0 25px;
}

.it-card-show__content ul li {
    list-style-type: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}

.it-card-show__content ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #da4a09;
}

.it-card-show__content,
.it-card-show__content p {
    font-size: 14px;
    font-weight: 300;
    color: #333;
    margin-bottom: 20px;
    margin-top: 0;
}

.it-card-show__content a {
    color: #DA4A09 !important;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline !important;
    margin-bottom: 5px;
}

.it-card-show__buttons {
    max-width: 165px;
    width: 100%;
}

/******************* it-card-news *******************/

.it-card-news {
    overflow: hidden;
}

.it-card-news__item:active,
.it-card-news__item:hover,
.it-card-news__item:visited {
    text-decoration: none;
}

.it-card-news__item,
.it-card-news__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    justify-content: center;

}

.it-card-news__wrap {
    overflow: hidden;
}



.it-card-news__item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px);
    text-decoration: none;
    max-width: 330px;
    margin-bottom: 25px;
    flex-basis: 200px;
    align-items: stretch;

    flex-direction: column;
    flex-grow: 1;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    padding: 25px 0 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.it-card-news__inner-item {
    height: 100%;
}

.it-card-news__img-box {
    overflow: hidden;
    max-height: 157px;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.it-card-news__img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: .2s;
}

.it-card-news__img-box:hover .it-card-news__img {
    transform: scale(1.1);
}

.it-card-news__content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    padding: 0 20px;
}

.it-card-news__date {
    font-weight: 300;
    font-size: 14px;
    color: rgba(0, 0, 0, .54);
    margin-bottom: 25px;
}

.it-card-news__title {
    font-size: 16px;
    color: rgba(0, 0, 0, .87);
    flex-grow: 1;
    font-weight: 700;
    margin-bottom: 40px;
    min-height: 75px;
}

.it-card-news__desc {
    font-size: 14px;
    font-weight: 300;
    color: rgba(0, 0, 0, .54);
    flex-grow: 1;
    margin-bottom: 30px;
}

.it-card-news__link,
.it-card-news__show-all,
.it-card-show__content a {
    color: #da4a09 !important;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline !important;
    border-bottom: none !important;
}

.it-card-news__show-all-wrap {
    text-align: center;
}

.it-card-news__show-all {
    display: inline-block;
}

/******************* it-callback *******************/

.it-callback__wrap {
    padding: 40px 10px;
    overflow: hidden;
    background-color: #ededed;
}

.it-callback-title {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 25px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}

.it-callback-subtitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.54);
}

.it-callback__form {
    overflow: hidden;
    box-sizing: content-box;
}

.it-callback__input-title {
    display: none;
    font-size: 14px;
    font-weight: 700;
    color: rgba(54, 54, 54, 1);
    margin-bottom: 15px;
}

.it-callback__input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -20px -25px;
    overflow: hidden;
}

.it-callback__half {
    flex-grow: 1;
    flex-basis: 180px;
    width: 100%;
    margin: 0 20px 25px;
    max-width: 270px;
}

.it-callback__input::-webkit-input-placeholder {
    color: #333333;
}

.it-callback__input::-moz-placeholder {
    color: #333333;
}

.it-callback__input:-ms-input-placeholder {
    color: #333333;
}

.it-callback__input:-moz-placeholder {
    color: #333333;
}

.it-callback__input {
    border: 1px solid rgba(80, 66, 66, 0.2);
    font-size: 14px;
    padding: 15px 20px;
    color: #333333;
    width: 100%;
    line-height: 1.42;
    border-radius: 5px;
}

.it-callback__checkbox-wrap {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 5px;
}

.it-callback__title--hide {
    color: transparent;
}

.it-callback__btn {
    font-size: 15px;
    font-weight: 700;
}

/******************* it-checkbox *******************/

.it-checkbox-wrap {
    width: 100%;
    margin-top: 27px;
    text-align: center;
}

.it-checkbox {
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-align: left;
    max-width: 500px;
    width: 100%;
    position: relative;
}

.it-checkbox__default {
    width: .1px !important;
    height: .1px !important;
    position: absolute !important;
    top: 0;
    left: 0;
    border: 0 !important;
    outline: 0 !important;
    background-color: transparent  !important;
}

.it-checkbox__pseudo {
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid rgba(80, 66, 66, .2);
    margin-right: 10px;
    position: relative;
    left: 0;
    top: 0;
    line-height: 17px;
}

.it-checkbox__pseudo:before {
    border-radius: 2px;
    content: '\002714';
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #e31e24;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -ms-transform: scale(.4);
    -webkit-transform: scale(.4);
    transform: scale(.4);
    -webkit-transition: all .225s ease-in-out;
    -o-transition: all .225s ease-in-out;
    transition: all .225s ease-in-out;
    cursor: pointer;
}

.it-checkbox__text {
    font-size: 14px;
    color: #333333;
    font-weight: 300;
    -ms-flex-preferred-size: 80px;
    flex-basis: 75px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.it-checkbox__default:checked + .it-checkbox__pseudo:before {
    opacity: 1;
    transform: scale(1);
}

.it-price-checkbox__default:checked + .it-price-checkbox__pseudo + .it-price-checkbox-text {
    font-weight: 700;
}




/******************* it-success *******************/

.it-form__success {
    font-size: 2.25rem;
    text-align: center;
    display: none;
    line-height: 1em;
}

.it-form--hide.success:not(.it-form__success) {
    display: none;
}

.it-form--hide.success .it-form__success {
    display: block;
}

/******************* it-main-offer *******************/

.it-main-offer {
    position: relative;
}


.it-main-offer__item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 6% 0;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;


}

.it-main-offer__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}

.it-main-offer__inner-wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.it-main-offer__half--left {
    width: 60%;
    padding-right: 2%;
}

.it-main-offer__half--right {
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 40%;
}

.it-main-offer__title {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.it-main-offer__subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 40px;
}

.it-main-offer__subtitle span {
    color: #DA4A09;
    margin-bottom: 40px;
}

.it-main-offer__desc {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px;
}

.it-main-offer__img-box {
    max-width: 58px;
    width: 100%;
    max-height: 58px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.it-main-offer__img {
    display: block;
    max-width: 100%;
    height: auto;
}

.it-main-offer__desc-text {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}

/******************* it-main-offer .owl *******************/

.it-main-offer .owl-nav {
    display: none;
}

.it-main-offer.box-carousel .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 10000;
    max-width: 200px;
    width: 100%;
    margin-left: -100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.it-main-offer.box-carousel .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    border: 3px solid transparent;
    background: #ffffff;
    border-radius: 50%;
    transition: .2s;
    margin: 0 5px;
}

.it-main-offer.box-carousel .owl-dots .owl-dot.active, .it-main-offer.box-carousel .owl-dots .owl-dot:hover {
    background-color: #DA4A09;
}




/******************* media *******************/

@media (max-width: 1200px) {
    .some-container {
        width: 970px;
    }

    .box-content--indent--nav-arrow .box-clients .owl-next {
        right: 0;
    }

    .box-content--indent--nav-arrow .box-clients .owl-prev {
        left: 0;
    }

    .box-right {
        max-width: 320px;
    }

    .box-left {
        max-width: 320px;
    }


}

@media (max-width: 992px) {
    .some-container {
        width: 750px;
    }

    .some-catalog-hall__item {
        display: flex;
        flex-wrap: wrap;
    }

    .it-services__title {
        font-size: 20px;
    }

    .it-card-news__item {
        width: calc(50% - 30px);
    }

    .it-header-main__info {
        display: none;
    }
    .it-header-main__half--2 {
        max-width: 140px;
    }
    .it-header-main__wrap {
        margin: 0 -10px -15px;
        justify-content: center;
    }

    .it-header-main__half {
        margin: 0 10px 15px;
    }

    .it-header-main__half.it-header-main__half--2 {
        padding-top: 0;
    }

    .it-header-main__half.it-header-main__half--3 {
        padding-top: 0;
    }

    .it-header-main__location:before {
        top: 0;
    }

    .it-card-show__img-box {
        width: 100%;
        flex-basis: 100%;
    }

    .it-card-show__date {
        width: 100%;
        flex-basis: 100%;
        padding: 15px 20px;
    }
    .it-card-show__top {
        justify-content: center;
    }



}

@media (max-width: 768px) {
    .some-container {
        width: 480px;
    }

    .some-accordion__content {
        flex-wrap: wrap;
    }

    .some-accordion__price {
        margin-bottom: 10px;
        max-width: 100%;
    }
    .nav-justified li:before {
        display: none;
    }
    .some-accordion__text {
        margin-bottom: 10px;
    }

    .some-callback__wrap {
        padding: 60px 30px;
    }

    .some-callback__input-wrap {
        flex-wrap: wrap;
    }

    .some-callback__input {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .some-checkbox__pseudo-label {
        max-width: 300px;
    }

    .some-callback__buttons {
        margin: 0 auto;
    }

    .some-catalog-hall__row {
        flex-wrap: wrap;
    }

    .some-catalog-hall__attribute {
        margin: 0 auto;
    }

    .some-catalog-hall__more {
        margin: 0 auto;
        padding-top: 10px;
    }

    .some-catalog-hall__footer {
        flex-wrap: wrap;
    }

    .some-catalog-hall__price {
        margin: 0 auto;
    }

    .some-catalog-hall__buttons {
        margin: 0 auto;
    }

    .box-right {
        max-width: 320px;
    }

    .box-left {
        max-width: 320px;
    }

    .some-catalog-hall__wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .some-hall__item {
        margin-left: auto;
        margin-right: auto;
    }

    .some-catalog-hall__item {
        box-shadow: none;
    }

    .some-catalog-hall__left {
        /*max-width: 100%;*/
    }

    .some-catalog-hall__img-box {
        margin: 0 auto;
    }

    .some-reason__item {
        margin-left: 0;
    }

    .some-reason__list {
        margin-left: 0;
    }

    .some-specialist__wrap {
        box-shadow: none;
    }

    .some-specialist__left {
        max-width: 464px;
        width: 100%;
    }

    .some-specialist__right {
        max-width: 519px;
        padding: 10px 0;
        width: 100%;
        display: flex;
    }

    .some-occupancy__wrap {
        box-shadow: none;
    }

    .some-occupancy__left {
        max-width: 464px;
        width: 100%;
    }

    .some-occupancy__right {
        max-width: 519px;
        padding: 10px 0;
        width: 100%;
        display: flex;
    }

    .some-events__left {
        width: 100%;
        padding-right: 0;
    }

    .some-events__right {
        width: 100%;
        padding-left: 0;
    }

    .some-events__item {
        margin-bottom: 10px;
    }

    .it-main-offer__title {
        font-size: 30px;
    }

    .it-main-offer__subtitle {
        font-size: 20px;
    }
    .it-main-offer__desc-text {
        font-size: 16px;
    }

    .it-header-main__half--2 {
        max-width: 140px;
    }

    .it-header-main__half--3 {
        flex-basis: 180px !important;
    }

    .it-header-main__half {
        display: flex;
        flex-wrap: wrap;
    }



    .topmenu .navbar .nav-justified li {
        width: 100% !important;
        padding: 0 !important;
    }

    .topmenu .navbar  .nav-justified li a {
        width: 100% !important;
        padding: 10px !important;

    }


}
@media (max-width: 620px) {
    .some-title__inner:before,
    .some-title__inner:after {
        display: none;
    }
}
@media (max-width: 480px) {
    .some-container {
        width: 95%;
    }
    /*.box-content--top-margin {*/
        /*margin-top: 285px;*/
    /*}*/
    .some-title--top-padding {
        padding-top: 0 !important;
    }
    .some-catalog-hall__content::before {
        top: 9px;
    }
    .some-catalog-hall__buttons {
        margin: 40px auto 0;
    }
    .some-checkbox__pseudo-label {
        max-width: 150px;
    }
    .box-flex_mobile-center {
        text-align: left;
    }
    .some-accordion__button {
        font-size: 16px;
    }

    .box-right {
        max-width: 504px;
    }

    .box-left {
        max-width: 504px;
    }

    .some-catalog-hall__wrap {
        box-shadow: none;
    }

    .some-catalog-hall__right {
        padding: 0;
    }



    .some-reason__item {
        margin-left: auto;
        margin-right: auto;
    }

    .some-catalog-hall__body-item {
        padding-right: 2px;
    }

    .it-main-video__item {
        width: calc(100% - 30px);
    }

    .it-services__item {
        width: calc(100% - 30px);
    }

    .it-card-show__item {
        width: calc(100% - 30px);
    }

    .it-card-news__item {
        width: calc(100% - 30px);
    }

    .it-checkbox {
        max-width: 270px;
    }

    .it-gallery .owl-item {
        max-width: 100%;
    }

    .it-main-offer__half {
        width: 100%;
    }
    .box-top__form {
        padding-left: 6%;
        padding-right: 6%;
    }

    .some-title {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .it-all--indent {
        margin-bottom: 60px;
    }

    .it-phone__number {
        font-size: 1.2rem !important;
    }

    .it-header-main__half--2 {
        flex-basis: 120px;
        order: 3;
    }

    .it-header-main__half--4 {
        flex-basis: 117px;
    }

    .it-header-main__half--3 {
        order: 2;
    }

    .it-header-main {
        padding-bottom: 20px;
    }

    .it-header-main__half--1 {
        flex-basis: 125px !important;
    }

}
