@font-face {
  font-family: "e-Ukraine-Regular";
  src: url("../fonts/e-Ukraine-Regular.woff") format("woff");
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important;
}

html {
  height: 100%;
}

body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  color: #394149;
  word-spacing: 3px;
  font-family: "e-Ukraine-Regular", serif;
}

body.modal-active{
  overflow: hidden;
}

p{
  margin-top: 0;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

input,
textarea {
  font-family: "e-Ukraine-Regular", serif;
}

ul,
ol {
  padding-left: 0;
  margin: 0;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.error-load{
  color: rgba(255, 0, 0, 0.4);
  text-align: center;
}

.custom-logo {
  display: block;
  max-width: 130px;
  height: auto;
}

.dropdown {
  position: relative;
}

.dropdown__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.dropdown__img {
  width: auto;
  height: 20px;
  display: block;
  margin-right: 8px;
  border-radius: 50%;
}

.dropdown__chevron {
  width: 8px;
  height: 5px;
  stroke: #000;
  margin-left: 5px;
  display: block;
}

.dropdown__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 200ms all;
  -o-transition: 200ms all;
  transition: 200ms all;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 10px;
}

.dropdown.active .dropdown__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.dropdown__items {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.dropdown__items li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  color: #000;
}

.breadcrumbs {
  padding: 30px 0;
}

.kb_title{
  display: none;
}

.kama_breadcrumbs div:last-of-type{
  display: none;
}

.breadcrumbs .kama_breadcrumbs {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media(min-width: 992px){
  .breadcrumbs {
    padding: 70px 0;
  }

  .kb_title{
    display: block;
  }

  .kama_breadcrumbs div:last-of-type{
      display: block;
  }
}

.breadcrumbs a {
  color: #6F767E;
}

.breadcrumbs .kb_title {
  color: #3E8BF3;
}

.breadcrumbs__sep {
  width: 5px;
  height: 8px;
  display: block;
  fill: #6F767E;
  margin: 0 15px;
}

.btn {
  border-radius: 30px;
  background-color: #25282B;
  padding: 10px 30px;
  height: 56px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: none;
  display: inline-block;
  text-align: center;
  -webkit-transition: 200ms all;
  -o-transition: 200ms all;
  transition: 200ms all;
  line-height: 1.7;
}

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

.btn_with_icon{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.btn__icon{
  width: 32px;
  height: 32px;
  stroke: #fff;
  margin-left: 15px;
}

.btn_theme_gradient {
  background: rgb(91, 201, 255);
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgb(91, 201, 255)), to(rgb(255, 249, 110)));
  background: -o-linear-gradient(left, rgb(91, 201, 255) 35%, rgb(255, 249, 110) 100%);
  background: linear-gradient(90deg, rgb(91, 201, 255) 35%, rgb(255, 249, 110) 100%);
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all;
  color: #000;
  background-size: 150% 150%;
  background-position: -50px;
}

.btn_theme_gradient:hover {
  background-size: 150% 150%;
  background-position: 0;
}

.btn_size_200 {
  width: 200px;
}

.btn_size_150 {
  width: 150px;
}

.btn_small {
  padding: 5px 15px;
  font-size: 16px;
  height: 36px;
}

.btn_small svg{
  width: 25px;
  height: 25px;
}

.link-more {
  color: #6F767E;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
}

.link-more__icon {
  margin-right: 5px;
  display: block;
  stroke: #6F767E;
  width: 15px;
  height: 18px;
}

.link-more__arrow {
  margin-left: 10px;
  fill: #6F767E;
  display: block;
  width: 20px;
  height: 16px;
}

.post-content{
  padding-bottom: 50px;
}

.form-field_padding_bottom {
  padding-bottom: 30px;
}

.form-field__label {
  display: block;
  margin-bottom: 5px;
}

.error-value{
  color: rgba(255, 0, 0, 0.4);
  padding-top: 5px;
}

.form-field__input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #fff;
  display: block;
  width: 100%;
  height: 46px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
}

.form-field__input.error,
.form-field__textarea.error,
.select-selected.error{
  border-color: rgba(255, 0, 0, 0.2);
}

.form-field__textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #fff;
  display: block;
  width: 100%;
  height: 152px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  resize: none;
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: #fff;
  padding: 10px 50px 10px 20px;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  width: 25px;
  height: 9px;
  background-image: url("../img/chevron-down.svg");
  background-repeat: no-repeat;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
}

.select-selected {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.6);
}

.select-items div {
  padding: 10px;
}

.select-items {
  position: absolute;
  background-color: #fff;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  max-height: 500px;
  overflow-y: auto;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #f9f9f9;
  cursor: pointer;
}

.section-headline {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}

.section-headline_size_small {
  font-size: 32px;
  margin-bottom: 30px;
}

.section-headline_align_center {
  text-align: center;
}

.section-headline-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-headline-wrap__line {
  display: block;
  height: 1px;
  background-color: #CBCBCB;
  margin-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-description {
  margin-top: 0;
  margin-bottom: 30px;
}

.catalog-wgt {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 15px 30px 15px;
}

@media(min-width: 992px){
  .catalog-wgt_width_50 {
    width: 50% !important;
  }
}

.catalog-wgt__link {
  color: #000;
}

.catalog-wgt__headline {
  font-weight: 500;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.catalog-wgt__description {
  margin-bottom: 20px;
  color: #6F767E;
}

.catalog-wgt__list {
  list-style-type: none;
}

.catalog-wgt__list li {
  font-size: 14px;
  padding-bottom: 10px;
}

.catalog-wgt__list span {
  text-decoration: underline;
  color: #6F767E;
}

.catalog-wgt__list a {
  text-decoration: underline;
  color: #3E8BF3;
}

.catalog-wgt__thumbnail-wrap {
  padding-bottom: 25px;
}

.catalog-wgt__thumbnail-img {
  border-radius: 12px;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.catalog-wgt:last-child {
  padding-bottom: 0;
}

.country-list {
  list-style-type: none;
}

.country-list__link {
  transition: 200ms all;
  border-radius: 8px;
  padding: 8px 15px;
  font-size: 14px;
  color: #6F767E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.country-list__link:hover {
  background-color: #fff;
  color: #000;
}

.country-list__img {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
  border-radius: 50%;
}

#modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 99999;
}

#modal-container.one {
  -webkit-transform: scaleY(0.01) scaleX(0);
      -ms-transform: scaleY(0.01) scaleX(0);
          transform: scaleY(0.01) scaleX(0);
  -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one .modal-background .modal {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out .modal-background .modal {
  -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#modal-container.two .modal-background {
  background: rgba(0, 0, 0, 0);
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two .modal-background .modal {
  opacity: 0;
  -webkit-animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two + .content {
  -webkit-animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two.out {
  -webkit-animation: quickScaleDown 0s 0.5s linear forwards;
          animation: quickScaleDown 0s 0.5s linear forwards;
}

#modal-container.two.out .modal-background {
  -webkit-animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two.out .modal-background .modal {
  -webkit-animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two.out + .content {
  -webkit-animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.three {
  z-index: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#modal-container.three .modal-background {
  background: rgba(0, 0, 0, 0.6);
}

#modal-container.three .modal-background .modal {
  -webkit-animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.three + .content {
  z-index: 1;
  -webkit-animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.three.out .modal-background .modal {
  -webkit-animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.three.out + .content {
  -webkit-animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.four {
  z-index: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#modal-container.four .modal-background {
  background: rgba(0, 0, 0, 0.7);
}

#modal-container.four .modal-background .modal {
  -webkit-animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.four + .content {
  z-index: 1;
  -webkit-animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.four.out .modal-background .modal {
  -webkit-animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.four.out + .content {
  -webkit-animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.five {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#modal-container.five .modal-background {
  background: rgba(0, 0, 0, 0);
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.five .modal-background .modal {
  -webkit-transform: translateX(-1500px);
      -ms-transform: translateX(-1500px);
          transform: translateX(-1500px);
  -webkit-animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.five.out {
  -webkit-animation: quickScaleDown 0s 0.5s linear forwards;
          animation: quickScaleDown 0s 0.5s linear forwards;
}

#modal-container.five.out .modal-background {
  -webkit-animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.five.out .modal-background .modal {
  -webkit-animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#modal-container.six .modal-background {
  background: rgba(0, 0, 0, 0);
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six .modal-background .modal {
  background-color: transparent;
  -webkit-animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six .modal-background .modal h2,
#modal-container.six .modal-background .modal p {
  opacity: 0;
  position: relative;
  -webkit-animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six .modal-background .modal .modal-svg rect {
  -webkit-animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six.out {
  -webkit-animation: quickScaleDown 0s 0.5s linear forwards;
          animation: quickScaleDown 0s 0.5s linear forwards;
}

#modal-container.six.out .modal-background {
  -webkit-animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six.out .modal-background .modal {
  -webkit-animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six.out .modal-background .modal h2,
#modal-container.six.out .modal-background .modal p {
  -webkit-animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six.out .modal-background .modal .modal-svg rect {
  -webkit-animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.seven {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#modal-container.seven .modal-background {
  background: rgba(0, 0, 0, 0);
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.seven .modal-background .modal {
  height: 75px;
  width: 75px;
  border-radius: 75px;
  overflow: hidden;
  -webkit-animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.seven .modal-background .modal h2,
#modal-container.seven .modal-background .modal p {
  opacity: 0;
  position: relative;
  -webkit-animation: modalContentFadeIn 0.5s 1.4s linear forwards;
          animation: modalContentFadeIn 0.5s 1.4s linear forwards;
}

#modal-container.seven.out {
  -webkit-animation: slowFade 0.5s 1.5s linear forwards;
          animation: slowFade 0.5s 1.5s linear forwards;
}

#modal-container.seven.out .modal-background {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: fadeToRed 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeToRed 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.seven.out .modal-background .modal {
  border-radius: 3px;
  height: 162px;
  width: 227px;
  -webkit-animation: killShot 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: killShot 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.seven.out .modal-background .modal h2,
#modal-container.seven.out .modal-background .modal p {
  -webkit-animation: modalContentFadeOut 0.5s 0.5 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: modalContentFadeOut 0.5s 0.5 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

#modal-container .modal-background .modal {
  background: #fff;
  display: block;
  position: relative;
  margin: auto;
  width: 90%;
  text-align: left;
  border-radius: 15px;
  top: 30px;
}

@media(min-width: 992px){
  #modal-container .modal-background .modal {
    width: 75%;
  }
}

#modal-container .modal-background .modal__close-btn {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 40px;
  right: 30px;
}

#modal-container .modal-background .modal__close-icon {
  stroke: #6F767E;
  display: block;
  width: 25px;
  height: 25px;
}

#modal-container .content {
  min-height: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  z-index: 0;
}

#modal-container .content h1 {
  padding: 75px 0 30px 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

#modal-container .modal-background .modal-success{
  max-width: 600px;
  text-align: center;
}

.modal-success .modal-content__headline{
  margin-bottom: 15px;
}

.modal-success .modal-content__description{
  padding-bottom: 50px;
}

.modal-content__success{
  width: 90px;
  height: 90px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  margin: 0 auto 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content__success-icon{
  width: 40px;
  height: 40px;
  stroke: #6FD6BD;
  display: block;
}

@-webkit-keyframes unfoldIn {
  0% {
    -webkit-transform: scaleY(0.005) scaleX(0);
            transform: scaleY(0.005) scaleX(0);
  }

  50% {
    -webkit-transform: scaleY(0.005) scaleX(1);
            transform: scaleY(0.005) scaleX(1);
  }

  100% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
}

@keyframes unfoldIn {
  0% {
    -webkit-transform: scaleY(0.005) scaleX(0);
            transform: scaleY(0.005) scaleX(0);
  }

  50% {
    -webkit-transform: scaleY(0.005) scaleX(1);
            transform: scaleY(0.005) scaleX(1);
  }

  100% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
}

@-webkit-keyframes unfoldOut {
  0% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }

  50% {
    -webkit-transform: scaleY(0.005) scaleX(1);
            transform: scaleY(0.005) scaleX(1);
  }

  100% {
    -webkit-transform: scaleY(0.005) scaleX(0);
            transform: scaleY(0.005) scaleX(0);
  }
}

@keyframes unfoldOut {
  0% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }

  50% {
    -webkit-transform: scaleY(0.005) scaleX(1);
            transform: scaleY(0.005) scaleX(1);
  }

  100% {
    -webkit-transform: scaleY(0.005) scaleX(0);
            transform: scaleY(0.005) scaleX(0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }

  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}

@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }

  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }

  100% {
    background: rgba(0, 0, 0, 0);
  }
}

@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }

  100% {
    background: rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.8) translateY(1000px);
            transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
}

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.8) translateY(1000px);
            transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.8) translateY(1000px);
            transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}

@keyframes scaleDown {
  0% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.8) translateY(1000px);
            transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}

@-webkit-keyframes scaleBack {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes scaleBack {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@-webkit-keyframes scaleForward {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleForward {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes quickScaleDown {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  99.9% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes quickScaleDown {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  99.9% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes slideUpLarge {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideUpLarge {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes slideDownLarge {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideDownLarge {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes moveUp {
  0% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveUp {
  0% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes moveDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
}

@keyframes moveDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
}

@-webkit-keyframes blowUpContent {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  99.9% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes blowUpContent {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  99.9% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes blowUpContentTwo {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes blowUpContentTwo {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes blowUpModal {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes blowUpModal {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes blowUpModalTwo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}

@keyframes blowUpModalTwo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}

@-webkit-keyframes roadRunnerIn {
  0% {
    -webkit-transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
            transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }

  70% {
    -webkit-transform: translateX(30px) skewX(0deg) scaleX(0.9);
            transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }

  100% {
    -webkit-transform: translateX(0px) skewX(0deg) scaleX(1);
            transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}

@keyframes roadRunnerIn {
  0% {
    -webkit-transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
            transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }

  70% {
    -webkit-transform: translateX(30px) skewX(0deg) scaleX(0.9);
            transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }

  100% {
    -webkit-transform: translateX(0px) skewX(0deg) scaleX(1);
            transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}

@-webkit-keyframes roadRunnerOut {
  0% {
    -webkit-transform: translateX(0px) skewX(0deg) scaleX(1);
            transform: translateX(0px) skewX(0deg) scaleX(1);
  }

  30% {
    -webkit-transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
            transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }

  100% {
    -webkit-transform: translateX(1500px) skewX(30deg) scaleX(1.3);
            transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}

@keyframes roadRunnerOut {
  0% {
    -webkit-transform: translateX(0px) skewX(0deg) scaleX(1);
            transform: translateX(0px) skewX(0deg) scaleX(1);
  }

  30% {
    -webkit-transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
            transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }

  100% {
    -webkit-transform: translateX(1500px) skewX(30deg) scaleX(1.3);
            transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}

@-webkit-keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 778;
  }
}

@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 778;
  }
}

@-webkit-keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: white;
  }
}

@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: white;
  }
}

@-webkit-keyframes modalFadeOut {
  0% {
    background-color: white;
  }

  100% {
    background-color: transparent;
  }
}

@keyframes modalFadeOut {
  0% {
    background-color: white;
  }

  100% {
    background-color: transparent;
  }
}

@-webkit-keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }

  100% {
    opacity: 0;
    top: -20px;
  }
}

@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }

  100% {
    opacity: 0;
    top: -20px;
  }
}

@-webkit-keyframes bondJamesBond {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
  }

  80% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }

  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }

  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}

@keyframes bondJamesBond {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
  }

  80% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }

  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }

  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}

@-webkit-keyframes killShot {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(300px) rotate(45deg);
            transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}

@keyframes killShot {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(300px) rotate(45deg);
            transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes fadeToRed {
  0% {
    background-color: rgba(0, 0, 0, 0.6);
  }

  100% {
    background-color: rgba(255, 0, 0, 0.8);
  }
}

@keyframes fadeToRed {
  0% {
    background-color: rgba(0, 0, 0, 0.6);
  }

  100% {
    background-color: rgba(255, 0, 0, 0.8);
  }
}

@-webkit-keyframes slowFade {
  0% {
    opacity: 1;
  }

  99.9% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes slowFade {
  0% {
    opacity: 1;
  }

  99.9% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.modal-content {
  padding: 30px;
}

.modal-content__headline {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  margin: 0;
}

.form-add-report {
  margin: 0 -50px;
  padding-top: 30px;
}
  
.form-add-report__col{
    padding: 0 50px;
}

@media(min-width: 1200px){
  .form-add-report {
    margin: 0 -30px;
  }

  .form-add-report__col{
    padding: 0 30px;
  }

  .modal-content {
    padding: 60px 100px;
  }

  .form-add-report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .form-add-report__col {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media(min-width: 1440px){
  .form-add-report {
    margin: 0 -50px;
  }
  .form-add-report__col {
    padding: 0 50px;
  }
}

.form-add-report_align_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-add-report__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
}

.add-document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add-document__info{
  font-size: 12px;
  color: rgba(255, 0, 0, 0.4);
  padding-top: 5px;
}

.add-document__circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #BFE4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}

.add-document__circle img {
  max-width: 35px;
  max-height: 35px;
  display: block;
}

.add-document__text {
  position: relative;
  display: block;
}

.add-document__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #6F767E;
}

.add-document__input {
  display: none;
}

.header {
  background-color: #fff;
  padding: 15px 0;
}

@media(min-width: 992px){
  .header {
    position: relative;
  }
}

.header-search-form{
  display: none;
}

@media(min-width: 992px){
  .header-search-form{
    position: absolute;
    background-color: #fff;
    border-bottom: #F5F9FE;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
  }
}

.header-search-form__close-btn{
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  z-index: 100;
}

.header-search-form__close-icon{
  stroke: #000;
  width: 30px;
  height: 30px;
  display: block;
}

.header-search-form__input{
  background-color: #fff;
  display: block;
  width: 100%;
  height: 60px;
  padding: 15px 60px;
  border: none;
  font-size: 20px;
}

.header-search-form__input::placeholder {
  color: #cbcdd1;
}

.header-search-form__input:-ms-input-placeholder {
  color: #cbcdd1;
}

.header-search-form__input::-ms-input-placeholder {
  color: #cbcdd1;
}

.header-search-form__search-btn{
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 100;
}

.header-search-form__search-btn-icon{
  stroke: #000;
  width: 30px;
  height: 30px;
  display: block;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__nav {
  display: none;
  text-align: center;
}

@media(min-width: 992px){
  .header__nav {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media(max-width: 991px){
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
  }
}

.hamburger-menu {
  cursor: pointer;
  position: relative;
  z-index: 99998;
  padding-left: 30px;
}

@media(min-width: 992px){
  .hamburger-menu {
    display: none;
  }
}

.hamburger-menu__bar1,
.hamburger-menu__bar2,
.hamburger-menu__bar3 {
  height: 0.2rem;
  background-color: #000;
  margin: 0.7rem 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition: 200ms all;
  -o-transition: 200ms all;
  transition: 200ms all;
  position: relative;
  z-index: 10;
}

.hamburger-menu__bar1 {
  width: 3rem;
}

.hamburger-menu__bar2,
.hamburger-menu__bar3 {
  margin-left: auto;
}

.hamburger-menu__bar2 {
  width: 2rem;
}

.hamburger-menu__bar3 {
  width: 1rem;
}

.hamburger-menu__circle {
  width: 0;
  height: 0;
  background-color: #f9f9f9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 9;
  opacity: 0;
  -webkit-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}

.hamburger-menu:hover .hamburger-menu__bar3 {
  width: 3rem;
}

.hamburger-menu:hover .hamburger-menu__circle {
  width: 75px;
  height: 75px;
  opacity: 1;
}

.hamburger-menu.active .hamburger-menu__bar1 {
  -webkit-transform: rotate(-45deg) translate(-0.7rem, 0.5rem);
      -ms-transform: rotate(-45deg) translate(-0.7rem, 0.5rem);
          transform: rotate(-45deg) translate(-0.7rem, 0.5rem);
}

.hamburger-menu.active .hamburger-menu__bar2 {
  opacity: 0;
}

.hamburger-menu.active .hamburger-menu__bar3 {
  -webkit-transform: rotate(45deg) translate(-0.7rem, -0.5rem);
      -ms-transform: rotate(45deg) translate(-0.7rem, -0.5rem);
          transform: rotate(45deg) translate(-0.7rem, -0.5rem);
  width: 3rem;
}

.hamburger-menu.active .hamburger-menu__circle {
  -webkit-box-shadow: 0 0 0 100vw #f9f9f9, 0 0 0 100vh #f9f9f9;
          box-shadow: 0 0 0 100vw #f9f9f9, 0 0 0 100vh #f9f9f9;
  width: 75px;
  height: 75px;
  opacity: 1;
}

.header__language {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

@media(min-width: 992px){
  .header__language {
    display: block;
    padding-top: 0;
    padding-left: 50px;
  }
}

.header_theme_bg {
  background-color: #DBF9FF;
}

.header-menu {
  list-style-type: none;
  padding-top: 150px;
  padding-bottom: 30px;
}

.header-menu li {
  text-align: center;
  padding: 10px 0;
}

.header-menu li a {
  color: #6F767E;
  font-weight: 500;
  font-size: 24px;
}

.header-menu li:last-child {
  padding-right: 0;
}

@media(min-width: 992px){
  .header-menu {
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-menu li {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 40px;
    text-align: left;
  }
  .header-menu li a {
    font-size: 16px;
  }
}

.header-search{
  background: none;
  border: none;
  padding: 0;
  margin-left: 50px;
  display: none;
}

.header-search__icon{
  stroke: #6F767E;
  width: 30px;
  height: 30px;
  display: block;
}

@media(min-width: 992px){
  .header-search{
    display: block;
  }
}

.catalog-filter {
  background-color: #fff;
}

.catalog-filter__archive {
  padding-bottom: 50px;
}

.catalog-filter__inner {
  background-color: #fff;
  -webkit-box-shadow: -1px 10px 55px rgba(224, 226, 235, 0.9);
          box-shadow: -1px 10px 55px rgba(224, 226, 235, 0.9);
  border-radius: 25px;
  padding: 40px;
}

.catalog-filter__front {
  position: relative;
  top: -160px;
}

.search-form-catalog__col {
  padding-bottom: 15px;
}

.search-form-catalog__col:last-child {
  padding-right: 0;
}

.search-form-catalog__years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.search-form-catalog__years .form-field {
  width: 40%;
}

.search-form-catalog__separator {
  margin-top: 25px;
  width: 20%;
  text-align: center;
}

.search-form-catalog__submit {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#map_inner {
  text-align: right;
  overflow: auto;
}

@media(max-width: 767px){
  #map_inner svg {
    max-width: 750px;
  }
  .front-map__inner #map_inner{
    height: 600px !important;
  }
  .front-map__inner #map_inner svg{
    top: 100px !important;
  }
}

#map_inner svg {
  width: 992px;
  margin-top: 130px;
  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
      transform: scale(1.1);
      left: -30px !important;
}

@media(min-width: 992px){
  #map_inner {
    overflow: hidden;
  }
  #map_inner svg {
    margin-top: 0;
    width: 770px;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    left: 50px !important;
  }
}

@media(min-width: 1200px){
  #map_inner svg {
    width: 800px;
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
                left: 0 !important;
  }
}

@media(min-width: 1440px){
  #map_inner svg {
    width: 900px;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@media(min-width: 1920px){
  #map_inner svg {
    width: 900px;
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
  }
}

.sm_state{
  transition: 200ms all;
}

.sm_state.active{
  fill: #B7EADE;
}

.sm_state.active:hover{
  fill: #6FD6BD;
}

.sm_state.active.hover{
  fill: #6FD6BD !important;
}

.front-banner {
  min-height: 900px;
  background: rgb(247, 230, 156);
  background: -o-linear-gradient(30deg, rgb(246, 223, 120) 50%, rgb(108, 171, 240) 85%);
  background: linear-gradient(30deg, rgb(246, 223, 120) 50%, rgb(108, 171, 240) 85%);
  -webkit-animation: gradient-animation 7s ease infinite;
          animation: gradient-animation 7s ease infinite;
  background-size: 150% 150%;
  position: relative;
}

.front-banner__wrapper {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

.front-banner__headline {
  color: #000;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 30px;
}

.front-banner__description{
  color: #000;
  font-size: 22px;
  margin-bottom: 50px;
}

.front-banner__catalog{
  padding-top: 50px;
}

.front-banner__catalog-link{
  color: #6F767E;
  font-size: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1.2;
}

.front-banner__catalog-icon{
  fill: #6F767E;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  display: none;
}

@media(min-width: 1200px){
  .front-banner__catalog-link{
    justify-content: flex-start;
  }
  .front-banner__catalog-icon{
    display: block;
  }
}

.front-banner__catalog-text{
  position: relative;
  display: block;
}

.front-banner__catalog-text::after{
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #6F767E;
  position: absolute;
}

.front-banner__circle {
  transition: 500ms all;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #E3EEFD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: auto;
}

.front-banner__img {
  display: block;
  max-width: 180px;
  height: auto;
}

.front-banner__arrow {
  position: absolute;
  z-index: 10;
}

.front-banner__arrow_yellow {
  top: -32px;
  right: -32px;
}

.front-banner__arrow_blue {
  bottom: -35px;
  left: -35px;
}

@-webkit-keyframes gradient-animation {
  0% {
    background-position: 100% 0%;
  }

  50% {
    background-position: 100% 100%;
  }

  100% {
    background-position: 100% 0%;
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 100% 0%;
  }

  50% {
    background-position: 100% 100%;
  }

  100% {
    background-position: 100% 0%;
  }
}

.front-catalog {
  padding-bottom: 30px;
}

.front-catalog__header {
  padding-bottom: 30px;
}

.front-catalog__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -15px;
  padding-bottom: 30px;
}

.front-catalog__inner {
  border-bottom: 1px solid #D9D9D9;
}

.front-catalog__footer {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.front-map__inner {
  position: relative;
  padding-bottom: 100px;
  border-bottom: 1px solid #D9D9D9;
}

.front-map__country {
  background-color: #F5F9FE;
  border-radius: 15px;
  padding: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  max-height: 300px;
  overflow: auto;
}

@media(min-width: 768px){
  .front-map__country {
    display: block;
  }
}

.front-map__content {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 350px;
  text-align: right;
}

@media(min-width: 992px){
  .front-map__content {
    top: auto;
    left: 0;
    right: auto;
    bottom: 100px;
    z-index: 10;
    max-width: 350px;
    text-align: left;
  }
}

.front-faq {
  padding: 100px 0;
}

.accordion {
  border-top: 1px solid #D9D9D9;
}

.accordion__wgt {
  border-bottom: 1px solid #D9D9D9;
}

.accordion__headline {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  padding: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion__headline #plus-horizontal{
  transition: 200ms all;
}

.accordion__headline.active #plus-horizontal{
  opacity: 0;
}

.accordion__icon-plus{
  width: 24px;
  height: 24px;
  stroke: #6F767E;
  display: block;
}

.accordion__content {
  padding: 5px 15px 15px 15px;
  font-weight: 500;
}

.front-support {
  background-color: #DBF9FF;
}

.front-support__left {
  padding: 80px 0;
}

.front-support__right {
  position: relative;
}

.front-support__img {
  max-width: 100%;
  display: none;
}

.catalog-posts {
  padding-bottom: 100px;
}

.catalog-posts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -15px;
}

.catalog-posts .catalog-wgt {
  padding-top: 50px;
  padding-bottom: 50px;
}

.catalog-posts__load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.single-catalog-content {
  padding-bottom: 70px;
}

.single-catalog-content__info {
  padding-bottom: 50px;
}

.single-catalog-content__thumbnail {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

.single-catalog-content__description {
  padding-top: 50px;
}

.single-catalog-content__excerpt {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 14px;
  color: #6F767E;
}

.single-catalog-content__list {
  list-style-type: none;
  margin-bottom: 50px;
}

.single-catalog-content__list li {
  font-size: 14px;
  padding-bottom: 10px;
}

.single-catalog-content__list span {
  text-decoration: underline;
  color: #6F767E;
}

.single-catalog-content__list a {
  text-decoration: underline;
  color: #3E8BF3;
}

.similar-catalog__headline {
  font-size: 18px;
  color: #6F767E;
  font-weight: 500;
}

.similar-catalog__inner {
  background-color: #DBF9FF;
  padding: 70px 0;
}

.similar-catalog__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.similar-catalog__load {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.map-page-content {
  padding-bottom: 70px;
}

.map-page-content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.map-page-content__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.map-page-content__inner {
  position: relative;
}

.map-page-content__countries {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #F5F9FE;
  border-radius: 15px;
  padding: 8px;
  max-height: 300px;
  overflow: auto;
}

.map-search {
  width: 300px;
  padding-left: 50px;
  display: none;
}

.map-search__label {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
}

.map-search__field {
  position: relative;
}

.map-search__btn {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.map-search__icon {
  width: 25px;
  height: 25px;
  display: block;
  stroke: #6F767E;
}

.map-search__input {
  height: 38px;
  border-radius: 30px;
  background-color: #E4F0FE;
  border: none;
  display: block;
  width: 100%;
  padding-left: 50px;
  padding-right: 10px;
}

.about-page {
  position: relative;
  overflow: hidden;
}

.about-page__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
          justify-content: space-between;
}

.about-page__headline-img {
  max-width: 250px;
  display: none;
}

.about-ellipse {
  width: 1210px;
  height: 1210px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#DBF9FF), to(rgba(219, 249, 255, 0)));
  background: -o-linear-gradient(top, #DBF9FF 0%, rgba(219, 249, 255, 0) 100%);
  background: linear-gradient(180deg, #DBF9FF 0%, rgba(219, 249, 255, 0) 100%);
  opacity: 0.9;
}

.policy-page {
  overflow: hidden;
}

.policy-ellipse {
  width: 2000px;
  height: 2000px;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  right: -800px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 249, 255, 0.52)), to(rgba(219, 249, 255, 0)));
  background: -o-linear-gradient(top, rgba(219, 249, 255, 0.52) 0%, rgba(219, 249, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(219, 249, 255, 0.52) 0%, rgba(219, 249, 255, 0) 100%);
  opacity: 0.9;
}

.not-found-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 70px 0;
}

.not-found-content__img {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #fff;
}

.footer__inner {
  padding-top: 70px;
  margin: 0 -15px;
}

.footer__inner_theme_border {
  border-top: 1px solid #D9D9D9;
}

.footer-wgt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 15px 50px 15px;
  text-align: center;
}

.footer-wgt__headline {
  margin-bottom: 30px;
}

.footer-copy {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 14px;
}

.footer-wgt__dev-logo {
  max-width: 130px;
  height: auto;
  display: inline-block;
  text-align: center;
}

.footer-wgt:last-child {
  padding-bottom: 0;
}

.footer-wgt-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-wgt-logo__inner-info{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
}

.footer-wgt__disclaimer{
  font-size: 12px;
  color: #6F767E;
}

.footer-wgt-logo__link {
  display: block;
  width: 33.33333%;
  flex: 0 0 auto;
  padding: 15px;
}

.footer-wgt-logo__img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-nav {
  list-style-type: none;
}

.footer-nav li {
  padding: 5px 0;
}

.footer-nav li a,
.footer-nav li span {
  color: #6F767E;
  font-weight: 500;
  font-size: 14px;
}

.footer-nav li:first-child {
  padding-top: 0;
}

.footer-nav li:last-child {
  padding-bottom: 0;
}

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}

.footer-socials__item {
  padding-right: 15px;
}

.footer-socials__item:last-child {
  padding-right: 0;
}

.footer-socials__circle {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}

.footer-socials__icon {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 576px) {
  .wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 720px;
  }

  .search-form-catalog__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .search-form-catalog__col {
    padding-right: 30px;
  }

  .search-form-catalog__years {
    width: 50%;
  }

  .search-form-catalog__author {
    width: 50%;
  }

  .search-form-catalog__country {
    width: 50%;
  }

  .search-form-catalog__type {
    width: 50%;
  }

  .front-banner__headline {
    margin-top: 50px;
    font-size: 42px;
    line-height: 56px;
  }

  .front-catalog__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0;
  }

  .front-support__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .front-support__left,
  .front-support__right {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .front-support__img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
  }

  .about-page__headline-img {
    display: block;
  }

  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .footer-wgt__dev-logo {
    text-align: left;
  }

  .footer-wgt {
    width: 20%;
    text-align: left;
    padding-bottom: 0;
  }

  .footer-wgt-logo {
    width: 30%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-wgt__socials,
  .footer-wgt__development{
    width: 15%;
  }
}

@media (min-width: 992px) {
  .wrapper {
    max-width: 960px;
  }

  .section-headline {
    font-size: 32px;
  }

  .catalog-wgt {
    width: 33.333333%;
  }

  .search-form-catalog__col {
    padding-bottom: 0;
  }

  .search-form-catalog__years {
    width: 20%;
  }

  .search-form-catalog__author {
    width: 20%;
  }

  .search-form-catalog__country {
    width: 20%;
  }

  .search-form-catalog__type {
    width: 20%;
  }

  .search-form-catalog__category {
    width: 20%;
  }

  .front-banner__left {
    padding-bottom: 50px;
  }

  .front-banner__circle {
    width: 500px;
    height: 500px;
  }

  .front-banner__img {
    max-width: 300px;
  }

  .front-faq__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .front-faq__left {
    padding-right: 100px;
    width: 30%;
  }

  .front-faq__right {
    width: 70%;
  }

  .accordion {
    margin: 50px;
  }

  .single-catalog-content__inner{
    display: flex;
    align-items: stretch;
    padding-top: 50px;
  }

  .single-catalog-content__info {
    width: 50%;
    padding-right: 50px;
  }

  .single-catalog-content__content{
    width: 50%;
  }

  .single-catalog-content__info-inner{
    height: 100%;
  }

  .single-catalog-content__info-sticky{
    position: sticky;
    top: 30px;
  }

  .footer-socials {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.front-banner__right{
  position: relative;
}
.front-banner__img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1140px;
  }

  .section-headline {
    font-size: 46px;
  }

  .front-banner{
    overflow: hidden;
  }

  .front-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .front-banner__left {
    padding-right: 50px;
    text-align: left;
    padding-bottom: 0;
  }

  .front-banner__inner:hover .front-banner__circle{
    transform: rotate(-180deg);
  }

  .front-banner__left,
  .front-banner__right {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .front-banner__headline {
    margin-top: 100px;
    font-size: 64px;
    line-height: 72px;
  }

  .front-banner__description{
    font-size: 32px;
    font-weight: 500;
  }

}

@media (min-width: 1440px) {
  .wrapper {
    max-width: 1320px;
  }
}

@media (min-width: 1920px) {
  .wrapper {
    max-width: 1600px;
  }
}

@media (max-width: 991px) {
  .search-form-catalog__author {
    padding-right: 0;
  }

  .front-banner__arrow_yellow {
    top: -20px;
    right: -25px;
  }

  .front-banner__arrow_blue {
    bottom: -20px;
    left: -25px;
  }

  .front-banner__arrow {
    max-width: 170px;
  }
}
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 50px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 2px;
}
.container:hover input ~ .checkmark {
  background-color: #ccc;
}
.container input:checked ~ .checkmark {
  background-color: #6cabf0;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container input:checked ~ .checkmark:after {
  display: block;
}
.container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container a{
  color: #6cabf0;
}
.filter-input-wrap{
  padding: 10px;
}
.filter-input{
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 100%;
  height: 38px;
  display: block;
  padding: 5px 10px;
}