@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

html, body {
  height: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #191919;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

*, ::after, ::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

.wrapper {
  min-width: 320px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.sr-only {
  height: 0;
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 17px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

a:hover, a:focus {
  text-decoration: none;
  color: #5C9346;
  outline: none;
}

p {
  margin-bottom: 0;
  margin-top: 0;
}

video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

input {
  padding: 0;
  outline: none;
  border: none;
  max-width: 100%;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  outline: none !important;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

button i, button img {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.bold {
  font-weight: 700;
}

.sbold {
  font-weight: 500;
}

.thin {
  font-weight: 300;
}

.accent {
  color: #5C9346;
}

.bg-accent {
  background-color: #5C9346;
}

.uppercase {
  text-transform: uppercase;
}

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

.buttons {
  padding-left: 17px;
  padding-right: 16px;
  padding-bottom: 2px;
  height: 40px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.37em;
  -webkit-clip-path: polygon(0 0, 100% 6%, 100% 95%, 2% 100%);
          clip-path: polygon(0 0, 100% 6%, 100% 95%, 2% 100%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-1 {
  background: #1A1A1A;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #fff;
}

.btn-1:focus {
  color: #fff;
}

.btn-1:hover {
  color: #fff;
  background: #5C9346;
}

.btn-2 {
  background: url(../img/block-5.svg) no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #191919;
}

.btn-2:focus {
  color: #191919;
}

.btn-2:hover {
  color: #fff;
  background-image: url(../img/block-5-b.svg);
}

.btn-3 {
  background: url(../img/block-6.svg) no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #191919;
}

.btn-3:focus {
  color: #fff;
}

.btn-3:hover {
  color: #fff;
  background-image: url(../img/block-6-b.svg);
}

.btn-4 {
  background: #fff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #191919;
}

.btn-4:focus {
  color: #191919;
}

.btn-4:hover {
  color: #fff;
  background: #5C9346;
}

@media (max-width: 1599.98px) {
  .buttons {
    padding-bottom: 0;
  }
}

@media (max-width: 1023.98px) {
  .buttons {
    padding-bottom: 2px;
  }
}

html {
  font-size: 10px;
}

body {
  opacity: 0;
  -webkit-animation: fadeIn 0.3s 0.5s forwards;
          animation: fadeIn 0.3s 0.5s forwards;
}

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

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

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

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

body.menu_open {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.visible_mob {
  display: none !important;
}

.menu_btn {
  display: none;
}

.top_menu_mob {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  pointer-events: none;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
  background: transparent;
}

.top_menu_mob .logo {
  margin-right: 0 !important;
  margin-bottom: 20px;
}

.top_menu_mob .text-1 {
  margin-bottom: 70px;
  font-size: 14px;
  line-height: 180%;
}

.top_menu_mob .header_menu {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_menu_mob .top_menu_item {
  margin-bottom: 35px;
  position: relative;
}

.top_menu_mob .top_menu_item:after {
  position: absolute;
  display: block;
  content: '';
  bottom: -16px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 1px;
  background-color: #fff;
  opacity: .5;
}

.top_menu_mob .top_menu_item:hover {
  color: #ffffff;
}

.top_menu_mob .top_menu_item:last-child {
  margin-bottom: 0;
}

.top_menu_mob .top_menu_item:first-child {
  margin-bottom: 35px;
}

.top_menu_mob .lang_select {
  margin-bottom: 50px;
  margin-right: 0;
  margin-left: 0;
}

.top_menu_mob .header_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_menu_mob .header_buttons {
  margin-bottom: 80px;
  margin-left: 0;
  margin-right: 0;
}

.top_menu_mob .terms {
  margin-top: auto;
}

.main_header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
  padding-top: 2rem;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.main_header .logo {
  width: 162px;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.main_header .logo img {
  display: block;
}

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

.main_header div.container {
  padding-left: 8rem;
  padding-right: 8rem;
  width: 100%;
  display: block;
}

.header_buttons {
  margin-left: auto;
  margin-right: 100px;
}

.top_menu ul {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_menu li {
  margin-right: 50px;
}

.top_menu li:last-child {
  margin-right: 0;
}

.top_menu li.active a {
  color: #5C9346;
}

.top_menu a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.top_menu a:hover, .top_menu a.active {
  color: #5C9346;
}

.menu_btn {
  display: none;
}

.top_menu_mob {
  display: none;
}

.top_menu_mob a > img {
  margin-right: 10px;
}

.top_menu_mob a {
  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;
}

.lang_select {
  margin-left: 50px;
  padding-left: 10px;
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #191919;
}

.lang_select.active ul {
  display: block;
  pointer-events: auto;
}

.lang_select .active_lang {
  position: relative;
  color: #191919;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang_select .active_lang img {
  margin-left: 7px;
  position: relative;
  top: 2px;
}

.lang_select a {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.lang_select a:hover {
  color: #5C9346;
}

.lang_select ul {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  display: none;
  color: #191919;
  pointer-events: none;
}

.lang_select ul a {
  color: #191919;
}

.s_title {
  font-weight: 500;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
}

.main_title {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 7rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #1A1A1A;
}

.main_title span {
  color: #5C9346;
}

.wrapper {
  overflow: hidden;
  background: url(../img/top-bg-2.webp) repeat-y left -178px top -200px;
}

.container {
  width: 1120px;
}

.block_inner {
  padding-left: 20px;
  padding-right: 20px;
}

.modal_open .wrapper, .modal_open .main_footer {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.mfp-bg {
  opacity: .6;
  background: #fff;
}

.mfp-wrap {
  top: 0 !important;
  position: fixed !important;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.mfp-wrap::-webkit-scrollbar {
  width: 6px;
}

.mfp-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.mfp-wrap::-webkit-scrollbar-thumb {
  background: #a1a1a1;
  border-radius: 10px;
}

.mfp-wrap::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.mfp-container {
  padding-top: 30px;
  padding-bottom: 30px;
  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;
  overflow-y: auto;
}

.mfp-content {
  position: relative;
  margin-top: 0;
  max-height: 100%;
  width: auto !important;
}

.mfp-content .popup_default, .mfp-content .pdf_popup {
  display: block;
}

.mfp-close {
  position: absolute;
  right: -25px;
  top: 12px;
  opacity: 1;
}

.mfp-close:active {
  top: 12px;
}

button.mfp-close {
  font-weight: 700;
  color: #191919;
  display: none;
}

.popup_default {
  position: relative;
  width: 114rem;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #000000;
  display: none;
}

.popup_default .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup_default .bg_img img, .popup_default .bg_img picture {
  display: block;
  width: 100%;
  height: 100%;
}

.popup_default .popup_inner {
  padding: 2.8rem 3.7rem 4.5rem;
}

.popup_default .body {
  position: relative;
  padding: 8rem 11.5rem 7.5rem;
  z-index: 10;
}

.popup_default .s_title {
  margin-bottom: 2rem;
  font-size: 4rem;
  line-height: 4.5rem;
}

.popup_default .text-1 {
  margin-bottom: 4.5rem;
  font-size: 2.2rem;
  line-height: 2.6rem;
  text-align: center;
}

.popup_default .h3 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  line-height: 2.9rem;
}

.popup_default .highlight {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background: #5C9346;
}

.popup_default a:not(.buttons) {
  color: #5C9346;
  text-decoration: none;
  white-space: nowrap;
}

.popup_default a:not(.buttons):hover {
  text-decoration: underline;
}

.popup_default b {
  font-weight: 700;
}

.popup_default .accent {
  margin-bottom: 4rem;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 700;
}

.popup_default .info_item {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup_default .info_item:last-child {
  margin-bottom: 0;
}

.popup_default .info_item img {
  margin-right: 13px;
}

.popup_default .divider {
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  height: 1px;
  background: rgba(26, 26, 26, 0.5);
}

.popup_default .list-2 {
  margin-bottom: 2rem;
}

.popup_default .list-2 li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  padding-left: 2.5rem;
}

.popup_default .list-2 li:last-child {
  margin-bottom: 0;
}

.popup_default .list-2 li:before {
  position: absolute;
  display: block;
  content: '';
  top: 2rem;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #5C9346;
}

.popup_default .buttons_wrap {
  margin-top: 6.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popup_default .buttons {
  position: relative;
}

.popup_default .btn-1 {
  margin-right: -15px;
}

.popup_default .btn-3 {
  margin-left: -15px;
}

.pdf_popup {
  display: none;
  width: 104rem;
}

.pdf_popup .popup_inner {
  padding: 0;
  height: auto;
  max-height: none;
}

.pdf_popup iframe {
  display: block;
  width: 100%;
  height: calc(100vh - 60px);
}

.pdf_popup embed {
  display: block;
  width: 100%;
  height: calc(100vh - 60px);
}

.list {
  color: #1A1A1A;
}

.list li {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}

.list li:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 23px;
  height: 20px;
  background: url(../img/check.svg) no-repeat center;
  background-size: contain;
}

.s_top {
  overflow: hidden;
  padding-top: 13rem;
  padding-bottom: 3rem;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s_top .text-1 {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.5em;
  color: #1A1A1A;
}

.s_top .block_inner {
  padding-top: 15.3rem;
  background: url(../img/top-bg.webp) no-repeat center top;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s_top .polygons {
  margin-top: 6rem;
  margin-bottom: 4.5rem;
  width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s_top .block_bordered {
  margin-bottom: 5rem;
}

.s_top .block_bordered_inner {
  padding: 8.5rem 9rem 3rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
}

.polygon {
  position: relative;
  font-size: 16px;
  line-height: 18px;
}

.polygon .polygon_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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;
}

.polygon.polygon-1 {
  width: 225px;
  height: 60px;
  -webkit-transform: rotateZ(-7.5deg);
      -ms-transform: rotate(-7.5deg);
          transform: rotateZ(-7.5deg);
}

.polygon.polygon-1 .polygon_inner {
  padding-left: 15px;
  padding-right: 16px;
}

.polygon.polygon-2 {
  margin-top: -15px;
  width: 174px;
  height: 80px;
  -webkit-transform: rotateZ(-1deg);
      -ms-transform: rotate(-1deg);
          transform: rotateZ(-1deg);
}

.polygon.polygon-2 .polygon_inner {
  padding-left: 19px;
  padding-right: 12px;
}

.polygon.polygon-3 {
  width: 166px;
  height: 60px;
  -webkit-transform: rotateZ(7.5deg);
      -ms-transform: rotate(7.5deg);
          transform: rotateZ(7.5deg);
}

.polygon.polygon-3 .polygon_inner {
  padding-left: 18px;
  padding-right: 18px;
}

.block_bordered {
  position: relative;
}

.block_bordered .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block_bordered .bg_img img {
  width: 100%;
}

.block_bordered .block_bordered_inner {
  position: relative;
  z-index: 10;
}

.block_about {
  padding-bottom: 2rem;
  white-space: nowrap;
}

.block_info {
  position: relative;
  width: 1140px;
  padding: 75px 100px 90px 104px;
}

.block_info .accent {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.block_info .buttons {
  position: absolute;
  bottom: 28px;
}

.block_info .btn-1 {
  right: 100px;
}

.block_info .btn-2 {
  left: 100px;
}

.block_info .bg_img img {
  height: 100%;
}

.block_condition {
  margin-bottom: 5px;
  padding: 56px 67px 30px;
  width: 600px;
  max-width: 50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.block_condition.block_3 {
  width: 590px;
}

.block_condition .block_bordered_inner {
  position: relative;
  padding-left: 40px;
}

.block_condition .block_bordered_inner:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 23px;
  height: 20px;
  background: url(../img/check.svg) no-repeat center;
  background-size: contain;
}

.info_banner {
  padding: 3rem 3rem 4rem;
  background: #F1F1F1;
  text-align: center;
}

.info_banner .block_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_banner .s_title {
  margin-top: 2rem;
  margin-bottom: 5px;
  color: #E63B3B;
}

.form_iframe iframe {
  width: 100%;
  min-height: 120vh;
}

.rules {
  padding-top: 15rem;
  padding-bottom: 12rem;
}

.rules .block_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rules .s_title {
  margin-bottom: 2rem;
}

.rules .text-1 {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}

.rules .info_item {
  margin-bottom: 3rem;
  font-size: 18px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rules .info_item:last-child {
  margin-bottom: 0;
}

.rules .info_item img {
  margin-right: 13px;
}

.transfer_zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #F1F1F1;
}

.transfer_zone .image {
  height: 100%;
  max-width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.transfer_zone .image img {
  height: 100%;
  display: block;
}

.transfer_zone .s_title {
  margin-bottom: 20px;
  text-align: left;
}

.transfer_zone .desc {
  padding: 40px 80px;
  max-width: 645px;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.conditions {
  padding-top: 16rem;
  padding-bottom: 14rem;
}

.conditions .block_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.conditions .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.conditions .s_title {
  margin-bottom: 20px;
  text-align: left;
}

.conditions .desc {
  margin-right: 45px;
  max-width: 670px;
}

.conditions .text-1 {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 25px;
}

.conditions .conditions_list {
  font-size: 18px;
  line-height: 21px;
}

.conditions .conditions_list .num {
  margin-right: 17px;
  width: 36px;
  height: 36px;
  border: 2px solid #C3DDB8;
  border-radius: 50%;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.conditions .conditions_list li {
  margin-bottom: 10px;
  padding: 10px 10px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.conditions_top {
  margin-bottom: 9rem;
}

.conditions_blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.conditions_blocks .block_inner {
  width: 1200px;
  max-width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main_footer {
  background-color: #1A1A1A;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.main_footer .logo .inner {
  display: block;
  margin-bottom: 3rem;
}

.main_footer .logo p {
  font-size: 14px;
  line-height: 180%;
}

.main_footer .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 30px;
}

.main_footer .icons i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}

.main_footer .icons i:last-child {
  margin-right: 0;
}

.main_footer .icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_footer .f_links {
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_footer .f_links:last-child {
  margin-bottom: 0;
}

.main_footer .f_link {
  position: relative;
  margin-right: 4rem;
}

.main_footer .f_link:hover {
  color: #5C9346;
}

.main_footer .f_link:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: -2rem;
  height: 100%;
  width: 1px;
  background: #fff;
}

.main_footer .f_link:last-child {
  margin-right: 0;
}

.main_footer .f_link:last-child:after {
  display: none;
}

.main_footer .right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main_footer .lang_select {
  margin-bottom: 3.5rem;
  color: #fff;
  background: #1A1A1A;
}

.main_footer .lang_select .active_lang {
  background: #1A1A1A;
  color: #ffffff;
}

.main_footer .lang_select a {
  color: #fff;
}

.main_footer .lang_select a:hover {
  color: #5C9346;
}

.main_footer .lang_select ul {
  background: #1A1A1A;
  color: #fff;
}

.main_footer .lang_select ul a {
  color: #fff;
}

.main_footer .main_footer_inner {
  padding: 8rem;
  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;
}

.main_footer .bottom {
  padding: 1.7rem 2rem 1.6rem;
  background-color: #000;
  color: #9C9B9C;
}

.main_footer .copyright {
  text-align: center;
  color: #BBBBBB;
}

.main_footer .popup_btn {
  text-decoration: underline;
}

.main_footer .popup_btn:hover {
  text-decoration: none;
  color: #ffffff;
}

.countries_information {
  position: relative;
  z-index: 10;
}

.countries_information .s_title {
  width: 50%;
  margin-bottom: 5.7rem;
  font-weight: bold;
  font-size: 3rem;
  line-height: 3.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  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;
}

.countries_information .s_title .inner {
  padding: 11px 20px 11px 17px;
}

.countries_info_wrap {
  position: relative;
  padding-bottom: 13.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.countries_information .search {
  position: relative;
  margin-bottom: 9rem;
  width: 73rem;
  max-width: 100%;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  -webkit-filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.07));
}

.countries_information .search input {
  padding: 1rem 5rem 1rem 3rem;
  height: 6rem;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  background: transparent;
  border: none;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.countries_information .search input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  opacity: 0.5;
}

.countries_information .search input::-moz-placeholder {
  font-size: 14px;
  line-height: 16px;
  opacity: 0.5;
}

.countries_information .search input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  opacity: 0.5;
}

.countries_information .search input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  opacity: 0.5;
}

.countries_information .search input::placeholder {
  font-size: 14px;
  line-height: 16px;
  opacity: 0.5;
}

.countries_information .search .btn_search {
  position: absolute;
  top: 50%;
  margin-top: -1.2rem;
  right: 2rem;
  height: 2.4rem;
  width: 2.4rem;
}

.countries_information .countries_list {
  padding-left: 2rem;
  padding-right: 2rem;
}

.countries_information .countries_list ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.countries_information .country {
  display: none;
  margin-bottom: 4rem;
  margin-left: 1.1rem;
  margin-right: 1.1rem;
}

.countries_information .country.show {
  display: block;
}

.countries_information .country a {
  padding-left: 2rem;
  padding-right: 2rem;
  height: 3.5rem;
  font-size: 16px;
  line-height: 15px;
  color: #000;
  background: rgba(0, 128, 0, 0.15);
  -webkit-clip-path: polygon(0 0, 100% 6%, 100% 95%, 2% 100%);
          clip-path: polygon(0 0, 100% 6%, 100% 95%, 2% 100%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.countries_information .country a:hover {
  background: #5C9346;
  color: #fff;
}

.countries_information .btns_wrap {
  margin-top: 6rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.countries_information .show_all {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.countries_information .show_all:hover {
  text-decoration: none;
}

.countries_information .show_all:hover img {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.countries_information .show_all img {
  margin-bottom: 2px;
  margin-left: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.country_page_title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
  color: #000;
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.country_page_title img {
  margin-right: 3rem;
  height: 53px;
}

.country_page_title .country_name {
  margin-right: 2rem;
  padding: 12px 20px;
  color: #fff;
  background: #5C9346;
}

.country_page_title .country_zone_green {
  color: #78BC60;
  display: none;
}

.country_page_title .country_zone_red {
  color: #E65655;
  display: none;
}

.country_info {
  padding-top: 10rem;
  padding-bottom: 12rem;
}

.country_info_items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.country_info_item {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.country_info_item:nth-child(2n) .item_icon {
  -webkit-clip-path: polygon(0 6%, 100% 0, 98% 100%, 0 95%);
          clip-path: polygon(0 6%, 100% 0, 98% 100%, 0 95%);
}

.country_info_item .item_icon {
  margin-right: 3rem;
  width: 8.3rem;
  height: 8.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(0, 128, 0, 0.15);
  -webkit-clip-path: polygon(0 0, 100% 6%, 100% 95%, 2% 100%);
          clip-path: polygon(0 0, 100% 6%, 100% 95%, 2% 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;
}

.country_info_item .item_icon img {
  display: block;
  max-width: 50%;
  max-height: 50%;
}

.country_info_item .item_text {
  padding-top: 1rem;
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.country_info_item .item_title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.8rem;
}

.country_info_item .buttons {
  margin-top: 2rem;
}

.page_with_sidebar .container {
  padding-left: 18rem;
  padding-right: 18rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page_with_sidebar .sidebar {
  width: 45rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page_with_sidebar .sidebar .title {
  margin-bottom: 4rem;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.9rem;
}

.page_with_sidebar .sidebar .posts_wrap {
  padding-bottom: 4rem;
}

.page_with_sidebar .sidebar .ban_place {
  margin-bottom: 2rem;
}

.page_with_sidebar .main_ctn {
  padding-right: 5.5rem;
  width: 100%;
}

.page_with_sidebar .main_ctn .ban_place {
  margin-top: 3rem;
  margin-bottom: 3rem;
  height: 26rem;
}

.breadcrumbs {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.breadcrumbs ul {
  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;
}

.breadcrumbs li {
  margin-right: 24px;
  color: #211B45;
  font-size: 16px;
  line-height: 19px;
}

.breadcrumbs li a {
  position: relative;
  color: #5C9346;
  text-decoration: underline;
}

.breadcrumbs li a:after {
  position: absolute;
  display: inline-block;
  content: '>';
  right: -15px;
}

.breadcrumbs li a:hover {
  text-decoration: none;
}

.pagination {
  margin-top: 5rem;
  color: #000;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination a {
  height: 3.2rem;
  width: 3.2rem;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  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;
}

.pagination a:hover {
  background: #5C9346;
  color: #fff;
}

.pagination a.active {
  background: #5C9346;
  color: #fff;
}

.pagination .prev, .pagination .next {
  width: auto;
  border-radius: 0;
}

.pagination .prev:hover, .pagination .next:hover {
  color: #4A5E7B;
  background: transparent;
}

.pagination .prev.disabled, .pagination .next.disabled {
  opacity: 0.7;
}

.pagination .prev {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.pagination .prev img {
  margin-left: 1.2rem;
}

.pagination .next {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.pagination .next img {
  margin-right: 1.2rem;
}

@media (max-width: 1900px) {
  html {
    font-size: 9px;
  }
}

@media (max-width: 1679.98px) {
  html {
    font-size: 8.5px;
  }
  .form_iframe iframe {
    min-height: 120vh;
  }
  .page_with_sidebar .container {
    padding-left: 14rem;
    padding-right: 14rem;
  }
}

@media (max-width: 1599.98px) {
  .page_with_sidebar .container {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

@media (max-width: 1439.98px) {
  html {
    font-size: 8px;
  }
  body {
    font-size: 12px;
  }
  .s_top {
    padding-bottom: 50px;
    height: auto;
  }
  .form_iframe iframe {
    min-height: 140vh;
  }
  .countries_information .s_title {
    width: 80%;
  }
}

@media (max-width: 1365.98px) {
  .main_footer .right-col {
    text-align: right;
  }
}

@media (max-width: 1259.98px) {
  html {
    font-size: 8px;
  }
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .form_iframe iframe {
    min-height: 160vh;
  }
}

@media (min-width: 992px) and (max-width: 1280px) and (orientation: portrait) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 1023.98px) {
  .visible_mob {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hidden_mob {
    display: none !important;
  }
  html {
    font-size: 10px;
  }
  body {
    font-size: 14px;
    line-height: 25px;
  }
  .popup_default, .pdf_popup {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
  }
  .popup_default .popup_inner {
    padding: 40px 35px;
  }
  .popup_default .body {
    width: 100%;
    padding: 10px 35px 10px;
  }
  .popup_default .header {
    height: 120px;
  }
  .popup_default .s_title {
    font-size: 18px;
    line-height: 23px;
  }
  .popup_default .text-1 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
  }
  .popup_default .accent {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 19px;
  }
  .popup_default .info_item {
    font-size: 14px;
    line-height: 20px;
  }
  .popup_default .h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
  }
  .popup_default .h4 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
  }
  .popup_default .buttons_wrap {
    margin-bottom: 40px;
  }
  .modal_open body {
    height: 100vh;
    overflow: hidden;
  }
  .mfp-content {
    width: 100% !important;
  }
  .mfp-container {
    padding: 15px 0px 10px;
  }
  .mfp-close {
    right: -5px;
    top: -26px;
  }
  .mfp-close:active {
    top: -26px;
  }
  .main_header {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 68px;
    position: relative;
  }
  .main_header div.container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu_btn {
    margin-right: 5px;
    position: relative;
    z-index: 110;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 20px;
    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;
    width: 28px;
    height: 16px;
  }
  .menu_btn.active .ic_open {
    display: none;
  }
  .menu_btn.active .ic_close {
    display: block;
  }
  .menu_btn .ic_close {
    display: none;
  }
  .menu_btn img {
    display: block;
  }
  .top_menu_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .top_menu_mob.active {
    background: rgba(0, 0, 0, 0.4);
    pointer-events: auto;
  }
  .top_menu_mob.active .inner {
    -webkit-transform: translateX(0vw);
        -ms-transform: translateX(0vw);
            transform: translateX(0vw);
  }
  .top_menu_mob .inner {
    padding: 80px 40px 50px;
    width: 80%;
    height: 100%;
    background: #191919;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
            transform: translateX(100vw);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  }
  .top_menu_mob .lang_select {
    background: #191919;
  }
  .top_menu_mob .lang_select .active_lang {
    color: #FFFFFF;
  }
  .top_menu_mob .lang_select ul {
    background: #191919;
  }
  .top_menu_mob .lang_select ul a {
    color: #FFFFFF;
  }
  .page_with_sidebar .page_wrapper .container {
    display: block;
  }
  .page_with_sidebar .sidebar {
    width: 100%;
  }
  .page_with_sidebar .sidebar .posts_wrap {
    padding-bottom: 2rem;
  }
  .page_with_sidebar .main_ctn {
    padding-right: 0;
  }
  .page_main .page_wrapper {
    padding-top: 0;
  }
  .main_title {
    font-size: 26px;
    line-height: 100%;
  }
  .s_title {
    font-size: 20px;
    line-height: 30px;
  }
  .block_bordered .bg_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .block_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block_bordered {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .s_top {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
  .s_top .to_bottom {
    display: none;
  }
  .s_top .block_inner {
    padding-top: 50px;
    width: 100%;
  }
  .s_top .text-1 {
    font-size: 14px;
    max-width: 290px;
  }
  .s_top .block_bordered {
    margin-bottom: 0;
    max-width: calc(100% + 40px);
  }
  .s_top .block_bordered_inner {
    padding: 0;
  }
  .s_top .polygons {
    position: relative;
    margin-top: 25px;
    margin-bottom: 10px;
    width: 375px;
    height: 140px;
  }
  .polygon {
    position: absolute;
  }
  .polygon.polygon-1 {
    z-index: 30;
    top: 0;
    left: 7px;
  }
  .polygon.polygon-2 {
    z-index: 10;
    margin-top: 0;
    top: 52px;
    left: 39px;
  }
  .polygon.polygon-3 {
    z-index: 20;
    top: 45px;
    left: 204px;
  }
  .info_banner {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 2;
  }
  .info_banner .block_inner {
    padding-left: 0;
    padding-right: 0;
  }
  .info_banner .s_title {
    margin-top: 13px;
    margin-bottom: 10px;
  }
  .block_about {
    padding: 60px 40px;
    white-space: normal;
    width: 375px;
  }
  .rules {
    padding-top: 50px;
    padding-bottom: 95px;
  }
  .rules .text-1 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
  }
  .form_iframe iframe {
    min-height: 1400px;
  }
  .block_info {
    width: 375px;
    padding: 60px 45px 100px;
  }
  .block_info .buttons_wrap {
    position: absolute;
    bottom: -70px;
    left: 50%;
    margin-left: -112px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block_info .buttons {
    margin-bottom: 40px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .list li {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
  .transfer_zone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .transfer_zone .image {
    width: 100%;
    max-width: 100%;
  }
  .transfer_zone .image img {
    width: 100%;
  }
  .transfer_zone .desc {
    padding: 30px 20px;
  }
  .conditions {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .conditions .block_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .conditions_top {
    margin-bottom: 0;
  }
  .conditions .image {
    display: none;
  }
  .conditions .desc {
    max-width: 100%;
  }
  .block_condition {
    margin-bottom: 0;
    max-width: 375px;
    font-size: 14px;
  }
  .block_condition.block_1 {
    padding: 45px 42px 55px;
  }
  .block_condition.block_2 {
    margin-top: -20px;
    padding: 40px 42px 57px;
  }
  .block_condition.block_3 {
    margin-top: -15px;
    padding: 36px 42px 44px;
  }
  .block_condition.block_4 {
    margin-top: 5px;
    padding: 33px 42px 43px;
  }
  .block_condition .block_bordered_inner {
    padding-left: 30px;
  }
  .main_footer .main_footer_inner {
    padding: 50px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main_footer .f_links {
    display: none;
  }
  .main_footer .logo {
    margin-bottom: 30px;
    text-align: center;
  }
  .main_footer .logo .inner {
    margin-bottom: 20px;
  }
  .main_footer .right-col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .main_footer .lang_select {
    margin-left: 0;
  }
  .countries_information {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 50px;
  }
  .countries_info_wrap {
    padding-bottom: 60px;
  }
  .countries_information .container {
    padding-top: 0;
    padding-bottom: 70px;
    background-size: cover;
  }
  .countries_information .s_title .inner {
    padding: 11px 16px;
    width: 100%;
  }
  .countries_information .s_title {
    width: 100%;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 40px;
  }
  .countries_information .search {
    margin-bottom: 30px;
  }
  .countries_information .search input {
    height: 40px;
  }
  .countries_information .country {
    margin-bottom: 20px;
  }
  .countries_information .country a {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
  }
  .countries_information .btns_wrap {
    margin-top: 30px;
  }
  .country_info {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page_with_sidebar .container {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
}

@media (max-width: 767.98px) {
  .countries_information .countries_list {
    padding-left: 0;
    padding-right: 0;
    margin-left: -5px;
    margin-right: -5px;
  }
  .countries_information .country {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 575.98px) {
  .popup_default .body {
    padding: 10px 5px 10px;
  }
  .popup_default .buttons_wrap {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .popup_default .buttons {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .popup_default .btn-3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
  .countries_information {
    padding-top: 30px;
  }
}

@media (max-width: 479.98px) {
  .form_iframe iframe {
    min-height: 1400px;
  }
}

.page_blog {
  padding-top: 10rem;
}

.page_blog .main_header {
  padding-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.08);
}

.page_blog .page_wrapper {
  padding-bottom: 4rem;
}

.page_blog .main_ctn {
  padding-bottom: 5rem;
}

.page_blog .ban_place {
  position: relative;
  width: 100%;
  background: #5C9346;
  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;
  overflow: hidden;
}

.page_blog .ban_place > p {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.5rem;
  text-align: center;
}

.page_blog .ban_place img {
  width: 100%;
  min-height: 100%;
  display: block;
}

.page_blog .ban_place a {
  display: block;
}

.page_top_ban {
  margin-bottom: 3rem;
}

.page_top_ban .bg_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #5C9346;
  overflow: hidden;
}

.page_top_ban .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.page_top_ban_inner {
  position: relative;
  width: 100%;
}

.page_top_ban_ctn {
  padding: 5rem 6.5rem;
  position: relative;
  z-index: 10;
  width: 80rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page_top_ban_ctn .t1 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 4.7rem;
  text-transform: uppercase;
}

.page_top_panel {
  margin-bottom: 3rem;
}

.page_top_panel .container {
  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;
}

.search {
  position: relative;
  padding: 0 2rem 0 1.5rem;
  border: 1px solid #000;
  width: 100%;
  max-width: 44rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.search input {
  padding-left: 1rem;
  width: 100%;
  height: 3.5rem;
  font-size: 16px;
  line-height: 19px;
  color: #16120E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search img {
  display: block;
}

.search button {
  cursor: pointer;
}

.blog_tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog_tabs li {
  margin-right: 3rem;
}

.blog_tabs li:last-child {
  margin-right: 0;
}

.blog_tabs a {
  padding-bottom: 2px;
  padding-left: 2rem;
  padding-right: 2rem;
  height: 3.7rem;
  font-size: 1.6rem;
  line-height: 1.9rem;
  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;
  border: 1px solid #000000;
  background: transparent;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.blog_tabs a:focus {
  color: #000;
}

.blog_tabs a:hover {
  color: #fff;
  background: #5C9346;
  border-color: #5C9346;
}

.blog_tabs a.active {
  color: #fff;
  background: #5C9346;
  border-color: #5C9346;
}

.blog_post {
  position: relative;
  margin-bottom: 3rem;
  overflow: hidden;
  width: 100%;
  background: rgba(0, 128, 0, 0.15);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.blog_post:hover, .blog_post:focus {
  color: #172730;
  background: #fff;
  -webkit-box-shadow: -3px 0px 20px 4px rgba(185, 179, 100, 0.17);
  box-shadow: -3px 0px 20px 4px rgba(185, 179, 100, 0.17);
}

.blog_post:hover .title, .blog_post:focus .title {
  color: #1CAEFF;
}

.blog_post:last-child {
  margin-bottom: 0;
}

.blog_post .header {
  width: 41rem;
  overflow: hidden;
  background-color: #5C9346;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}

.blog_post .header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog_post .body {
  padding: 3rem 3rem 2rem 4.8rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog_post .post_title {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 3rem;
  line-height: 3.5rem;
}

.blog_post_mid {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: block;
}

.blog_post_mid:hover, .blog_post_mid:focus {
  color: #172730;
  -webkit-box-shadow: -3px 0px 20px 4px rgba(185, 179, 100, 0.17);
  box-shadow: -3px 0px 20px 4px rgba(185, 179, 100, 0.17);
}

.blog_post_mid:hover .title, .blog_post_mid:focus .title {
  color: #1CAEFF;
}

.blog_post_mid:hover .body, .blog_post_mid:focus .body {
  background: #fff;
}

.blog_post_mid:last-child {
  margin-bottom: 0;
}

.blog_post_mid .header {
  height: 23rem;
  overflow: hidden;
  background-color: #5C9346;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
}

.blog_post_mid .header img {
  width: 100%;
  max-width: none;
  min-height: 100%;
}

.blog_post_mid .body {
  padding: 3rem 4rem 4rem;
  height: 100%;
  background: rgba(0, 128, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.blog_post_mid .post_title {
  margin-bottom: 2rem;
  height: 10.5rem;
  font-weight: bold;
  font-size: 3rem;
  line-height: 3.5rem;
}

.resent_posts {
  position: relative;
  width: 100%;
}

.resent_posts .blog_post_mid {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: calc(33.3333%);
}

.resent_posts .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  font-size: 0;
}

.slick-arrow:hover {
  cursor: pointer;
}

.slick-prev {
  left: -47px;
  background: url(../img/arrow-prev.svg) no-repeat center;
}

.slick-next {
  right: -47px;
  background: url(../img/arrow-next.svg) no-repeat center;
}

.blog_post_small {
  display: block;
  margin-bottom: 2rem;
  padding: 2rem;
  overflow: hidden;
  width: 100%;
  background: rgba(0, 128, 0, 0.15);
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.blog_post_small:hover, .blog_post_small:focus {
  color: #172730;
  background: #fff;
  -webkit-box-shadow: -3px 0px 20px 4px rgba(185, 179, 100, 0.17);
  box-shadow: -3px 0px 20px 4px rgba(185, 179, 100, 0.17);
}

.blog_post_small:last-child {
  margin-bottom: 0;
}

.blog_post_small .post_title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.page_article .facebook_widget {
  margin-bottom: 10rem;
}

.page_article .page_wrapper {
  padding-bottom: 3rem;
}

.article_wrap {
  padding-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.article_title {
  margin-bottom: 4rem;
  font-weight: 700;
  font-size: 4rem;
  line-height: 4.7rem;
  text-transform: uppercase;
}

.article_top_img {
  margin-bottom: 3rem;
  overflow: hidden;
}

.article_top_img img {
  display: block;
  width: 100%;
}

.article_info {
  margin-bottom: 4rem;
  width: 100%;
  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;
}

.article_info .date {
  font-size: 14px;
  color: #8B959B;
}

.article_body p {
  margin-bottom: 5px;
}

.article_body ul li {
  margin-bottom: 2.5rem;
}

.article_body ul li:last-child {
  margin-bottom: 0;
}

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

.share_socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.share_socials li {
  margin-right: 3rem;
}

.share_socials li:last-child {
  margin-right: 0;
}

.share_socials .icon {
  margin-right: 3rem;
}

.comments_widget {
  margin-bottom: 5rem;
}

@media (max-width: 1365.98px) {
  .slick-prev {
    left: -22px;
  }
  .slick-next {
    right: -22px;
  }
}

@media (max-width: 1023.98px) {
  .page_blog {
    padding-top: 70px;
  }
  .page_blog .main_header {
    padding-bottom: 0;
    height: 70px;
  }
  .page_top_panel .container {
    display: block;
  }
  .page_top_ban {
    position: relative;
  }
  .page_top_ban .t1 {
    font-size: 30px;
    line-height: 35px;
  }
  .page_top_ban_ctn {
    padding: 20px 30px;
    width: 70%;
  }
  .search {
    max-width: 100%;
  }
  .search input {
    height: 28px;
  }
  .blog_tabs {
    display: block;
  }
  .blog_tabs ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog_tabs li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .blog_tabs li:last-child {
    margin-right: 0;
  }
  .blog_tabs a {
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    font-size: 14px;
    line-height: 17px;
  }
  .blog_post {
    display: block;
  }
  .blog_post .header {
    width: auto;
    border-radius: 6px 6px 0 0;
  }
  .blog_post .body {
    padding-bottom: 30px;
    padding-left: 40px;
  }
  .blog_post_mid .post_title {
    height: auto;
  }
  .blog_post_mid .header {
    height: auto;
  }
  .blog_post_mid .body {
    padding: 30px 20px;
  }
  .page_article .facebook_widget {
    margin-bottom: 50px;
  }
  .article_title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 35px;
  }
  .share_socials li {
    margin-right: 15px;
  }
  .comments_widget {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .page_top_ban {
    display: none;
  }
  .blog_post .body {
    padding: 30px 20px;
  }
  .article_wrap {
    font-size: 16px;
    line-height: 21px;
  }
  .article_top_img {
    margin-bottom: 15px;
  }
  .article_info {
    display: block;
  }
  .article_info .date {
    margin-bottom: 15px;
  }
}
