:root {
	--track-color: #EFEEEE;
	--thumb-color: #C2B491;
	--thumb-disabled-color: #E0E0E0;
	--thumb-width-large: 75px;
	--thumb-width-small: 25px;
	--thumb-height: 25px;
}

::selection {
  background: #7a7360;
}

::-moz-selection {
  background: #7a7360;
}

html,
body.t-body {
    position: relative;
	background-color: #252528;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

.uc-accordion {
	margin-bottom: 100px;
}

.uc-accordion .t-container {
    max-width: 1260px;
}

.uc-accordion .t-container .t-col {
	max-width: 100%;
	margin: 0;
}

.uc-accordion .t585__icon {
    padding: 0;
}

.uc-accordion .t585__icon .t585__circle {
	display: none;
}

.sound-off {
    display: none;
}

.sound-off .tn-atom {
    background-image: url("https://static.tildacdn.com/tild6433-6163-4939-a538-373837376630/nosound.svg");
}

.video-container {
    overflow: hidden;
    box-sizing: border-box;
}

video.main-video {
	object-fit: cover;
}

.t-zoomer__wrapper .t-zoomer__container {
    background-color: transparent !important;
}

.t-zoomer__wrapper .t-zoomer__bg {
    background: #000000eb;
}

.t-zoomer__wrapper .t-zoomer__scale.showed,
.t-zoomer__wrapper .t-zoomer__close {
    border-radius: 5px;
    background-color: #8f3d2b !important;
}

.t-zoomer__wrapper .t-zoomer__scale:hover,
.t-zoomer__wrapper .t-zoomer__close:hover {
    background-color: #9b422f !important;
    opacity: 1;
}

.t-zoomer__wrapper .t-zoomer__scale.showed path {
    stroke: #ffffff;
}

.t-zoomer__wrapper .t-zoomer__close path {
    fill: #ffffff;
}

.t702 form .t-form__successbox {
    background: #c2b491;
}

.t702 form .t-form__submit {
    margin-top: 35px;
}

.t702 form button[type="submit"] {
    width: fit-content;
}

.t-zoomer__wrapper .t-carousel__zoomer__wrapper,
.t702 .t-popup__container {
    border-radius: 5px;
    overflow: hidden;
}

.t702 .t-input-group_tx .t-text {
    font-size: 9px;
	font-weight: 600;
	line-height: 1;
	color: #333333;
}

.t702 .t-popup__container.t-popup__container-static {
    margin: 50px auto;
}

.t702 .t-input-group_ta textarea {
    text-indent: 0 !important;
}

.sound-on,
.sound-off {
    cursor: pointer;
}

.t450 {
    background-image: url("https://static.tildacdn.com/tild3235-3563-4765-b638-333764343432/logo-single.svg");
    background-position: 10vw center;
	background-size: 50vh;
	background-repeat: no-repeat;
}

.t450 .t450__close-button {
    top: 15px;
	right: 15px;
    background-color: transparent !important;
}

.t450 .t450__container {
    padding: 25vw 20px 25px;
}

.t450 .t450__rightcontainer {
    display: flex;
	flex-flow: column-reverse nowrap;
}

.t450 .t450__list_item a {
    margin: 15px 0;
}

.t450 .t450__right_buttons_but .t-btn_sm {
    height: 20px;
    padding-left: 0;
}

.t450 .t-sociallinks .t-sociallinks__item {
    margin-right: 10px;
}

.t450 .t450__right_social_links {
    position: absolute;
    top: 22px;
    right: 30px;
    margin-top: 0;
}

.t450 .t450__right_social_links .t-sociallinks__svg {
    width: 24px;
    height: 24px;
}

.t120 .t-container,
.t120 .t-col,
.t004 .t-container,
.t004 .t-col {
	max-width: 1260px;
}

.t120 .t-col,
.t004 .t-col {
    margin: 0;
}

.t004 .t-text {
	padding-left: 18px;
}

.line-h {
    height: 1px !important;
}

.line-v {
    width: 1px !important;
}

.t868__code-wrap {
    height: 100%;
}

.t868__code-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.t868 .t-popup__block-close {
    right: 12px !important;
}

.t868 .t-popup__block-close-button {
    background: #8f3d2b;
	border-radius: 5px;
}





/* Карта. Начало */

#ya-map {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

#ya-map .ymaps-2-1-79-controls__control {
    inset: 10px auto auto 10px !important;
}

#ya-map .ymaps-2-1-79-gototech {
    display: none;
}

#ya-map .ymaps-2-1-79-ground-pane,
#ya-map .ymaps-2-1-79-copyrights-pane,
#ya-map .ymaps-2-1-79-controls-pane {
	filter: grayscale(1) brightness(0.85);
	transition: 1s filter ease;
}

#ya-map:hover .ymaps-2-1-79-ground-pane,
#ya-map:hover .ymaps-2-1-79-copyrights-pane,
#ya-map:hover .ymaps-2-1-79-controls-pane {
	filter: grayscale(0) brightness(1);
}

/* Карта. Конец */



/* Калькулятор. Начало */

#calc {
	width: 100%;
	padding: 30px;
	border-radius: 5px;
	background: #ffffff;
	box-sizing: border-box;
	cursor: default;
}

#calc * {
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
}

#calc .calc__title {
    position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	font-size: 12px;
	font-weight: 500;
	line-height: 140%;
	text-transform: uppercase;
	color: #252528;
}

#calc .calc__title .calc__tooltip {
    position: absolute;
    top: 1px;
    right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding-top: 1px;
	border-radius: 50%;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	color: #ffffff;
	background-color: #c0b494;
	cursor: help;
}

#calc .calc__title .calc__tooltip::after {
    content: 'Например: иностранные граждане, вахтовики, дистанционные работники, военнообязанные';
	top: 30px;
	left: 0;
	z-index: 99;
	width: 200px;
	padding: 10px 14px;
	transform: translateX(-80%);
	border-radius: 3px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.25;
	color: #ffffff;

}

#calc .calc__title .calc__tooltip::before {
	content: '';
	top: 25px;
	left: 5px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}

#calc .calc__title .calc__tooltip::before,
#calc .calc__title .calc__tooltip::after {
    position: absolute;
    display: none;
    background: #2e2e2e;
	transition: all .5s ease;
    box-shadow: 0px 10px 7px -5px #2e2e2e73;
}

#calc .calc__title .calc__tooltip:hover::before,
#calc .calc__title .calc__tooltip:hover::after {
    display: block;
}

#calc .calc__input {
	position: relative;
}

#calc .foreign-employees-group {
	display: none;
}

#calc input[type="range"] {
	-webkit-appearance: none;
	position: relative;
	display: block;
	width: 100%;
	height: var(--thumb-height);
	margin: 0;
	border-radius: 3px;
	background: var(--track-color);
	cursor: pointer;
}

#calc input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: var(--thumb-height);
	border-radius: 3px;
	background: var(--thumb-color);
	cursor: ew-resize;
}

#calc input[type="range"]::-moz-range-thumb {
	-webkit-appearance: none;
	height: var(--thumb-height);
	border: 0;
	border-radius: 3px;
	background: var(--thumb-color);
	cursor: ew-resize;
}

#calc .calc__input > input[type="range"]::-webkit-slider-thumb {
	width: var(--thumb-width-large);
	border-radius: 3px;
}

#calc .calc__input > input[type="range"]::-moz-range-thumb {
	width: var(--thumb-width-large);
	border-radius: 3px;
}

#calc .calc__title .calc__switcher > input[type="range"]::-webkit-slider-thumb {
	width: var(--thumb-width-small);
	border-radius: 3px;
}

#calc .calc__title .calc__switcher > input[type="range"]::-moz-range-thumb {
	width: var(--thumb-width-small);
	border-radius: 3px;
}

#calc .calc__input .calc__input-value {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: var(--thumb-width-large);
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: var(--thumb-height);
	text-transform: uppercase;
	color: #ffffff;
	pointer-events: none;
}

#calc .calc__switcher {
    position: relative;
	display: inline-block;
    width: var(--thumb-width-large);
	min-width: var(--thumb-width-large);
	margin-right: 10px;
}

#calc .calc__switcher input[type="number"] {
    position: relative;
    display: block;
    width: 100%;
    height: var(--thumb-height);
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    font-size: 14px;
	font-weight: 600;
	color: #4e4e53;
    text-align: center;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
	background: var(--track-color);
	outline: none;
}

#calc .calc__switcher input[type="number"]::-webkit-outer-spin-button,
#calc .calc__switcher input[type="number"]::-webkit-inner-spin-button {
	display: none;
}

#calc .calc__switcher .number-minus,
#calc .calc__switcher .number-plus {
    position: absolute;
    top: 0;
	z-index: 9;
	width: var(--thumb-width-small);
	height: var(--thumb-height);
    border: 0;
    border-radius: 3px;
    background: var(--thumb-color);
    font-size: 32px;
    line-height: 12px;
    color: #ffffff;
    cursor: pointer;
}

#calc .calc__switcher .number-minus {
    left: 0;
    padding-bottom: 3px;
}

#calc .calc__switcher .number-plus {
    right: 0;
    padding: 0;
}

#calc .calc__switcher > input[type="range"]::-webkit-slider-thumb {
	background: var(--thumb-disabled-color) url("data:image/svg+xml,%3Csvg width='12' height='3' viewBox='0 0 12 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='1.5' x2='12' y2='1.5' stroke='white' stroke-width='3'/%3E%3C/svg%3E") center 12px/30% no-repeat;
}

#calc .calc__switcher > input[type="range"]::-moz-range-thumb {
	background: var(--thumb-disabled-color) url("data:image/svg+xml,%3Csvg width='12' height='3' viewBox='0 0 12 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='1.5' x2='12' y2='1.5' stroke='white' stroke-width='3'/%3E%3C/svg%3E") center 12px/30% no-repeat;
}

#calc .calc__switcher-active > input[type="range"]::-webkit-slider-thumb {
	background: var(--thumb-color) url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector' d='M5.10416 11L0.583008 6.60425L2.64337 4.60103L5.10416 7.00064L12.2972 0L14.3576 2.00322L5.10416 11Z' fill='white'/%3E%3C/svg%3E") center 8px/50% no-repeat;
}

#calc .calc__switcher-active > input[type="range"]::-moz-range-thumb {
	background: var(--thumb-color) url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector' d='M5.10416 11L0.583008 6.60425L2.64337 4.60103L5.10416 7.00064L12.2972 0L14.3576 2.00322L5.10416 11Z' fill='white'/%3E%3C/svg%3E") center 8px/50% no-repeat;
}

#calc .calc__total {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: column nowrap;
	margin-top: 50px;
}

#calc .calc__total .calc__total-price-monthly,
#calc .calc__total .calc__total-price-once {
	color: #4e4e53;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
}

#calc .calc__total .calc__total-submit {
    width: 100%;
    margin: 20px 0 10px;
	padding: 20px 40px;
	border: none;
	border-radius: 5px;
	background: #2E2E2E;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-wrap: nowrap;
	text-align: center;
	color: #F5F5F5;
	transition: all .5s ease;
	cursor: pointer;
}

#calc .calc__total .calc__total-submit:hover {
	background: #8f3d2b;
}

#calc .calc__more-info {
	position: relative;
	height: 20px;
	padding-top: 20px;
	overflow: hidden;
	transition: all .5s .1s ease;
}

#calc .calc__more-info.calc__more-info-expand::after {
	content: 'Подробнее ▼';
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	color: #a7aeaf;
	cursor: pointer;
}

#calc .calc__more-info-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row nowrap;
	padding: 5px 0;
	font-size: 11px;
	font-weight: 600;
	line-height: 100%;
	text-transform: uppercase;
	color: #a7aeaf;
	transition: background .5s ease;
}

/*#calc .calc__more-info-line:hover {*/
/*	background: var(--track-color);*/
/*}*/

#calc .calc__not-offer {
    margin-top: 25px;
    font-size: 10px;
    font-weight: 500;
    color: #a7aeaf;
    text-transform: uppercase;
}

#calc .foreign-employees,
#calc .job-description,
#calc .normative-act {
	display: none;
}

#calc > div:nth-child(1) {
	margin-bottom: 10px;
}

#calc > div:nth-child(2) {
	margin-bottom: 50px;
}

#calc > div:nth-child(3) {
	margin-bottom: 20px;
}

#calc > div:nth-child(4) {
	margin-bottom: 10px;
}

#calc > div:nth-child(6) {
	margin-top: 50px;
	margin-bottom: 10px;
}

.uc-calc .t396__artboard {
    transition: height .5s ease;
}

/* Калькулятор. Конец */



@media screen and (min-width: 1200px) {
    .uc-main-video .t396__artboard,
    .tn-elem__6218505751690384694107,
    .tn-elem__6218505751690384748299,
    .tn-elem__6218505751692047669370 {
    	aspect-ratio: 2.2;
    	height: auto !important;
    	transition: all 1s ease;
    }

    .sound-on,
    .sound-off,
    .tn-elem__6218505751690476961298,
    .tn-elem__6218505751690477389047,
    .tn-elem__6218505751690476833185,
    .tn-elem__6218505751690476946715,
    .tn-elem__6218505751690477196357 {
    	top: 38vw !important;
    	transition: all 1s ease;
    }

    video.main-video {
    	margin-top: -2vw;
    }

    #rec621716479 .t1003,
    #rec621716479 .t1003 .t1003__content-wrapper {
        height: 64px !important;
    }
    
    #rec621716479 .t1003__item > .t-text {
    	padding: 0 50px !important;
    }

    #rec621716479 .t1003 .t1003__item > .t-text > img {
        max-height: 56px;
    }

}

@media screen and (min-width: 1900px) {
    .sound-on,
    .sound-off,
    .tn-elem__6218505751690476961298,
    .tn-elem__6218505751690477389047,
    .tn-elem__6218505751690476833185,
    .tn-elem__6218505751690476946715,
    .tn-elem__6218505751690477196357 {
    	top: 39vw !important;
    }
}

@media screen and (min-width: 2500px) {
    .sound-on,
    .sound-off,
    .tn-elem__6218505751690476961298,
    .tn-elem__6218505751690477389047,
    .tn-elem__6218505751690476833185,
    .tn-elem__6218505751690476946715,
    .tn-elem__6218505751690477196357 {
    	top: 40vw !important;
    }
}

@media screen and (max-width: 1399px) {
    .uc-accordion .t-container {
        max-width: 1100px;
    }
    
    .t120 .t-container,
    .t120 .t-col,
    .t004 .t-container,
    .t004 .t-col {
    	max-width: 1100px;
    }
}

@media screen and (max-width: 1199px) {
    .uc-accordion .t-container {
        max-width: 900px;
    }

    .uc-accordion .t585__trigger-button {
        padding: 20px 40px 20px 0 !important;
    }

    .uc-accordion .t585__title {
        font-size: 15px !important;
    }

    .uc-accordion .t585__text {
        font-size: 13px !important;
    }

    .uc-accordion .t585__icon {
        zoom: 0.8;
    }
    
    .t120 .t-container,
    .t120 .t-col,
    .t004 .t-container,
    .t004 .t-col {
    	max-width: 900px;
    	padding: 0;
    }
    
    #rec621716479 .t1003,
    #rec621716479 .t1003 .t1003__content-wrapper {
        height: 64px !important;
    }
    
    #rec621716479 .t1003__item > .t-text {
    	padding: 0 50px !important;
    }

    #rec621716479 .t1003 .t1003__item > .t-text > img {
        max-height: 56px;
    }
}

@media screen and (max-width: 959px) {
    .uc-accordion .t-container {
        max-width: 620px;
    }

    .uc-accordion .t585__trigger-button {
        padding: 15px 30px 15px 0 !important;
    }

    .uc-accordion .t585__title {
        font-size: 13px !important;
    }

    .uc-accordion .t585__text {
        font-size: 11px !important;
    }

    .uc-accordion .t585__icon {
        zoom: 0.6;
    }

    .t120 .t-container,
    .t120 .t-col,
    .t004 .t-container,
    .t004 .t-col {
    	max-width: 580px;
    }
}

@media screen and (max-width: 639px) {
    .uc-accordion .t-container {
        max-width: calc(100% - 10px);
	    padding-left: 0px;
    }

    .uc-accordion .t585__trigger-button {
        padding: 12px 20px 12px 0 !important;
    }

    .uc-accordion .t585__title {
        font-size: 13px !important;
    }

    .uc-accordion .t585__text {
        font-size: 11px !important;
    }

    .uc-accordion .t585__icon {
        zoom: 0.5;
    }

    .t120 .t-container,
    .t004 .t-container {
        max-width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .video-container {
        zoom: 1 !important;
    }

    #rec621716479 .t1003,
    #rec621716479 .t1003 .t1003__content-wrapper {
        height: 44px !important;
    }
    
    #rec621716479 .t1003__item > .t-text {
    	padding: 0 30px !important;
    }

    #rec621716479 .t1003 .t1003__item > .t-text > img {
        max-height: 36px;
    }
    
    #rec620562759 .t1003,
    #rec620562759 .t1003 .t1003__content-wrapper {
        height: 42px !important;
        min-height: 42px !important;
    }
    
    #rec620562759 .t1003__item > .t-text {
    	font-size: 13px !important;
    	font-weight: 500 !important;
    }
    
    .calculator-container {
        width: calc(100% - 60px) !important;
    }

    .t702 .t-popup {
        background-color: #ffffff;
    }

    .t702 .t-popup .t-popup__container {
        overflow-y: auto;
    }

    .t702 .t-popup .t-popup__block-close {
        position: relative;
        background: transparent;
    }

    #calc .calc__not-offer {
        font-size: 8px;
    }

    #allrecords .t702 svg g {
        fill: #000000 !important;
    }

    #ya-map {
	    width: calc(100% - 60px);
    }
}

@media screen and (max-width: 479px) {
    .tn-elem__6218505751690477196357 .tn-atom,
    .tn-elem__6218505751690476946715 .tn-atom,
    .tn-elem__6218505751690476833185 .tn-atom {
        font-size: 7px !important;
    }

    .calculator-container {
        width: calc(100% - 40px) !important;
    }
    
    #calc {
        padding: 20px;
    }
    
    #calc > div:nth-child(2) {
    	margin-bottom: 30px;
    }
    
    #calc > div:nth-child(3) {
    	margin-bottom: 10px;
    }
    
    #calc > div:nth-child(6) {
        margin-top: 30px;
    }
    
    #calc .calc__title {
        font-size: 9px;
    }

    #calc .calc__title .calc__tooltip {
        padding-top: 0;
    }
    
    #calc .calc__title .calc__tooltip::after {
        width: 160px;
        font-size: 9px;
    }
    
    #calc .calc__total {
        flex-flow: column nowrap;
        margin-top: 30px;
    }
    
    #calc .calc__input .calc__input-value,
    #calc .calc__switcher input[type="number"] {
        font-size: 12px;
    }
    
    #calc .calc__switcher .number-minus,
    #calc .calc__switcher .number-plus {
        font-size: 26px;
        font-weight: 300;
    }
    
    #calc .calc__total .calc__total-price-monthly,
    #calc .calc__total .calc__total-price-once {
        font-size: 14px;
    }
    
    #calc .calc__total .calc__total-submit {
        width: 100%;
    	margin: 16px 0;
    	font-size: 12px;
    	text-align: center;
    }

    #calc .calc__more-info-line {
        font-size: 8px;
    }
    
    #calc .calc__more-info-line {
        align-items: flex-start;
    }
    
    #calc .calc__more-info > div > span:first-child {
    	width: 160px;
    }

    .t702 .t-popup .t-popup__container {
        padding-top: 0;
        border-radius: 0;
    }
    
    .t702 .t-popup .t-popup__container.t-popup__container-static {
    	margin: 0 auto;
    	min-height: 120vh;
    }
    
    .dev__wrapper {
        font: 400 12px/200% 'Montserrat',Arial,sans-serif
    }
    
    .dev__wrapper img {
        top: -1px;
    }
    
    .t-popup_show .t-popup__container {
        height: 60vh !important;
    }

    #ya-map {
	    width: calc(100% - 40px);
    }
}