/*@font-face {
  font-family: 'SofiaPro-Medium';
  src: url('SofiaPro-Medium.eot');
  src: url('SofiaPro-Medium.woff2') format('woff2'),
       url('SofiaPro-Medium.woff') format('woff'),
       url('SofiaPro-Medium.ttf') format('truetype'),
       url('SofiaPro-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}*/

body
{
  font-family: 'Roboto', sans-serif;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.45;
  font-weight: normal;
  letter-spacing: 0.3px;
  box-sizing: border-box;
}
h1,h2,h3,h4,h5
{
	font-weight: normal;
	line-height: 1.15;
	margin: 0;
}
h1{font-size: 48.83px;}
h2{font-size: 39.06px}
h3{font-size: 31.25px;}
h4{font-size: 25px}
h5{font-size: 20px}
a,a:hover,a:focus
{
	color: #000;
	text-decoration: none;
}
p
{
  margin:0;
}
small
{
  font-size: 12.8px
}
.bold
{
  font-weight: bold;
}
.italic
{
  font-style: italic;
}
.center
{
  text-align: center;
}
.hide
{
  display: none;
}
.underline
{
  text-decoration: underline;
}
.underline2
{
  border-bottom: 1px solid #000;
  padding-bottom: 0;
}
.relative
{
  position: relative;
}
.center
{
  text-align: center;
}
.conteiner
{
  max-width: 1200px;
  overflow: visible;
}
.overflow
{
  overflow: hidden;
}
.pointer
{
  cursor: pointer;
}
.trans
{
  transition: all .3s ease-in-out;
}
ul {
  margin: 0;
}
i
{
  font-style: italic;
}
.alter {
    display: inline-block;
    transform: matrix(1, 0, -0.2, 1, 0, 0);
}

.dashed ul {
  list-style-type: none;
  padding-left: 0;
}
.dashed ul> li {
  text-indent: -5px;
  padding-left: 20px;
  line-height: 32pt;
}
.dashed ul > li:before {
  content: "-";
  text-indent: -5px;
  padding: 0 10px;
  margin-left: -20px;
}
.left
{
  float: left;
}
.right
{
  float: right;
}
.background_image
{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.cont_xl,
.cont_l,
.cont,
.cont_s
{
  overflow: hidden;
  margin: auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
.cont_l
{
    max-width: 1600px;
}
.cont
{
    max-width: 1200px;
}
.cont_s
{
  max-width: 800px;
}
.invert
{
  filter: invert(1);
}
i.material-icons {
    line-height: 18px;
    vertical-align: sub;
}
.rotate90 {
  transform: rotate(90deg);
}
.rotate180 {
  transform: rotate(180deg);
}
.rotate270 {
  transform: rotate(-90deg);
}
.pointer
{
  cursor: pointer;
}
table {
    border-spacing: 0px;
}
textarea
{
  outline: none;
  font-size: initial;
  border-color: #000;
  font-family: unset;
  letter-spacing: 0.3px;
}
button
{
    font-size: inherit;
    border: none;
    display: block;
    font: inherit;
    background: transparent;
}
.input
{
  display: block;
  position: relative;
  margin-bottom: 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input input
{
border-radius: 2px;
padding: 0.5rem 0.5rem;
font-size: initial;
font-family: inherit;
font-weight: initial;
margin-top: 5px;
min-width: 300px;
}
.input span
{
display: block;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 27px;
  transition: all 0.3s ease-in-out;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 0;
}
.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  background-color: transparent;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 2px;
  box-sizing: border-box;
}
.checkbox:focus input ~ .checkmark,
.checkbox:hover input ~ .checkmark
{
  background-color: rgb(0, 0, 0, 0.5);
}
.checkbox:active input ~ .checkmark
{
  background-color: rgb(0, 0, 0, 0.7);
}
.checkbox input:checked ~ .checkmark {
  background-color: #000000;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*RADIO BUTTON */
.radio {
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-right:;
  margin-bottom: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 27px;
  transition: all 0.3s ease-in-out;
}
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 0;
}
.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.15s ease-in-out;
}

.radio:focus .checkmark,
.radio:hover .checkmark
{
  background-color: rgb(0, 0, 0, 1);
}
.radio:active .checkmark:after
{
  background-color: rgb(0, 0, 0, 1);
}
.radio input:checked ~ .checkmark {
  background-color: #000000;
}
.radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio input:checked ~ .checkmark:after {
  display: block;
}

.radio .checkmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.input textarea
{
    border-radius: 2px;
    padding: 0.5rem 0.5rem;
    font-size: initial;
    font-family: inherit;
    font-weight: initial;
    min-width: 300px;
    margin-top: 5px;
    min-height: 80px;
    overflow: hidden;
}
/*GRID*/
.l1,.l2,.l3,.l4,.l5,.l6,.l7,.l8,.l9,.l10,.l11,.l12,
.m1,.m2,.m3,.m4,.m5,.m6,.m7,.m8,.m9,.m10,.m11,.m12,
.s1,.s2,.s3,.s4,.s5,.s6,.s7,.s8,.s9,.s10,.s11,.s12
{
  float: left;
  overflow: hidden;
}

.l1{width: calc(1*100%/12);}
.l2{width: calc(2*100%/12);}
.l3{width: calc(3*100%/12);}
.l4{width: calc(4*100%/12);}
.l5{width: calc(5*100%/12);}
.l6{width: calc(6*100%/12);}
.l7{width: calc(7*100%/12);}
.l8{width: calc(8*100%/12);}
.l9{width: calc(9*100%/12);}
.l10{width: calc(10*100%/12);}
.l11{width: calc(11*100%/12);}
.l12{width: calc(12*100%/12);}
.mobile{display:none;}
.ipad{display:none;}
.not_pc{display:none;}
/*360 1920 375 320 768 864 900 1200 800 1050*/
/*320 360 375 - 768 864 900 1050 -  1200 1920 - 3840*/
@media only screen and (max-width: 1000px)
{
  .l1,.l2,.l3,.l4,.l5,.l6,.l7,.l8,.l9,.l10,.l11,.l12
  {
    width: initial;
  }
  .m1{width: calc(1*100%/12);}
  .m2{width: calc(2*100%/12);}
  .m3{width: calc(3*100%/12);}
  .m4{width: calc(4*100%/12);}
  .m5{width: calc(5*100%/12);}
  .m6{width: calc(6*100%/12);}
  .m7{width: calc(7*100%/12);}
  .m8{width: calc(8*100%/12);}
  .m9{width: calc(9*100%/12);}
  .m10{width: calc(10*100%/12);}
  .m11{width: calc(11*100%/12);}
  .m12{width: calc(12*100%/12);}
  .ipad{display: block;}
  .not_ipad{display: none;}
}

@media only screen and (max-width: 700px)
{
  .m1,.m2,.m3,.m4,.m5,.m6,.m7,.m8,.m9,.m10,.m11,.m12
  {
    width: initial;
  }
  .s1{width: calc(1*100%/12);}
  .s2{width: calc(2*100%/12);}
  .s3{width: calc(3*100%/12);}
  .s4{width: calc(4*100%/12);}
  .s5{width: calc(5*100%/12);}
  .s6{width: calc(6*100%/12);}
  .s7{width: calc(7*100%/12);}
  .s8{width: calc(8*100%/12);}
  .s9{width: calc(9*100%/12);}
  .s10{width: calc(10*100%/12);}
  .s11{width: calc(11*100%/12);}
  .s12{width: calc(12*100%/12);}
  .mobile{display:block;}
  .not_mobile{display:none;}
}
/**/
.page_wrap {
  position: relative;
  min-height: 100vh;
  padding-bottom: 10rem;
}
.page {
  padding-bottom: 100px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 160px;
  background: black;
}
