.t-menuburger {
	position: relative;
	flex-shrink: 0;
	width: 28px;
	height: 20px;
	padding: 0;
	border: none;
	background-color: transparent;
	outline: none;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: transform .5s ease-in-out;
	cursor: pointer;
	z-index: 999;
}

/*---menu burger lines---*/
.t-menuburger span {
	display: block;
	position: absolute;
	width: 100%;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	height: 3px;
	background-color: #000;
}

.t-menuburger span:nth-child(1) {
	top: 0px;
}

.t-menuburger span:nth-child(2),
.t-menuburger span:nth-child(3) {
	top: 8px;
}

.t-menuburger span:nth-child(4) {
	top: 16px;
}

/*menu burger big*/
.t-menuburger__big {
	width: 42px;
	height: 32px;
}

.t-menuburger__big span {
	height: 5px;
}

.t-menuburger__big span:nth-child(2),
.t-menuburger__big span:nth-child(3) {
	top: 13px;
}

.t-menuburger__big span:nth-child(4) {
	top: 26px;
}

/*menu burger small*/
.t-menuburger__small {
	width: 22px;
	height: 14px;
}

.t-menuburger__small span {
	height: 2px;
}

.t-menuburger__small span:nth-child(2),
.t-menuburger__small span:nth-child(3) {
	top: 6px;
}

.t-menuburger__small span:nth-child(4) {
	top: 12px;
}

/*menu burger opened*/
.t-menuburger-opened span:nth-child(1) {
	top: 8px;
	width: 0%;
	left: 50%;
}

.t-menuburger-opened span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.t-menuburger-opened span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.t-menuburger-opened span:nth-child(4) {
	top: 8px;
	width: 0%;
	left: 50%;
}

.t-menuburger-opened.t-menuburger__big span:nth-child(1) {
	top: 6px;
}

.t-menuburger-opened.t-menuburger__big span:nth-child(4) {
	top: 18px;
}

.t-menuburger-opened.t-menuburger__small span:nth-child(1),
.t-menuburger-opened.t-menuburger__small span:nth-child(4) {
	top: 6px;
}

/*---menu burger first style---*/
@media (hover),
(min-width:0\0) {
	.t-menuburger_first:hover span:nth-child(1) {
		transform: translateY(1px);
	}
	
	.t-menuburger_first:hover span:nth-child(4) {
		transform: translateY(-1px);
	}
	
	.t-menuburger_first.t-menuburger__big:hover span:nth-child(1) {
		transform: translateY(3px);
	}
	
	.t-menuburger_first.t-menuburger__big:hover span:nth-child(4) {
		transform: translateY(-3px);
	}
}

/*---menu burger second style---*/
.t-menuburger_second span:nth-child(2),
.t-menuburger_second span:nth-child(3) {
	width: 80%;
	left: 20%;
	right: 0;
}

@media (hover),
(min-width:0\0) {
	
	.t-menuburger_second.t-menuburger-hovered span:nth-child(2),
	.t-menuburger_second.t-menuburger-hovered span:nth-child(3) {
		animation: t-menuburger-anim 0.3s ease-out normal forwards;
	}
	
	.t-menuburger_second.t-menuburger-unhovered span:nth-child(2),
	.t-menuburger_second.t-menuburger-unhovered span:nth-child(3) {
		animation: t-menuburger-anim2 0.3s ease-out normal forwards;
	}
}

.t-menuburger_second.t-menuburger-opened span:nth-child(2),
.t-menuburger_second.t-menuburger-opened span:nth-child(3) {
	left: 0;
	right: 0;
	width: 100% !important;
}

/*---menu burger third style---*/
.t-menuburger_third span:nth-child(4) {
	width: 70%;
	left: unset;
	right: 0;
}

@media (hover),
(min-width:0\0) {
	.t-menuburger_third:not(.t-menuburger-opened):hover span:nth-child(4) {
		width: 100%;
	}
}

.t-menuburger_third.t-menuburger-opened span:nth-child(4) {
	width: 0 !important;
	right: 50%;
}

/*---menu burger fourth style---*/
.t-menuburger_fourth {
	height: 12px;
}

.t-menuburger_fourth.t-menuburger__small {
	height: 8px;
}

.t-menuburger_fourth.t-menuburger__big {
	height: 18px;
}

.t-menuburger_fourth span:nth-child(2),
.t-menuburger_fourth span:nth-child(3) {
	top: 4px;
	opacity: 0;
}

.t-menuburger_fourth span:nth-child(4) {
	top: 8px;
}

.t-menuburger_fourth.t-menuburger__small span:nth-child(2),
.t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
	top: 3px;
}

.t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
	top: 6px;
}

.t-menuburger_fourth.t-menuburger__small span:nth-child(2),
.t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
	top: 3px;
}

.t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
	top: 6px;
}

.t-menuburger_fourth.t-menuburger__big span:nth-child(2),
.t-menuburger_fourth.t-menuburger__big span:nth-child(3) {
	top: 6px;
}

.t-menuburger_fourth.t-menuburger__big span:nth-child(4) {
	top: 12px;
}

@media (hover),
(min-width:0\0) {
	.t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(1) {
		transform: translateY(1px);
	}
	
	.t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(4) {
		transform: translateY(-1px);
	}
	
	.t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(1) {
		transform: translateY(3px);
	}
	
	.t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(4) {
		transform: translateY(-3px);
	}
}

.t-menuburger_fourth.t-menuburger-opened span:nth-child(1),
.t-menuburger_fourth.t-menuburger-opened span:nth-child(4) {
	top: 4px;
}

.t-menuburger_fourth.t-menuburger-opened span:nth-child(2),
.t-menuburger_fourth.t-menuburger-opened span:nth-child(3) {
	opacity: 1;
}

/*---menu burger animations---*/
@keyframes t-menuburger-anim {
	0% {
		width: 80%;
		left: 20%;
		right: 0;
	}
	
	50% {
		width: 100%;
		left: 0;
		right: 0;
	}
	
	100% {
		width: 80%;
		left: 0;
		right: 20%;
	}
}

@keyframes t-menuburger-anim2 {
	0% {
		width: 80%;
		left: 0;
	}
	
	50% {
		width: 100%;
		right: 0;
		left: 0;
	}
	
	100% {
		width: 80%;
		left: 20%;
		right: 0;
	}
}

.tmenu-mobile {
	background-color: #111;
	display: none;
	width: 100%;
	top: 0;
	z-index: 990;
}

.tmenu-mobile_positionfixed {
	position: fixed;
}

.tmenu-mobile__text {
	color: #fff;
}

.tmenu-mobile__container {
	min-height: 64px;
	padding: 20px;
	position: relative;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tmenu-mobile__list {
	display: block;
}

.tmenu-mobile__burgerlogo {
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
	white-space: nowrap;
	vertical-align: middle;
}

.tmenu-mobile__imglogo {
	height: auto;
	display: block;
	max-width: 300px !important;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
}

@media screen and (max-width: 980px) {
	.tmenu-mobile__menucontent_hidden {
		display: none;
		height: 100%;
	}
	
	.tmenu-mobile {
		display: block;
	}
}

@media screen and (max-width: 980px) {
	#rec625093843 .t-menuburger {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}

#rec625093843 .tmenu-mobile__burgerlogo a {
	color: #000000;
	font-weight: 600;
}

#rec625093843 .tmenu-mobile__burgerlogo__title {
	color: #000000;
	font-weight: 600;
}

@media screen and (max-width: 980px) {
	#rec625093843 .t446 {
		position: static;
	}
}

#rec625093843 .t-menu__link-item {}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
	
	#rec625093843 .t-menu__link-item,
	#rec625093843 .t-menu__link-item.t-active {
		opacity: 1 !important;
	}
}

#rec625093843 .t446__logowrapper2 a {
	color: #000000;
	font-weight: 600;
}

#rec625093843 a.t-menu__link-item {
	color: #000000;
	font-weight: 600;
}

#rec625093843 .t446__right_descr {
	font-size: 20px;
	color: #000000;
}

#rec625093843 .t446__right_langs_lang a {
	color: #000000;
	font-weight: 600;
}

#rec625093843 .t446__logo {
	color: #000000;
	font-weight: 600;
}

#rec625093843 .t446 {
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0);
}

@media screen and (max-width: 960px) {
	#rec627237215 .t498__line {
		height: 1px;
	}
}

#rec627319226 input::-webkit-input-placeholder {
	color: #000000;
	opacity: 0.5;
}

#rec627319226 input::-moz-placeholder {
	color: #000000;
	opacity: 0.5;
}

#rec627319226 input:-moz-placeholder {
	color: #000000;
	opacity: 0.5;
}

#rec627319226 input:-ms-input-placeholder {
	color: #000000;
	opacity: 0.5;
}

#rec627319226 textarea::-webkit-input-placeholder {
	color: #000000;
	opacity: 0.5;
}

#rec627319226 textarea::-moz-placeholder {
	color: #000000;
	opacity: 0.5;
}

#rec627319226 textarea:-moz-placeholder {
	color: #000000;
	opacity: 0.5;
}

#rec627319226 textarea:-ms-input-placeholder {
	color: #000000;
	opacity: 0.5;
}



/* DEV */
.t446__leftwrapper{
	text-align: left;
}

#rec625093843 .t446, .t446__maincontainer {
    height: 70px;
}

.t-menuburger span{
	background-color: #ffffff;
}

.t-cover__filter {
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

#rec627236953, #rec627319226, #rec627333271{
    background-color: #efefef;
}

.t-form_bbonly input {
    color: #000000;
    border: 1px solid #b3b3b3;
}

.t-form__errorbox-wrapper {
    background: #f95d51;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}


.t-form__errorbox-middle {
    background: #f95d51;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
	color: #fff;
}

.t-form__successbox {
    background: #62c584;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
	
}

.t-input {
    font-family: 'TildaSans', Arial, sans-serif;
}

.t-input {
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 100%;
    font-size: 16px;
    height: 60px;
    line-height: 1.33;
    margin: 0;
    outline: none;
    padding: 0 20px;
    width: 100%;
}

.t-input_bbonly {
    background-color: transparent !important;
    border-bottom: 1px solid;
    border-left: 0 !important;
    border-radius: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    outline: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.t-form_bbonly button{
	-webkit-appearance: none;
    background-image: none;
    background: transparent;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    margin: 0;
    outline: none;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    background-color: #1f5bff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.t-form_bbonly button:hover{
	opacity: 0.7;
}

.hidden{
	display: none!important;
}

.t498__line{
    width: 1px;
    background: #d1d1d1;
}

.verify-container button{
	margin-top: 25px;
	-webkit-appearance: none;
    background-image: none;
    background: transparent;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    outline: none;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    background-color: #1f5bff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.verify-container button:hover{
	opacity: 0.7;
}

.verify-container .t-input_bbonly{
    border: 1px solid #b3b3b3!important;
    padding-left: 25px !important;
    max-width: 400px;
    margin-top: 10px;
}

#rec625097554{
	padding-top: 105px;
    padding-bottom: 75px;
    background-color: #f2f7fa;
}

body .t446__right_buttons_but #t446__right_buttons_but-a {
    color: #ffffff;
    background-color: #009975;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    line-height: 40px;
    display: block;
    font-weight: 600;
}

.t446__right_buttons_but a:hover{
	opacity: 0.7;
}







@media screen and (max-width:767px){
	.t-cover {max-height: 500px;}

}





