/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */
body {
  padding-top: 0;
  font-size: 0.85rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
}

a, a:hover, a:focus {
  color: #000;
  text-decoration: none
}

p a, p a:hover, p a:focus {
  text-decoration: underline;
}

.klaviyo-form p span, .klaviyo-form input {
  font-size: 0.85rem !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 200 !important;  
}

.klaviyo-form button {
  font-size: 0.8rem !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;  
}

::-webkit-input-placeholder { /* Edge */
  font-size: 0.85rem !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 200 !important; 
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 0.85rem !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 200 !important; 
}

::placeholder {
  font-size: 0.85rem !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 200 !important; 
}

.klaviyo-form input {
  border-top: 0 !important;
    border-left: 0 !important;
      border-right: 0 !important;
      border-radius: 0 !important;
      padding: 0 !important;
}

.klaviyo-form input:focus {
box-shadow: 0 0 0 0 !important;
}

.klaviyo-form button {
padding-top: 15px !important;
padding-bottom: 15px !important;
}

.h1, h1 {
    font-size: 1.7rem;
    margin-bottom: 2rem;
}

.mt-5, .my-5 {
    margin-top: 0 !important;
}

.btn-primary {
    color: #000;
    background-color: transparent;
    border-color: #000;
    border-radius: 0;
    font-size: 0.8rem;
    padding: 13px 40px;
    font-weight: 500;
    margin-top: 15px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.flags {
  text-align: right;
  margin: 25px 50px;
}
.uk-flag, .russia-flag {
  width: 25px;
  height: 25px;
  margin-left: 7px;
}

.flags-mobile {
  display: none;
}

.logo {
  max-width: 250px;
}

.header {
    text-align: center;
    margin-top: -65px;
    margin-bottom: 20px;
}

 @media only screen and (min-width: 1200px) {
.container {
    max-width: 950px;
}
}

 @media only screen and (max-width: 576px) {
/*  .flags {
    margin: 25px 20px;
    position: absolute;
    top: 0;
    z-index: 999;
}*/
.flags {
    text-align: left;
    margin: 25px 0;
}
.container {
  padding-top: 15px;
}
.h1, h1 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    }
    .flags-mobile {
  display: block;
}
.flags-desktop {
  display: none;
}
.header {
    margin-top: 10px;
    margin-bottom: 0px;
}
}

