@import url(https://fonts.googleapis.com/css?family=Poppins);


*,
::after,
::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important;
}
html {
     font-family: "Poppins", sans-serif;
	 scroll-behavior: smooth;

}
body {
	scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 1em;
}
a,
body,
div,
form,
h1,
h2,
h3,
h4,
h5,
li,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    line-height: 1;
}
button,
input,
textarea {
    outline: 0 !important;
    -webkit-transition: 0.125s;
    -o-transition: 0.125s;
    transition: 0.125s;
    font-family: inherit;
}
input:active,
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="text"]:focus {
    outline: 0 !important;
}
::-webkit-input-placeholder {
    color: #222;
}
::-moz-placeholder {
    color: #222;
}
:-moz-placeholder {
    color: #222;
}
:-ms-input-placeholder {
    color: #222;
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #0C0C0C;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FECD04;
} 
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
path,
svg {
    -webkit-transition: 0.125s;
    -o-transition: 0.125s;
    transition: 0.125s;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 125ms;
    -o-transition: 125ms;
    transition: 125ms;
}
a:focus,
a:hover {
    text-decoration: none !important;
}
li,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
i {
    line-height: 100%;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
button {
    cursor: pointer;
    border: none;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.225s ease-out;
    -o-transition: 0.225s ease-out;
    transition: 0.225s ease-out;
    background-color: inherit;
    font-size: 1em;
}
h2 {
	font-size: 36px;
}


h3 {
	font-size: 30px;
}
section {
	margin-bottom: 100px;
}

body.fixed-body {
    overflow-y: hidden;
}
.menu_triger {
	display: none;
}
.burger {
	max-width: 30px;
}
.aside {
  display: flex;
  justify-content: end;
  width: 100%;
  gap: 70px;
}
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.modal__bg {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 2;
}
.modal._active {
    opacity: 1;
    pointer-events: unset;
}
.modal._active .modal__bg {
    display: block;
}
.modal__dialog {
    background: #fff;
    width: 30%;
    max-width: calc(100% - 2.5em);
    position: relative;
    z-index: 3;
    overflow: hidden;
	border-radius: 10px;
}
 #policyModal .modal__dialog {
	width: 70% !important;
}
.modal__scroll {
	display: flex;
  flex-direction: column;
  gap: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 60%;
    padding: 40px;
       background-repeat: no-repeat;
    background-position: left bottom 2.56em;
    background-size: 42.125em auto;
}
.modal_form_wrapper {
	display: flex;
  flex-direction: column;
  gap: 30px;
}
.modal_nav {
	display: flex;
  align-self: center;
}
.modal_text p {
	margin-bottom: 10px;
	line-height: 150%;
}
.modal_title {
	font-size: 28px;
}
.modal__close {
    position: absolute;
    border-top: 0;
    top: 0.94em;
    right: 0.87em;
    background-color: transparent;
    width: 1.875em;
}
.modal__close svg {
    width: 100%;
    height: auto;
}
.modal__close:hover path {
    fill: #f00075;
}
.modal__grid {
    display: grid;
    grid-template-columns: 21em calc(100% - 26em);
    gap: 1.25em 5em;
}
.doc_item,
.preim_item,
.doc_cons .left_col img,
.list,
.faq_head,
.preim_flex img,
.form .left_col img,
.solution .left_col img,
table {
	transition: 0.5s;
}
.doc_item:hover,
.preim_item:hover,
.doc_cons .left_col img:hover,
.list:hover,
.faq_head:hover,
table:hover {
-webkit-transform: translateY(-5px);
}

.preim_flex img:hover,
.form .left_col img:hover,
.solution .left_col img:hover {
	-webkit-transform: translateX(-5px);
}
.preim_flex.reverse img:hover {
	-webkit-transform: translateX(5px);
}

#wpcf7-f10-o1 button:hover {
background: #f00075;
}

.preim_item_title {
	
	font-weight: 700;
}

.btn {
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 16spx;
    font-weight: 600;
    line-height: 19px;
    background: #f00075;
    border-radius: 7px;
	letter-spacing:0.6px;
    max-width: 200px;
    transition: 0.3s;
	color: #fff;
	text-align: center;
}
.btn:hover {
background: #448bd3;
-webkit-transform: translateY(-5px);
}
.wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
	flex-direction: column;
    gap: 30px;
}
/* header */

.header {
	display: flex;
	
	padding: 10px 20px;
	 position: sticky;
    z-index: 999;
    top: 0px;
    box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
	background: #fff;
}
.logo h1 {
	position: absolute;
    opacity: 0;
}
.logo a img {
	max-width: 200px;
}
.menu {
	display: flex;
}
.nav-menu {
	display: flex;
	align-self: center;
	align-items: center;
	gap: 40px;
}
.nav-menu li a {
	transition: 0.3s;
}
.nav-menu li a:hover {
	color: #f00075;
}
.contacts {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-self: center;
}
.phone {
	font-size: 18px;
	font-weight: 600;
	color: #f00075;
}
.work {
	font-size: 14px;
	opacity: 0.5;
}
.banner {
	display: flex;
	position: relative;
	height: 80vh;
	
}
.banner_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider_wrapper {
	display: flex;
	width: 100%;

}
.slide {
	position: relative;
	width: 100%;
}

.slide .wrapper {
	position: absolute;
	display: flex;
	flex-direction: column;
	left: 0; 
	right: 0;
	top: 35%;
	bottom: 30%; 
	text-align: center;
	align-items: center;
	width: 60%;
	}
.slide_info {
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: center;
	align-items: center;
	padding: 20px;
	background: #0c0c0c14;
	border-radius: 10px;
	backdrop-filter: blur(5px);
	}
.slide_info h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	color: #333;
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
	}
.center {
	text-align: center;
	width: 100%;
}
table {
	width: 70%;
	margin: 0 auto;
	}

td {
border: 1px solid #0c0c0c3b;
padding: 5px;
}

tr:nth-child(1) td {
	background: #448bd3;
	color: #fff;
}

tr:nth-child(2) td:nth-child(1) {
	background: #448bd3;
	color: #fff;
}

.solution .cols_row {
	display: flex;
	gap: 30px;
	max-width: 70%;
	margin: 0 auto;
}
.solution .left_col img {
max-width: 500px;
}
	
.solution .right_col {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.right_col .title {
font-size: 20px;
color: #448bd3;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2em;
}

.right_col .title_main {
	font-size: 32px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2em;
}
.right_col .text {
	font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 300%;
}
.right_col .text p {
	margin-bottom: 15px;
	line-height: 150%;
}
.right_col .quote {
	font-size: 20px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.4em;
color: #448bd3;
}

.form .left_col  img{
	max-width: 500px;

}
.wrapper_form {
background: #448bd3;
}
.form-wrapper {
	display: flex;
	gap: 10px;
}
.form .cols_row {
  display: flex;
  gap: 20px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0 20px 0;
  color: #fff;
  max-width: 1400px;
}
.form_col_1 {
	position: relative;
}
.form_col_1,
.form_col_2,
.form_col_2 {
	display: flex;
	flex-direction: column;
	width: 33.3333%;
gap: 10px;
}
.label_b {
	position: absolute;
	font-weight: 600;
	top: -25px;
}
select {
	   width: 100%;
   padding: 0 15px;
   height: 50px;
   border-radius: 10px;
   border: 1px solid #448bd3;
   background: #fff;
}
textarea,
input {
   width: 100%;
   height: 50px;
   padding: 0 15px;
   border-radius: 10px;
   border: 1px solid #448bd3;
   background: #fff;
}
textarea {
     resize: none;
    height: 212px;
    font-size: 14px;
}
.label {
	margin-bottom: 7px;
	font-size: 14px;
}
.form button {
  margin: auto;
    margin-top: auto;
  margin-top: 20px;
}

.form .right_col {
	align-self: center;

}


.preim_title {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 700;
}
.preim_grid {
	display: grid;
	grid-template-columns: auto auto;
	gap: 20px;
	justify-content: space-between;

}
.preim_item {
	display: flex;
	flex-direction: column;
	gap: 10px;
		position:relative;
	margin-left: 30px;
}


.consult_block {
	background: #448bd3;
	padding: 30px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}
.form_consult {
	display: flex;
	align-self: center;
}
.consult_title {
	font-weight: 700;
	font-size: 32px;
}
.consult_subtitle {
	font-size: 18px;
}
.consult .form_consult button:hover {
background: #f00075;

}


/* FAQ */
.faq_sec {
	background: #E4E4E46B;
  padding: 100px 0;
  margin-bottom: 0;
}
/*Question*/
.question {
  position: relative;
  border: 1px solid #448bd3;
  background: #fff;
  margin: 0;
  padding: 20px 20px 20px 50px;
  display: block;
  width:100%;
  cursor: pointer;
  font-size: 18px;
  border-radius: 10px;
}
.question h2 {
	font-size: 30px;
	
}
/*Answer*/
.answers {
  padding: 0px 15px;
  border: 1px solid #448bd3;
  border-top: none;
   background: #fff;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
margin-top: -15px;
line-height: 150%;

  width:100%!important;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.answers ul li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}
.answers ul {
	
	margin: 10px 0;
}
.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
  padding-top: 30px;
  background: #fff !important;
  z-index: 1;
  
}

/*FAQ Toggle*/
.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  top: 12px;
  left: 0;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;

}

.questions:checked ~ label .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

}

.questions {
  display: none;
  
}

.answers p {
	margin-bottom: 10px;
	line-height: 150%;
}
.faq_head {
	position: relative;
}

/* END FAQ */

.doc_cons .cols_row {
	display: flex;
	
	margin: 0 auto;
}
.doc_cons .left_col {
	display: flex;
	position: relative;
	width: 50%;
}
.doc_cons .right_col {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 50%;
	padding: 30px;
	background: #448bd3;
	color: #fff;
	gap: 20px;
	justify-content: space-between;
}
.doc_cons .left_col img{
	object-fit: cover;
	width: 100%;
}

.doc_cons_title {
	font-weight: 700;
	font-size: 32px;
}
.doc_cons_desc {
	line-height: 150%;
}
.doc_cons_desc p {
	line-height: 150%;
}
.col_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list li a h3 {
	font-size: 16px;
}
.list {
	display: grid;
	grid-template-columns: auto auto;
	gap: 15px;
}
.list li {
	position: relative;
	margin-left: 25px;
}
.list li a {
	transition: 0.3s;
} 
.list li:hover a {
	color: #f00075;
}
.list li::before {
	content: url("data:image/svg+xml,%3Csvg fill='%23f00075' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z'/%3E%3Cpath d='M9.293 7.707 13.586 12l-4.293 4.293 1.414 1.414L16.414 12l-5.707-5.707z'/%3E%3C/svg%3E");
	position: absolute;
	width: 20px;
	left: -25px;
	top: 0;
}
.col_bottom .tel {
	font-size: 24px;
	transition: 0.3s;
}
.col_bottom .tel:hover {
	font-size: 24px;
	color: #f00075;
}
.col_bottom button:hover {
	background: #f00075;
}
.docs h3 {
	font-size: 36px;
}
.docs_grid {
	display: grid;
	margin-top: 30px;
	grid-template-columns: auto auto auto;
	justify-content: space-between;
	gap: 15px;
}
.doc_img {
	max-width: 280px;
}
.doc_img {
	object-fit: cover;
	max-width: 280px;
}
.doc_info {
	display: flex;
	margin-top: 20px;
	flex-direction: column;
	gap: 10px;
	text-align: center;
}
.doc_name {
	font-size: 20px;
	font-weight: 600;
}
.doc_post {
	font-weight: 600;
	color: #448bd3;
}
.doc_desc {
	opacity: 0.5;
	line-height: 150%;
}
footer {
	background: #0C0C0C;
	padding: 30px 0;
	color: #fff;
}
.footer .wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.middle_col {
	display: flex;
  flex-direction: column;
  align-self: center;
  gap: 10px;
}
.policy {
	text-decoration: underline;
	transition: 0.3s;
	color: #f00075;
}
.policy:hover {
	color: #fff;
}
.footer_phone {
	display: flex;
	align-self: center;
}
.footer_phone svg {
	width: 20px;
	margin-right: 15px;
}
.footer_phone a {
	font-size: 20px;
	transition: 0.3s;
	color: #f00075;
	font-weight: 700;
}
.footer_phone a:hover {
	color: #fff;
}

.preim .preim_title {
	margin-bottom: 50px;
}
.preim .wrapper {
	gap: 0;
}
.preim_flex {
  display: flex;
  
  margin: 0;
}
.prem_img {
  display: flex;
  position: relative;
  width: 50%;
}
.prem_img img{
  width: 100%;
  object-fit: cover;
}
.prem_items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 50%;
  justify-content: center;
  text-align: left;
  padding-left: 30px;
}
.reverse .prem_items {
	text-align: left;
}
.preim_item:before {
	content:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M19.0048 2.00136C13.0405 5.57769 8.74165 10.0944 6.99624 12.1017L2.51472 8.66752C2.39605 8.58405 -0.0640576 10.7205 0.00127848 10.787L8.16296 18.9035C8.22296 18.97 8.30563 19 8.39497 19C8.41097 19 8.43631 19 8.45764 18.9948C8.56431 18.9713 8.65498 18.9009 8.69498 18.7965C10.0097 15.5085 14.3512 8.62448 19.8955 3.63171C19.9941 3.54041 20.0288 3.39694 19.9741 3.27303C19.9728 3.27173 19.0874 1.9518 19.0048 2.00136Z' fill='%23448bd3'%3E%3C/path%3E%3C/svg%3E");
	position: absolute;
	display:block;
	left:0;
	left: -35px;
  top: 5px;
}
.reverse {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
.preim_flex {flex-direction: column;}
.prem_img,
.prem_items {
  width: 100%;
  text-align: left;
}
}



#consult {
	scroll-margin-top: 200px;
	margin-bottom: 0;
}
#doc_cons {
scroll-margin-top: 150px;
}
#preim {
scroll-margin-top: 200px;
}
#czena {
scroll-margin-top: 200px;
}
#form {
scroll-margin-top: 200px;
}

@media (max-width: 1024px) {
	.wrapper {
		max-width: 768px;
		margin: 0 auto;
	}
	table {
  width: 100%;
	}
.logo img {
	width: 150px;
}
 .menu_triger {
    display: flex;
    z-index: 999;
	background-image: url("data:image/svg+xml, %3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 18L20 18' stroke='%23f00075' stroke-width='2' stroke-linecap='round' /%3E%3Cpath d='M4 12L20 12' stroke='%23f00075' stroke-width='2' stroke-linecap='round' /%3E%3Cpath d='M4 6L20 6' stroke='%23f00075' stroke-width='2' stroke-linecap='round' /%3E%3C/svg%3E");
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	margin-top: 7px;
}
.header._open .menu_triger {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23f00075' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 490 490' xml:space='preserve'%3E%3Cpolygon points='456.851,0 245,212.564 33.149,0 0.708,32.337 212.669,245.004 0.708,457.678 33.149,490 245,277.443 456.851,490 489.292,457.678 277.331,245.004 489.292,32.337 '/%3E%3C/svg%3E");
	background-size: 20px;
}
	.header {
		justify-content: space-between;
	}
.aside {
    position: fixed;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 10;
    padding: 7em 1.25em 2em;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    opacity: 0;
	gap: 40px;
    pointer-events: none;
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
	
  }
    .header._open .aside {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    pointer-events: unset;
  }
  .header .logo {
	z-index: 9999999;
  }
  .menu {
	width: fit-content;
  }
  .nav-menu {
	flex-direction: column;
	align-items: start;
  }
  .contacts {
	align-self: start;
  }
  .solution .cols_row {
	flex-direction: column;
	max-width: 100%;
  }
  .solution .left_col img {
  max-width: 100%;
  width: 100%;
}
.form .cols_row {
	flex-direction: column;
}
.form .left_col img {
  max-width: 100%;
}
.preim_item_title {
	font-size: 26px;

}
.preim_item_desc {
	
	line-height: 150%;
}
.doc_cons .cols_row {
flex-direction: column;
}
.doc_cons .left_col,
.doc_cons .right_col {
	width: 100%;
}
.docs_grid {
  grid-template-columns: auto auto
}
.footer .wrapper {

  flex-direction: column;
}
.footer .logo {
	text-align: center;
}
.middle_col {
	text-align: center;
}
.modal__dialog {
	width: 90%;
}
#policyModal .modal__dialog {
  width: 90% !important;
}
}

@media (max-width: 768px) {
	.wrapper {
		max-width: 400px;
		margin: 0 auto;
	}
	.slide .wrapper {
	width: 90%;
	}
	.slide_info h2 { 
	font-size: 32px;
	}
	.consult_title,
	.preim_title,
	h2 {
  font-size: 30px;
}
.form-wrapper {
	flex-direction: column;
}
.form .right_col {
	width: 100%;
}
.form .left_col  {
  margin-bottom: 30px;
}
  .form-wrapper {
    flex-direction: column;
  }
  .preim_grid {

  grid-template-columns: auto;
  gap: 40px;
}

  .preim_item_title {
    font-size: 22px;
  }
  .preim .preim_title {
  	margin-bottom: 0;
  }
    .preim .wrapper {
  	gap: 60px;
  }
  .preim .preim_flex {
  	gap: 30px;
  }
  .consult_block {

  padding: 20px 10px;
  }
  .consult_subtitle,
  .consult_title {
	text-align: center;
  }
  .list {
	grid-template-columns: auto ;
  }
  .col_bottom {
	margin-top: 20px;
	flex-direction: column;
	gap: 20px;
  }
  .docs_grid {
	grid-template-columns: auto;
	align-self: center;
  }
  .doc_item {
	text-align: center;
  }
  .doc_img {
	width: 100%;
  margin: 0 auto;
  }
  .modal__scroll {
	max-height: 600px;
  }
  .form_col_1,
.form_col_2,
.form_col_2 {
	width: 100%;
}
.form_consult {
	flex-direction: column;
	gap: 10px;
	align-items: center;
}
}

@media (max-width: 376px) {
	.wrapper_form .cols_row,
	.wrapper {
		max-width: 350px;
		margin: 0 auto;
	}
}

@media (max-width: 330px) {
	.wrapper_form .cols_row,
	.wrapper {
		max-width: 310px;
		margin: 0 auto;
	}
}