/* Modern CSS Reset — opinionated but robust */
/* Box sizing */
*, *::before, *::after { box-sizing: border-box; }

/* Remove default margin */
* { margin: 0; }

/* Improve text defaults */
html {
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

/* Base body */
body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}

/* Media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* Form controls inherit fonts */
input, button, textarea, select {
  font: inherit;
  color: inherit;
}

/* Remove animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  html:focus-within { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Typography scales reset */
h1, h2, h3, h4, h5, h6 { font-weight: inherit; font-size: inherit; }
p { overflow-wrap: anywhere; }

/* Lists */
ol, ul { padding-left: 15px; margin-bottom: 20px; }

/* Links */
a { color: inherit; text-decoration: none; }

/* Buttons */
button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }

body {
	font-family: 'Roboto', sans-serif;
	color: #393939;
	font-size: 16px;
}
p {
	margin-bottom: 20px;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: normal;
}
h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: normal;
}
.head {
	position: sticky;
	top: 0;
	background-color: #fff;
	padding: 8px 0;
	font-size: 14px;
	z-index: 10001;
	box-shadow: 0 0 5px #00000012;
}
.t821__imglogo {
	cursor: pointer;
}
.tmenu-mobile__menucontent_hidden .t821__maincontainer {
	display: flex;
	justify-content: space-between;
}
.tmenu-mobile__menucontent_hidden .t821__maincontainer .t821__leftwrapper {
	display: flex;
	align-items: center;
}
.tmenu-mobile__menucontent_hidden .t821__maincontainer .t821__rightwrapper {
	display: flex;
}
.tmenu-mobile__menucontent_hidden .t821__maincontainer .t821__rightwrapper > div {
	display: flex;
	align-items: center;
}
.tmenu-mobile__menucontent_hidden .t821__maincontainer .t821__rightwrapper > div svg {
	margin-right: 10px;
}
.tmenu-mobile__menucontent_hidden .t821__maincontainer .t821__rightwrapper > div a {
	white-space: nowrap;
}
.tmenu-mobile__menucontent_hidden .t821__maincontainer .t821__rightwrapper .t821__phone-container {
	margin-right: 40px;
}
.hidden {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000000ad;
	width: 100%;
	height: 100%;
	z-index: 9999;	
	align-items: center;
	justify-content: center;
	padding: 15px;
	display: none;
}
.modal.open {
	display: flex;
}
.modal .modal-dialog {
	background-color: #fff;
	width: 100%;
	max-width: 500px;
	padding: 15px;
	border-radius: 12px;	
}
.t-popup {
	position: relative;
	text-align: center;
}
.t-popup .t-title {
	font-size: 20px;
	font-weight: 500;
}
.t-popup .t702__text-wrapper {
	margin-bottom: 15px;
}
.t-popup__close {
	position: absolute;
	top: 0;
	right: 0;
}
.t-popup__close:hover {
	opacity: 0.7;
}
.t-input-group {
	margin-bottom: 15px;
}
.t-input {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 10px;
}
textarea.t-input {
	resize: none;
}
.t-input:focus {
	border-color: #e67a33;
	outline: 0px;
}
.t-input:focus::placeholder {
	opacity: 0;
}
.t-form__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.t-form__submit {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.t-input-error {
	font-size: 12px;
	color: red;
	margin-top: 5px;
}
.t-btn {
	color: #ffffff;
	background-color: #e67a33;
	font-weight: 500;
	padding: 7px 20px;
	border-radius: 20px;
	width: 150px;
	display: inline-block;
	text-align: center;
}
.t-btn:disabled {
	background-color: #b5b5b5;
	cursor: default;
}
.t-btn.t-btn_md {
	padding: 20px;
	width: 200px;
	border-radius: 40px;
}
.t-btn:hover {
	background-color: #ff8636;
}
.t-form__successbox {
	padding: 10px;
	background-color: #23a723;
	color: #fff;
	text-align: center;
}
.t-container {
	max-width: 1130px;
	padding: 0 15px;
	margin: 0 auto;
}
.bnr {
	height: calc(100vh - 85px);
	background-size: cover;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
.bnr .t-cover__carrier {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	width: 100%;
	height: 100%;
}
.bnr .t-container {
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 1;
	position: relative;
	color: #fff;
}
.bnr .t-descr {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 60px;
}
.t-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.t-col {
	padding: 0 20px;
}
.t-col_7 {
	width: 66.6666%;	
}
.t-col_6 {
	width: 50%;	
}
.t-col_4 {
	width: 33.3333%;
}
.t-bg {
	height: 100%;
	max-height: 560px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.t-rec_pt_30 {
	padding-top: 30px;
}
.t-rec_pb_30 {
	padding-bottom: 30px;
}
.t-rec_pt_60 {
	padding-top: 60px;
}
.t-rec_pb_60 {
	padding-bottom: 60px;
}
.t-rec_pt_90 {
	padding-top: 90px;
}
.t-rec_pb_90 {
	padding-bottom: 90px;
}
.t-bg-gray {
	background-color: #ededed;
}
.t-card__title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
}
.t-card__descr {
	font-weight: 300;
}
.t700__video-descr {
	font-size: 14px;
}
.t-text-left {
	text-align: left;
}
.t-text-right {
	text-align: right;
}
.t-text-center {
	text-align: center;
}
.bx-wrapper {
	box-shadow: none;
	border: none;
	margin-bottom: 0;
}
.t849 .t-item:first-child .t849__accordion {
	border-top: 1px solid #e67a33;
}
.t849__accordion {
	border-bottom: 1px solid #e67a33;
	padding: 10px 0;
}
.t849__header {
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0 20px;
	line-height: normal;
}
.t849__img {
	margin-bottom: 20px;
}
.t485 {
	border-bottom: 30px solid #e67a33;
}
.t485__img {
	display: inline-block;
	margin-bottom: 20px;
}
.t485__cts {
	font-size: 20px;
	padding-top: 10px;
}

@media (max-width: 767.98px) {
	.head {
		font-size: 13px;
	}
	.t821__imglogo {
		height: 50px;
	}
	.bnr {
		height: calc(100vh - 66px);
	}
	.tmenu-mobile__menucontent_hidden .t821__maincontainer .t821__rightwrapper > div {
		line-height: 1.2;
	}
	.tmenu-mobile__menucontent_hidden .t821__maincontainer .t821__rightwrapper > div svg {
		margin-right: 0;
		height: 30px;
	}
	.tmenu-mobile__menucontent_hidden .t821__maincontainer .t821__rightwrapper .t821__phone-container {
		margin-right: 0;
	}
	.tmenu-mobile__menucontent_hidden .t821__maincontainer .t821__rightwrapper .t821__phone-container strong {
		font-size: 14px;
	}
	.tmenu-mobile__menucontent_hidden .t821__maincontainer .t821__rightwrapper .t821__adress-container {
		display: none;
	}
	.t-rec_pt_60, .t-rec_pt_90 {
		padding-top: 30px;
	}
	.t-rec_pb_60, .t-rec_pb_90 {
		padding-bottom: 30px;
	}
	.t-row {
		margin: 0;
	}
	.t-col {
		width: 100% !important;
		padding: 0;
	}
	.t480__top {
		order: 1;
	}
	.t480__top,
	.t843__desktopimg {
		height: 400px;		
	}
	.t843__desktopimg {
		margin-bottom: 20px;
	}
	.t843 .t-item:not(:last-child) {
		border-bottom: 2px solid #e67a33;
		margin-bottom: 25px;
	}
	.g-recaptcha, .t700__content {
		margin-bottom: 15px;
	}
	.t764__col.t-prefix_1 {
		text-align: center;
		order: -1;
	}
	.t764__col img {
		display: inline-block;
		height: 200px;
	}
	.t764__title {
		text-align: center;
	}
	#rec502674448 {
		padding-bottom: 50px;
	}
}
@media (max-width: 575.98px) {
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 24px;
	}
	.t821__imglogo {
		height: 37px;
	}
	.bnr {
		height: calc(100vh - 53px);
	}
	.bnr .t-descr {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.t-card__title {
		font-size: 20px;
	}
	.t181__wrapper {
		text-align: center;
	}
	.t-form__buttons {
		justify-content: center;
	}
	.t-btn,
	.t-form__submit {
		width: 100%;
	}
	.t485__img {
		height: 70px;
	}
	.t485__cts {
		font-size: 18px;
		padding-top: 5px;
	}
	#rec502674448 {
		padding-bottom: 30px;
	}
}