a,
body,
div,
footer,
h1,
h3,
h5,
h6,
header,
hr,
html,
img,
li,
menu,
nav,
span,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: "LatoR";
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  background: #fff;
}

/* SITE HEADER */
.site-header {
  width: 100%;
  background-color: #4f4f59;
}
.site-header .header-img {
  display: flex;
  justify-content: left;
  align-items: center;
  width:100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 12px 20px 12px 20px;
}
.site-header .header-img img {
  max-width: 170px;
  width: 100%;
}
.site-header .info-bar {
  background-color: #ededed;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color:#494949;
  padding:3px 0px;
}

/* SITE HEADER */

.btn{
  display:block;
  padding:15px 10px;
  background-color: #166534;
  color:white;
  font-size:24px;
  line-height: 28px;
  border-radius:10px;
  width: 100%;
  text-align: center;
}

* {
  box-sizing: border-box;
}

hr {
  height: 1px;
  background: #ccc;
}
.summary p {
  font-size: 15px !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
.green {
  color: green;
}
.color-red {
  color: #cc0000;
}
.lt {
  text-decoration: line-through;
}
p {
  /*font-family:'georgia';*/
}
.sources {
  margin-bottom: 20px;
}
.sources li {
  font-size: 16px !important;
  overflow-wrap: break-word;
}
.sources li a {
  color: black;
}

.d-flex {
  display: flex;
}

.clear {
  clear: both;
}

.only-mobile {
  display: none;
}

.mainProd {
  width: 28%;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.del {
  text-decoration: line-through;
  color: #ff0000;
}

.under-links a {
  word-wrap: break-word;
  margin-bottom: 5px;
  display: block;
}

.article-photos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  row-gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.article-photos img {
  width: calc(50% - 15px);
}

.subtitle-underline {
  color: black;
  background-image: linear-gradient(
    to top,
    transparent 0%,
    transparent 6%,
    #c2cbda 6%,
    #c2cbda 24%,
    transparent 24%
  );
  display: inline;
  margin-bottom: 20px;
}

.product-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.product-flex p {
  font-size: 20px;
  line-height: 30px;
}
.product-flex img {
  max-width: 530px;
  width: 100%;
}
.product-prices {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.product-prices p {
  margin: 0!important;
}
.product-prices span {
  font-size: 24px;
  line-height: 32px;
}

.product-prices .article-new-price {
  font-weight: bold;
  color: #ed2040;
}
aside p {
  font-size: 17px;
  line-height: 27px;
}

h3 {
  padding: 15px 0px;
}
.pullLeft {
  float: left;
}

/* FORMS */

div.form {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }


input[type="submit"],
.popupText button {
  cursor: pointer;
  transition: 0.2s linear;
  font-weight: bold;
}

input[type="submit"]:hover,
.popupText button:hover:not(:disabled) {
  opacity: 0.7;
}

.form-icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .form-icons img {
    width: initial !important;
  }
  .form-icons .form-single-icon {
    max-height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 15px;
  }
  
  .form-icons-item {
    align-items: center;
    font-size: 14px;
    margin: 10px 15px;
  }
  
  .form-icons-item:first-child {
    margin-left: 0px;
  }
  
  .form-icons-item:last-child {
    margin-right: 0px;
  }
  
  .form-icons-item:last-child img {
    height: 35px;
  }
  
  .form-icons-item img {
    height: 40px;
    object-fit: contain;
    margin-right: 10px;
    max-width: 40px;
  }

  
  
  input,
  .popupText button {
    padding: 8px 10px;
    background: #fff;
    outline: none;
    border: 1px solid black;
    border-radius: 5px;
  }
  
  input,
  select {
    font-size: 17px;
    padding: 12px 10px 12px 12px;
  }
  
  input[type="submit"] {
    margin: 0 auto;
    display: inline-block;
    border: none;
    padding: 11px 20px;
    width: 100% !important;
    margin-top: 10px;
    font-size: 30px;
    line-height: 40px;
    border-radius: 10px;
    font-family: 'LatoR';
    text-transform: uppercase;
    letter-spacing: 1.25px;
  }
  
  .popupText button {
    margin: 0 auto !important;
    display: inline-block;
    border: none !important;
    padding: 25px 15px !important;
  }
  
  input:last-of-type {
    margin-right: 0px;
  }


  .formGroup-half, .formGroup-3-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  
  .formGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px 0px;
  }

  .radio-flex {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 3px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    padding-bottom: 15px;
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .radio-flex .radioGroup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .regulationsBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .regulationsBox label {
    padding-left: 15px;
  }
  .regulationsBox label a {
    color: black;
  }
  .regulationsBox input[type=checkbox] {
    width: 23px;
    height: 23px;
    border-radius: 5px;
    -webkit-appearance: none;
  }
  .regulationsBox input[type=checkbox]:checked {
    background-color: #3b82f6;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
    background-position: center;
    border: 1px solid #3b82f6 !important;
  }

  .under-regulations-text {
    color: #787878;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
    padding-left: 43px;
  }
  .under-regulations-text a {
    color: #787878;
  }
  
  .formGroup-half .formGroup {
    width: 50%;
  }
  .formContent {
    width: 100%;
  }
  .formContent input {
    width: 100%;
  }

  input, select {
    border: 1px solid black !important;
    font-size: 15px;
    padding: 8px 10px;
    background: #fff;
    outline: none;
    border: 1px solid #b1b1b1;
    border-radius: 10px;
  }


  .formGroup-3-1.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  
  input:last-of-type {
    margin-right: 0px;
  }
  
  .formGroup-3-1 .formGroup:first-child {
    width: 70%;
  }
  .formGroup-3-1 .formGroup:last-child {
    width: 30%;
  }
  
  .col-sm-1 {
    width: 100%;
  }
  
  label {
    width: 100%;
    text-align: left;
    font-size: 18px;
    padding-left: 5px;
  }

  .col-sm-1 {
    width: 100%;
  }
  
  .col-sm-2 {
    width: 66%;
  }
  
  .col-sm-3 {
    width: calc(33% - 16px);
  }
  

  .verified {
    color: #166534;
    font-size: 12px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 10px;
    padding-top: 5px;
  }
  .verified span {
    margin-right: 5px;
    padding: 5px 8px;
    border-radius: 15px;
    background-color: #dcfce7;
  }
  .verified span i {
    margin-right: 5px;
  }
  
  
/* END FORMS */


a {
  transition: 0.2s linear;
}

.promoBox a {
  display: inline-block;
  text-align: center;
  font-size: 30px;
  line-height: 37px;
}

.promoBox a:hover {
  text-decoration: none;
}


div.promoBox {
    text-align: center;
  }
  
  .promoBox > * {
    margin-bottom: 20px;
  }
  
  .promoBox > *:last-child {
    margin-bottom: 0px;
  }

  div.buyForm.main-site div.form {
    margin-left: auto;
    padding: 15px 30px;
    background: #fff;
  }
  div.buyForm.main-site div.form h2.order-title {
    text-transform: uppercase;
    color: #ff0000;
    letter-spacing: 0px;
    font-family: "LatoBo";
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
  }

div.main {
  padding-bottom: 20px;
}

div.mainContainer {
    width:100%;
  max-width: 1050px;
  background: #fff;
  margin: 0 auto;
}

div.sideBoxes {
  width: 100%;
  padding: 30px 20px;
}

div.mainContent {
  width: 100%;
}

aside {
  width: 30%;
}

aside .promo {
  margin-top: 0px;
}


.info {
  background: #fff6da;
  border: 1px solid #ffc308;
  padding: 20px 20px;
  margin: 20px 0px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  text-align: justify;
}

.alert {
  background: #ffdada;
  border: 1px solid #ff0808;
  padding: 30px 20px;
  margin: 20px 0px;
  height: 100%;
  text-align: center;
}

.promo,
.popupText button.promo {
  background: #28a745;
  padding: 15px 25px;
  font-weight: 900;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
  text-align: center;
  margin: 20px auto;
}
.promo:hover:not(:disabled),
.popupText button.promo:hover:not(:disabled) {
  background: #218838;
  opacity: 1 !important;
}

p.promo {
  text-align: center;
}

.promo img {
  width: 100%;
}

p,
.mainContent li {
  font-size: 18px;
  line-height: 26px;
}

img.imgArticle {
  margin-left: 20px;
  margin-bottom: 6px;
}



.small {
  font-size: 12px;
  color: #888;
  line-height: 20px;
  word-wrap: break-word;
}



ul.list {
  padding-left: 20px;
}

.bigList {
  font-size: 22px;
  line-height: 29px;
}

ul.list li {
  padding-bottom: 5px;
}

.cert {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.cert img {
  padding-left: 20px;
  width: 320px;
}

span.otherStyle {
  background: #f9cb37;
  padding: 5px 10px;
  font-weight: 900;
  color: #000;
}

.bigger {
  font-size: 19px;
  line-height: 28px;
  padding-top: 25px;
  padding-bottom: 25px;
}



.red {
  color: red;
}

.green {
  color: green;
}

img {
  max-width: 100%;
}

.smallCert {
  display: none;
}

.dr {
  width: 41%;
  float: right;
}

span.smileInfo {
  padding: 10px;
  display: block;
  margin-right: 137px;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}

a:hover {
  opacity: 0.8;
}

.rules * {
  word-break: break-word;
}

.rules h1 {
  padding-bottom: 15px;
}

.rules p {
  padding: 15px 0px;
  text-align: justify;
}

.rules ul.rulesList {
  list-style-type: decimal;
  margin-left: 27px;
}

.rules ul.rulesList li {
  padding-bottom: 8px;
  text-align: justify;
}

.rules ul.rulesList li ul.secondList {
  padding: 13px 22px 0px;
  list-style-type: lower-alpha;
}

.rules h2 {
  font-size: 22px;
  padding-bottom: 0px;
  font-weight: 500;
}



.path {
  margin: 7px 0px 15px;
}

/* Additional */
.errors {
  color: red;
  margin-top: 10px;
  font-size: 14px;
}

.red {
  color: #ff0000;
}

/*.yellowBg {
    background: #FFFF00;
}*/

.redBg {
  background: #ff0000;
}

.inlineBlock {
  display: inline-block;
}

.blueBg {
  background: #00ffff;
}

.nav {
  background: #525252;
  width: 100%;
  height: 44px;
}

.nav a {
  float: left;
  padding: 10px 0px;
  margin-right: 40px;
  font-size: 14px;
  color: #eee;
  text-decoration: none;
}

.nav a.logout {
  float: right;
  margin-right: 0px;
}

button.disabled:hover {
  opacity: 0.5;
}

select {
    padding: 8px 10px;
    background: #fff;
    outline: none;
    border: 1px solid #b1b1b1;
    border-radius: 10px;
}
.errors2 {
  color: #fb6363;
  font-size: 15px;
  font-weight: bold;
  background: #ff45453d;
  border:1px solid #ff4545;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  margin-bottom:20px;
}

.errors2 p:first-child {
    margin-top:0px;
}

.errors2-title {
  background: #ff4545;
  color: #fff;
  /* border-radius: 28px; */
  padding: 9px 10px;
  text-transform: uppercase;
  font-size: 17px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}

.error-field {
    border: 1px solid #ff0000 !important;
}

.successMsg {
  color: green;
  font-size: 15px;
  margin-top: 10px;
  font-weight: bold;
}

.loader {
  display: inline-block;
  background: url("../img/loader.gif") no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
}

.editingSection label {
  display: inline-block;
}

.mainContent {
  line-height: 1.4;
}

.mainContent ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.mainContent p {
  margin: 20px 0px;
}

.mainContent p:first-child {
  margin-top: 0px;
}

.mainContent p:last-child {
  margin-bottom: 0px;
}

.desktop-hide {
  display: none;
}

footer {
    padding-top: 20px;
    border-top: 1px solid #ccc;
  }

footer p.small {
  font-size: 12px;
  color: #aaa;
  line-height: 19px;
  text-align: center;
}

.footerMenu {
  text-align: center;
}

ul.footerMenuContent {
  list-style-type: none;
}

ul.footerMenuContent li {
  display: inline-block;
  margin: 5px;
}

ul.footerMenuContent li a {
  color: #888;
  font-size: 12px;
}

@media screen and (max-width: 700px) {
    .formGroup-half, .formGroup-3-1 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 0px;
    }
    .formContent {
      width: 100%;
    }
    .form-group {
      display: block;
    }
    .formGroup-half .formGroup {
      width: 100%;
    }
    .formGroup-3-1 .formGroup:first-child, .formGroup-3-1 .formGroup:last-child {
      width: 100%;
    }

    .article-photos img {
        width: 100%
    }
  }