@charset "UTF-8";

.btn-yellow, .btn_primary.red-to-yellow:focus, .btn_primary.red-to-yellow:hover, .btn_primary.white-to-yellow:focus, .btn_primary.white-to-yellow:hover, .btn_primary.yellow-to-white, .btn_submit.subscription_btn:focus, .btn_submit.subscription_btn:hover {
  background: #fbba00;
  color: #fff;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25))
}

.item, .subs_item {
  padding-left: 8px;
  padding-right: 8px;
  width: 100%
}

.btn-yellow, .btn_primary.red-to-yellow:focus, .btn_primary.red-to-yellow:hover, .btn_primary.white-to-yellow:focus, .btn_primary.white-to-yellow:hover, .btn_primary.yellow-to-white, .btn_submit.subscription_btn:focus, .btn_submit.subscription_btn:hover {
  background: #fbba00;
  color: #fff;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25))
}

.item, .subs_item {
  padding-left: 8px;
  padding-right: 8px;
  width: 100%
}

.slick-loading .slick-list {
  background: #fff url(../img/ajax-loader.gif) center center no-repeat
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg")
}

.slick-next, .slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

.slick-prev[dir=rtl] {
  left: auto;
  right: -25px
}

.slick-prev:before {
  content: "←"
}

.slick-prev:before[dir=rtl] {
  content: "→"
}

.slick-next {
  right: -25px
}

.slick-next[dir=rtl] {
  left: -25px;
  right: auto
}

.slick-next:before {
  content: "→"
}

.slick-next:before[dir=rtl] {
  content: "←"
}

.slick-dotted .slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-arrow {
  width: 40px;
  height: 64px;
  background: rgba(32, 32, 32, .92);
  z-index: 20
}

.slick-arrow:focus, .slick-arrow:hover {
  background: rgba(32, 32, 32, .92)
}

.slick-arrow:focus:before, .slick-arrow:hover:before {
  opacity: 1
}

.slick-arrow.slick-disabled {
  display: none !important
}

.slick-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.5 11.5957L6.5 6.5957L1.5 1.5957' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  width: 8px;
  height: 13px;
  opacity: .4
}

.slick-next {
  right: -12px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px
}

.slick-prev {
  left: -12px;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0
}

.slick-prev:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg)
}

.btn-yellow, .btn_primary.red-to-yellow:focus, .btn_primary.red-to-yellow:hover, .btn_primary.white-to-yellow:focus, .btn_primary.white-to-yellow:hover, .btn_primary.yellow-to-white, .btn_submit.subscription_btn:focus, .btn_submit.subscription_btn:hover {
  background: #fbba00;
  color: #fff;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25))
}

.item, .subs_item {
  padding-left: 8px;
  padding-right: 8px;
  width: 100%
}

.first_screen-image_text {
  position: relative
}

.first_screen-image_text .flex_container {
  margin-left: -15px;
  margin-right: -15px
}

.first_screen-image_text .flex_container figure, .first_screen-image_text .flex_container picture {
  display: none;
  padding: 0 15px;
  position: relative
}

.first_screen-image_text .flex_container figure img, .first_screen-image_text .flex_container figure video, .first_screen-image_text .flex_container picture img, .first_screen-image_text .flex_container picture video {
  position: absolute;
  right: 40px;
  bottom: 0;
  max-width: initial
}

.first_screen-image_text .flex_container figure video, .first_screen-image_text .flex_container picture video {
  bottom: initial;
  height: auto;
  width: 166%;
  right: -28%;
  top: 8%
}

.first_screen-image_text .flex_container .text_block {
  width: 100%;
  padding: 200px 15px 60px;
  position: relative;
  z-index: 2
}

.first_screen-image_text .flex_container .text_block .desc {
  font-size: 20px;
  line-height: 148%;
  letter-spacing: .02em;
  margin-bottom: 30px
}

.flex_container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap
}

.tabs_and_content {
  position: relative;
  z-index: 2;
  margin-top: -48px;
  padding-bottom: 25px
}

.tabs .scroll_block {
  padding-right: 0
}

.scroll_block {
  display: block;
  width: 100%;
  overflow: auto
}

.scroll_block::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: #c6c8ca
}

.scroll_block::-webkit-scrollbar-thumb:horizontal {
  background: #bf0913;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.scroll_block .container {
  padding-left: 12px
}

.tabs_nav {
  margin: 0 -6px;
  padding: 0;
  display: flex;
  display: -webkit-flex
}

.tabs_nav .tabs_item {
  list-style: none;
  flex-grow: 1;
  text-align: center;
  padding: 0 6px
}

.tabs_nav .tabs_item .tabs_link {
  width: 100%;
  min-width: 146px;
  height: 48px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background: rgba(235, 239, 242, .88);
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  backdrop-filter: blur(16px);
  border: 0;
  color: #000;
  opacity: .64;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Sofia Pro";
  text-decoration: none;
  padding: 5px
}

.tabs_nav .tabs_item .tabs_link.active, .tabs_nav .tabs_item .tabs_link:focus, .tabs_nav .tabs_item .tabs_link:hover {
  background: #fff;
  opacity: 1;
  font-family: "Sofia Pro Bold";
  text-decoration: none
}

.tabs_content .h2, .tabs_content .tabs_title, .tabs_content h2 {
  margin-bottom: 17px
}

.tabs_content .h2 .count, .tabs_content .tabs_title .count, .tabs_content h2 .count {
  display: none
}

.tabs_content .tabs_sub_title {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: .02em;
  margin-bottom: 40px
}

.tabs_content .tabs_content_item {
  padding-top: 38px;
  margin-bottom: 33px
}

.tabs_content .tabs_content_item:last-child {
  margin-bottom: 0 !important
}

.tabs_content .tabs_content_item.hide {
  display: none
}

.interesting {
  padding: 0 10px 65px
}

.interesting .interesting_container {
  background: #fbba00;
  position: relative;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  padding: 35px 4px
}

.interesting .interesting_container .h2, .interesting .interesting_container h2 {
  font-size: 32px;
  margin-bottom: 18px
}

.interesting .interesting_container .sub_title {
  color: rgba(0, 0, 0, .64);
  font-size: 18px;
  line-height: 146%;
  letter-spacing: .02em;
  margin-bottom: 40px
}

.interesting_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap
}

.interesting_list .item {
  width: 100%;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
  display: -webkit-flex
}

.interesting_list .item:focus, .interesting_list .item:hover {
  text-decoration: none
}

.interesting_list .item:nth-child(1) .interesting_item .interesting_item_header {
  background: #eaeffc
}

.interesting_list .item:nth-child(2) .interesting_item .interesting_item_header {
  background: #f9e6e6
}

.interesting_list .item:nth-child(3) .interesting_item .interesting_item_header {
  background: #e1ede4
}

.interesting_list .interesting_item {
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  transition: height .5s allow-discrete
}

.interesting_list .interesting_item a {
  text-decoration: none
}

.interesting_list .interesting_item a:focus, .interesting_list .interesting_item a:hover {
  text-decoration: none
}

.interesting_list .interesting_item .interesting_item_header {
  background: #f4f2f2;
  padding: 24px 24px 32px;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  text-align: center;
  display: inline-block;
  width: 100%
}

.interesting_list .interesting_item .interesting_item_header picture {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px
}

.interesting_list .interesting_item .interesting_item_header picture img {
  max-height: 64px
}

.interesting_list .interesting_item .interesting_item_header .title {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #000;
  font-family: "Sofia Pro Bold";
  margin-bottom: 10px
}

.interesting_list .interesting_item .interesting_item_header .excerpt {
  font-size: 16px;
  line-height: 124%;
  letter-spacing: .02em;
  color: rgba(0, 0, 0, .4)
}

.interesting_list .interesting_item .interesting_item_body {
  transition: opacity .5s, max-height .5s, padding .5s;
  max-height: 0;
  opacity: 0;
  padding: 0 24px;
  overflow: hidden;
  box-sizing: border-box
}

.interesting_list .interesting_item .interesting_item_body.show {
  opacity: 1;
  padding: 24px;
  max-height: 400px
}

.interesting_list .interesting_item .interesting_item_body.show+.show_more::before {
  transform: rotate(180deg)
}

.interesting_list .interesting_item .interesting_item_body ul {
  padding: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between
}

.interesting_list .interesting_item .interesting_item_body ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 27px;
  font-size: 16px;
  line-height: 124%;
  letter-spacing: .02em;
  color: rgba(0, 0, 0, .48);
  margin-bottom: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center
}

.interesting_list .interesting_item .interesting_item_body ul li:last-child {
  margin-bottom: 0
}

.interesting_list .interesting_item .interesting_item_body ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.3346 1.5L5.0013 8.83333L1.66797 5.5' stroke='%2326D76D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e")
}

a {
  color: #ff9d00
}

.btn-arrow, .btn_primary .arrow, .btn_secondary .arrow {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 2px;
  margin-right: 12px;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.16797 10H15.8346' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10 4.1665L15.8333 9.99984L10 15.8332' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") center no-repeat
}

.btn-arrow-red, .btn_primary.white-to-yellow .arrow {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.16797 10H15.8346' stroke='red' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10 4.1665L15.8333 9.99984L10 15.8332' stroke='red' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") center no-repeat
}

.btn_primary {
  background: #ff9d00;
  width: auto;
  max-width: fit-content;
  height: 64px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 14px;
  font-family: "Gilroy", sans-serif;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-decoration: none;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  border: 0;
  padding: 10px 20px;
  text-align: center;
  line-height: 110%
}

.btn_primary:focus, .btn_primary:hover {
  text-decoration: none;
  background: #ad0b0b
}

.btn_primary:focus .arrow, .btn_primary:hover .arrow {
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px)
}

.btn_primary:focus .text, .btn_primary:hover .text {
  transform: translateX(-2px);
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  -o-transform: translateX(-2px)
}

.btn_primary.white {
  background: #fff;
  color: #ff9d00
}

.btn_primary.white span {
  color: #ff9d00;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear
}

.btn_primary.white:focus, .btn_primary.white:hover {
  background: #ad0b0b
}

.btn_primary.white-to-yellow {
  background: #fff;
  color: #ff9d00
}

.btn_primary.white-to-yellow span {
  color: #ff9d00;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear
}

.btn_primary.white-to-yellow:focus span, .btn_primary.white-to-yellow:hover span {
  color: #fff
}

.btn_primary.white-to-yellow:focus .arrow, .btn_primary.white-to-yellow:hover .arrow {
  filter: brightness(0) invert(1)
}

.btn_primary.yellow-to-white span {
  color: #fff
}

.btn_primary.yellow-to-white:focus, .btn_primary.yellow-to-white:hover {
  background: #fff;
  color: #ff9d00
}

.btn_primary.yellow-to-white:focus span, .btn_primary.yellow-to-white:hover span {
  color: #ff9d00
}

.btn_primary.red-to-yellow {
  background: #fff;
  color: #ff9d00
}

.btn_primary.red-to-yellow span {
  color: #ff9d00;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear
}

.btn_primary.red-to-yellow:focus span, .btn_primary.red-to-yellow:hover span {
  color: #fff
}

.btn_primary.shade {
  background: rgba(255, 255, 255, .16);
  font-family: "Sofia Pro Bold";
  font-size: 12px
}

.btn_primary.shade:focus, .btn_primary.shade:hover {
  background: rgba(255, 255, 255, .32)
}

.btn_primary.contrast {
  background: rgba(0, 0, 0, .08);
  font-size: 12px;
  font-family: "Sofia Pro Bold"
}

.btn_primary.contrast .text {
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  color: #fff
}

.btn_primary.contrast .arrow {
  display: inline-block;
  width: 17px;
  height: 16px;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  opacity: .4;
  margin-right: 7px;
  background-image: url(../img/icons/arrow_right_white.svg)
}

.btn_primary.contrast:focus, .btn_primary.contrast:hover {
  background: rgba(0, 0, 0, .32)
}

.btn_primary.contrast:focus .text, .btn_primary.contrast:hover .text {
  transform: translateX(-2px);
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  -o-transform: translateX(-2px)
}

.btn_primary.contrast:focus .arrow, .btn_primary.contrast:hover .arrow {
  background-image: url(../img/icons/arrow_right_black.svg)
}

.btn_primary.green {
  background: #26d76d
}

.btn_primary .text {
  color: #fff;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear
}

.btn_secondary {
  width: auto;
  max-width: fit-content;
  padding: 10px 25px;
  height: 64px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #fff;
  background: #ff9d00;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-decoration: none;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Gilroy",sans-serif;
  font-weight: 700;
  letter-spacing: .04em
}

.btn_secondary .btn_text, .btn_secondary .text {
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  color: #fff
}

.btn_secondary:focus, .btn_secondary:hover {
  text-decoration: none;
  background: #ff9d00
}

.btn_secondary:focus .arrow, .btn_secondary:hover .arrow {
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px)
}

.btn_secondary:focus .text, .btn_secondary:hover .text {
  transform: translateX(-2px);
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  -o-transform: translateX(-2px)
}

.btn_secondary.grey {
  background: rgba(0, 0, 0, .08);
  color: #000
}

.btn_secondary.grey .arrow {
  width: 17px;
  height: 16px;
  display: inline-block;
  background-image: url(../img/icons/arrow_right_black.svg);
  opacity: .4;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear
}

.btn_secondary.grey .text {
  color: #000
}

.btn_secondary.red {
  background: #ff9d00;
  color: #fff
}

.btn_secondary.red .btn_text {
  color: #fff
}

.btn_secondary.red:focus, .btn_secondary.red:hover {
  background: #fbba00
}

label {
  display: block;
  font-size: 13px;
  line-height: 124%;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #000;
  font-family: "Sofia Pro Bold";
  margin-bottom: 12px
}

label .red {
  font-size: 16px;
  color: #f44b4b;
  margin-left: -2px
}

.input_wrap {
  position: relative;
  display: inline-block;
  width: 100%
}

.input_wrap:hover:before {
  opacity: 1
}

.input_wrap:hover .form_control {
  background: #ebeef2
}

.input_wrap:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: .32;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear
}

.input_wrap.email_icon .form_control {
  padding-left: 47px
}

.input_wrap.email_icon:before {
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/email_icon_black.svg)
}

.input_wrap.pause_icon:before {
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/pause_icon_black.svg)
}

#phone {
  transition: initial;
  -webkit-transition: initial;
  -moz-transition: initial;
  -o-transition: initial
}

.form_control {
  padding-bottom: 4px;
  display: block;
  background: #ebeef2;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 2px solid transparent;
  padding-left: 15px;
  width: 100%;
  height: 56px;
  color: #000;
  font-size: 15px;
  font-family: "Sofia Pro";
  letter-spacing: .02em;
  line-height: 1;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear
}

.form_control:focus {
  border: 2px solid #dddfe1;
  background-color: #f9f9fa
}

.form_control:hover {
  background: #ebeef2;
  border-color: #dddfe1
}

.form_control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .32);
  font-size: 16px;
  font-family: "Sofia Pro"
}

.form_control::-moz-placeholder {
  color: rgba(0, 0, 0, .32);
  font-size: 16px;
  font-family: "Sofia Pro"
}

.form_control::-ms-input-placeholder {
  color: rgba(0, 0, 0, .32);
  font-size: 16px;
  font-family: "Sofia Pro"
}

.form_control:-moz-placeholder {
  color: rgba(0, 0, 0, .32);
  font-size: 16px;
  font-family: "Sofia Pro"
}

.form_control:-ms-input-placeholder {
  color: rgba(0, 0, 0, .32);
  font-size: 16px;
  font-family: "Sofia Pro"
}

textarea {
  resize: none
}

blockquote {
  margin: 0 0 30px;
  background: #ebeef2;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 32px;
  color: rgba(0, 0, 0, .8)
}

blockquote * {
  color: rgba(0, 0, 0, .8)
}

blockquote :first-child {
  margin-top: 0
}

blockquote p {
  margin-top: 0
}

blockquote p:last-child {
  margin-bottom: 0 !important
}

blockquote .author_block {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center
}

blockquote .author_block .author_img {
  background-position: center;
  background-size: cover;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, .08);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 13px
}

blockquote .author_block .text_left .author_name {
  font-size: 16px;
  color: #000;
  letter-spacing: .04em;
  font-family: "Sofia Pro Bold"
}

blockquote .author_block .text_left .author_position {
  color: rgba(0, 0, 0, .4);
  font-size: 14px;
  line-height: 100%;
  letter-spacing: .04em
}

.row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap
}

.link-disabled>a {
  pointer-events: none
}

.articles .articles_container {
  background: #3a393f;
  padding: 40px 25px
}

.articles .articles_container .title {
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  font-family: "Sofia Pro Black";
  margin-bottom: 30px
}

.articles .articles_slider .slick-arrow {
  width: 40px;
  height: 64px;
  background: rgba(32, 32, 32, .92);
  z-index: 2
}

.articles .articles_slider .slick-arrow:focus, .articles .articles_slider .slick-arrow:hover {
  background: rgba(32, 32, 32, .92);
  z-index: 2
}

.articles .articles_slider .slick-arrow:focus:before, .articles .articles_slider .slick-arrow:hover:before {
  opacity: 1
}

.articles .articles_slider .slick-arrow.slick-disabled {
  display: none !important
}

.articles .articles_slider .slick-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.5 11.5957L6.5 6.5957L1.5 1.5957' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  width: 8px;
  height: 13px;
  opacity: .4
}

.articles .articles_slider .slick-next {
  right: -16px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px
}

.articles .articles_slider .slick-prev {
  left: -17px;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0
}

.articles .articles_slider .slick-prev:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg)
}

.articles_list {
  margin-right: -8px;
  margin-left: -8px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-bottom: 3px
}

.articles_list:not(.slick-slider) .item, .articles_list:not(.slick-slider) .subs_item {
  margin-bottom: 16px;
  margin-top: 0;
  padding-top: 0
}

.articles_list:not(.slick-slider) .item .article_item:hover, .articles_list:not(.slick-slider) .subs_item .article_item:hover {
  -webkit-box-shadow: 0 16px 64px rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 16px 64px rgba(0, 0, 0, .16);
  box-shadow: 0 16px 64px rgba(0, 0, 0, .16)
}

.articles_list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: #c6c8ca
}

.articles_list::-webkit-scrollbar-thumb:horizontal {
  background: #bf0913;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.articles_list .item, .articles_list .subs_item {
  padding-left: 8px;
  padding-right: 8px;
  width: 100%
}

.article_item {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, .08);
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear
}

.article_item:hover .meta {
  opacity: 1
}

.article_item:hover .meta .dot {
  background: #fff
}

.article_item:hover .article_item_body .article_item_link {
  color: #ff9d00
}

.article_item:hover .article_item_link-label span {
  transform: translateX(0) !important
}

.article_item .article_item_header {
  display: block;
  width: 100%;
  height: 184px;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0
}

.article_item.type_news .article_item_body .meta .dot {
  background-color: #000
}

.article_item.type_news .article_item_body .meta .date, .article_item.type_news .article_item_body .meta .parent_category {
  color: #000
}

.article_item.type_news .article_item_body .meta .date {
  white-space: nowrap
}

.article_item.type_news .article_item_body .article_item_link-label {
  border-color: rgba(0, 0, 0, .4)
}

.article_item .meta {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: .48;
  margin-bottom: 16px;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear
}

.article_item .parent_category {
  z-index: 4
}

.article_item .parent_category+.dot+.date {
  margin-left: 16px
}

.article_item .date, .article_item .parent_category {
  position: relative;
  letter-spacing: .28px;
  font-size: 14px;
  font-family: "Sofia Pro";
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase
}

.article_item .date:before, .article_item .parent_category:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 17px
}

.article_item .date.parent_category, .article_item .parent_category.parent_category {
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1
}

.article_item .article_item_body {
  color: #fff;
  padding: 20px 18px;
  background: #000
}

.article_item .article_item_body.flex_column {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between
}

.article_item .article_item_body .article_item_body_top {
  width: 100%
}

.article_item .article_item_body .article_item_link {
  display: inline-block;
  text-decoration: none;
  font-family: "Sofia Pro Black";
  letter-spacing: .02em;
  font-size: 20px;
  line-height: 124%;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear
}

.article_item {
  border: 0;
  position: relative
}

.article_item:hover .article_item_header .meta .dot {
  opacity: 1
}

.article_item:hover .article_item_body .article_item_link {
  color: #ff9d00 !important
}

.article_item .article_item_body {
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px
}

.article_item .article_item_body .article_item_link {
  margin-bottom: 8px
}

.article_item .article_item_body .article_item_link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3
}

.article_item .article_item_body .article_item_excerpt {
  font-size: 16px;
  line-height: 168%;
  letter-spacing: .02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.article_item .article_item_body .article_item_excerpt p {
  margin: 0
}

.article_item .article_item_body .article_item_link-label {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .28);
  font-size: 14px;
  color: #f92431;
  text-decoration: none;
  overflow: hidden
}

.article_item .article_item_body .article_item_link-label span {
  transform: translateX(calc(-100% + 20px));
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-family: "Sofia Pro Bold";
  line-height: 11px;
  position: relative;
  transition: .3s ease
}

.article_item .article_item_body .article_item_link-label span::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/icons/arrow-red.svg) center no-repeat;
  background-size: contain;
  margin-left: 8px;
  margin-block: -2px
}

.article_item.type_news {
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff
}

.article_item.type_news .article_item_body {
  background: #fff
}

.article_item.type_news .article_item_body .article_item_link {
  color: #000
}

.article_item.type_news .article_item_body .article_item_excerpt {
  color: rgba(0, 0, 0, .48)
}

.article_item.type_article {
  height: 100%
}

.article_item.type_article .article_item_header {
  height: 150px
}

.article_item.type_article .article_item_body {
  background: #000
}

.article_item.type_article .article_item_body .article_item_link {
  color: #fff
}

.article_item.type_article .article_item_body .article_item_excerpt {
  color: rgba(255, 255, 255, .48)
}

.article_item.type_article .article_author_info .article_author_name {
  color: #fff
}

.article_item.type_article .article_author_info .article_author_position {
  color: rgba(255, 255, 255, .64)
}

.article_item .article_item_header {
  position: relative;
  padding: 24px 24px 7px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  height: 150px
}

.article_item .article_item_header .meta {
  position: relative;
  opacity: 1
}

.article_item .article_item_header .meta .dot {
  opacity: .16;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear
}

.article_item .article_item_header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 88px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0086472) 6.67%, rgba(0, 0, 0, .03551) 13.33%, rgba(0, 0, 0, .0816599) 20%, rgba(0, 0, 0, .147411) 26.67%, rgba(0, 0, 0, .231775) 33.33%, rgba(0, 0, 0, .331884) 40%, rgba(0, 0, 0, .442691) 46.67%, rgba(0, 0, 0, .557309) 53.33%, rgba(0, 0, 0, .668116) 60%, rgba(0, 0, 0, .768225) 66.67%, rgba(0, 0, 0, .852589) 73.33%, rgba(0, 0, 0, .91834) 80%, rgba(0, 0, 0, .96449) 86.67%, rgba(0, 0, 0, .991353) 93.33%, #000 100%);
  opacity: .4
}

.articles_list section.articles {
  width: 100%;
  padding: 20px 0 40px
}

.related_article_block {
  margin-bottom: 30px;
  width: 100%;
  max-width: 570px
}

.related_article_block .related_article_link {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 32px;
  background: #ebeef2;
  border: 1px solid rgba(0, 0, 0, .08);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-decoration: none
}

.related_article_block .related_article_link:focus, .related_article_block .related_article_link:hover {
  text-decoration: none !important
}

.related_article_block .related_article_link picture {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 25px
}

.related_article_block .related_article_link .text span {
  font-size: 12px;
  color: rgba(0, 0, 0, .48);
  text-transform: uppercase;
  display: block;
  line-height: 1;
  margin-bottom: 10px
}

.related_article_block .related_article_link .text .title {
  font-size: 16px;
  color: #000;
  line-height: 124%;
  font-family: "Sofia Pro Black";
  text-transform: uppercase;
  margin-bottom: 8px
}

.related_article_block .related_article_link .text .excerpt {
  font-size: 15px;
  line-height: 146%;
  letter-spacing: .02em;
  color: rgba(0, 0, 0, .64)
}

.article_author_info {
  border-top: 1px solid rgba(0, 0, 0, .08);
  position: relative;
  z-index: 4;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  margin-top: 15px;
  padding-top: 20px;
  text-decoration: none
}

.article_author_info .avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px
}

.article_author_info .article_author_img {
  background-position: center;
  background-size: cover;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.article_author_info .article_author_img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.article_author_info .info .article_author_name {
  color: #000;
  font-size: 15px;
  font-family: "Sofia Pro Black";
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 100%;
  margin-bottom: 4px;
  transition: .3s ease
}

.article_author_info .info .article_author_position {
  color: rgba(0, 0, 0, .4);
  letter-spacing: .02em;
  font-size: 13px;
  line-height: 100%
}

.article_author_info:hover .article_author_name {
  color: #ff9d00 !important
}

.article_item.type_news:hover .article_item_header.has_btn .btn_primary {
  opacity: 1
}

.article_item.type_news:hover .article_item_header.has_btn:after {
  opacity: 1
}

.article_item_header .btn_primary {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  opacity: 0;
  max-width: fit-content;
  height: 56px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center
}

.article_item_header.has_btn {
  overflow: hidden
}

.article_item_header.has_btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 1;
  opacity: 0;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  pointer-events: none
}

.article_item_header .resourse_link {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  font-family: "Sofia Pro Black";
  text-transform: uppercase;
  letter-spacing: .08em;
  background: rgba(44, 52, 58, .92);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-decoration: none;
  padding: 10px 12px 10px 35px
}

.article_item_header .resourse_link:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  opacity: .64;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  background-image: url(../img/icons/resource_link_icon.svg)
}

.article_item_header .resourse_link:focus, .article_item_header .resourse_link:hover {
  text-decoration: none
}

.article_item_header .resourse_link:focus:before, .article_item_header .resourse_link:hover:before {
  opacity: 1
}

.main_articles.bg_yellow .article_item.type_news {
  border: 0
}

.articles_slider .item {
  margin-bottom: 0 !important
}

.articles_slider .slick-list, .articles_slider .slick-track {
  display: flex;
  display: -webkit-flex
}

.articles_slider .slick-slide>div {
  height: 100%
}

.articles_slider .slick-slide>div .item {
  height: 100%
}

.articles_slider .slick-slide>div .item .article_item {
  height: 100%;
  background: #fff
}

.article_item .article_item_body {
  height: calc(100% - 150px)
}

.home .article_item.type_news {
  border: 0
}

.article_item.link {
  text-decoration: none;
  display: inline-block;
  width: 100%
}

.article_item.link:focus, .article_item.link:hover {
  text-decoration: none
}

.footer {
  background-color: #1d1d1b;
  padding-top: 95px;
  padding-bottom: 50px;
  color: #fff
}

.footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, .8);
  transition: .3s ease
}

.footer a:hover {
  color: #fbba00
}

.footer li.link-disabled>a {
  color: #fff;
  pointer-events: none
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.footer__top .footer-logo {
  width: 25%
}

.footer__top .footer-logo img {
  width: 100%;
  display: block
}

.footer__menu {
  overflow: hidden;
  padding-bottom: 30px
}

.footer__menu li, .footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer__menu .menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 700px
}

.footer__menu .menu>li {
  padding: 30px;
  padding-bottom: 0;
  width: 25%;
  position: relative
}

.footer__menu .menu>li:first-child::before {
  display: none !important
}

.footer__menu .menu>li::before {
  content: "";
  width: 1.2pt;
  position: absolute;
  left: 0;
  top: -500px;
  height: 1500px;
  background-color: #333331
}

.footer__menu .menu>li>.menu-item-link .menu-item__title {
  font-size: 22px;
  font-family: "Sofia Pro Bold";
  padding-bottom: 25px;
  margin-bottom: 30px;
  display: flex;
  border-bottom: 1.2pt solid #333331;
  justify-content: space-between;
  align-items: center
}

.footer__menu .menu>li.toggled .menu-item__title::after {
  transform: rotate(45deg)
}

.footer__menu .sub-menu li {
  margin-bottom: 15px
}

.footer__menu .sub-menu li a {
  font-size: 14px
}

.footer__menu .sub-menu li:last-child {
  margin-bottom: 0
}

.footer__contacts>div {
  display: flex;
  align-items: center
}

.footer__contacts>div * {
  font-size: 22px;
  font-family: "Sofia Pro Bold";
  color: #fff
}

.footer__contacts>div span {
  display: inline-block;
  margin-right: 7px
}

.footer__contacts .footer_social_links {
  display: flex;
  justify-content: space-between
}

.footer__contacts .footer_social_links>div {
  display: flex;
  align-items: center
}

.footer__contacts .footer_social_links>div a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .08);
  margin-right: 10px;
  transition: .3s ease-in-out;
  overflow: hidden;
  position: relative
}

.footer__contacts .footer_social_links>div a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #fff;
  transition: .3s ease;
  transform: scale(.2);
  opacity: 0;
  z-index: 1;
  border-radius: 50%
}

.footer__contacts .footer_social_links>div a img {
  transition: .3s ease-in-out;
  max-height: 24px;
  position: relative;
  z-index: 2
}

.footer__contacts .footer_social_links>div a:hover::before {
  transform: scale(1);
  opacity: 1
}

.footer__contacts .footer_social_links>div a:hover img {
  filter: brightness(0)
}

.footer__contacts .footer_social_links>div a:last-child {
  margin: 0
}

.footer__contacts, .footer__privacy {
  display: grid;
  border-top: 1.2pt solid #333331;
  grid-template-columns: 1fr 1fr;
  font-size: 14px;
  color: rgba(255, 255, 255, .8)
}

.footer__contacts p, .footer__privacy p {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: "Sofia Pro Light"
}

.footer__contacts p:last-child, .footer__privacy p:last-child {
  margin-bottom: 0
}

.footer__contacts p a, .footer__privacy p a {
  position: relative
}

.footer__contacts p a::before, .footer__privacy p a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: .3pt;
  bottom: -1px;
  background-color: rgba(255, 255, 255, .8);
  transition: .3s ease
}

.footer__contacts p a:hover::before, .footer__privacy p a:hover::before {
  opacity: 0
}

.footer__contacts a, .footer__privacy a {
  text-decoration: none
}

.footer__contacts>div, .footer__privacy>div {
  padding: 30px
}

.footer__contacts>div:last-child, .footer__privacy>div:last-child {
  border-left: 1.2pt solid #333331
}

.footer__contacts .desc_links, .footer__privacy .desc_links {
  display: flex;
  list-style: none
}

.footer__contacts .desc_links li, .footer__privacy .desc_links li {
  margin-right: 10px
}

.footer__privacy>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.footer__partners {
  display: flex
}

.footer__partners--logo {
  width: 140px;
  height: 70px;
  border-radius: 12px;
  padding: 10px 20px;
  background-color: #f4f4f6;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center
}

.footer__partners--logo:last-child {
  margin-right: 0 !important
}

.footer__partners--logo img {
  max-height: 36px
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px
}

.footer .footer-content-wrapper {
  border-radius: 30px;
  border: 1.2pt solid #333331;
  overflow: hidden;
  margin-top: 105px
}

.lets-talk {
  text-decoration: none;
  font-size: 114px;
  width: 50%;
  position: relative;
  overflow: hidden
}

.lets-talk .inner-text {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .3s ease;
  white-space: nowrap;
  font-family: "Sofia Pro Bold";
  color: #fff;
  width: calc(100% + 160px);
  transform: translate(-160px)
}

.lets-talk .inner-text::after, .lets-talk .inner-text::before {
  content: "";
  display: flex;
  min-width: 160px;
  width: 160px;
  height: 80px;
  background-image: url(../img/icons/arrow/arrow_80_white.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: .3s ease;
  position: relative;
  top: 5px
}

.lets-talk .inner-text::before {
  margin-left: 0;
  opacity: 0;
  background-position: center left
}

.lets-talk .inner-text::after {
  margin-right: 0;
  opacity: 1
}

.lets-talk .inner-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3pt;
  border-radius: 8px;
  background-color: #fff
}

.lets-talk:hover .inner-text {
  transform: translateX(0)
}

.lets-talk:hover .inner-text::before {
  opacity: 1
}

.lets-talk:hover .inner-text::after {
  opacity: 0
}

.footer_lang_menu {
  display: flex;
  gap: 10px
}

.footer_lang_menu div[lang-code=en] {
  order: 1
}

.footer_lang_menu div[lang-code=es] {
  order: 2
}

.footer_lang_menu div[lang-code=ru] {
  order: 3
}

.footer_lang_menu div[lang-code=pt] {
  order: 4
}

.footer_lang_menu a {
  text-transform: uppercase;
  font-family: "Sofia Pro Bold";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, .05);
  transition: .3s ease;
  border-radius: 12px
}

.footer_lang_menu a:hover {
  background-color: #fff;
  color: #1d1d1b
}

.footer_lang_menu .current-lang a {
  background-color: #fbba00;
  color: #1d1d1b
}

.wpml-ls-statics-footer {
  display: none !important
}

html[lang=es-ES] .lets-talk .inner-text, html[lang=es] .lets-talk .inner-text, html[lang=ru-RU] .lets-talk .inner-text {
  font-size: 90px
}

html[lang=es-ES] .lets-talk .inner-text, html[lang=es] .lets-talk .inner-text {
  font-size: 100px
}

html[lang=pt-BR] .lets-talk .inner-text {
  font-size: 60px
}

html[lang=pt-BR] .lets-talk .inner-text::after, html[lang=pt-BR] .lets-talk .inner-text::before {
  min-width: 120px;
  width: 120px;
  height: 50px
}

.load_more {
  background: #f4f4f6;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 100%;
  height: 56px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #ff9d00;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Sofia Pro Bold";
  text-decoration: none;
  border: 0;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear
}

.load_more:hover {
  background: rgba(0, 0, 0, .08)
}

.load_more:hover span {
  padding-left: 27px
}

.load_more:hover:after, .load_more:hover:before {
  left: 3px
}

.load_more span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: #ff9d00;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Sofia Pro Bold";
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear
}

.load_more span:after, .load_more span:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background: #ff9d00;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear
}

.load_more span:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg)
}

.email-misspelled-container {
  position: relative
}

.email-misspelled-container .spelled-results {
  position: absolute;
  z-index: 99;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  border-radius: 12px;
  overflow: hidden
}

.email-misspelled-container .spelled-results-elem {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  background-color: #fff;
  color: #000;
  cursor: pointer;
  transition: .3s ease;
  text-align: left
}

.email-misspelled-container .spelled-results-elem:hover {
  background-color: #f3f3f3
}

.email-misspelled-container .spelled-results-elem:last-child {
  border-bottom: none
}

::-webkit-scrollbar:vertical {
  border-radius: 6px
}

.subscription {
  padding: 38px 0 60px;
  border-top: 1px solid rgba(0, 0, 0, .06)
}

.subscription .h2, .subscription h2 {
  font-size: 40px;
  line-height: 100%;
  color: #000;
  font-family: "Gilroy", sans-serif;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 18px
}

.subscription .sub_title {
  color: rgba(0, 0, 0, .64);
  letter-spacing: .02em;
  font-size: 18px;
  line-height: 164%;
  margin-bottom: 38px
}

.subscription .btn_primary {
  margin-bottom: 80px;
  width: 288px;
  max-width: 100%;
  height: 72px
}

.subscription .flex_container {
  align-items: flex-start
}

.subscription_block {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .04);
  -webkit-box-shadow: 0 64px 64px rgba(0, 0, 0, .08);
  -moz-box-shadow: 0 64px 64px rgba(0, 0, 0, .08);
  box-shadow: 0 64px 64px rgba(0, 0, 0, .08);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  padding: 200px 24px 24px;
  position: relative
}

.subscription_block:before {
  content: "";
  position: absolute;
  background: url(../img/subs_bg.webp);
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 178px;
  top: -1px;
  -webkit-border-radius: 24px 24px 0 0;
  -moz-border-radius: 24px 24px 0 0;
  border-radius: 24px 24px 0 0;
  left: 0;
  right: 0;
  margin: auto
}

.subscription_block .subscription_content .title {
  color: #ff9d00;
  letter-spacing: .02em;
  font-size: 32px;
  line-height: 100%;
  font-family: "Sofia Pro Black";
  margin-bottom: 32px
}

.subscription_block .subscription_content .thanks_text {
  font-size: 18px;
  font-family: "Sofia Pro Black"
}

.subscription_block .subscription_form label {
  display: none
}

.text_center {
  text-align: center
}

.subscription_form_row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 20px
}

.subscription_form_row .input_wrap {
  width: 100%;
  margin-bottom: 8px
}

.no_spam {
  text-align: center;
  display: block;
  color: rgba(0, 0, 0, .48);
  letter-spacing: .02em;
  font-size: 15px
}

.red {
  color: #ff9d00
}

.bg_red {
  background: #ff9d00
}

.btn_submit {
  width: 100%;
  height: 56px;
  background: #ff9d00;
  border: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  position: relative;
  cursor: pointer
}

.btn_submit:focus, .btn_submit:hover {
  background: #ad0b0b
}

.btn_submit.subscription_btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.16797 10H15.8346' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10 4.16699L15.8333 10.0003L10 15.8337' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e")
}

.btn_submit:disabled {
  opacity: .24;
  pointer-events: none
}

.ms_title {
  font-size: 32px;
  line-height: 100%;
  font-family: "Sofia Pro Black";
  margin-bottom: 16px;
  padding-top: 62px
}

.ms_excerpt {
  font-size: 18px;
  line-height: 146%;
  letter-spacing: .02em;
  margin-bottom: 50px;
  color: rgba(0, 0, 0, .64)
}

.flex {
  display: flex !important;
  display: -webkit-flex !important
}

.text_left {
  text-align: left
}

.reviews_list {
  margin-right: -12px;
  margin-left: -12px;
  z-index: 2;
  position: relative
}

.reviews_list .slick-next {
  right: -6px
}

.reviews_list .slick-prev {
  left: -8px
}

.reviews_list .item {
  padding: 12px;
  width: 100%
}

.reviews_list .reviews_list_item {
  background: #030304;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  height: 100%
}

.reviews_list .reviews_list_item .reviews_list_item_header {
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  height: 296px;
  background: #2f3030
}

.reviews_list .reviews_list_item .reviews_list_item_header .review_video {
  height: 100%
}

.reviews_list .reviews_list_item .reviews_list_item_header .review_video .review_video_container {
  height: 100%;
  position: relative
}

.reviews_list .reviews_list_item .reviews_list_item_header .review_video .review_video_container .play_button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, .64)
}

.reviews_list .reviews_list_item .reviews_list_item_header .review_video .review_video_container .play_button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 22px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='22' viewBox='0 0 18 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.266602 2.66333C0.266602 1.081 2.01709 0.125316 3.34812 0.980974L16.3163 9.31764C17.5409 10.1049 17.5409 11.8951 16.3163 12.6824L3.34812 21.019C2.01709 21.8747 0.266602 20.919 0.266602 19.3367V2.66333Z' fill='black'/%3e%3c/svg%3e")
}

.reviews_list .reviews_list_item .reviews_list_item_header .review_video .review_video_container video {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0
}

.reviews_list .reviews_list_item .reviews_list_item_header .review_text {
  color: #fff;
  font-size: 16px;
  line-height: 146%;
  letter-spacing: .04em;
  padding: 24px 25px 24px 32px;
  height: 100%
}

.reviews_list .reviews_list_item .reviews_list_item_header .review_text * {
  color: #fff
}

.reviews_list .reviews_list_item .reviews_list_item_header .review_text .scroll_block {
  height: 100%;
  overflow: auto;
  padding-right: 7px
}

.reviews_list .reviews_list_item .reviews_list_item_body {
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
  padding: 24px 32px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center
}

.reviews_list .reviews_list_item .reviews_list_item_body .linked-icon {
  margin-left: auto
}

.reviews_list .reviews_list_item .reviews_list_item_body .linked-icon svg path {
  transition: .3s ease
}

.reviews_list .reviews_list_item .reviews_list_item_body .linked-icon:hover path {
  fill: #fbba00
}

.reviews_list .reviews_list_item .reviews_list_item_body .d_flex {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center
}

.reviews_list .reviews_list_item .reviews_list_item_body .d_flex .review_author_img {
  border: 1px solid rgba(0, 0, 0, .08);
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  margin-right: 10px
}

.reviews_list .reviews_list_item .reviews_list_item_body .d_flex .review_author_name {
  font-size: 16px;
  letter-spacing: .02em;
  font-family: "Sofia Pro Bold";
  margin-bottom: 2px;
  color: #fff
}

.reviews_list .reviews_list_item .reviews_list_item_body .d_flex .review_author_position {
  font-size: 14px;
  color: rgba(255, 255, 255, .4);
  letter-spacing: .02em;
  line-height: 100%
}

.main_articles {
  padding-bottom: 45px
}

.main_articles .ms_title {
  padding-top: 45px
}

.main_articles .ms_excerpt {
  margin-bottom: 35px
}

.main_articles .btn_primary:focus, .main_articles .btn_primary:hover {
  background: #ad0b0b
}

.main_articles .btn_primary, .main_articles .btn_secondary {
  margin-bottom: 64px
}

.main_articles.bg_white {
  padding-bottom: 30px
}

.main_articles.bg_white .btn_secondary:focus, .main_articles.bg_white .btn_secondary:hover {
  background: rgba(0, 0, 0, .32)
}

.main_articles.bg_red .ms_title {
  color: #fff
}

.main_articles.bg_red .ms_excerpt {
  color: rgba(255, 255, 255, .8)
}

.main_articles.bg_red .btn_secondary:focus, .main_articles.bg_red .btn_secondary:hover {
  background: #ad0b0b
}

.aside_row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap
}

.content, .desc, .text {
  color: rgba(0, 0, 0, .64)
}

.content p, .desc p, .text p {
  margin-bottom: 28px
}

.content p:last-child, .content p:last-of-type, .desc p:last-child, .desc p:last-of-type, .text p:last-child, .text p:last-of-type {
  margin-bottom: 0
}

.mw_960 {
  max-width: 960px
}

.bg_dark {
  background: #37393f
}

.bg_dark .ms_title {
  color: #fff
}

.bg_dark .ms_excerpt, .bg_dark .ms_title {
  max-width: 850px
}

.bg_dark .ms_excerpt {
  color: rgba(255, 255, 255, .64)
}

.bg_dark .btn_secondary .text {
  color: #fff
}

.section {
  padding: 0 0 55px
}

.section .ms_title {
  margin-bottom: 50px;
  font-size: 32px
}

body, html {
  overflow-x: hidden
}

.pt_0 {
  padding-top: 0 !important
}

.desktop_show {
  display: none
}

b, strong {
  font-family: "Gilroy", sans-serif;
}

.h4, h4 {
  font-size: 18px;
  line-height: 100%;
  letter-spacing: .02em
}

.h3, h3 {
  font-size: 32px;
  font-family: "Gilroy",sans-serif;
  letter-spacing: .02em;
  line-height: 100%;
  /*margin-top: 0*/
}

.l_list li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin-bottom: 30px
}

.l_list li span, .l_list li strong {
  display: block
}

.l_list li strong {
  margin-bottom: 15px
}

.l_list li span {
  padding-left: 20px
}

.sub_title {
  color: rgba(0, 0, 0, .64);
  font-size: 18px;
  line-height: 164%;
  letter-spacing: .02em
}

.pb_0 {
  padding-bottom: 0 !important
}

.title_icon {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 18px;
  padding-top: 30px
}

.title_icon img {
  margin-right: 15px
}

.title_icon .title_text {
  font-family: "Sofia Pro Bold";
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: .02em;
  line-height: 100%
}

.ms_excerpt {
  max-width: 850px
}

.bg_grey {
  background: #efefef
}

blockquote h3.color_grey {
  color: rgba(0, 0, 0, .4);
  font-size: 18px;
  font-family: "Sofia Pro Black";
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0
}

blockquote .h2, blockquote h2 {
  font-size: 24px;
  line-height: 124%;
  color: #000;
  margin-bottom: 0
}

.btn {
  width: 100%;
  max-width: 245px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-decoration: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .04em;
  font-family: "Gilroy", sans-serif;
  border: 0;
  line-height: 110%
}

.btn:focus, .btn:hover {
  text-decoration: none
}

.btn.btn_white {
  background: #fff;
  color: #ff9d00
}

.btn.btn_white:focus, .btn.btn_white:hover {
  background: #ff9d00;
  color: #fff
}

.first_screen-image_text video {
  width: 100%;
  max-width: 470px;
  height: 212px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px
}

.bg_yellow {
  background: #fbba00
}

.khabensky_logo {
  margin-bottom: 5px
}

.page_noscroll {
  overflow: hidden
}

.form_control.wpcf7-not-valid {
  font-family: "Sofia Pro";
  border: 2px solid #ff9d00
}

.admin-bar>.select2-container--open {
  margin-top: 32px
}

.c_black {
  color: #000
}

.dark_bg {
  position: relative;
  background-size: cover
}

.dark_bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .4)
}

.first_screen-image_text .flex_container picture img {
  max-height: 85%
}

.slider_item_btn .btn_secondary {
  height: 100%;
  width: 100%;
  max-width: 100%
}

.cta_button {
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear
}

.cta_button:focus, .cta_button:hover {
  background: #fbba00
}

.subscription .btn_primary:hover {
  background: #fbba00
}

.ms_title.home_h1 {
  padding-top: 30px;
  margin-bottom: 0
}

.ms_title.home_h1+.ms_title {
  padding-top: 30px
}

.content .btn_primary {
  color: #fff !important;
  text-decoration: none
}

.content .btn_primary:focus, .content .btn_primary:hover {
  background: #fbba00;
  color: #fff !important;
  text-decoration: none !important
}

.context_menu.open {
  display: block
}

.pl_15 {
  padding-left: 15px
}

.interesting_item .btn_primary, .products_list_item .btn_primary {
  width: 100%;
  max-width: 100%;
  margin-top: 20px
}

.products_list .item .products_list_item {
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  overflow: hidden
}

.products_list .item .products_list_item:focus, .products_list .item .products_list_item:hover {
  -webkit-box-shadow: 0 16px 64px rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 16px 64px rgba(0, 0, 0, .16);
  box-shadow: 0 16px 64px rgba(0, 0, 0, .16)
}

.page-pagination-hide {
  display: none !important
}

.result_form {
  display: none
}

@media (min-width:768px) {
  .item, .subs_item {
    width: 50%
  }

  .item.col_8:not(.active), .subs_item.col_8:not(.active) {
    width: 100%
  }

  .item, .subs_item {
    width: 50%
  }

  .item.col_8:not(.active), .subs_item.col_8:not(.active) {
    width: 100%
  }

  .slick-next {
    right: -32px
  }

  .slick-prev {
    left: -32px
  }

  .item, .subs_item {
    width: 50%
  }

  .item.col_8:not(.active), .subs_item.col_8:not(.active) {
    width: 100%
  }

  .first_screen-image_text .flex_container figure, .first_screen-image_text .flex_container picture {
    display: block;
    width: 38%
  }

  .first_screen-image_text .flex_container figure {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    width: 38%
  }

  .first_screen-image_text .flex_container .text_block .desc {
    font-size: 18px
  }

  .first_screen-image_text .flex_container .text_block {
    width: 62%;
    padding: 200px 15px 95px 15px
  }

  .first_screen-image_text .flex_container .text_block .desc {
    font-size: 18px
  }

  .tabs_and_content {
    margin-top: -64px;
    padding-bottom: 15px
  }

  .scroll_block .container {
    padding-right: 40px;
    padding-left: 40px
  }

  .tabs_nav .tabs_item .tabs_link {
    height: 64px
  }

  .tabs_content .h2 .count, .tabs_content .tabs_title .count, .tabs_content h2 .count {
    display: inline-block;
    color: #ff9d00;
    font-size: 40px;
    font-family: "Sofia Pro";
    padding-left: 10px
  }

  .tabs_content .h2 .count, .tabs_content .tabs_title .count, .tabs_content h2 .count {
    font-size: 48px;
    line-height: 48px;
    font-family: "Sofia Pro"
  }

  .tabs_content .tabs_sub_title {
    font-size: 18px
  }

  .tabs_content .tabs_content_item {
    padding-top: 63px;
    margin-bottom: 0
  }

  .interesting {
    padding: 0 0 40px
  }

  .interesting .interesting_container {
    padding: 62px 0 42px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
  }

  .interesting .interesting_container .h2, .interesting .interesting_container h2 {
    font-size: 48px;
    margin-bottom: 15px
  }

  .interesting .interesting_container .sub_title {
    color: #000;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 55px
  }

  .interesting_list {
    margin-left: -12px;
    margin-right: -12px
  }

  .interesting_list .item {
    width: 50%;
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px
  }

  .interesting_list .interesting_item .interesting_item_header {
    min-height: 271px;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0
  }

  .interesting_list .interesting_item .interesting_item_header .title {
    font-size: 24px;
    line-height: 100%
  }

  .interesting_list .interesting_item .interesting_item_body {
    opacity: 1;
    padding: 30px;
    max-height: none
  }

  .interesting_list .interesting_item .interesting_item_body {
    display: block;
    width: 100%
  }

  .articles {
    padding: 60px 0
  }

  .articles .articles_container {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    padding: 40px 30px
  }

  .articles .articles_slider .slick-next {
    right: -22px
  }

  .articles .articles_slider .slick-prev {
    left: -22px
  }

  .articles_list:not(.slick-slider) .item, .articles_list:not(.slick-slider) .subs_item {
    margin-bottom: 30px
  }

  .articles_list .item, .articles_list .subs_item {
    width: 50%
  }

  .articles_list .item.col_8:not(.active), .articles_list .subs_item.col_8:not(.active) {
    width: 100%
  }

  .article_item .article_item_body {
    padding: 24px
  }

  .article_item .article_item_body .article_item_link {
    min-height: 84px
  }

  .article_item .article_item_body .article_item_link {
    font-size: 24px;
    min-height: 90px
  }

  .article_item.type_article .article_item_header {
    height: 180px
  }

  .article_item .article_item_header {
    padding: 24px 15px 7px;
    height: 180px
  }

  .articles_list section.articles {
    padding: 35px 0 55px
  }

  .articles_list section.articles .container {
    padding-right: 8px;
    padding-left: 8px
  }

  .related_article_block .related_article_link {
    justify-content: space-between;
    -webkit-justify-content: space-between
  }

  .related_article_block .related_article_link picture {
    margin-bottom: 0;
    width: 124px;
    min-width: 124px
  }

  .related_article_block .related_article_link .text {
    width: calc(100% - 144px);
    padding-left: 20px
  }

  .related_article_block .related_article_link .text span {
    margin-bottom: 15px
  }

  .articles_list.knowledgebase_list .item:nth-of-type(1) {
    width: 100%
  }

  .articles_container .article_item .article_item_body .article_item_link {
    font-size: 18px;
    line-height: 124%
  }

  .article_item .article_item_body {
    height: calc(100% - 180px)
  }

  .subscription .h2, .subscription h2 {
    font-size: 56px;
    margin-bottom: 22px
  }

  .subscription .sub_title {
    font-size: 20px;
    margin-bottom: 38px;
    max-width: 600px
  }

  .subscription .btn_primary {
    margin-bottom: 70px
  }

  .subscription_block {
    padding: 220px 24px 40px
  }

  .subscription_block .subscription_content {
    max-width: 392px;
    margin: auto
  }

  .subscription_block .subscription_content .thanks_text {
    font-size: 20px
  }

  .subscription_form_row {
    margin-bottom: 12px
  }

  .subscription_form_row .input_wrap {
    width: calc(100% - 64px);
    margin-right: 8px;
    margin-bottom: 0
  }

  .subscription_form_row .btn_submit {
    width: 56px;
    height: 56px
  }

  .btn_submit {
    max-width: 288px
  }

  .ms_title {
    padding-top: 78px;
    font-size: 56px
  }

  .ms_excerpt {
    font-size: 20px;
    margin-bottom: 55px
  }

  .reviews_list .slick-next {
    right: -27px
  }

  .reviews_list .slick-prev {
    left: -27px
  }

  .reviews_list .item {
    width: 50%
  }

  .main_articles .ms_title {
    font-size: 56px;
    padding-top: 95px;
    margin-bottom: 20px
  }

  .main_articles .btn_primary, .main_articles .btn_secondary {
    margin-bottom: 47px
  }

  .main_articles.bg_white {
    padding-bottom: 118px
  }

  .content p, .desc p, .text p {
    margin-bottom: 32px
  }

  .section {
    padding: 0 0 62px
  }

  .section .ms_title {
    font-size: 48px
  }

  .h3, h3 {
    font-size: 40px
  }

  .title_icon {
    padding-top: 38px
  }

  .title_icon .title_text {
    font-size: 32px
  }

  blockquote h3.color_grey {
    font-size: 24px
  }

  blockquote .h2, blockquote h2 {
    font-size: 48px
  }

  .first_screen-image_text video {
    height: 270px
  }

  .khabensky_logo {
    margin-bottom: 18px
  }

  .ms_title.home_h1 {
    padding-top: 40px
  }

  .ms_title.home_h1+.ms_title {
    padding-top: 40px
  }
}

@media (min-width:1025px) {
  .item, .subs_item {
    width: 33.33%;
    padding-left: 12px;
    padding-right: 12px
  }

  .item.col_8:not(.active), .subs_item.col_8:not(.active) {
    width: 66.66%
  }

  .item.col_8:not(.active) .article_item:not(.type_article) .article_item_header, .subs_item.col_8:not(.active) .article_item:not(.type_article) .article_item_header {
    height: 230px
  }

  .item.col_5:not(.active), .subs_item.col_5:not(.active) {
    width: 50%
  }

  .item, .subs_item {
    width: 33.33%;
    padding-left: 12px;
    padding-right: 12px
  }

  .item.col_8:not(.active), .subs_item.col_8:not(.active) {
    width: 66.66%
  }

  .item.col_8:not(.active) .article_item:not(.type_article) .article_item_header, .subs_item.col_8:not(.active) .article_item:not(.type_article) .article_item_header {
    height: 230px
  }

  .item.col_5:not(.active), .subs_item.col_5:not(.active) {
    width: 50%
  }

  .slick-next {
    right: 11px;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0
  }

  .slick-prev {
    left: 12px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px
  }

  .item, .subs_item {
    width: 33.33%;
    padding-left: 12px;
    padding-right: 12px
  }

  .item.col_8:not(.active), .subs_item.col_8:not(.active) {
    width: 66.66%
  }

  .item.col_8:not(.active) .article_item:not(.type_article) .article_item_header, .subs_item.col_8:not(.active) .article_item:not(.type_article) .article_item_header {
    height: 230px
  }

  .item.col_5:not(.active), .subs_item.col_5:not(.active) {
    width: 50%
  }

  .first_screen-image_text .flex_container figure img, .first_screen-image_text .flex_container figure video, .first_screen-image_text .flex_container picture img, .first_screen-image_text .flex_container picture video {
    right: 85px
  }

  .tabs_and_content {
    padding-bottom: 60px
  }

  .scroll_block .container {
    padding-right: 15px;
    padding-left: 15px
  }

  .tabs_content .tabs_sub_title {
    margin-bottom: 28px
  }

  .tabs_content .tabs_content_item {
    padding-top: 80px;
    margin-bottom: 22px
  }

  .interesting {
    padding: 0
  }

  .interesting .interesting_container {
    padding: 80px 0 100px
  }

  .interesting .interesting_container .sub_title {
    margin-bottom: 65px
  }

  .interesting_list .item:nth-child(1) .interesting_item {
    height: 100%
  }

  .interesting_list .item {
    width: 33.33%
  }

  .interesting_list .interesting_item .interesting_item_header .title {
    font-family: "Sofia Pro Black"
  }

  .btn_primary.shade {
    width: fit-content;
    max-width: initial;
    padding: 5px 40px
  }

  .articles {
    padding: 80px 0
  }

  .articles .articles_container {
    padding: 45px
  }

  .articles .articles_slider .slick-next {
    right: -33px
  }

  .articles .articles_slider .slick-prev {
    left: -32px
  }

  .articles_list {
    margin-right: -12px;
    margin-left: -12px
  }

  .articles_list:not(.slick-slider) {
    margin-right: -10px;
    margin-left: -10px
  }

  .articles_list:not(.slick-slider) .item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
  }

  .articles_list .item, .articles_list .subs_item {
    width: 33.33%;
    padding-left: 12px;
    padding-right: 12px
  }

  .articles_list .item.col_8:not(.active), .articles_list .subs_item.col_8:not(.active) {
    width: 66.66%
  }

  .articles_list .item.col_8:not(.active) .article_item:not(.type_article) .article_item_header, .articles_list .subs_item.col_8:not(.active) .article_item:not(.type_article) .article_item_header {
    height: 230px
  }

  .articles_list .item.col_5:not(.active), .articles_list .subs_item.col_5:not(.active) {
    width: 50%
  }

  .article_item .article_item_body {
    padding: 32px 24px
  }

  .article_item .article_item_body .article_item_link {
    min-height: 90px
  }

  .article_item.type_article .article_item_header {
    height: 200px
  }

  .article_item .article_item_header {
    height: 200px
  }

  .articles_list section.articles {
    padding: 40px 0 65px
  }

  .articles_list section.articles .container {
    padding-left: 15px;
    padding-right: 15px
  }

  .articles_list.knowledgebase_list .item:nth-of-type(1) {
    width: 66.66%
  }

  .main_articles.bg_yellow .ms_excerpt {
    font-size: 18px;
    max-width: 960px
  }

  .main_articles.bg_yellow .ms_title {
    font-size: 64px
  }

  .article_item .article_item_body {
    height: calc(100% - 200px)
  }

  .subscription {
    padding: 80px 0;
    border-top: 1px solid rgba(0, 0, 0, .06)
  }

  .subscription .sub_title {
    margin-bottom: 32px
  }

  .subscription .flex_container .col_left {
    width: 55%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
  }

  .subscription .flex_container .col_left .center {
    width: 100%;
    max-width: 572px
  }

  .subscription .flex_container .col_right {
    width: 45%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center
  }

  .subscription_block {
    max-width: 492px;
    padding: 220px 50px 40px
  }

  .subscription_block .subscription_content .text_center {
    padding-top: 18px;
    padding-bottom: 30px
  }

  .subscription_block .subscription_content .thanks_text {
    font-size: 24px
  }

  .subscription_block .subscription_form label {
    display: block
  }

  .ms_title {
    font-size: 60px
  }

  .reviews_list .item {
    width: 33.33%
  }

  .main_articles .ms_title {
    font-size: 64px
  }

  .section {
    padding-bottom: 80px
  }

  .section .ms_title {
    padding-top: 78px
  }

  .desktop_show {
    display: block
  }

  .admin-bar .brandbook_content .flex_container .brandbook_aside .sticky {
    margin-top: 32px
  }

  .slider_item_btn .btn_secondary.btn_news {
    text-decoration: none;
    background: #ff9d00;
    background: #ad0b0b
  }

  .slider_item_btn .btn_secondary.btn_news:focus, .slider_item_btn .btn_secondary.btn_news:hover {
    text-decoration: none;
    background: #fbba00
  }

  .slider_item_btn .btn_secondary.btn_news:focus .arrow, .slider_item_btn .btn_secondary.btn_news:hover .arrow {
    transform: translateX(2px);
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px)
  }

  .slider_item_btn .btn_secondary.btn_news:focus .text, .slider_item_btn .btn_secondary.btn_news:hover .text {
    transform: translateX(-2px);
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px)
  }

  .slider_item_btn .btn_secondary.btn_article {
    background: rgba(0, 0, 0, .08)
  }

  .slider_item_btn .btn_secondary.btn_article:focus, .slider_item_btn .btn_secondary.btn_article:hover {
    background: rgba(0, 0, 0, .32)
  }

  .ms_title.home_h1 {
    padding-top: 40px
  }

  .ms_title.home_h1+.ms_title {
    padding-top: 40px
  }

  .products_list .item .products_list_item .products_list_item_header .text {
    max-width: unset;
    text-align: center
  }
}

@media (min-width:1280px) {
  .products_list .item .products_list_item .products_list_item_header .text {
    max-width: 315px;
    text-align: left
  }
}

@media (min-width:1355px) {
  .slick-next {
    right: -28px
  }

  .slick-prev {
    left: -28px
  }

  .articles .articles_slider .slick-next {
    right: -33px
  }

  .articles .articles_slider .slick-prev {
    left: -32px
  }
}

@media (max-width:1350px) {
  .lets-talk {
    font-size: 92px;
    width: 100%;
    max-width: 520px
  }

  .lets-talk .inner-text {
    width: calc(100% + 145px);
    transform: translate(-145px)
  }

  .lets-talk .inner-text::after, .lets-talk .inner-text::before {
    min-width: 125px;
    width: 125px;
    height: 65px
  }

  html[lang=es-ES] .lets-talk .inner-text, html[lang=es] .lets-talk .inner-text, html[lang=ru-RU] .lets-talk .inner-text {
    font-size: 75px
  }

  html[lang=pt-BR] .lets-talk .inner-text {
    font-size: 46px
  }

  html[lang=pt-BR] .lets-talk .inner-text::after, html[lang=pt-BR] .lets-talk .inner-text::before {
    min-width: 95px;
    width: 95px;
    height: 40px
  }
}

@media (max-width:1200px) {
  body, html {
    overflow-x: hidden
  }

  .p_licenses {
    display: none
  }

  .faq .flex_container .faq_container {
    width: 100%
  }
}

@media (max-width:1080px) {
  .article_item .date, .article_item .parent_category {
    padding-left: 0
  }

  .footer__menu {
    padding-bottom: 0
  }

  .footer__menu .menu {
    max-height: none;
    flex-wrap: nowrap
  }

  .footer__menu .menu>li {
    border-bottom: 1.2pt solid #333331
  }

  .footer__menu .menu>li:last-child {
    border-bottom: none
  }

  .footer__menu .menu>li {
    width: 100%;
    padding: 20px
  }

  .footer__menu .menu>li::before {
    display: none
  }

  .footer__menu .menu>li>.menu-item-link .menu-item__title {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
  }

  .footer__menu .menu>li>.menu-item-link .menu-item__title:after {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: .5s ease;
    background: url(../img/icons/plus_white.svg) center no-repeat, rgba(255, 255, 255, .08)
  }

  .footer__menu .sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding-top: 20px;
    display: none
  }

  .footer__menu .sub-menu li {
    margin-bottom: 0
  }

  .footer .footer-content-wrapper {
    border-radius: 16px
  }

  .lets-talk .inner-line {
    height: 2.2pt
  }
}

@media (max-width:1024px) {
  .subscription .flex_container>div {
    width: 100%
  }
}

@media (max-width:991px) {
  .first_screen-image_text .flex_container .text_block .h1, .first_screen-image_text .flex_container .text_block h1 {
    word-break: break-word
  }
}

@media (max-width:960px) {
  .footer__top {
    justify-content: center
  }

  .footer__top .footer-logo {
    display: none
  }

  .footer__contacts {
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  .footer__contacts .footer_social_links span {
    display: none
  }

  .footer__contacts, .footer__privacy {
    grid-template-columns: 1fr
  }

  .footer__contacts p, .footer__privacy p {
    margin-bottom: 8px
  }

  .footer__contacts>div, .footer__privacy>div {
    padding: 20px
  }

  .footer__contacts>div:last-child, .footer__privacy>div:last-child {
    border-left: none
  }

  .footer__contacts .desc_links, .footer__privacy .desc_links {
    justify-content: center
  }

  .footer__privacy>div p {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto
  }

  .footer__privacy {
    text-align: center
  }

  .footer__privacy .footer__privacy--left {
    padding-bottom: 0
  }

  .footer__privacy .footer__privacy--right {
    padding-top: 0
  }

  .footer__partners {
    width: 100%;
    margin-bottom: 20px
  }

  .footer__partners--logo {
    width: 100%
  }

  .footer__bottom {
    flex-direction: column
  }

  .lets-talk {
    font-size: 86px
  }

  .lets-talk .inner-text {
    width: 100%;
    transform: none
  }

  .lets-talk .inner-text::before {
    display: none
  }

  .footer_lang_menu {
    width: 100%
  }

  .footer_lang_menu div {
    width: calc(100% - 5px)
  }

  .footer_lang_menu a {
    width: 100%
  }
}

@media (max-width:800px) {
  .footer__contacts {
    flex-direction: column
  }
}

@media (max-width:767px) {
  .btn_primary {
    width: 100%;
    max-width: 100%
  }

  .btn_secondary {
    width: 100%;
    max-width: 100%
  }

  .articles .container {
    padding: 0
  }

  .articles_list section.articles .container {
    padding: 0
  }

  .articles_list section.articles .container .articles_container {
    margin-left: -16px;
    margin-right: -16px
  }

  .main_articles.bg_red {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .06)
  }

  html {
    margin-top: 0 !important
  }

  .home .partnerships .casinos_list_item {
    display: none
  }

  .home .partnerships .btn_secondary {
    margin-bottom: 30px
  }

  .main_articles .slick-next {
    right: -16px
  }

  .main_articles .slick-prev {
    left: -16px
  }
}

@media screen and (max-width:767px) {
  .subscription .btn_primary {
    width: 100%
  }
}

@media (max-width:680px) {
  .footer {
    padding-top: 65px;
    padding-bottom: 30px
  }

  .footer__menu .menu>li>.menu-item-link .menu-item__title {
    font-size: 18px
  }

  .footer__menu .sub-menu {
    grid-template-columns: 1fr
  }

  .footer__contacts>div * {
    font-size: 18px
  }

  .footer__contacts .footer_email {
    padding-bottom: 0
  }

  .footer__contacts .desc_links, .footer__privacy .desc_links {
    flex-wrap: wrap
  }

  .footer__contacts .desc_links li, .footer__privacy .desc_links li {
    margin-bottom: 5px
  }

  .footer__partners {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
  }

  .footer__partners--logo {
    margin: 0
  }

  .footer__partners--logo:nth-child(odd):last-child {
    grid-column-start: 1;
    grid-column-end: 3
  }

  .footer__bottom {
    margin-top: 35px
  }

  .footer .footer-content-wrapper {
    margin-top: 75px
  }

  .lets-talk {
    font-size: 14vw
  }
}

@media (max-width:575px) {
  .main_articles .btn_primary, .main_articles .btn_secondary {
    max-width: 100%
  }

  #page_scr .first_screen-image_text .h1, #page_scr .first_screen-image_text h1 {
    font-size: 30px
  }

  .subscription .h2, .subscription h2 {
    font-size: 30px
  }
}

@media (max-width:515px) {
  .lets-talk .inner-text::after, .lets-talk .inner-text::before {
    min-width: 100px;
    width: 100px;
    height: 45px
  }

  html[lang=es-ES] .lets-talk .inner-text, html[lang=es] .lets-talk .inner-text, html[lang=ru-RU] .lets-talk .inner-text {
    font-size: 45px
  }

  html[lang=es-ES] .lets-talk .inner-text::after, html[lang=es-ES] .lets-talk .inner-text::before, html[lang=es] .lets-talk .inner-text::after, html[lang=es] .lets-talk .inner-text::before, html[lang=ru-RU] .lets-talk .inner-text::after, html[lang=ru-RU] .lets-talk .inner-text::before {
    height: 35px
  }

  html[lang=pt-BR] .lets-talk .inner-text {
    font-size: 35px
  }

  html[lang=pt-BR] .lets-talk .inner-text::after, html[lang=pt-BR] .lets-talk .inner-text::before {
    min-width: 40px;
    width: 40px;
    height: 25px
  }
}

@media (max-width:380px) {
  .article_item .meta {
    flex-direction: column;
    align-items: flex-start
  }

  .article_item .parent_category+.dot+.date {
    margin-left: 0
  }
}

@media (max-width:360px) {
  .footer__contacts .footer_social_links>div a {
    margin-right: 5px
  }

  .lets-talk .inner-text::after, .lets-talk .inner-text::before {
    min-width: 80px;
    width: 80px;
    height: 35px
  }

  .footer_lang_menu a {
    height: 60px
  }

  html[lang=es-ES] .lets-talk .inner-text, html[lang=es] .lets-talk .inner-text, html[lang=ru-RU] .lets-talk .inner-text {
    font-size: 40px
  }

  html[lang=pt-BR] .lets-talk .inner-text {
    font-size: 25px;
    line-height: 200%
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .subscription .flex_container {
    max-width: 675px;
    margin: auto
  }

  .subscription_block:before {
    width: 97%
  }
}

@media (min-width:768px) and (max-width:1200px) {
  nav>div {
    height: 100%
  }

  nav>div>ul {
    height: 100%
  }
}