@font-face {
    font-family: "PF DinText Pro";
    src: url("../fonts/PFDinTextUniversal.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "PF DinText Pro";
    src: url("../fonts/PFDinTextUniversal-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "PF DinText Pro";
    src: url("../fonts/PFDinTextUniversal-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}
body {
    font-family: "PF DinText Pro";
    background-color: #ffffff;
    font-size: 14px;
    line-height: 19px;
    color: #101010;
}
.slick-initialized .slick-slide {
    outline: none;
}
/* Header */

.header-wrapper {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 20;
}
.header {
    margin-top: 42px;
    margin-bottom: 10px;
}
.logo__link_mobile {
    display: none;
}
.header__contacts {
    margin-left: auto;
    margin-right: 12px;
}
.header__phone,
.header__phone:hover,
.header__phone:focus {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    color: #FA333E;
    text-align: right;
}
.header__mail,
.header__mail:hover,
.header__mail:focus {
    display: block;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: #101010;
    text-align: right;
}
.btn_callback {
    width: 195px;
    height: 50px;
    background-color: #FA333E;
    line-height: 17px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    outline: none;
}
.btn_callback:active,
.btn_callback:hover,
.btn_callback:focus {
    outline: none;
    box-shadow: none;
}
.header__btn_callback {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
}
.btn_callback:hover,
.btn_callback:focus {
    color: #ffffff;
    background-color: #fa646b;
}
/* Main */

.main {
    overflow: hidden;
}
.main__head {
    width: 1200px;
    margin: 0 auto;
    background-image: url("../img/painter.png");
    background-repeat: no-repeat;
    background-position: right -96px;
    padding-bottom: 333px;
}
.main__title {
    margin-top: 190px;
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 60px;
    line-height: 65px;
}
.text__select {
    color: #FA333E;
}
.main__subtitle {
    margin-bottom: 50px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
}
.calc {
    position: relative;
}
.calc::before {
    position: absolute;
    bottom: -10px;
    left: 10px;
    width: 764px;
    height: 240px;
    content: "";
    background: #E4E4E4;
    box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.25);
    z-index: 0;
}
.calc-inner {
    position: relative;
    width: 802px;
    height: 280px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px -15px 35px rgba(0, 0, 0, 0.08);
    z-index: 1;
}
.calc__title {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}
.calc__list {
    padding: 40px 37px 40px 33px;
}
.calc__tablist {
    display: flex;
    padding-left: 0;
    margin-bottom: 30px;
}
.calc__li {
    width: 175px;
    padding-top: 15px;
    padding-bottom: 17px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    list-style: none;
    outline: none;
}
.calc__tabs,
.calc__tabs:hover,
.calc__tabs:focus {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    outline: none;
    pointer-events: none;
}
.calc__tabs_1 {
    padding-left: 68px;
}
.calc__tabs_2 {
    padding-left: 71px;
}
.calc__tabs_3 {
    padding-left: 51px;
}
.calc__tabs::before {
    position: absolute;
    content: "";
    top: 1px;
    width: 32px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
}
.calc__tabs_1::before {
    background-image: url('../img/icons/step-1.png');
    left: 22px;
}
.calc__tabs_2::before {
    background-image: url('../img/icons/step-2.png');
    left: 20px;
}
.calc__tabs_3::before {
    background-image: url('../img/icons/step-3.png');
    left: 12px;
}
.calc__li.ui-tabs-active {
    border: none;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
}
.calc__step {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #101010;
}
.calc__question_wrapper {
    position: relative;
}
.calc__label_size {
    font-size: 14px;
    padding: 5px 0px 5px 30px;
    position: absolute;
    top: 7px;
    left: 0px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.5);
}
.calc__input:focus ~ .calc__label_size,
.calc__input:valid ~ .calc__label_size {
    font-size: 10px;
    top: -6px;
    left: -7px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}
.calc__input {
    width: 174px;
    height: 45px;
    padding-right: 0;
    padding-left: 0;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.5);
}
.calc__input:focus {
    color: #000000;
    opacity: 1;
    boder: none;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
    outline: none;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
    border: none;
    
}
.checkbox__input {
    display: none;
}
.calc__label {
    position: relative;
}
.calc__label {
    margin-left: 30px;
}
.checkbox__label,
.construction__solid,
.texture__matte {
    margin-bottom: 10px;
}
.checkbox__label::before {
    position: absolute;
    top: 0;
    left: -30px;
    content: "";
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 2px solid #101010;
}
.checkbox__input:checked + .checkbox__label::after {
    position: absolute;
    top: -5px;
    left: -30px;
    content: "";
    width: 22px;
    height: 15px;
    box-sizing: border-box;
    border: 4px solid #EB303A;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
.radio__input {
    display: none;
}
.radio__label::before {
    position: absolute;
    top: 0;
    left: -30px;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #101010;
}
.radio__input:checked + .radio__label::after {
    position: absolute;
    top: 5px;
    left: -25px;
    content: "";
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    background-color: #EB303A;
    border-radius: 50%;
}
.color__input {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    /* added line */
}
.color__label {
    position: relative;
}
.color__label::before {
    position: absolute;
    top: 0;
    left: -30px;
    content: "";
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    background-image: url("../img/icons/color2.png");
    background-repeat: no-repeat;
}
.calc__label_contacts {
    padding-left: 70px;
}
.btn_get {
    width: 174px;
    height: 45px;
}
.pre {
    position: relative;
    margin-bottom: 0;
    margin-left: 68px;
    padding-left: 34px;
    font-size: 14px;
    line-height: 17px;
    color: #2C2C2C;
}
.pre::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/icons/pre.png');
}
.calc__buttons {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 35px;
    margin-bottom: 40px;
    margin-top: 15px;
}
.btn_calc_prev {
    position: relative;
    width: 174px;
    height: 45px;
    padding-right: 28px;
    text-align: right;
    margin-right: 10px;
}
.btn_calc_prev::before {
    position: absolute;
    content: "";
    top: 19px;
    left: 22px;
    width: 8px;
    height: 8px;
    border: 2px solid #ffffff;
    border-top: none;
    border-left: none;
    transform: rotate(135deg);
}
.btn_calc_next {
    position: relative;
    width: 174px;
    height: 45px;
    padding-left: 28px;
    text-align: left;
}
.btn_calc_next::before {
    position: absolute;
    content: "";
    top: 19px;
    right: 30px;
    width: 8px;
    height: 8px;
    border: 2px solid #ffffff;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
}
.btn_callback:disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.4);
}
.btn_callback:disabled::before {
    border-color: rgba(0, 0, 0, 0.4);
}
.services-nonstandard-wrapper {
    background-image: url('../img/services-background.png');
    background-position: top left;
}
.services__title {
    margin-top: 80px;
    margin-bottom: 75px;
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
}
.services__separator_red {
    width: 259px;
    height: 10px;
    background-color: #EB303A;
}
.services__tabs {
    margin-bottom: 120px;
}
.services__tab {
    position: relative;
    padding-left: 54px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 19px;
    color: #101010;
    background-color: transparent;
    border: none;
}
.services__tab.active {
    padding-left: 115px;
    margin-top: 0 !important;
    text-decoration: underline;
    background-color: transparent;
    color: #EB303A;
}
.services__tab.active::after {
    position: absolute;
    top: 21px;
    left: 54px;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #EB303A;
}
.services__tab:hover,
.services__tab:focus {
    background-color: transparent;
}
.services__tab::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 39px;
    height: 43px;
    background-repeat: no-repeat;
    background-position: center center;
}
.services__tab_painting::before {
    background-image: url("../img/icons/painting.png");
}
.services__tab_cleaning::before {
    background-image: url("../img/icons/cleaning.png");
}
.services__tab_packing::before {
    background-image: url("../img/icons/packing.png");
}
.services__tab_tracking::before {
    background-image: url("../img/icons/tracking.png");
}
.services__header_mobile {
    display: none;
}
.services__tab-content {
    font-size: 25px;
    line-height: 32px;
}

.nonstandard {
    padding-bottom: 155px;
}
.nonstandard__wrapper {
    margin-bottom: 40px;
}
.nonstandard__choose {
    padding: 0 0 5px 0;
    font-size: 20px;
    line-height: 24px;
    border-bottom: 5px solid #EB303A;
}
.nonstandard__title {
    width: 440px;
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
}
.nonstandard__picture {
    width: auto;
    margin-bottom: 15px;
}
.nonstandard__name {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #EB303A;
}
.nonstandard__desc {
    height: 135px;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
}
.work {
    margin-bottom: 90px;
}
.work__title {
    margin-top: 80px;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 75px;
    line-height: 90px;
}
.work__carousel {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
}
.work__link,
.work__link:hover,
.work__link:focus {
    text-decoration: underline;
    color: inherit;
}
.indicators__list {
    position: relative;
    justify-content: space-between;
    margin-top: 30px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 0;
}
.indicators__list .indicators__item {
    width: 168px;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    padding: 20px 24px 27px 24px;
    box-sizing: content-box;
    text-indent: 0;
    opacity: 1;
    border-top: 0;
    border-bottom: 0;
}
.indicators__name {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    color: #EB303A;
}
.indicators__desc {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #101010;
}
.indicators__list .indicators__item.active {
    background-color: #EB303A;
}
.indicators__list .indicators__item.active .indicators__name {
    color: #ffffff;
}
.indicators__list .indicators__item.active .indicators__desc {
    color: #ffffff;
}
.working__control-link {
    opacity: 1;
}
.working__control {
    position: relative;
    width: 50px;
    height: 50px;
    background-size: 20px 20px;
    background-color: #EB303A;
    background-image: none;
    color: #ffffff;
}
.working__control::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    top: 18px;
    left: 16px;
    border: 3px solid #ffffff;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
}
.working__control_prev::after {
    transform: rotate(225deg);
    left: 21px;
}
.working__control_disabled,
.slick-disabled span {
    background-color: #ffffff;
}
.slick-disabled span {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
}
.working__control_disabled::after,
.slick-disabled span::after {
    border-color: #EB303A;
}
.features {
    margin-bottom: 90px;
}
.features__img {
    width: 100%;
    height: auto;
    background-color: #C4C4C4;
}
.features__main {
    padding-left: 25px;
}
.features__list::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 270px;
    background-color: #EB303A;
    top: -40px;
    right: 15px;
}
.features__list {
    position: relative;
    list-style: none;
    padding-left: 0;
    margin-bottom: 5px;
}
.features__item {
    margin-bottom: 20px;
}
.features__title {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
}
.features__desc {
    width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.features__content {
    margin-bottom: 5px;
}
.features__content_important {
    font-size: 50px;
    line-height: 60px;
    color: #EB303A;
}
.features__content_desc {
    margin-left: 7px;
    font-size: 25px;
    line-height: 32px;
}
.features__content_text {
    margin-bottom: 0px;
    padding-right: 5px;
}
.video-base {
    position: relative;
    margin-bottom: 162px;
    z-index: 0
}
.video-base::before {
    position: absolute;
    content: "";
    width: 1028px;
    height: 407px;
    top: 60px;
    left: 41px;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.12);
    z-index: 0;
}
.video-wrapper {
    position: relative;
    width: 100%;
    height: 441px;
    box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.15);
}
.clients {
    position: relative;
    width: 1020px;
    margin: 0 auto;
    height: 200px;
    padding-left: 340px;
    padding-right: 100px;
    box-sizing: border-box;
    margin-bottom: 184px;
    background-color: #EB303A;
}
.clients::before {
    position: absolute;
    content: "";
    left: -63px;
    top: -72px;
    width: 395px;
    height: 386px;
    background-image: url("../img/clients.png");
    background-repeat: no-repeat;
}
.gallery {
    margin-bottom: 90px;
}
.gallery__desc {
    padding-right: 40px;
}
.gallery__image_big {
    width: auto;
    height: auto;
}
.gallery-wrapper {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(16, 16, 16, 0.2);
    margin-bottom: 50px;
}
.gallery__title_mobile {
    display: none;
}
.gallery__title_big {
    position: relative;
    margin-left: 35px;
    margin-bottom: 105px;
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
    color: #000000;
}
.gallery__title_big::before {
    position: absolute;
    content: "";
    top: 15px;
    left: -35px;
    width: 5px;
    height: 95px;
    background-color: #EB303A;
}
.gallery__content {
    font-size: 14px;
    line-height: 19px;
}
.gallery__small {
    margin: 0 auto;
    cursor: pointer;
}
.gallery__img_small {
    margin-right: 0;
    margin-bottom: 20px;
    width: auto;
}
.gallery__title_small {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
}
.contacts {
    background-image: url('../img/contacts-background.png');
    padding-top: 80px;
    padding-bottom: 50px;
}
.contacts__title {
    padding-left: 30px;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 35px;
}
.contacts__title::before {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    width: 5px;
    height: 94px;
    background-color: #EB303A;
}
.contacts__list {
    list-style: none;
    padding-left: 0;
}
.contacts__item {
    position: relative;
    padding-left: 59px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
}
.contacts__link,
.contacts__link:hover,
.contacts__link:focus {
    color: #101010;
    text-decoration: none;
}
.contacts__item::before {
    position: absolute;
    top: 0;
    left: 28px;
    content: "";
    width: 21px;
    height: 22px;
    background-position: center center;
    background-repeat: no-repeat;
}
.contacts__phone::before {
    background-image: url("../img/icons/phone.png");
}
.contacts__mail::before {
    background-image: url("../img/icons/mail.png");
}
.contacts__address::before {
    background-image: url("../img/icons/address.png");
}
.request {
    
    margin-left: 15px;
}
.request__top {
    padding-left: 27px;
}
.request__top::before {
    position: absolute;
    content: "";
    top: 15px;
    left: 30px;
    width: 5px;
    height: 94px;
    background-color: #EB303A;
}
.request__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 2px;
    font-weight: normal;
}
.request__desc {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}
.request-wrapper {
    position: relative;
    margin-bottom: 54px;
}
.request-wrapper::before {
    position: absolute;
    content: "";
    top: 64px;
    left: 14px;
    width: 687px;
    height: 129px;
    background-color: #E4E4E4;
    box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.25);
    z-index: 0;
}
.request__form {
    position: relative;
    width: 715px;
    height: 179px;
    background-color: #FFFFFF;
    box-shadow: 0px -15px 35px rgba(0, 0, 0, 0.08);
    z-index: 1;
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box;
    margin-left: auto;
}
.request__unit {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
}
.request__input {
    width: 200px;
    margin-bottom: 43px;
    border: none;
    border-bottom: 2px solid #101010;
    font-size: 22px;
    line-height: 26px;
    outline: none;
}
.btn_request {
    position: relative;
    padding-right: 50px;
    text-align: right;
}
.btn_request::before {
    position: absolute;
    content: "";
    top: 22px;
    right: 35px;
    width: 8px;
    height: 8px;
    border: 2px solid #ffffff;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
}
.privacy {
    width: 195px;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 12px;
    opacity: 0.4;
}
.privacy__link,
.privacy__link:hover,
.privacy__link:focus {
    color: #101010;
    text-decoration: underline;
}
.footer {
    margin-top: 45px;
    margin-bottom: 45px;
}
.confidentiality {
    margin-bottom: 0;
    margin-left: auto;
    text-align: right;
    opacity: 0.5;
}
.modal__callback {
    border-radius: 0;
    border: none;
}
.modal__dialog {
    max-width: 300px;
}
.modal__title {
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
}
.modal__callback .modal-header {
    border-bottom: none;
}
.modal__callback .modal-body {
    margin: 0 auto;
}
.modal__callback .modal-footer {
    border-top: none;
}
.btn_modal {
    width: 200px;
}
.btn_close,
.btn_close:hover,
.btn_close:focus,
.btn_close:active {
    position: absolute;
    top: 0px;
    right: 15px;
    height: auto;
    padding: 0;
    font-size: 50px;
    line-height: 50px;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #101010 !important;
}
.calc__input_error {
    border: 2px solid red;
}
.request__input_error {
    border-bottom-color: red;
}
.request__label_error {
    color: red;
}
.consent {
    margin-top: 2px;
    padding-left: 20px;
    position: relative;
    width: 200px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(16, 16, 16, 0.6);
}
.consent__link,
.consent__link:hover,
.consent__link:focus {
    text-decoration: underline;
    color: #101010;
}
.consent__checkbox {
    display: none;
}
.consent::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid rgba(16, 16, 16, 0.6);
}
.consent__checkbox:checked + .consent::after {
    position: absolute;
    content: "";
    top: 2px;
    left: 1px;
    width: 10px;
    height: 8px;
    border: 3px solid #C6202F;
    opacity: 1;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
.consent__calc {
    width: 185px;
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 0;
}
.consent::before {
    left: 3px;
}
.consent__checkbox:checked + .consent::after {
    left: 4px;
}
.thank-text {
    position: relative;
    text-align: center;
}
.inviz {
    display: none;
}

section.calc .tt-text{
	position: absolute;
    background: #FFF;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
    padding-top: 110px;
}