/* Reset box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Set body font and background */
body {
  font-family: sans-serif;
  background-color: #fff;
  line-height: 1.5;
}

/* Remove default styles for lists */
ul, ol {
  list-style: none;
  padding: 0;
}

/* Remove default link styles */
a {
  text-decoration: none;
  color: inherit;
}

/* Reset tables */
table {
  border-collapse: collapse;
  width: 100%;
}

/* Remove default button styles */
button,
input,
select,
textarea {
  background: none;
  border: none;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

/* Reset images */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Remove default form field borders */
input, textarea, select {
  outline: none;
}

/* Set default border for all elements that can have one */
fieldset {
  border: none;
}

/* Reset default styling for headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
}

/* Remove default styling for blockquotes */
blockquote {
  quotes: none;
}

/* Reset default padding for paragraphs */
p {
  margin: 0;
  padding: 0;
}


html {
    font-size: 62.5%;
    transition: 0s font-size;
}
body {
    color: #000;
    font-family: "Roboto",sans-serif!important;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: .03em;

    display: flex;
    align-items: center;
    height: 100vh;
}

.container, .container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 8px;
    padding-left: 8px;
}

.container {
    max-width: 1370px;
}

.align-items-center {
    align-items: center!important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}
 
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
      
}

.block_newsletter #block-newsletter-label {
    display: block;
    text-align: left;
    font-size: 4rem;
    font-family: "Rubik",sans-serif!important;
    line-height: 1;
    max-width: 420px;
    margin: 10px 0 32px;
    font-weight: 600;
    text-transform: none;
    color: #0b0744;
}

.block_newsletter p{
    margin-bottom: 12px;
    margin-top: 0;
    max-width: 450px;
    font-size: 1.6rem;
    line-height: 1.6;
}

img{
    margin-top: 37px;
}

