.boxLanguages_modal a {
	display: block;
	text-decoration: none;
	color: #908F8F;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 4px;
}
.boxLanguages_modal a:hover {
	color: #0E3055;
}
.headerAddress_modal p {
	color: #5C5C5C;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: 1px;
	margin-bottom: 4px;
	position: relative;
	padding-left: 13px;
}
.headerAddress_modal p a {
	text-decoration: none;
	color: #5C5C5C;
}
.headerAddress_modal p a:hover {
	color: #65BDC2;
}
.headerAddress_modal p:before {
	display: block;
    content: "";
    width: 5px;
    height: 5px;
    background: #5C5C5C;
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 50%;
}
.headerAddress.open .headerAddress_modal,
.boxLanguages.open .boxLanguages_modal {
	display: block;
}
.homeGallery {
	padding-bottom: 77px;
	position: relative;
}
.homeGallery:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, #FFF 35%, #C9E8EA 100%);
	top: -100%;
	z-index: -1;
}
.homeGallery_item {
	position: relative;
}
.sliderGallery {
	font-size: 0;
}
.sliderGallery_thumb {
	padding-bottom: 99.918%;
	cursor: pointer;
	transition: 0.3s ease all;
}
.sliderGallery_thumb:hover {
	opacity: 0.8;
	transition: 0.3s ease all;
}
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	display: block;
	font-size: 0;
	line-height: 1;
	cursor: pointer;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	z-index: 2;
	background: transparent;
	transition: 0.3s ease all;
}
.swiper-button-prev {
	left: -60px;
}
.swiper-button-next {
	right: -60px;
}
.swiper-button-prev svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.swiper-button-prev use,
.swiper-button-next use {
	fill: #0E3055;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 0.7;
	transition: 0.3s ease all;
}
.boxTypes {
	padding-top: 32px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.boxTypes_item {

}
.boxTypes_item h2 {
	color: #2E2E2E;
	text-align: center;
	font-size: 55px;
	line-height: 1.2;
	letter-spacing: 1px;
}
.tabs {
	text-align: center;
	margin: 37px 0 20px 0;
}
.tabs-title {
	display: none;
}
@media screen and (min-width: 980px) {
	.tabs-ul {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
.tabs-ul {
	width: 100%;
	position: relative;
	font-size: 0;
}
.tabs-ul:before {
	display: block;
	content: "";
	height: 7px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #DEDBDB;
	border-radius: 10px;
}
.tabs-li {
	-webkit-box-flex: 1;-webkit-flex: 1 0 auto;-ms-flex: 1 0 auto;flex: 1 0 auto;
	cursor: pointer;
	margin: 0 14px 0 14px;
	padding: 21px 0 5px 0;
	position: relative;
	transition: 0.3s ease all;
	color: #908F8F;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.tabs-li:before {
	opacity: 0;
	visibility: hidden;
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    background: #65BDC2;
    height: 11px;
    border-radius: 10px;
    top: -2px;
    transition: 0.3s ease all;
}
.tabs-li.active {
	pointer-events: none;
}
.tabs-li.active:before {
	opacity: 1;
	visibility: visible;
	transition: 0.3s ease all;
}
.tabs-li:not(.active):hover {
	color: #65BDC2;
	transition: 0.3s ease all;
}
.tabs-content {
	display: none;
}
.tabs-content.active {
	display: block;
}
.listTypes {

}
.listTypes_li {
	width: 25%;
	box-sizing: border-box;
	padding: 9px 10px 22px 10px;
}
.listTypes_link {
	display: block;
	font-size: 0;
	text-decoration: none;
	position: relative;
}
.listTypes_thumb {
	padding-bottom: 100%;
	margin-bottom: 20px;
	transition: 0.3s ease all;
}
.listTypes_link h3 {
    color: #2E2E2E;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.035em;
    line-height: 1.2;
    transition: 0.3s ease all;
}
.listTypes_link p {
    color: #5C5C5C;
    text-align: center;
    font-size: 8px;
    letter-spacing: 0.36em;
    margin-top: 11px;
    text-transform: uppercase;
}
.listTypes_link:hover h3 {
	color: #65BDC2;
	transition: 0.3s ease all;
}
.listTypes_link:hover .listTypes_thumb {
	opacity: 0.8;
	transition: 0.3s ease all;
}
.listTypes_sticker {
	position: absolute;
	top: 18px;
	left: 14px;
	z-index: 2;
}
.listTypes_sticker p {
	padding: 3px 8px;
	color: #FFF;
	font-size: 7px;
	letter-spacing: 0.36em;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}
.blue {
	background: #0E3055;
}
.turquoise {
	background: #65BDC2;
}
.boxExtra {
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.boxExtra:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: linear-gradient(326deg, rgba(45, 45, 45, 0.00) 0%, #2D2D2D 100%);
	z-index: 1;
}
.boxExtra_item {
	position: relative;
	z-index: 2;	
	min-height: 608px;
	box-sizing: border-box;
	padding: 50px 0;
}
.boxExtra_left {
	width: 100%;
	box-sizing: border-box;
	padding-right: 50px;
}
.boxExtra_right {
	width: 523px;
}
.boxExtra_right h2,
.boxExtra_left h2 {
	color: #FFF;
	font-size: 55px;
	line-height: 1.2;
	letter-spacing: 2px;
}
.boxExtra_right h2 {
	display: none;
	text-align: center;
}
.boxExtra_left p {
	color: #FFF;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1px;
	margin-top: 30px;
}
.boxExtra_link {
	max-width: 189px;
	padding: 15px 10px; 
	background: #65BDC2;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	line-height: 1.31;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-top: 47px;
	text-align: center;
}
.boxExtra_link:hover {
	background: #0E3055;
}
.formExtra {
	width: 100%;
	background: #fff;
    box-sizing: border-box;
    padding: 55px 40px 59px 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.formExtra_column {

}
.formExtra_item {
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px 30px 15px;
}
.formExtra_item p {
	color: #2E2E2E;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1px;
	font-weight: 500;
}
.formExtra_input {
	display: block;
	width: 100%;
	height: 44px;
	box-sizing: border-box;
	border: 1px solid #F1F1F1;
	background: transparent;
	line-height: 42px;
	color: #5C5C5C;
	font-size: 14px !important; 
	letter-spacing: 1px;
	padding: 0 20px;
}
.formExtra_total {
	color: #5C5C5C;
    font-size: 14px;
    letter-spacing: 0.11em;
    box-sizing: border-box;
    padding: 1px 12px 0 0;
}
.formExtra_total span {
	margin-left: 9px;
    color: #65BDC2;
    font-size: 50px;
    letter-spacing: 1px;
}
.formExtra_button {
    box-sizing: border-box;
    padding: 15px;
    background: #65BDC2;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s ease all;
}
.formExtra_button:hover {
	background: #0E3055;
	transition: 0.3s ease all;
}
.formExtra_error {
	font-size: 12px;
    line-height: 1.4;
    text-align: center;
    margin-top: 16px;
    color: red;
    letter-spacing: 1px;
}
.formExtra_text {
	font-size: 12px;
    line-height: 1.4;
    text-align: center;
    margin-top: 16px;
    color: #0E3055;
    letter-spacing: 1px;
}
.formExtra_check {

}
.formExtra_check label {
	cursor: pointer;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 5px;
    background: #F1F1F1;
}
.formExtra_check input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: 0;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}
.formExtra_check label .check-text {
	width: 50%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #5C5C5C;
	font-size: 14px;
	letter-spacing: 1px;
	position: relative;
	z-index: 2;
}
.formExtra_check label .check-radio {
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
	background: #fff;
	width: 50%;
	z-index: 1;
	transition: 0.3s ease all;
}
.formExtra_check input:checked + .check-radio {
	left: calc(50% - 5px);
	transition: 0.3s ease all;
}
.formExtra_range {
	margin-top: 20px;
}
.homeNews {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	padding-top: 24px;
	padding-bottom: 77px;
}
.homeNews_item {

}
.homeNews_item h2 {
	max-width: 550px;
    margin: 0 auto;
	color: #2E2E2E;
	text-align: center;
	font-size: 55px;
	line-height: 1.2;
	letter-spacing: 2px;
}
.masonryList {
	margin-top: 25px;
	margin-right: -15px;
    margin-left: -15px;
}
.masonryList_li {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 15px 30px 15px;
}
.masonryList_li-2 > a,
.masonryList_li-2 > div, {
	width: calc(100% - 30px) !important;
}
.masonryList_link {
	display: block;
	text-decoration: none;
	font-size: 0;
	position: relative;
}
.masonryList_link:before {
	display: block;
	content: "";
	background: #FFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	position: absolute;
	top: 0;
	left: 0;
	right: 30px;
	bottom: 0;
	z-index: 1;
}
.masonryList_thumb {
	position: relative;
    z-index: 2;
    transition: 0.3s ease all;
    padding-bottom: 76.92%;
}
.masonryList_pd {
	position: relative;
    z-index: 2;
	box-sizing: border-box;
    padding: 44px 50px 42px 40px;
}
.masonryList_category {
	color: #5C5C5C;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.masonryList_link h3 {
	height: 51px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	color: #2E2E2E;
	font-size: 22px;
	line-height: 1.15;
	letter-spacing: 2px;
	margin-top: 13px;
	transition: 0.3s ease all;
}
.masonryList_link p {
	height: 140px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	color: #5C5C5C;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1.5px;
}
.masonryList_date {
	position: absolute;
	top: -31px;
    right: 60px;
	z-index: 3;
	width: 60px;
	height: 60px;
	background: #0E3055;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2; 
	letter-spacing: 2px;
}
.masonryList_date span {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 2px;
}
.masonryList_link:hover h3 {
	color: #65BDC2;
	transition: 0.3s ease all;
}
.masonryList_link-2:hover,
.masonryList_quote:hover,
.masonryList_link:hover .masonryList_thumb {
	opacity: 0.8;
	transition: 0.3s ease all;
}
.masonryList_link-2,
.masonryList_quote {
	display: block;
	font-size: 0;
	text-decoration: none;
	width: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	transition: 0.3s ease all;
}
.masonryList_link-2 {
	padding: 55px 25px 55px 25px;
}
.masonryList_quote {
/*	padding: 62px 25px 68px 25px;*/
	padding: 45px 25px 45px 25px;
}
.masonryList_link-2 h3,
.masonryList_quote h3 {
	color: #FFF;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.63;
	letter-spacing: 2px;
}
.masonryList_quote p {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.masonryList_link-2 img,
.masonryList_quote img {
	display: block;
	margin: 20px auto 0 auto;
}
footer {

}
.footerTop,
.footerBottom {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;	
}
.footerTop {
	box-sizing: border-box;
	padding: 14px 0 20px 0;
}
.footerBottom {
	padding: 21px 0;
}
.footerTop_item {

}
.footerTop_left {
	width: 272px;
	box-sizing: border-box;
	padding: 8px 20px 0 0;
}
.footerTop_right {
	width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 8px 0 0 0;
}
.footerLogo {
	display: block;
	font-size: 0;
	max-width: 109px;
	height: auto;
	margin-bottom: 19px;
}
.footerLogo img {
	max-width: 100%;
}
.footerTop_text {
	color: #FFF;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.footerMessengers,
.footerSocial {
    margin-bottom: 8px;
}
.footerSocial a {
	margin: 0 8px 8px 0;
}
.footerMessengers a:hover,
.footerSocial a:hover {
	opacity: 0.8;
}
.footerMessengers a use,
.footerSocial a use {
	fill: #fff;
}
.footerMessengers a {
	margin: 0 6px 6px 0;
}
.footerTop_title {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 35px;
}
.footerContacts {

}
.footerContacts_item {
	position: relative;
    box-sizing: border-box;
    padding-left: 36px;
    margin-bottom: 10px;
}
.footerContacts_icons {
	position: absolute;
	top: 6px;
	left: 0;
	width: 18px;
	height: 16px;
} 
.footerContacts_item p {
	color: #FFF;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1px;
}
.footerContacts_item p a {
	text-decoration: none;
	color: #fff;
}
.footerContacts_item p a:hover {
	text-decoration: underline;
}
.footerContacts_item use {
	fill: #fff;
}
.footerTop_button {
	background: #0E3055;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 239px;
	box-sizing: border-box;
	padding: 18px 30px;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: 0.3s ease all;
	text-decoration: none;
}
.footerTop_button:hover {
	background: #081B2F;
	transition: 0.3s ease all;
}
.boxSubscription {

}
.boxSubscription_item {
	margin-right: 9px;
}
.boxSubscription_button {
	display: block;
	width: 150px;
	height: 39px;
	background: #65BDC2;
	color: #FFF;
	font-size: 13px;
	letter-spacing: 3px;
	transition: 0.3s ease all;
}
.boxSubscription_button:hover {
	background: #0E3055;
	transition: 0.3s ease all;
}
.boxSubscription_text {
	color: #FFF;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1px;
	margin-right: 9px;
}
.boxSubscription_input {
	display: block;
	width: 319px;
	height: 39px;
	line-height: 37px;
	box-sizing: border-box;
	padding: 0 20px;
	border-bottom: 1px solid #fff;
	background: transparent;
	color: #FFF;
	font-size: 15px !important;
}
.boxSubscription_input::-webkit-input-placeholder {color: #fff;}
.boxSubscription_input::-moz-placeholder          {color: #fff;}
.boxSubscription_input:-moz-placeholder           {color: #fff;}
.boxSubscription_input:-ms-input-placeholder      {color: #fff;}




@media screen and (max-width: 1880px) {

}
@media screen and (max-width: 1340px) {
	.homeGallery_item {
	    box-sizing: border-box;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.swiper-button-next {
	    right: -36px;
	}
	.swiper-button-prev {
	    left: -36px;
	}
}
@media screen and (max-width: 1279px) {
	.swiper-button-next {
	    right: 15px;
	}
	.swiper-button-prev {
	    left: initial;
	    right: 58px;
	}
	.swiper-button-prev, .swiper-button-next {
		top: 0;
		margin-top: 0;
	}
	.homeGallery_item {
		padding-top: 48px;
	}
	.headerAddress_modal p:before {
		top: 4px;
	}
}
@media screen and (max-width: 1199px) {
	.boxExtra_right h2,
	.homeNews_item h2,
	.boxExtra_left h2,
	.boxTypes_item h2 {
		font-size: 44px;
	}
	.boxExtra_left {
	    padding-right: 30px;
	}
	.boxExtra_left p,
	.boxExtra_link {
		margin-top: 25px;
	}
	.boxExtra_right {
	    width: 480px;
	}
	.formExtra {
	    padding: 55px 25px 59px 25px;
	}
	.masonryList_link:before {
		right: 0;
	}
	.masonryList_pd {
	    padding: 44px 25px 42px 25px;
	}
	.masonryList_date {
		right: 30px;
	}

}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 979px) {
	.tabs-ul:before {
		display: none;
	}
	.tabs-li.active:before {
		display: none;
	}
	.tabs {
		width: 366px;
		margin: 23px auto 26px auto;
		position: relative;
		z-index: 5;
	}
	.tabs-title {
		display: block;
		width: 100%;
		height: 36px;
		box-sizing: border-box;
		background: #FFFFFF;
		border: 1px solid #C4C4C4;
		text-align: left;
		padding: 0 35px 0 15px;
		line-height: 34px;
		font-size: 17px;
		color: #000000;
	}
	.tabs-title:after {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 50%;
	    right: 13px;
	    width: 8px;
	    height: 8px;
	    border: solid 1px #301F16;
	    border-right: none;
	    border-top: none;
	    transform: rotate(-45deg);
	    margin-top: -7px;
	}
	.tabs.open .tabs-title:after {
		border: solid 1px #301F16;
	    border-left: none;
	    border-bottom: none;
	    margin-top: -2px;
	}
	.tabs-ul {
		display: none;
		position: absolute;
	    top: 100%;
	    left: 0;
	    border: 1px solid #ccc;
	    border-top: 0;
	    z-index: 2;
	    background: #fff;
    	box-shadow: 0 1px 10px 0px #ccc;
	}
	.tabs-li {
		width: 100%;
		margin: 0;
		padding: 8px 15px;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
		text-align: left;
		font-size: 14px;
	}
	.tabs-li:last-child {
		border-bottom: 0;
	}
	.listTypes_li {
		width: 33.33%;
	}
	.boxExtra_item {
		-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
	}
	.boxExtra_right h2 {
		display: block;
		margin-bottom: 25px;
	}
	.boxExtra:before {
	    background: linear-gradient(251deg, rgba(45, 45, 45, 0.00) 0%, #2D2D2D 100%);
	}
	.boxExtra_left h2 {
		display: none;
	}
	.boxExtra_left {
		-webkit-box-ordinal-group: 3;-webkit-order: 2;-ms-flex-order: 2;order: 2;
	    padding: 5px 0 0 0;
	}
	.boxExtra_right {
	    width: 524px;
	    margin: 0 auto;
	    -webkit-box-ordinal-group: 2;-webkit-order: 1;-ms-flex-order: 1;order: 1;
	}
	.masonryList_li {
		width: 50%;
	}
	.boxSubscription_input {
		width: 280px;
	}
	.footerTop_button {
		position: relative;
		margin: 10px 0 0 0;
	}
	.masonryList_link p {
		height: auto;
	}
	.masonryList_pd {
	    padding: 35px 25px 35px 25px;
	}
	.boxExtra_left {
		text-align: center;
	}
	.boxExtra_left p {
		text-align: left;
	}

}
@media screen and (max-width: 799px) {

}
@media screen and (max-width: 768px) {
	.listTypes_li {
	    width: 50%;
	}
	.boxSubscription {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.boxSubscription_text {
		margin: 0 0 9px 0;
		width: 100%;
	}

}
@media screen and (max-width: 639px) {
	.boxExtra_right {
	    width: 100%;
	}
	.footerTop_item {
	    display: block;
	}
	.footerTop_left {
	    width: 100%;
	    padding: 15px 0 0 0;
	}
	.footerTop_title {
		margin-bottom: 15px;
	}
	.boxExtra_right h2,
	.homeNews_item h2, .boxExtra_left h2, .boxTypes_item h2 {
	    font-size: 36px;
	}
	.masonryList_li {
	    width: 100%;
	}
	.masonryList_date {
		right: 15px;
	}
	.masonryList_pd {
	    padding: 35px 15px 35px 15px;
	}
	.homeNews {
	    padding-bottom: 50px;
	}
	.formExtra_bottom  {
		display: block;
		text-align: center;
	}
	.formExtra_total {
	    padding: 15px 0 0 0;
	    -webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
	}

}
@media screen and (max-width: 479px) {
	.homeGallery {
	    padding-bottom: 50px;
	}
	.tabs {
		width: 100%;
	}
	.listTypes {
		margin-left: -7px;
		margin-right: -7px;
	}
	.listTypes_li {
	    padding: 9px 7px 22px 7px;
	}
	.formExtra {
	    padding: 30px 8px;
	}
	.formExtra_item {
	    padding: 0 7px 30px 7px;
	}
	.formExtra_check label .check-text {
		font-size: 12px;
	}
	.boxSubscription {
		display: block;
	}
	.boxSubscription_item {
	    margin: 0 0 9px 0;
	}
	.boxSubscription_input {
	    width: 100%;
	}
	.boxSubscription_button {
		margin: 0 auto;
		width: 100%;
	}
	.footerTop_button {
	    margin: 10px auto 0 auto;
	    display: block;
	}

}
@media screen and (max-width: 374px) {
	.boxExtra_right h2,
	.homeNews_item h2, .boxExtra_left h2, .boxTypes_item h2 {
	    font-size: 28px;
	}
	.listTypes_li {
	    width: 100%;
	}
	.formExtra_column {
	    display: block;
	}
	.formExtra_item {
		width: 100%;
	    padding: 0 7px 20px 7px;
	}

}
@media screen and (max-width: 359px) {

}