body.t-body {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

.t-body #rec545444194 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
}

.t-body ::selection {
	background: transparent;
}

#calc {
    position: relative;
	max-width: 1120px;
	margin: 0 auto;
	padding: 40px;
	background-color: #d1e0ef;
}

#calc * {
	font: 600 18px 'Manrope',Arial,sans-serif;
	color: #252222;
}

#calc label,
#calc input[type="text"] {
	display: block;
	height: 70px;
	border: 0;
	box-sizing: border-box;
	outline: none;
}

#calc input[type="radio"],
#calc input[type="checkbox"] {
	display: none;
}

#calc input {
	padding-left: 15px;
	background-color: #F7F7F7;
}

#calc label {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 50%;
	background-color: #F7F7F7;
}

#calc input[type="radio"]:checked + label {
	background: #175B84 !important;
	color: #ffffff;
}

#calc label.checkbox {
	position: relative;
	width: fit-content;
	height: 40px;
	margin-left: 40px;
	padding-left: 10px;
	background: transparent;
}

#calc label.checkbox:before {
	content: '';
	position: absolute;
	top: calc(50% - 20px);
	left: -40px;
	width: 40px;
	height: 40px;
	background: #f7f7f7
}

#calc input[type="checkbox"]:checked + label.checkbox:before {
	background: #f7f7f7 url("data:image/svg+xml,%3Csvg width='23' height='18' viewBox='0 0 23 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.91667 17.2L0.75 10.2L3.25833 7.75L7.91667 12.3L19.7417 0.75L22.25 3.2L7.91667 17.2Z' fill='%23175B84'/%3E%3C/svg%3E") center no-repeat;
}

#calc > div {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 60px;
	gap: 40px;
}

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

#calc .label-wrapper {
	display: flex;
	flex-flow: row nowrap;
	width: 400px;
}

#calc .container-wrapper {
	display: flex;
	flex-flow: row nowrap;
	gap: 40px;
}

#calc > .container-wrapper {
	margin-top: -40px;
}

#calc > .container-wrapper > div:nth-child(1) {
	width: 400px;
}

#calc .dimensions-wrapper {
	display: flex;
	flex-flow: row nowrap;
}

#calc .checkbox-wrapper {
	display: flex;
	flex-flow: row nowrap;
}

#calc .checkbox-wrapper:nth-child(2) {
	margin-top: 20px;
}

#calc .dimensions-wrapper > input {
	width: 200px;
	margin-right: 20px;
}

#calc .dimensions-wrapper > input:last-child {
	margin-right: 0;
}

#calc .car-wrapper {
	display: flex;
	flex-flow: row nowrap;
	gap: 40px;
}

#calc .result-wrapper {
	display: flex;
	flex-flow: row nowrap;
}

#calc .calc-submit {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	color: #ffffff;
	background: #175b84;
}

#calc .calc-submit:focus-visible {
	width: 190px;
	height: calc(100% - 10px);
	margin: 5px;
	outline: 5px double #175b84;		
}

#route {
	width: 400px;
	letter-spacing: -0.03em;
}

#cargo {
	width: 400px;
}

#date,
#cargo-weight,
#container-number,
#car-number {
	width: 200px;
}

#summ {
	width: 200px;
	direction: rtl;
	padding-right: 25px;
	cursor: default !important;
}

#calc [readonly],
#calc label,
#calc .calc-submit,
#calc .dropdown-menu > span {
	cursor: pointer;
}

#calc .dropdown-menu {
	position: absolute;
	z-index: 99999999;
	display: flex;
	flex-flow: column nowrap;
	height: fit-content;
	max-height: 100%;
	gap: 0;
	overflow: hidden auto;
	background-color: #f7f7f7;
	box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.05), 0px 20px 30px -20px rgba(0,0,0,0.1);
}

#calc .dropdown-menu::-webkit-scrollbar {
	width: 4px;
}

#calc .dropdown-menu::-webkit-scrollbar-thumb {
	background-color: #cccccc;
}
#calc .dropdown-menu::-webkit-scrollbar-track {
	background-color: #f7f7f7;
}

#calc .dropdown-menu > span {
	margin: 4px 0;
	padding: 20px 6px 20px 15px;
	font-size: 16px;
}

#calc .dropdown-menu > span:hover {
	background-color: #f0f0f0;
}

#calc .dropdown-menu > span:first-child {
	margin-top: 0;
}

#calc .dropdown-menu > span:last-child {
	margin-bottom: 0;
}

#calc .input-arrow {
	position: relative;
}

#calc .input-arrow::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	width: 50px;
	height: 100%;
	background: #f7f7f7 url("data:image/svg+xml,%3Csvg width='24' height='14' viewBox='0 0 24 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.2857 2.1104L11.7143 14L0.142853 2.1104L2.19678 0L11.7143 9.77919L21.2318 0L23.2857 2.1104Z' fill='%23175B84'/%3E%3C/svg%3E%0A") center no-repeat;
	pointer-events: none;
	transition: all .3s ease;
}

#calc .input-arrow-reverse::after {
	content: '';
	transform: rotateX(180deg) !important;
}

#calc .input-arrow > input {
	padding-right: 50px;
	text-overflow: ellipsis;
}

#calc .figure {
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 400px;
	height: 60px;
	clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
	background-color: #ffffff;
}

#calc [hidden] {
	display: none !important;
}

.t-body .uc-dates,
.t-body .uc-cargo-prices,
.t-body .uc-services,
.t-body .uc-cargo-types {
    display: none;
}

@media screen and (max-width: 1199px) {
    #calc {
        max-width: 880px;
    }
    
    #calc * {
    	font: 600 16px 'Manrope',Arial,sans-serif;
    }
    
    #route,
    #cargo,
    #calc > .container-wrapper > div:nth-child(1) {
    	width: 290px;
    }
    
    #date,
    #container-number,
    #cargo-weight,
    #car-number,
    #calc .dimensions-wrapper > input {
    	width: 170px;
    }
    
    #calc .label-wrapper {
    	width: 340px;
    }
    
    #calc .checkbox-wrapper:nth-child(2) {
    	margin-top: 10px;
    }
}

@media screen and (max-width: 959px) {
    #calc {
        max-width: 580px;
        padding: 30px;
    }
    
    #calc * {
    	font: 600 16px 'Manrope',Arial,sans-serif;
    }
    
    #calc > div {
    	flex-flow: column nowrap;
    }
    
    #route,
    #cargo {
    	width: 100%;
    }
    
    #date,
    #container-number,
    #cargo-weight,
    #car-number,
    #calc .dimensions-wrapper > input,
    #route, #cargo, #calc > .container-wrapper > div:nth-child(1) {
    	width: 100%;
    }

    #calc .label-wrapper {
    	width: 100%;
    }
    
    #calc .container-wrapper {
    	flex-flow: column-reverse nowrap;
    }
    
    #calc .checkbox-wrapper:nth-child(2) {
    	margin-top: 10px;
    }

    #calc > div:nth-child(4) {
    	margin-bottom: 0px;
    	z-index: 9;
    	position: relative;
    }
        
    #calc .figure {
    	right: 0px;
    	width: 180px;
    }
}

@media screen and (max-width: 639px) {
    #calc {
        max-width: 100%;
        padding: 20px;
    }
    
    #calc * {
    	font: 600 14px 'Manrope',Arial,sans-serif;
    }
    
    #calc > div {
    	margin-bottom: 20px;
    	gap: 20px;
    }
    
    #calc .container-wrapper {
    	gap: 20px;
    }
    
    #calc > .container-wrapper {
    	margin-top: 0px;
    }
    
    #calc .dropdown-menu > span {
        font-size: 14px;
    }
    
    #calc > div:nth-child(4) {
    	margin-bottom: 40px;
    }
    
    #calc .figure {
    	height: 40px;
    }
}

@media screen and (max-width: 560px) {
    .t702 .t-popup_show .t-popup__container {
    	padding-top: 14px;
    }
    
    .t702 .t-popup__block-close {
    	background: transparent;
    }
    
    .t702 .t-popup__block-close svg >g {
        fill: #2c5982
    }
}

@media screen and (max-width: 480px) {
    #summ,
    #calc .calc-submit {
    	width: 50%;
    }
}