body {
  font-family: osnovapro, sans-serif;
}

.red {
  color: red;
  font-weight: 700;
}

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 30px 10px 30px;
  font-size: 18px;
}

.bg-black {
  background: black;
}

.bg-gray {
  background: rgba(0,0,0,.1);
}

.header {
  position: relative;
  background: black;
  color: white;
  min-height: 400px;
  padding-bottom: 40px;
  overflow: hidden;
  text-shadow: 3px 3px 35px #000000
}

.header .mariupol-tank {
  position: absolute;
  min-height: 632px;
  /*top: -80px;*/
  z-index: 1;
  width: 100%;
  object-fit: cover;
}

.header .overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: black;
  opacity: 0.6;
  width: 100%;
  height: 1000px;
}

.header .overlay {
  position: relative;
  z-index: 20;
}

h1, h2, h3 {
  font-family: Ermilov, sans-serif;
}

.header h1 {
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
  position: relative;
  z-index: 10;
}

.header h2 {
  font-size: 30px;
  margin-top: 50px;
  text-transform: uppercase;
  text-align: left;
}

.header .link {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: solid 2px white;
  cursor: pointer;
  color: white;
  text-decoration: none;
}

.header .link:hover {
  border: none;
}

.header .bullets-title {
  margin-top: 50px;
  font-size: 18px;
  min-height: 38px;
}

.header .bullets {
  list-style-type: none;
  margin: 0 0 0 15px;
  padding: 0;
}

.header .bullets li .li-circle {
  display: inline-flex;
  min-width: 40px;
  height: 40px;
  border: solid 1px white;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 4px;
  align-items: center;
  justify-content: center;
}

.header .bullets li {
  display: flex;
  align-items: center;
}

.header .bullets li img {
  width: 25px;
  height: 25px;
}

.attention {
  position: relative;
  z-index: 10;
  color: white;
  padding: 10px 20px;
  background-color: red;
  background-image: linear-gradient(315deg, #a71d31 4%, red 73%);
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}

h2 {
  margin: 20px 0 20px 0;
  font-size: 18px;
  text-align: center;
}

.companies {
  padding-bottom: 40px;
}

.glide__slides {
  height: 60px;
}

.logo-amazon {
  margin-top: 18px;
}

.logo-airbnb {
  margin-top: 4px;
}

.logo-honda {
  margin-top: 4px;
}

.glide__slide {
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  margin: 0;
  text-align: center;
}

.glide__slide img {
  max-width: calc(100% - 10px);
  max-height: calc(100% - 10px);
}

.countries-chart {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 2px;
}

.countries-chart-coalition {
  background: lightblue;
  padding: 10px;
  flex: 1;
}

.countries-chart-killer {
  background: red;
  width: 2.32%;
}

.reasons h2 {
  text-align: left;
  margin-top: 35px;
  /*margin-left: 30px;*/
  text-transform: uppercase;
  font-size: 26px;
  line-height: 45px;
  margin-bottom: 60px;
}

.reasons h2 .hightlight {
  padding: 10px 15px;
  border-radius: 20px;
  margin-left: -10px;
  color: white;
  background-image: linear-gradient(315deg, #a71d31 4%, red 73%);
}

.reasons h3 {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.reasons h3 .number {
  position: absolute;
  left: 0px;
  bottom: 0;
  font-size: 90px;
  opacity: 0.07;
  line-height: 50px;
}

.reasons h3 b {
  display: inline-block;
  border-bottom: solid red 6px;
}

.reason-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /*display: flex;*/
  /*flex-direction: row;*/
  /*flex-wrap: wrap;*/
}
/*.reason-grid {*/
/*  display: grid;*/
/*  grid-template-columns: 1fr 1fr;*/
/*}*/

/*.reasons .first {*/
/*  grid-row-start: 1;*/
/*  grid-row-end: 3;*/
/*}*/


.reason {
  margin-bottom: 20px;
  padding: 15px 0;
  background: radial-gradient(#f6f6f6, white);
  border-radius: 20px;
}

.reason-image {
  width: 0px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 30px;
  position: relative;
}

.reason-explanation {
  display: flex;
  font-size: 17px;
}

.right .reason-image {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.right .reason-content {
  padding: 0 18px 0 0;
}

.reason-content {
  padding: 0 30px 0 0;
  flex: 1;
}

#world {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 300px;
  margin-left: -100px;
}

.examples {
  background: rgba(0, 0, 0, 0.1);;
  overflow: hidden;
  font-size: 18px;
}

.examples h2 {
  width: 100px;
  text-align: left;
  font-size: 28px;
}

.example {
  padding: 30px;
  background: white;
  border-radius: 20px;
  overflow-wrap: break-word !important;
  max-width: 100%;
  margin-bottom: 10px;
}

.example * {
  overflow-wrap: break-word !important;
}

.example-quote {
  font-style: italic;
  max-width: 100%;
  white-space: normal;
}

.example-footer {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.example-avatar {
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 50%;
}

.example-avatar img {
  max-width: 100%;
}

.example-author {
  flex: 1;
}

.example-author-name {
  font-weight: bold;
  white-space: break-spaces !important;
}

.quote {
  font-family: Ermilov, sans-serif;
  font-size: 30px;
  display: inline-block;
  line-height: 0;
}

.example-author-position {
  font-size: 16px;
  white-space: break-spaces !important;
}

.crimes-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  font-weight: 700;
  text-shadow: 3px 3px 35px #000000;
  grid-gap: 2px;
  background: black;
  padding: 0 !important;
}

.crimes-list h2 {
  padding: 40px 20px;
  z-index: 10;
  margin: 0;
}

.crimes-list .crime {
  position: absolute;
  object-fit: cover;
  max-width: 110%;
  z-index: 1;
  opacity: .5;
}

.crimes-list span {
  font-family: Ermilov, sans-serif;
  font-size: 24px;
  display: inline-block;
  background-color: rgba(0, 0, 0, .7);
  padding: 0 10px;
  color: red;
  border: solid 5px red;
  margin-bottom: 10px;
}

.crimes-list > div {
  text-shadow: 0px 1px 30px rgba(0, 0, 0, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: black;
  text-align: center;
  color: white;
  overflow: hidden;
}

.crimes-link {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  background: black;
  padding: 80px;
}

.crimes {
  background: black;
}

.crimes h2 {
  padding: 40px 30px 20px 30px;
  color: white;
  text-shadow: 3px 3px 20px #000000;
}

.crimes > h2 {
  text-transform: uppercase;
}

.uppercase {
  text-transform: uppercase;
}

.crimes .war-crimes {
  color: white;
  display: block;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.crimes .war-crimes b {
  display: block;
  color: red;
  font-size: 80px;
  line-height: 35px;
  margin-bottom: 15px;
  font-family: Ermilov, sans-serif;
}

.crimes-link a {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  color: white;
  background: red;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.crimes-link a svg {
  width: 20px;
  margin-left: 10px;
}

.glide__slides {
  display: flex;
  position: relative;
}

.glide__examples .glide__track {
  position: relative;
}

.glide__slides__examples {
  height: auto !important;
}

.glide__slide2 {
  height: auto;
}

.glide__slides__examples {
  height: 60px;
}

.glide__controls2 {
  position: absolute;
  top: -65px;
  right: 0;

}

.glide__arrow--left2 {
  transform: rotate(180deg);
  margin-right: 20px;
}

.glide__arrow2 {
  display: inline-flex;
  align-content: center;
  height: 40px;
  width: 40px;
}
.glide__arrow2 svg {
  width: 30px;
  height: 40px;
  fill: black !important;
  color: black !important;
}

.glide__arrow2 svg path {
  fill: black !important;
}

.calculator {
  padding: 20px 0;
  background: black;
}

.disclaimer {
  color: white;
  font-size: 16px;
  text-align: center;
}

.disclaimer h3 {
  color: white;
  max-width: 500px;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  text-align: center;
}

.disclaimer b {
  display: block;
  font-size: 24px;
  color: red;
}

.disclaimer b span {
  display: inline-block;
  padding: 10px 20px;
  background-color: red;
  background-image: linear-gradient(315deg, #a71d31 4%, red 73%);
  border-radius: 30px;
  color: white;
  margin: 16px;
}

.weapon {
  display: flex;
  margin: 20px 0;
  color: white;
  align-items: center;
}

.weapon-image img {
  max-width: 100%;
  width: 120px;
  filter: grayscale(1);
}

.weapon-description {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  width: 40%;
  text-align: center;
}

.weapon-count {
  display: inline-block;
  margin-top: 20px;
  font-family: Ermilov, sans-serif;
  font-size: 30px;
  color: white;
  line-height: 22px;
  background-image: linear-gradient(315deg, #a71d31 4%, red 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.weapon-destruction {
  position: relative;
  margin-left: 15px;
  width: 58%;
  overflow: hidden;
  border: solid 2px red;
  border-radius: 50%;
  padding: 5px;
}

.weapon-destruction .arrow {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0px;
  width: 60px;
}

.weapon-destruction img {
  max-width: 100%;
  border-radius: 50%;
}

.weapon-destruction img.tank {
  width: 100%;
}

.weapon-destruction .destruction-place {
  display: inline-block;
  bottom: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background: black;
  width: fit-content;
  padding: 3px 6px;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
}

.weapon-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  line-height: 22px;
  text-transform: uppercase;
}

.kalibr .weapon-image img {
  width: 92px;
}

.aircraft .weapon-count {
  margin-top: 5px;
}

.grad .weapon-count {
  font-size: 20px;
}


/* Accordion */
.accordion {
  margin-top: 20px;
}

.accordion .accordion-item {
  border-bottom: 1px solid lightgray;
}

.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid red;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  font-size: 1.1rem;
  font-weight: 400;
  border: none;
  outline: none;
  background: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: red;
}

.accordion button .accordion-title {
  font-weight: 500;
  display: inline-block;
  padding-right: 30px;
  font-size: 22px;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion .accordion-item button[aria-expanded="true"] {
  color: red;
}

.accordion .accordion-item button[aria-expanded="true"] .icon::after {
  width: 0;
}

.accordion .accordion-item button[aria-expanded="true"] + .content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
}

.content {
  opacity: 0;
  max-height: 0;
  transition: opacity 200ms linear, max-height 200ms linear;
}

.content p {
  font-size: 18px;
  font-weight: 300;
  margin: 1em 0;
}

.contact {
  margin: 70px 0 20px 0;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}

.contact a {
  display: inline-block;
  color: red;
  border-bottom: solid 2px red;
  text-decoration: none;
}

.we-will-win {
  text-align: center;
}

.we-will-win .appreciate {
  height: 300px;
  background-image: url("../img/appreciate.jpg");
  background-size: contain;
}

.we-will-win h2 {
  text-align: center;
  font-size: 26px;
  margin: 50px;
}

.we-will-win .appreciate {
  max-width: 100%;
  max-height: 300px;
}

.we-will-win b {
  display: block;
  font-size: 40px;
}

.glide__arrow2:hover svg {
  cursor: pointer;
  color: red !important;
}

.footer {
  background: black;
  padding: 15px 0;
  display: flex;
  color: white;
  font-size: 14px;
  justify-content: space-between;
}

.war-crimes-videos {
  text-align: center;
}

.war-crimes-videos h3 {
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: solid 5px red;
}

.video-description {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  margin: 30px;
  /*border-bottom: solid 5px red;*/
}

.video-description-small {
  padding: 0 30px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.stop-russia-now {
  font-size: 30px;
  padding: 100px 50px;
  font-family: Ermilov, sans-serif;
  color: white;
  max-width: 500px;
  margin: 0 auto;
}

.services {
  color: white;
  margin-bottom: 30px;
}

.embed-container { position: relative; padding-bottom: 49%; padding-top: 30px; height: 0; overflow: hidden; }

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.provision-of-services {

}

.stop-russian-business h2 {
  margin-top: 0;
}

.stop-russian-business h2 b {
  display: inline-block;
  border-bottom: solid 5px red;
  margin-bottom: 12px;
  font-size: 20px;
}

/* Breakpoints */
@media (max-width: 480px) {
  .video-background .mariupol-tank-image {
    left: -194px;
  }
}
@media (min-width: 480px) {
  .header .mariupol-tank {
    top: -220px;
  }

  .reasons {
    margin-top: 30px;
  }

  .reason {
    width: 50%;
  }
  .examples h2 {
    width: inherit;
  }

  h2 {
    font-size: 22px;
  }

  .crimes-list h2 {
    font-size: 20px;
  }

  .calculator .disclaimer {
    font-size: 18px;
  }

  .calculator {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .weapon {
    flex-direction: column;
    justify-content: space-between;
  }

  .weapon-image img {
    height: 100px !important;
  }

  .weapon-description {
    width: 100%;
    margin-bottom: 20px;
  }

  .weapon-image img {
    width: initial;
  }

  .weapon.aircraft .weapon-count {
    margin-top: 20px;
  }

  .weapon-destruction {
    max-width: 300px;
  }

  .weapon-destruction .arrow {
    top: 0;
    left: 50%;
    transform: rotate(90deg) translate(0, 50%);
  }

  .weapon-count {
    font-size: 40px !important;
    line-height: 40px;
  }

  .grad .weapon-count {
    font-size: 36px !important;
  }

  .weapon-title {
    font-size: 28px;
  }

  .video-description-small {
    font-size: 18px;
  }
}


.video-background {
  position: relative;
  background: black;
}
.fadeInAnimation {
  animation: fadeIn 3s normal forwards;
  -webkit-animation: fadeIn 3s normal forwards;
  -moz-animation: fadeIn 3s normal forwards;
  -o-animation: fadeIn 3s normal forwards;
  -ms-animation: fadeIn 3s normal forwards;
}
.video-background .mariupol-tank-image {
  position: absolute;
  width: 800px;
  top: 0px;
}

@keyframes fadeIn {
  0% {opacity:.1;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:.1;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:.1;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:.1;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:.1;}
  100% {opacity:1;}
}

.video-background .ukraine-map {
  display: none;
  position: relative;
  z-index: 20;
}


/* Localization */

.localize-arrow {
  width: 12px;
  opacity: .6;
}
.selected-language {
  opacity: .6;
}

.nav-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  z-index: 100;
}
.sl-nav {
  display: inline;
}
.sl-nav ul {
  margin:0;
  padding:0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
  padding-bottom:10px;
}
.sl-nav li a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {
  position: absolute;
  top:29px;
  width: 160px;
  right:-15px;
  display: block;
  background: #fff;
  z-index: 1;
  border-radius:5px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  cursor: pointer;
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index:10;
  height: 14px;
  overflow:hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius:2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul {
  padding: 10px 0;
}

.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 8px 15px;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}

.sl-nav li ul li:hover {
  background: rgba(0,0,0,.1);
}

.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}
.sl-flag {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
  background-position: center center;
  background-size: 24px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.flag-de {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAFpSURBVHja1JY9UsMwEIU/2TK/GX4aOgouwCEyuSoXoEuXs8DQEmPsAVu7WorYsWEMlVLwKnnW0tPbfeu1MzMOiYwD4+AEDvDACVAkPjsAnx5YrFarbZ7nyW+/Xq+vPXCeZRnL5TLp4ZvNBuDcA15EaNuWsiyxPm87TJ765TRuBm4fNjCHAy6vr9AYAbwHUFWapqFpmiS3L44KJAToC0wIgbquqes6CYH3HlUdCR7kiNP3QKxCGu/ngY9QcDcQmCixeiNW1d87vxfod+QOk25UoNJhZUV8q9I0l3PETkaCGITu6YVYlkkItKrR05OJgi6ABOgLMzb5XE5sEv8lfxLQLh8JTAQ0ws67CSRETCY2vXlULhYGMdUnNFI1CveDgig7hZaIwSKmEwVm0ucvlQRlmGMTAg/ZWSICw2zs5GBReN3KjHtsZnz8dBMzztu/GxxwCdwCV4nHQQk8DxPteEhXQgjQun//V/E1AKhCtJ+oKKhxAAAAAElFTkSuQmCC")
}
.flag-en {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAQfSURBVHja1JZdbJNlFMd/b1va9X03ugGDsVRYoqgJII6NCCjimJuwkUAYbmEZKIqEmMxoQBwGTIwSRV2EgA4YcAGRIB8BBDaBMAGHBj9QHGQITAZky7qVtuv6tmvfj8eLFrYr8GJceJLn5jnnOf/zP/mfnEcSQvAwzcJDtocOIAE2IAkYNMC5NaDXBiT7v9nvTy0v4cLFNr5YV4fPFwDs/eIMDhxajre8FIBhu/dSMrcasParS2Pw8HSWFj/K+J/rkUaOZERVZZoNUGKXmuk5eJSJxQVs3b6YuiN/0trakSBnAAKbVUKZPh0Am1VixoyxiQZYAUHm6BHkZ0LK1ctYF5bizJkAVZWKBbDVuiYRc8gENtaS1H6bl0tzGf9UFh5PNx6PH48niBCgd3Whd3YiBHg8QTo6/Hh8YR4fk0GRuIXz919wznwRe84EamsbAWwWgJP1F9h1YxCdTzyNumc/4eMNzJo5jsVLXkDTrKhqFCFAqCoiHEYIUNUoMYtM2XNu8lsasUYipFYuIZCcxrYtZ9iz52yfijTN4HpzC59818oPo6bQc/4PvNVfM26UzMqqIkKhXkBgqiqmqgKCUKiXN8dZGXPueyw52bgWL+D0Tzd5b/lumppuYBhSvJ0Aum7S06Ph93ezY98d5Ldn87wcRP2tCff0qayrXogpwAgGATAFbF+Vh+71YS98A5/DxbmGv9m0/hgAaWkymha9J9PRdwKhVkeSgwcNtbdkTlxFBw7fX/sSRHtjDE1VsmwAnlkFOIcMweju/k8C9xTk3ddvdbmIJHLZAAxdR2trwwgEBmTCzFAI0+HoA0ivO4FTlh/4sP3JxwDIvHL9gbGRcBjS0+IAz+SuRtclgsEIABs3L+OV8lz0Ti/qmXPYMzPQsrMRptnXpi6VMaPT6N53GHtmBntvWqlcthmAwYOd2O30l6mEYZggBrFqTRmLynMJHTtJ55wFXDv7F+kvbU1wN+MHyB67gstXPLiKZ3Bny06m1XxI9Vt5JI9wo+sGmmbpAzCMKFlZbhoaV7Pq3QK8q9eirv2MptkLKTlFAhyEacZZiPjds5M/5uiZW7h3fsXQV8sorqulvnwYU/MnoWlaH0Bh4UTqG1aSmy7RXlSGdu0fduQtpXTTJTparmKaAtGPgQBMUxCJdDN/7gZWVh0k6fUKhu+qYeipOjYmX+K1iil9AOs3lGFraKBt3iJC2ZNYIefxeU0j1mgURUlBURxIElhkGYssI0mgKA4URUFWFLZtPU5R/pe0pmTg/vEI1hSZil+/vacirevTDYRPnKZlbgUfHG3nVvOphEsCYoCB3+cj0BufTqfPRywWTtRnAHD+/EWmTV7DR2vnM+/9d5AP1cPZY5oEuIBHgNQBXjgB4Pbdjea4OxMDaDoQlf73v4p/BwAgir62/ncsQQAAAABJRU5ErkJggg==");
}
.flag-es {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAIgSURBVHja1Ja9bhNBEMd/e7t2HH/FjiIgiQJSRJUmQnkBQFDwALwDr8CL8BwUNHQRFQWKIoQQSICIrSQUEYntGPt8uzMUd5bPAslBuhSMNM3c7Px3PvY/Z1SV65SIa5ZrBzCAAypAqeDYCTB2QP300ZNzrC389uuvX7UdUCOyLD98UGjw0f4bgJoDnHiPxDFy0QM0q5zmqgiogjG573kbqT07ErVbiAQA5wA0BBj+guGwmOuXy5B4yBrMrZcJdukS9LKg0XE0JwFaGYBqAB2k6lLYYbdC/9gRRUrjjqe6Ev8DgkU1mWUg4kF7oH1kpPROFX9UYvhOoRoRiXK5NuHGpr3y9EvIlUg1Ae0DPdRYJmGL8PErer5O8+4z3OoHRvIW9GTW4AUAqpN8BhOQLkTn6MUy5cMdOgenHGiNe58sW+U2pVBB1jpEFQOyKH4LkcqMKkQ9qAcExFPasNx+PGF19IMv+88ZfX5BubUMIaQ+i1R9GnMKoCYBJxAFfNPS2YwJNx179+tsr42J62ecbHu0asCG1HeBqsk3OfEQBFSpuD71+JDV3THsfmPjaZr18dl7rPqUYRa2IEEyPwfQ3fM0RJHBtLhHdP44dcT3q1J0QxhEcxkkKAYVKeSdaQhTqsjG1AeMtdhatZiXrJoNRAqQiA/8zAwzossTHvPENyW3v66XOZJMDLACbAGtgtfBBdCdbrSlabkKFA/E5r//q/g9AFSCCcNzV0mtAAAAAElFTkSuQmCC");
}
.flag-fr {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAGeSURBVHja1JYxjtNAFIa/sYfNQlYQDkBDxxXoWG3LETgDN+EUHIFi6204BlKQKBAKjmNvYs97byiS4BibFRMlBVPZY837/P/z229cjJFzjowzj7MDHOCBS+DRiWsHYOOBq5ubDz/zfFzM7e37B6t8efvur89efvr43APTLMu4vn511GtevXk9Ol/dfQaYesCLKE0TKIp74s63f/bh+4/txS6NDshmTzE1AO8BVI26bqjrNllBrNf9e8BdXBBFYLfBhKBUVUtVNckAq+phcrwnqnYAEWW1WlOW62SArlbDyTzDgvQBZdkBUvZBy2ok/Bkm4RAgFMWG5XKTblFZDus7sPaPPZjPFxTFfTKgnX8bOjSr0ctJB2hbRWSbpnQJwzVRBJPs0KKAqscs/c8aRwCYYiH0LTJzmB2hYBfHHjQISuwAqopZjuoRveG36n32IlgkBu0rADuBRdv1URXTQwViZDlMp5P0hvLk8Qg1ErWLaQgiOK1GCywWiwcBy3bT7y79LzU44BnwApiduOEUwNd9R5vs7TrhEKBx//2p4tcAWS7l64CWshYAAAAASUVORK5CYII=");
}
.flag-it {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAGeSURBVHja1JY7chNBEIa/GY2xsCmMUwofgQtQPgMZAQE3IeIsVEHGKSgO4sIOcMlopV3tox8Elkor76LSghS4w97p+fbvx8wEd+eQFjmwHRwQgASMgaM9790AZQKevfv26W4UQ++qL28/bt3l5v2Hv357+fXzeQJOYwhcvnq9qWtHG1++6fWX338AnCYgqSm1NkyrHF/uv2tv2a9bANrdGM+eY2YAKQE0buRSUkg1ONFWLDo+P3qCi8CywKgqRV2R1+VggOd515cSLroGiAnzesG8XgwG6HzWBYwipi0FokJWF2RNMVxBNu/6QsTqZg1oVJk2BVk9HGBZ1jtcGzUQFa5nt0yrfPg0/bzuSVuOjo83AQqr1hoooSdGBa1jCyCKxIA9PFnDPwJE8dCugQnuI4wHi3eYNjftMlWwZfASoASLmPn6r3ceZW8F3J8BwRxz3azBiHivwP+nBr6SgFtLgZkRHU7SePiFcvK0J2+OtwatEVNk1j8Dk8lkK2BSbj1emgCcARfAiz1fOL+Bq9WNdrxK1x5NgCo8+lfFnwEABhrmQSenkh4AAAAASUVORK5CYII=")
}
.flag-nl {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAExSURBVHja1JY9TgMxEIW/2XhDxEYEWiQEJWdAnICegqPRU3ARxDUiIWp+oiwh9sxQZJ2/2ouU19gaS+953rNsi7vTJyp6Ru8CAgRgBNSFuSOwCMD4/f7hQwaD4rs/f346C0AjVcXo9qYo+eLlFaAJQDBVWC6xr2/cHREhny4RAdip79fyfB3s5AQzAwgBwGPC5i3WtoDgeBeP4924qtPVNlit78LrIZ4SdAFjmvD2B5+3RezxEPCk61N0GWOchlUzxZBSoq7rqwrIfhVF5qz2AyqFzPk/HRy0RQHg+u4RkyGz+bII+bgZUkvcCCRVvDLUvJg90XVLICoEsEICqmC6JaDmVDjNcZkb23G0CzkAMSZF0qyP9yYKMAEugNPC5J/AW37RjrJdJa8j4FcO/lfxNwBleqag/5PB9AAAAABJRU5ErkJggg==")
}
.flag-pl {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAADhSURBVHja3JYxcgIxDEWfjMkykBnIAbgKFfe/BKkT0iXIkihg2R3KjFwkqiwXetaXbFkigp5W6GzdAQJUYAUsk2Mr8F2B14j47HJ6kbcCbDoqtClA7dFJ95i1zJweAP4JwN3TAWPM7hlUgPfDkRdV/PyV8zzstlyGYQKYKqiBJUmlhhWdAN4amEFWLawRKhMgVPGASAK4GX6LP2UgSBpA3HGdFTlaA1kkSuQEPs/AoBbKep3Vo4TZA6DejI9mv5sm8eRz37utVYAtsAd2yXftDJzGiTaMciVaA37kz/8qrgMAXMKDC2o49tsAAAAASUVORK5CYII=")
}
.flag-tr {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAKsSURBVHja1JY9TxRRFIafe+fOzoZFwEAhEAu10oT4C7Q1dkRDo1aWBH6F1iT+AEJLZUJCQkNhQ0fooNGoEc0iBJdxl9nZuR/HYmblozAUS+FJJpmcnHs+3nfee0aJCNdpmmu2ay+gAAPUgXjAuS2QG2C4OTfXEudQSTLQCpOrqzcN0EBr6o8fo2u1gSXvbm0BNAxgQgjQ6+HTFERAKRBBQgARlNalr/KjVJnl8nuf2NHR8iwYAyDWErpd6HbLWOcQ79E3bqCSBMlOkbyHiq9Gk8Qx4hxUBCPeI50OIc+hKIgmJhienSWZmSG029jPn+nt7NDb3b1agSginC8QnMO320inQzQ2xtjiItHkJKfr62QbG4hzROPjKKVKGEMArUvorlpA0pTQajH87HmZfGOD9N07qNdRxuCazRLfRoPavXvYL1/KyStYL378CrH2HETWImkKRUHy4D4A2fo6IcvQIkifxDim/ugRI/Pz5FtbnCwtgbVnRPcnUOoiB8E5ih8/IM+RogDAHx5iv39HDw2Vp0JAJXVClqHiGCkK7P4+OAeXoNKdDr7SlAHw1mKcI2Sn5Nvb1B4+ZOjpU7IPH5AoQkUREgJi23Tev8d++4bd20MnCaFq6IJ5jz8PUXCu7DAy/F5eZujJE0ZevyacnNBeWUG8x0xPI2mKPz6mu7lZkhxpULok/bw5h1Sw6b868B7iGPv1KwcvXpJtbjK6sMCttTXG37wlvnMX12ohIqV8tEaEcrJLT/CecHkC5X2p2nod++kjP1+9wkxNoUdG8EdH+FYLVaudqflfN2gIhCrG9JWL92cBcQwiuIMDaDZRxvz1cZUFVU1yNkHVvW40BnPTiSBVwwawwXt+5Tk6iga9b6wCRoHbwNiAk58A+/2NlvThGqA5oKf++7+KPwMAFB2HkCtuMFYAAAAASUVORK5CYII=")
}

.provision-of-services {
  display: flex;
  flex-wrap: wrap;
}

.list-of-services h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.service-card {
  position: relative;
  margin-bottom: 30px;
}

.service-card h3 {
  position: absolute;
  margin-bottom: 15px;
  left: 120px;
  height: 100px;
  display: flex;
  align-items: center;

}

.service-card img {
  display: block;
  width: 100px;
  border-radius: 20px;
  margin-right: 15px;
}

.share {
  padding-bottom: 30px;
  text-align: center;
}

.share h3 {
  display: block;
  margin: 20px 0 10px 0;
  font-size: 24px;
}

.share .with {
  margin-bottom: 20px;
}

.support-columns {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}

.support-item {
  background: white;
}

.support-item-image img {
  max-width: 100%;
  max-width: 100%;
    height: 250px;
    object-fit: cover;
}

.support-item-text {
  padding: 15px 20px;
}

.support-item-text b {
  display: block;
  margin-bottom: 15px;
}

.support-by-business {
  padding: 40px 10px;
  font-size: 22px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 769px) {
  .header .container {
    padding: 0;
  }
  .header .overlay {
    padding: 10px 30px 10px 30px;
  }
  .accordion button .accordion-title {
    font-size: 20px;
  }
  .war-crimes-videos {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 769px) {
  .header .bullets-title {
    margin-top: 30px;
  }
  .mariupol-tank {
    display: none;
  }
  h2 {
    margin: 40px 0 40px 0;
  }
  .nav-wrapper {
    top: 5px;
  }
  .header {
    padding-bottom: 80px;
  }
  .header h2 {
    margin-top: 80px;
    display: inline-block;
    background: black;
    padding: 10px 20px 0 0;
  }
  .video-background {
    position: absolute;
    right: 50px;
    top: 100px;
    display: inline-block;
    overflow: hidden;
  }
  .video-background .mariupol-tank-image {
    width: 1000px;
    left: -150px;
    top: -105px;
  }
  .video-background .ukraine-map {
    display: block;
    max-width: 680px;
  }
  .attention {
    /* background: black; */
    font-size: 18px;
    text-transform: uppercase;
  }

  .reasons h3 {
    margin-bottom: 20px;
  }

  .crimes-list h2 {
    padding: 60px 20px;
    font-size: 24px;
  }

  .crimes-list span {
    font-size: 30px;
  }

  .crimes-list .crime {
    opacity: .6;
    bottom: -50px;
  }

  .glide__track {
    overflow: hidden !important;
  }

  .disclaimer h3 {
    max-width: 100%;
  }

  .disclaimer b {
    display: inline;
  }

  .stop-russian-business h2 b {
    font-size: 22px;
  }

  .embed-container {
    max-width: 600px;
    margin: 0 auto;
  }

  .calculator {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .weapon {
    margin-bottom: 40px;
  }

  .weapon-destruction {
    width: 80%;
  }

  .list-of-services h2 {
    margin-bottom: 60px;
  }

  .service-card h3 {
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 20px;
  }

  .service-card {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 30px;
  }

  .service-card img {
    float: left;
    width: 30%;
  }

  .stop-russia-now {
    max-width: 730px;
    text-align: center;
  }

  .war-crimes-videos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }

  .button-share {
    margin-left: 10px;
    margin-right: 10px;
  }

  .support-columns {
    grid-template-columns: 1fr 1fr 1fr;
  }

}

.please-share {
  margin-bottom: 20px;
}

.glide__companies {
  filter: grayscale(1);
}

.button-share {
  display: inline-block;
  font-family: Ermilov, sans-serif;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tweet-button {
    background-color: #1d9bf0;
    padding: 10px 20px 10px 15px;
}
.tweet-button svg {
    width: 40px;
}

.facebook-button {
  background-color: #4267B2;
  padding: 10px 20px 10px 10px;
}

.facebook-button svg {
  width: 40px;
  margin-right: 10px;
}

.linkedin-button {
  background-color: #006192;
  padding: 10px 20px 10px 10px;
}

.linkedin-button svg {
  fill: white;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.today {
  border-top: solid 1px rgba(255,255,255,.2);
  color: white;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-family: 'OsnovaPro';
}

video::-webkit-media-controls {
  display:none !important;
}

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}