.t-col.t-col_9.t-col_9_tele2 {
//	float: right;
	margin-left: 45vw;
}
.t-col_7.t-col_7_tele2 {
	margin-left: 860px;
	margin-left: 45vw;
	font-size: 20px;
}

.float-block.second {
    margin-top: 50px;
//    right: -100px;
}
.t-col_9_tele2 .tele2 {
	font-size: 3.125vw;
}
.t-submit {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	height: 84px;
	width: 478px;
	border: 0 none;
	font-size: 16px;
//	padding-left: 60px;
//	padding-right: 60px;
	padding: 0;
	-webkit-appearance: none;
	font-size: 24px;
//	font-weight: 700;
	white-space: nowrap;
	background-image: none;
	cursor: pointer;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	background: transparent
}

.t-submit_sending {
	opacity: .5
}

@media screen and (max-width:640px) {
	.t-submit {
		white-space: normal;
		padding-left: 30px;
		padding-right: 30px
	}
}

.t-input {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	height: 60px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.33;
	width: 100%;
	border: 0 none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none
}

.t-input::-moz-focus-inner {
	padding: 0;
	border: 0
}

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

.t-input_pvis {
	padding: 26px 20px 10px 20px
}

.t-input__vis-ph {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	opacity: .5;
	position: absolute;
	left: 20px;
	top: 22px;
	height: 16px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: transform 0.2s linear;
	transition: transform 0.2s linear;
	-webkit-transform-origin: left;
	transform-origin: left;
	pointer-events: none;
	white-space: nowrap
}

.t-input:focus~.t-input__vis-ph,
.t-input_has-content+.t-input__vis-ph {
	-webkit-transform: translateY(-12px) scale(.7);
	transform: translateY(-12px) scale(.7)
}

.t-form_bbonly .t-input__vis-ph {
	left: 0px!important
}

.t-form_bbonly .js-error-control-box .t-input__vis-ph {
	left: 10px!important
}

.t-select {
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	height: 60px;
	padding: 0 45px 0 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.33;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none
}

.t-select_bbonly {
	outline: none;
	padding-left: 0!important;
	padding-right: 0!important;
	border-top: 0!important;
	border-right: 0!important;
	border-left: 0!important;
	background-color: transparent!important;
	border-radius: 0!important
}

.t-select_bbonly option {
	color: #000;
	background-color: #fff
}

.t-select__wrapper {
	position: relative
}

.t-select__wrapper:after {
	content: ' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none
}

.t-select::-ms-expand {
	width: 0;
	height: 0;
	opacity: 0
}

.t-select__wrapper_bbonly::after {
	right: 0px!important
}

.t-checkbox__control {
	display: block;
	position: relative;
	cursor: pointer
}

.t-checkbox__control .t-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.t-checkbox__indicator {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width: 20px;
	border: 2px solid #000;
	box-sizing: border-box;
	margin-right: 10px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	opacity: .6
}

.t-checkbox__indicator:after {
	content: '';
	position: absolute;
	display: none;
	left: 6px;
	top: 2px;
	width: 3px;
	height: 8px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg)
}

.t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator {
	opacity: 1
}

.t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator:after {
	display: block
}

.t-checkboxes__wrapper .t-checkbox__control {
	margin: 10px 0
}

.t-radio {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.t-radio__control {
	display: table;
	position: relative;
	cursor: pointer;
	margin: 0 0 10px 0
}

.t-radio__control:first-child {
	margin: 3px 0 10px 0
}

.t-radio__control:last-child {
	margin: 0 0 0 0
}

.t-radio__indicator {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width: 20px;
	border-color: #000;
	border-style: solid;
	border-width: 2px;
	box-sizing: border-box;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	opacity: .6
}

.t-radio__indicator:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}

.t-radio__control .t-radio:checked~.t-radio__indicator:after {
	opacity: 1
}

.t-radio__control .t-radio:checked~.t-radio__indicator {
	opacity: 1
}

.t-inputquantity {
	width: 70px;
	text-align: center;
	margin-left: .5rem;
	margin-right: .5rem
}

.t-inputquantity__btn {
	font-size: 26px;
	cursor: pointer;
	margin-left: .5rem;
	margin-right: .5rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none
}

.t-form .uploadcare-widget-button {
	background: #333;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	font-size: 14px
}

.t-form .uploadcare-widget-button:hover {
	background: #444
}

.t-input-title {
	display: block;
	vertical-align: middle;
	height: 100%;
	padding-right: 10px
}

.t-input-subtitle {
	display: block;
	vertical-align: middle;
	height: 100%;
	padding-right: 10px
}

.t-form__bottom-text {
	margin-top: 30px;
	text-align: center
}

.t-input-error {
	display: none;
	color: red;
	font-family: 'Open Sans', serif;
	font-size: 13px;
	margin-top: 5px
}

.t-form .js-error-control-box .t-input-error {
	display: block
}

.t-form .js-error-control-box .t-input,
.t-form .js-error-control-box .t-checkbox__control,
.t-form .js-error-control-box .t-checkboxes__wrapper,
.t-form .js-error-control-box .t-select__wrapper,
.t-form .js-error-control-box .t-radio__wrapper,
.t-form .js-error-control-box .uploadcare-widget {
	border: 1px solid red!important
}

.t-form .js-error-control-box .t-checkboxes__wrapper,
.t-form .js-error-control-box .t-radio__wrapper,
.t-form .js-error-control-box .t-checkbox__control {
	padding: 10px
}

.t-form .js-error-control-box .t-checkboxes__wrapper .t-checkbox__control {
	border: none!important;
	padding: 0
}

.t-form .js-error-control-box .t-input.t-input_bbonly {
	padding-left: 10px!important
}

.t-form__errorbox-bottom {
	display: none
}

.t-form__errorbox-wrapper {
	background: #F95D51;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'Open Sans', serif
}

.t-form__errorbox-text {
	color: #fff;
	box-sizing: border-box;
	padding: 0 10px 10px 10px;
	font-family: 'Open Sans', serif
}

.t-form__errorbox-item {
	padding-top: 10px;
	display: none;
	font-family: 'Open Sans', serif
}

.t-form__successbox {
	text-align: center;
	background: #62C584;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	font-family: 'Open Sans', serif
}
@keyframes t-submit-spinner {
	to {
		transform: rotate(360deg)
	}
}

.t-form .t-submit {
	position: relative
}

.t-form .t-submit.t-btn_sending {
	color: transparent!important
}

.t-form .t-btn_sending:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
	border: 2px solid #ccc;
	border-top-color: #333;
	animation: t-submit-spinner .6s linear infinite
}

.t-btntext {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 20px;
	line-height: 1.55;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	display: inline-block
}
#letterSubmit {
margin: auto;
}	
#letterSubmit {
	color: #ffffff;
    background-color: #EB5757;
	transition: all 0.3s ease;
}

#letterSubmit:hover {
	background-color: #D03F3F;
}

.submit-button {
	width: 100%;
}



#mainImg_1, #coverCarry1  {
	width: 100vw;
	height: calc(100vw * 1035/1920);
	
}
#mainImg_2, #coverCarry2  {
	width: 100vw;
	height: calc(100vw * 955/1920);
	
}
#mainImg_3, #coverCarry3 {
	width: 100vw;
	height: calc(100vw * 955/1920);
	
}
#mainImg_4, #coverCarry4 {
	width: 100vw;
	height: calc(100vw * 955/1920);
	
}
#mainImg_5, #coverCarry5 {
	width: 100vw;
	height: calc(100vw * 970/1920);
	
}
#mainImg_6, #coverCarry6 {
	width: 100vw;
	height: calc(100vw * 972/1920);
	
}
#mainImg_7, #coverCarry7 {
	width: 100vw;
	height: calc(100vw * 970/1920);
	
}











@media screen and (max-width:1280px) {
.t-col_9_tele2 .tele2 {
	font-size: 4.6875vw;
}
.t-col.t-col_9.t-col_9_tele2 {
	float: right;
	margin-left: 60vw;
}
.t-col.t-col_9.t-col_9_tele2 {
	float: right;
	margin-left: 45vw;
	width: 702px;
}

.t-col_7.t-col_7_tele2 {
	width: 400px;
	margin-left: 60vw;
}
.float-block.second {
    margin-top: 0;
	position: relative;
	float: right;
	font-size: 20px;
    right: -50px;
}
.main-text {
	font-size: 18px;
	
}
#mainImg_1, #coverCarry1  {
	height: calc(100vw * 912/1280);
	
}
#mainImg_2, #coverCarry2  {
	height: calc(100vw * 955/1280);
	
}
#mainImg_3, #coverCarry3 {
	height: calc(100vw * 955/1280);
	
}
#mainImg_4, #coverCarry4 {
	height: calc(100vw * 955/1282);
	
}
#mainImg_5, #coverCarry5 {
	height: calc(100vw * 970/1280);
	
}
#mainImg_6, #coverCarry6 {
	height: calc(100vw * 972/1280);
	
}
#mainImg_7, #coverCarry7 {
	height: calc(100vw * 970/1280);
	
}

}

@media screen and (max-width:360px) {
.t-col_9_tele2 .tele2 {
	font-size: 4.6875vw;
}
.t-col.t-col_9.t-col_9_tele2 {
	float: right;
	margin-left: 60vw;
}
.t-col.t-col_9.t-col_9_tele2 {
	float: none;
	position: absolute;
    bottom: 0;
	margin-left: 0;
	width: 100%;
}
.t-col.t-col_9.t-col_9_tele2 .tele2 {
	font-size: 24px;
	text-align: center;
	filter: Shadow(Color=#0c0909, Direction=45, Strength=4);
	text-shadow: 0 0 17px #0c0909;
}
.t001__wrapper  {
	padding-bottom: 0;
}
.t-col_7.t-col_7_tele2 {
	width: 100%;
	margin-left: 0;
}
.t-col_7.t-col_7_tele2 .subtitle {
	color: #000000;
	font-size: 18px;
	
}

.float-block.second {
	position: relative;
	float: right;
	font-size: 20px;
}
.main-text {
	font-size: 18px;
	
}
#mainImg_1, #coverCarry1  {
	height: calc(100vw * 544/360);
	
}
#mainImg_2, #coverCarry2  {
	height: calc(100vw * 365/360);
	
}
#mainImg_3, #coverCarry3  {
	height: calc(100vw * 365/360);
	
}
#mainImg_4, #coverCarry4 {
	height: calc(100vw * 365/360);
	
}
#mainImg_5, #coverCarry5  {
	height: calc(100vw * 365/360);
	
}
#mainImg_6, #coverCarry6  {
	height: calc(100vw * 365/360);
	
}
#mainImg_7, #coverCarry7  {
	height: calc(100vw * 365/360);
	
}

}