@font-face {
  font-display: swap;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ProximaNova/ProximaNova-Regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/ProximaNova/ProximaNova-Semibold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ProximaNova/ProximaNova-Bold.woff2") format("woff2");
}

body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #1D1E20;
  line-height: 1.6;
  background-color: #F4F5F7;
}

* {
  outline: none;
}

* :active,
* :hover,
* :focus {
  outline: 0;
  outline-offset: 0;
}

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

p {
  margin: 0 0 20px 0;
  line-height: 24px;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  position: relative;
  line-height: 1.3;
  font-weight: bold;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 26px;
}

h5,
.h5 {
  font-size: 24px;
}

h6,
.h6 {
  font-size: 22px;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 14px;
}

article {
  margin-bottom: 30px;
}

article p {
  line-height: 1.7;
}

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

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

.ui-box {
  margin-bottom: 40px;
}

.ui-box-title {
  color: #3E8AFD;
  font-size: 24px;
  font-weight: 600;
}

.ui-box-title:not(:last-child) {
  margin-bottom: 30px;
}

.ui-box-buttons .button {
  margin: 0 20px 20px 0;
}

.ui-box-image {
  position: relative;
  padding-top: 60%;
  border-radius: 3px;
  background-color: #F1F1F1;
  margin-bottom: 20px;
}

.ui-box#start {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9;
}

.ui-box#start ul {
  padding: 15px 0;
}

.ui-box#start ul li {
  font-weight: 600;
  position: relative;
}

.ui-box#start ul li:not(:last-child) {
  margin-right: 25px;
}

.ui-box#start ul li a:hover {
  color: #3E8AFD;
}

pre[class*="language-"] {
  border-radius: 3px;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: rgba(229, 239, 255, 0.3);
}

.section {
  padding: 40px 0;
}

.button {
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 15px 25px;
  color: #FFF;
  background-color: #FF755D;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.button:hover {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: #ff4a2a;
  color: #fff;
}

.button:focus,
.button:active {
  outline: none;
}

.button.transparent {
  color: #FF755D;
  background-color: transparent;
}

.button.transparent:hover {
  color: #ff4a2a;
}

.button.ligth {
  background-color: rgba(255, 117, 93, 0.1);
  color: #FF755D;
}

.button.ligth:hover {
  background-color: #ff755d;
  color: #fff;
}

.button.bordered {
  background-color: transparent;
  border-color: #FF755D;
  color: #FF755D;
}

.button.bordered:hover {
  background-color: #FF755D;
  color: #fff;
}

.form-group {
  margin-bottom: 30px;
  position: relative;
}

.form-group-title {
  margin-bottom: 14px;
  padding: 0 15px;
}

.form-group-item {
  width: 100%;
  border: 2px solid rgba(186, 186, 186, 0.2);
  border-radius: 8px;
  min-height: 50px;
  font-weight: bold;
  padding: 0 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
  text-overflow: '';
  font-size: 15px;
  color: #7A7F85;
}

.form-group-item::-webkit-input-placeholder {
  color: #7A7F85;
}

.form-group-item:-moz-placeholder {
  color: #7A7F85;
}

.form-group-item::-moz-placeholder {
  color: #7A7F85;
}

.form-group-item:-ms-input-placeholder {
  color: #7A7F85;
}

.form-group-item:hover {
  border: 2px solid rgba(0, 0, 0, 0.13);
}

.form-group-item:focus {
  border-color: #3E8AFD;
}

.form-group-item:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-group-item:focus:-moz-placeholder {
  color: transparent;
}

.form-group-item:focus::-moz-placeholder {
  color: transparent;
}

.form-group-item:focus:-ms-input-placeholder {
  color: transparent;
}

.form-group-item:focus + div path {
  fill: #3E8AFD;
}

.form-group-item:focus + div svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form-group-ico {
  position: relative;
}

.form-group-ico .form-group-item {
  padding-right: 60px;
}

.form-group-ico-inner {
  width: 60px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}

.form-group-ico path {
  fill: rgba(186, 186, 186, 0.2);
}

.form-group-ico:hover path {
  fill: rgba(0, 0, 0, 0.13);
}

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

.form-group-file input {
  display: none;
}

.form-group-file:active {
  border-color: #3E8AFD;
}

.form-group-file:active + div path {
  fill: #3E8AFD;
}

.form-group-file.file-selected {
  border-color: #3E8AFD;
}

.form-group-file.file-selected + div path {
  fill: #3E8AFD;
}

.form-group-checkbox,
.form-group-radio {
  display: block;
  width: 100%;
}

.form-group-checkbox input[type='checkbox'],
.form-group-checkbox input[type='radio'],
.form-group-radio input[type='checkbox'],
.form-group-radio input[type='radio'] {
  display: none;
}

.form-group-checkbox input[type='checkbox']:checked + span:before,
.form-group-checkbox input[type='radio']:checked + span:before,
.form-group-radio input[type='checkbox']:checked + span:before,
.form-group-radio input[type='radio']:checked + span:before {
  border-color: #3E8AFD;
  background-color: #3E8AFD;
}

.form-group-checkbox input[type='checkbox']:checked + span:after,
.form-group-checkbox input[type='radio']:checked + span:after,
.form-group-radio input[type='checkbox']:checked + span:after,
.form-group-radio input[type='radio']:checked + span:after {
  opacity: 1;
}

.form-group-checkbox span,
.form-group-radio span {
  display: inline-block;
  position: relative;
  padding-left: 35px;
}

.form-group-checkbox span:before,
.form-group-checkbox span:after,
.form-group-radio span:before,
.form-group-radio span:after {
  content: "";
  position: absolute;
  cursor: pointer;
}

.form-group-checkbox span:before,
.form-group-radio span:before {
  width: 22px;
  height: 22px;
  border-radius: 2px;
  border: 2px solid rgba(186, 186, 186, 0.2);
  left: 0;
  top: 1px;
}

.form-group-checkbox span:after,
.form-group-radio span:after {
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
  top: 4px;
  opacity: 0;
}

.form-group-checkbox span:hover:before,
.form-group-radio span:hover:before {
  border-color: rgba(0, 0, 0, 0.13);
}

.form-group-checkbox span a,
.form-group-radio span a {
  display: inline;
  text-decoration: underline;
}

.form-group-checkbox span a:hover,
.form-group-radio span a:hover {
  color: #3E8AFD;
  text-decoration: none;
}

.form-group-radio span:before {
  border-radius: 100%;
}

.form-group-radio span:after {
  width: 12px;
  height: 12px;
  border: none;
  left: 5px;
  top: 6px;
  background-color: #fff;
  border-radius: 100%;
}

textarea.form-group-item {
  padding: 10px 22px;
  min-height: 120px;
}

.dot-list {
  margin-bottom: 20px;
}

.dot-list li {
  position: relative;
  padding-left: 17px;
}

.dot-list li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  left: 0;
  top: 10px;
  position: absolute;
}

.dot-list li:not(:last-child) {
  margin-bottom: 20px;
}

.dot-list li a {
  text-decoration: underline;
}

.dot-list li a:hover {
  text-decoration: none;
  color: #3E8AFD;
}

.dot-list.round li:before {
  border-radius: 100%;
}

blockquote {
  font-size: 22px;
  font-style: italic;
  padding-left: 40px;
}

.section-title:not(:last-child) {
  margin-bottom: 45px;
}

.section-title-text {
  margin-bottom: 20px;
  color: #3E8AFD;
  font-size: 42px;
}

.section-title-text:last-child {
  margin: 0;
}

.section-title-description {
  display: inline-block;
  max-width: 740px;
  font-size: 20px;
  line-height: 30px;
}

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

.tabs {
  margin-bottom: 20px;
}

.tabs-buttons {
  margin-bottom: 23px;
}

.tabs-buttons-button {
  background-color: transparent;
  color: #3E8AFD;
}

.tabs-buttons-button:hover,
.tabs-buttons-button:active {
  background-color: transparent;
  color: #3E8AFD;
}

.tabs-buttons li.current .tabs-buttons-button {
  background-color: rgba(62, 138, 253, 0.1);
}

.tabs-content-item:not(.current) {
  display: none;
}

.accordeon {
  margin-bottom: 30px;
}

.accordeon-item {
  position: relative;
}

.accordeon-item:after {
  content: "";
  width: calc(100% - 70px);
  height: 2px;
  bottom: -1px;
  left: 0;
  position: absolute;
  background-color: rgba(186, 186, 186, 0.2);
}

.accordeon-item-header {
  position: relative;
  padding: 20px 50px 20px 0;
  cursor: pointer;
}

.accordeon-item-header:hover path {
  fill: rgba(0, 0, 0, 0.13);
}

.accordeon-item-header.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordeon-item-header.active path {
  fill: #3E8AFD;
}

.accordeon-item-header-name {
  font-size: 18px;
  padding-right: 20px;
}

.accordeon-item-header-ico {
  height: 100%;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.accordeon-item-header-ico path {
  fill: rgba(186, 186, 186, 0.2);
}

.accordeon-item-content {
  padding: 0px 70px 20px 30px;
}

.accordeon-item-content:not(.active) {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 75px;
}

.slick-dots {
  bottom: -45px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 7.5px;
}

.slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid rgba(186, 186, 186, 0.2);
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li button:hover {
  border-color: rgba(0, 0, 0, 0.13);
}

.slick-dots li.slick-active button {
  border-color: #3E8AFD;
  border-width: 3px;
}

.modal-backdrop {
  background-color: #1D3453;
}

.modal-close {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 4;
}

.modal-close path {
  fill: rgba(186, 186, 186, 0.2);
}

.modal-close:hover path {
  fill: rgba(0, 0, 0, 0.13);
}

.modal-close:focus,
.modal-close:active {
  outline: none;
}

.modal-content {
  position: relative;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.modal-body {
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header {
  border-bottom: 1px solid #E8E8E8;
}

.header-items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0;
}

.header-nav {
  margin: 0 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-nav li {
  position: relative;
}

.header-nav li:not(:last-child) {
  margin-right: 44px;
}

.header-nav li a {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #7A7F85;
  font-weight: 600;
  padding-right: 20px;
}

.header-nav li a:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  border-color: #7A7F85 transparent transparent transparent;
}

.header-actions {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-actions-item:not(:last-child) {
  margin-right: 30px;
}

.latest {
  padding-bottom: 0;
}

.latest-box {
  margin-bottom: 30px;
  padding-bottom: 0;
}

.latest-box-img {
  margin-bottom: 18px;
}

.latest-box-title {
  margin-bottom: 18px;
}

.latest-box-title a {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.latest-box-title a:hover {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  color: #FF755D;
}

.latest-box-description {
  margin-bottom: 33px;
  font-size: 14px;
  color: #5C646F;
  font-weight: 600;
  line-height: 160%;
}

.tags-list li:not(:last-child) {
  margin-right: 11px;
}

.tags-list li a {
  padding: 5px 13px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
  color: #5C646F;
  border-radius: 30px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.tags-list li a:hover {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: #FF755D;
  color: #fff;
}

.subscribe {
  padding: 100px 0;
}

.subscribe-box {
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#787AFF), to(#4797FF));
  background-image: -o-linear-gradient(left, #787AFF, #4797FF);
  background-image: linear-gradient(to right, #787AFF, #4797FF);
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.subscribe-box-inner {
  background-color: #F4F5F7;
  border-radius: 8px;
  padding: 102px 148px 104px 92px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-box-ico {
  max-width: 333px;
  width: 100%;
  margin-right: 75px;
}

.subscribe-box-text-titel {
  margin-bottom: 38px;
  font-size: 42px;
  line-height: 130%;
  font-weight: bold;
}

.subscribe-box-text-titel span {
  color: #3E8AFD;
}

.subscribe-box-text-form .form-group-item {
  background-color: #fff;
  border: none;
}

.footer {
  color: #fff;
  background-color: #1D1E20;
  padding-top: 32px;
  padding-bottom: 30px;
}

.footer-info {
  max-width: 243px;
  margin-right: 124px;
}

.footer-row {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-logo {
  margin-bottom: 43px;
}

.footer-social {
  margin-bottom: 33px;
}

.footer-social-title {
  margin-bottom: 12px;
  font-weight: bold;
}

.footer-social-list li:not(:last-child) {
  margin-right: 12px;
}

.footer-meta {
  font-weight: 500;
}

.footer-meta-item {
  font-size: 16px;
  line-height: 130%;
}

.footer-meta-item:not(:last-child) {
  margin-bottom: 53px;
}

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

.footer-item-title {
  margin-bottom: 20px;
  font-weight: bold;
  color: #FF755D;
}

.footer-item-list li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-item-list li a {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.footer-item-list li a:hover {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  color: #FF755D;
}

.panel {
  padding: 20px 0;
}

.panel-box {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#787AFF), to(#3E8AFD));
  background-image: -o-linear-gradient(left, #787AFF, #3E8AFD);
  background-image: linear-gradient(to right, #787AFF, #3E8AFD);
  padding: 18px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel-box .header-nav-list li a {
  color: #fff;
}

.panel-box .header-nav-list li a:after {
  border-color: #fff transparent transparent transparent;
}

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

.panel-box-title-ico {
  margin-right: 24px;
  max-width: 46px;
}

.panel-box-title-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 24px;
  font-weight: bold;
}

.panel-box-actions {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel-box-actions-item:not(:last-child) {
  margin-right: 30px;
}

.panel-box-actions-item a {
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.panel-box-actions-item a span {
  position: absolute;
  right: -10px;
  top: 0;
  background-color: #FF755D;
  width: 11px;
  height: 11px;
  border-radius: 100%;
}

.panel-box-search {
  position: relative;
}

.panel-box-search input {
  width: 172px;
  background-color: transparent;
  height: 54px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  padding: 0 20px;
  border-radius: 10px;
}

.panel-box-search input::-webkit-input-placeholder {
  color: #fff;
}

.panel-box-search input:-moz-placeholder {
  color: #fff;
}

.panel-box-search input::-moz-placeholder {
  color: #fff;
}

.panel-box-search input:-ms-input-placeholder {
  color: #fff;
}

.panel-box-search button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: transparent;
  width: 50px;
  height: 54px;
}

.breandcrumbs {
  padding: 0 0 30px 0;
  font-size: 14px;
  color: #7A7F85;
}

.breandcrumbs a {
  color: #8F94F7;
}

.breandcrumbs-list {
  padding-left: 30px;
  padding-right: 30px;
}

.breandcrumbs li:not(:last-child) {
  margin-right: 10px;
}

.article {
  padding-top: 0;
}

.article-title {
  max-width: 900px;
  margin-bottom: 40px;
  font-weight: bold;
}

.article-title span {
  color: #3E8AFD;
}

.article-tumb {
  margin-bottom: 52px;
}

.article-tumb-img {
  margin-bottom: 30px;
}

.article-tumb-text {
  margin-bottom: 30px;
}

.article-tumb-text-info {
  margin-bottom: 21px;
  font-size: 24px;
  font-weight: bold;
}

.article-tumb-text-info span {
  color: #3E8AFD;
}

.article-tumb-text .button {
  margin-bottom: 21px;
}

.article-tumb-text-after {
  font-weight: 600;
  color: #5C646F;
}

.article-tumb-text-after span {
  color: #3E8AFD;
}

.article-content p {
  margin: 0 0 50px 0;
  line-height: 1.7;
}

.article-content h5 {
  color: #3E8AFD;
  font-size: 24px;
  color: #3E8AFD;
}

.article-content img {
  margin-bottom: 30px;
}

.article-content-description {
  font-size: 24px;
}

.check-list {
  margin-bottom: 30px;
}

.check-list li {
  position: relative;
  background-image: url("../images/svg/check.svg");
  background-position: 0 10px;
  background-repeat: no-repeat;
  padding-left: 50px;
  font-size: 17px;
  font-weight: 600;
  color: #5C646F;
}

.check-list li:not(:last-child) {
  margin-bottom: 30px;
}

.mobile-filter {
  padding: 0 !important;
  display: none;
}

.mobile-filter-items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-filter-inner-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-filter-inner-button i {
  margin-right: 9px;
}

.mobile-filter-inner-button span {
  color: #7A7F85;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
}

.mobile-filter-search {
  width: 162px;
}

.mobile-filter-search form {
  position: relative;
}

.mobile-filter-search input {
  height: 26px;
  border-radius: 20px;
  border: 1px solid #E8E8E8;
  padding: 0 10px;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
}

.mobile-filter-search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 26px;
  width: 30px;
  background-color: transparent;
  border: none;
}

.show-lg {
  display: none;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1380px;
  }
}

@media screen and (max-width: 1400px) {
  .container {
    max-width: 1200px;
  }
	.panel .container {
    max-width: 100%;
  }

  .panel-box .header-nav {
    margin: 0 25px;
  }

  .panel-box .header-nav-list li:not(:last-child) {
    margin-right: 15px;
  }

  .panel-box-title-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 1300px) {
  .subscribe-box-ico {
    max-width: 200px;
    margin-right: 30px;
  }
}

@media (max-width: 1200px) {
  .footer-items {
    -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;
  }

  .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .footer-row {
    max-width: 100%;
    width: 100%;
  }

  .footer-logo {
    width: 50%;
  }

  .footer-social {
    width: 50%;
  }

  .footer-meta-item:not(:last-child) {
    margin-bottom: 12px;
  }

  .footer-item {
    width: 100%;
    max-width: 100%;
  }

  .panel-box-actions {
    display: none;
  }

  .panel-box-search {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  .subscribe-box-inner {
    -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;
  }

  .subscribe-box-ico {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .header-actions-item:not(:last-child) {
    margin-right: 10px;
  }

  .header .header-nav {
    display: none;
  }

  .subscribe-box-text-titel {
    font-size: 32px;
  }

  .panel-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .panel-box-title {
    margin-bottom: 25px;
  }

  .hide-lg {
    display: none;
  }

  .show-lg {
    display: block;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 25px 0;
  }

  .section-title:not(:last-child) {
    margin-bottom: 30px;
  }

  .section-title-text {
    font-size: 32px;
  }

  .section-title-description {
    font-size: 16px;
  }

  .latest-box-title {
    font-size: 24px;
  }

  .subscribe-box-inner {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 100px;
  }

  .subscribe-box-ico {
    margin: 0 auto 30px auto;
  }

  .subscribe-box-text-titel {
    font-size: 26px;
  }

  .panel-box {
    display: block;
  }

  .panel-box .header-nav {
    margin: 0;
  }

  .panel-box .header-nav-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }

  .panel-box .header-nav-list li a:after {
    display: none;
  }

  .panel-box-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }

  .panel-box-title-text {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }

  .article-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .article-tumb-text-info {
    font-size: 24px;
  }

  .mobile-filter {
    display: block;
  }

  .hide-md {
    display: none;
  }
}

@media (max-width: 576px) {
  blockquote {
    padding-left: 0;
  }

  .section-title-text {
    font-size: 24px;
  }

  .accordeon-item:after {
    width: calc(100% - 50px);
  }

  .accordeon-item-header {
    padding-right: 30px;
  }

  .accordeon-item-content {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-body {
    padding: 30px;
  }

  .header-logo {
    max-width: 100px;
  }

  .latest-box-title {
    font-size: 18px;
  }

  .latest-box-description {
    margin-bottom: 15px;
  }

  .subscribe {
    padding: 35px 0 30px 0;
  }

  .subscribe-box {
    padding: 10px;
  }

  .subscribe-box-inner {
    padding: 50px 50px 0 50px;
  }

  .subscribe-box-ico {
    max-width: 170px;
  }

  .subscribe-box-text-titel {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .subscribe-box-text-form button {
    width: 100%;
  }

  .footer-info {
    margin-bottom: 0;
  }

  .footer-social-title {
    margin-bottom: 5px;
  }

  .footer-meta {
    text-align: center;
  }

  .footer-item-title {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .footer-item-list {
    font-size: 12px;
  }

  .footer-item-list li:not(:last-child) {
    margin-bottom: 5px;
  }

  .panel-box-title-ico {
    max-width: 32px;
    margin-right: 15px;
  }

  .article-title {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 15px;
  }

  .article-tumb {
    margin-bottom: 30px;
  }

  .article-tumb-img {
    margin-bottom: 15px;
  }

  .article-tumb-text-info {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 15px;
  }

  .article-tumb-text .button {
    width: 100%;
  }

  .article-content p {
    margin: 0 0 30px 0;
  }

  .article-content-description {
    font-size: 18px;
  }

  .article-content .button {
    width: 100%;
  }
}































/* Stories */

.sp-sto-wrapper {
  width: 1380px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.sp-sto-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.sp-sto-1-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1269px;
  max-width: 100%;
	position: relative;
  padding-right: 18px;
}

.sp-sto-1-left {
  padding-top: 106px;
  padding-bottom: 107px;
  width: 451px;
  position: relative;
}

.sp-sto-1-left:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translateX(-100%);
  width: 2000px;
  height: 100%;
  background: #787AFF;
}

.sp-sto-1-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  margin-bottom: 19px;
  margin-top: 0px;
  color: #F3F3F6;
  position: relative;
  z-index: 40;
}

.sp-sto-1-text {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 160%;
  color: #F3F3F6;
  position: relative;
  z-index: 40;
}

.sp-sto-1-text p {
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 160%;
  color: #F3F3F6;
}

.sp-sto-1-left-bg {
  position: absolute;
  right: -349px;
  height: 100%;
  top: 0px;
  width: 887px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.sp-sto-filter-drop-input p {
	margin-bottom: 0px;
}
.sp-sto-1 {
  padding-top: 19px;
}

.sp-sto-1-tight {
  width: 509px;
  max-width: 100%;
  position: relative;
  z-index: 50;
}

.sp-sto-1-tight img {
  max-width: 100%;
}

.sp-sto-1-bg-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 20;
}

.sp-sto-rounds-bottom {
  position: absolute;
  bottom: 0px;
  left: 250px;
  z-index: 5;
  width: 550px;
  height: 150px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.sp-sto-2 {
  padding-top: 53px;
  padding-bottom: 80px;
  background: #F6F6FC;
}

.sp-sto-filter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp-sto-filter-drop {
  position: relative;
  padding-bottom: 7px;
  padding-top: 7px;
}

.sp-sto-filter-drop.active .sp-sto-filter-drop-container {
  max-height: 500px;
  padding: 28px 30px;
}

.sp-sto-filter-drop-input {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 3px;
  padding: 20px 30px;
  width: 393px;
  max-width: 100%;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-sto-filter-drop-input p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #C0C0C0;
}

.sp-sto-filter-drop-arrow {
  width: 14px;
  min-width: 14px;
  margin-left: 10px;
  height: 7px;
  background-image: url("../images/sp_sto_filter_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sp-sto-filter-drop-container {
  position: absolute;
  z-index: 20;
  width: 100%;
  bottom: 0px;
  left: 0px;
  transform: translateY(100%);
  background: #FFFFFF;
  border-radius: 8px;
  padding: 28px 30px;
}

.sp-sto-filter-drop-container {
  display: flex;
  max-height: 0px;
  overflow: hidden;
  box-sizing: border-box;
  flex-direction: column;
  padding: 0px 30px;
  transition: 0.8s;
}

.sp-sto-filter-drop-container a {
  position: relative;
  padding-left: 37px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #1D1E20;
  margin-bottom: 12px;
}

.sp-sto-filter-drop-container a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  width: 20px;
  height: 20px;
}

.sp-sto-filter-drop-container a.active:after {
  opacity: 1;
}

.sp-sto-filter-drop-container a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  opacity: 0;
  transition: 0.25s;
  left: 3px;
  z-index: 20;
  width: 20px;
  height: 17px;
  background-image: url("../images/sp_sto_filter_sp.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sp-sto-filter-subm {
  background: #FF755D;
  border-radius: 6px;
  width: 245px;
	border: 1px solid transparent;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin-left: 27px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  transition: 0.25s;
  cursor: pointer;
}

.sp-sto-filter-subm:hover {
  transform: translateY(-5px);
}

.sp-sto-box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -28px;
  margin-right: -28px;
  margin-top: -40px;
  padding-top: 33px;
}

.sp-sto-elem {
  width: calc(50% - 56px);
  margin-left: 28px;
  margin-right: 28px;
  margin-top: 40px;
}

.sp-sto-elem-image {
  width: 100%;
  max-height: 350px;
  margin-bottom: 40px;
}

.sp-sto-elem-image img {
  width: 100%;
  height: auto;
  max-height: 100%;
	-o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.sp-sto-elem-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #1D1E20;
  margin-bottom: 18px;
}

.sp-sto-elem-text {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #5C646F;
  margin-bottom: 13px;
}

.sp-sto-meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}

.sp-sto-meta-cat {
  background: #E3E3F8;
  border-radius: 100px;
  padding: 8px 32px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #836DFE;
  margin-right: 16px;
  margin-top: 10px;
}

.sp-sto-meta-type {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #5C646F;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 8px 18px;
  margin-right: 13px;
  margin-top: 10px;
}

.sp-sto-time-read {
  padding: 8px 0px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #5C646F;
  margin-top: 10px;
}

/* 
Модальное окно с формой




.remodal_2 {
    width: 409px;
    padding: 19px;
    max-width: 100%;
    background: #fff;
}
.remodal_wrapper_2 {
    background: rgba(196, 196, 196, 0.1);
    padding: 40px 20px;
}
.remodal-close {
    width: 25px;
    line-height: 25px;
    left: auto;
    right: 0;
}
.remodal_wrapper_2 h2 {

    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: normal;
    font-family: "Century Gothic";
    text-align: center;
    color: #E14B4C;
    margin-bottom: 20px;
}
.remodal_wrapper_2 p {
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #1A1A1A;
    margin-bottom: 20px;
}
.remodal_wrapper_2 input {
    background: #FFFFFF;
    display: block;
    width: 260px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    background: rgba(253, 253, 253, 0.5);
border: 1px solid #000000;
box-sizing: border-box;
    color: #959595;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.remodal_wrapper_2 button {
    background: #C8102E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    line-height: 40px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 44px;
    color: #E14B4C;
    border: 2px solid #E14B4C;
    background: #fff;
}
.remodal_wrapper_2 button:hover {
    background: #E14B4C;
    color: #fff;
}
.remodal_2 .remodal-close:before {
    width: 25px;
    line-height: 25px;
}
.remodal_2 .remodal-close {
    width: 25px;
    line-height: 25px;
} 


*/

/* 
Модальное окно - спасибо

.remodal_thanks {
    width: 430px;
    max-width: 100%;
}
.remodal_thanks h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
}
.remodal_thanks p {
    text-align: center;
}
.remodal_thanks .remodal_wrapper_2 {
    padding: 20px 10px 20px 10px;
}
@media screen and (max-width: 600px){
    .remodal_thanks .remodal_wrapper_2 h2 {
        font-size: 20px;
        text-align: center;
    }
    .remodal_wrapper_2 p {
        font-size: 16px;
        text-align: center;
    }
} */

/* 
    Пагинация вордпресс, через плагин WP-PageNavi




.b_1_paginator {
    margin-top: 20px;
    margin-bottom: 60px;
}
.wp-pagenavi .current {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    border: 1px solid transparent;
    background: #A7046F;
    border: 1px solid #A7046F;
    border-radius: 10px;
    display: block;
    color: #fff;
}
.wp-pagenavi a {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    border: 1px solid transparent;
}
.wp-pagenavi a:hover {
    border: 1px solid #A7046F;
}
.wp-pagenavi .nextpostslink {
    background-image: url(../img/k_1_pagination_right.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: transparent;
    border: 1px solid transparent;
}
.wp-pagenavi .nextpostslink:hover {
    background: #DADADA !important;
border-radius: 10px !important;
border: 1px solid transparent !important;
    background-image: url(../img/k_1_pagination_right.svg) !important;
    background-position: center !important; 
    background-repeat: no-repeat !important;
}
.wp-pagenavi .previouspostslink:hover {
        background: #DADADA !important;
border-radius: 10px !important;
border: 1px solid transparent !important;
    background-image: url(../img/k_1_pagination_left.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.wp-pagenavi .previouspostslink {
    background-image: url(../img/k_1_pagination_left.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    color: transparent;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
}
.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages {
    display: none;
}
 */

.sp-sto-3 {
	background:#FFFFFF;
	padding-top: 75px;
	padding-bottom: 75px;
	position: relative;
	overflow: hidden;
}
.sp-sto-3:before {
	content:'';
	display: block;
	position: absolute;
	background-image: url('../images/sp-sto-3-before.png');
	background-position: bottom right;
	background-size: cover;
	top: 0px;
	left: 0px;
	width: 438px;
	height: 307px;
}
.sp-sto-3:after {
	content:'';
	display: block;
	position: absolute;
	background-image: url('../images/sp-sto-3-after.png');
	background-position: top left;
	background-size: cover;
	bottom: 0px;
	right: 0px;
	width: 344px;
	height: 466px;
}
.sp-sto-3-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sp-sto-3-right {
	width: 463px;
	margin-left: 61px;
	background: #787AFF;
	border: 1px solid #F1F1F1;
	border-radius: 11px;
	padding: 35px 50px;
}
.sp-sto-3-right-title {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 18px;
	color: #FFFFFF;
}
.sp-sto-3-left {
	width: calc(100% - 524px);
}
.sp-sto-3-left-title {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 130%;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	color: #1D1E20;
}
.sp-sto-3-left-text {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #5C646F;
	width: 657px;
	max-width: 100%;
}
.sp-sto-3-left-flex {
	display: flex;
	margin-top: 80px;
	justify-content: space-between;
	width: 606px;
	max-width: 100%;
	margin-right: -10px;
	margin-left: -10px;
}
.sp-sto-3 .hs-form-field, .sp-sto-3 .hs_submit {
	width: 100%;
}
.sp-sto-3 .hs-button {
	 padding-top: 14px;
    padding-bottom: 14px;
	    background-color: #ff7757;
    border: 1px solid #ff7757;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: 'Montserrat',Arial,sans-serif;
    font-size: 12px;
    font-weight: 600;
    opacity: 1;
    letter-spacing: .8px;
    padding: 11px 41px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
	margin-top: 20px;
}
.sp-sto-3 .hs-input {
	min-height: 45px;
}
.sp-sto-3 .hs-form-field label {
	    color: red;
}
.sp-sto-3 .hs-form-field {
    margin-bottom: 20px;
} 
.sp-sto-3 .hs-fieldtype-intl-phone {
    border: none !important;
	position: relative;
    background: transparent !important;
    padding: 0 !important;
    display: block;
    height: auto;
}
.sp-legal-pages {
	width: 100%;
	overflow: hidden;
}
.sp-sto-3 .hbspt-form {
	position: relative;
	max-width: 100%;
}
.sp-sto-3 .hs-fieldtype-intl-phone:after {
	content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-left: 1px solid red;
    border-bottom: 1px solid red;
    transform: rotate(-45deg);
    transform-origin: center;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 20;
}
.sp-sto-3 .inputs-list {
	list-style: none;
	padding-left: 0px;
}
.sp-sto-3 .hs-fieldtype-intl-phone select {
	margin-bottom: 12px;
}
.sp-sto-3 .hs-form-field, .hs_submit {
	padding-left: 0px;
	padding-right: 0px;
}
.sp-sto-3  .hs-richtext  p{
	    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}
.sp-sto-3 .input .hs-input:not(.hs-fieldtype-intl-phone) {
    background: #F6F8FA !important;
    border: 1px solid #CBD6E2 !important;
    border-radius: 3px !important;
}
.hs-input {
    border: 1px solid #f1f1f1 !important;
    padding: 0 20px;
    min-height: 45px;
    height: 45px;
	    width: 100%;
}
.sp-sto-3-left-el {
	padding-left: 10px;
	padding-right: 10px;
}
.sp-sto-3-left-el img {
	max-width: 100%;
	max-height: 120px;
}
.sp-sto-filter {
	position: relative;
	z-index: 60;
}
@media screen and (max-width: 1200px) {
  .sp-legal-3-row-title {
    min-height: 127px;
  }

  .sp-legal-3-row,
  .sp-legal-3-big-col {
    padding: 15px 10px;
  }

  .sp-legal-3-table-wrapper p {
    font-size: 12px;
  }

  .sp-legal-3-table-wrapper a {
    font-size: 12px;
  }

  .sp-legal-3-table-wrapper h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sp-legal-2-row {
    padding: 20px 0px;
  }

  .sp-legal-2-row > a {
    font-size: 14px;
  }

  .sp-legal-2-row-sub-menu a {
    margin-bottom: 20px;
  }

  .sp-legal-2-row-with-sub-menu.active .sp-legal-2-row-sub-menu {
    padding-top: 20px;
  }

  .sp-legal-2-row-sub-menu a {
    font-size: 14px;
  }

  .sp-legal-title {
    font-size: 28px;
  }

  .sp-legal-3-title {
    font-size: 28px;
  }

  .sp-sto-1-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sp-sto-1-left {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #787AFF;
  }

  .sp-sto-1-title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .sp-sto-1-text p {
    font-size: 14px;
    text-align: center;
  }

  .sp-sto-1-tight {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }

  .sp-sto-1-tight img {
    max-height: 300px;
  }

  .sp-sto-rounds-bottom {
    display: none;
  }

  .sp-sto-1-flex {
    padding-right: 0px;
  }

  .sp-sto-elem {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
  }

  .sp-sto-box {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px;
  }

  .sp-sto-elem-image {
    margin-bottom: 20px;
  }

  .sp-sto-elem-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
	.sp-sto-3-flex {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.sp-sto-3-left {
		width: 100%;
	}
	.sp-sto-3-right {
		width: 463px;
		min-width: 1px;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		margin-top: 40px;
	}
	.sp-sto-3-left-title {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-size: 32px;
	}
	.sp-sto-3-left-text {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-size: 16px;
	}
	.sp-sto-3-left-flex {
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {
  .sp-sto-filter {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .sp-sto-filter-drop {
    width: 350px;
    max-width: 100%;
  }

  .sp-sto-filter-subm {
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .sp-legal-3-update-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sp-legal-3-list-mod {
    width: 280px;
    padding: 30px 10px;
  }

  .sp-legal-3-list-mod a {
    font-size: 14px;
  }

  .sp-legal-3-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .section {
    padding-top: var(--section-padding-mobile);
    padding-bot: var(--section-padding-mobile);
  }

  .remodal {
    padding-left: 10px;
    padding-right: 10px;
  }

  .remodal_thanks {
    padding-left: 20px;
    padding-right: 10px;
  }

  .remodal_thanks__icon {
    margin-right: 20px;
  }

  .sp-sto-elem {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .sp-sto-box {
    margin-left: 0px;
    margin-right: 0px;
  }
	.sp-sto-3 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.sp-sto-3-left-title {
		font-size: 26px;
		margin-left: 0;
		margin-bottom: 22px;
		margin-right: 0;
	}
	.sp-sto-3-left-flex{
		flex-wrap: wrap;
		margin-top: -20px;
	}
	.sp-sto-3-left-text {
		margin-bottom: 40px;
	}
	.sp-sto-3-left-el {
		width: 150px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
	}
	.sp-sto-3-right {
		padding: 14px;
	}
	.sp-sto-3-right-title{
		    font-size: 17px;
	}
}

@media screen and (max-width: 374px) {
  .sp-legal-2-row > a {
    font-size: 12px;
  }

  .sp-legal-2-row-sub-menu a {
    font-size: 12px;
  }
}


a.sp_sto_elem_permalink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 20;
	display: block;
}
.sp-sto-elem {
	position: relative;
}
.sp-sto-meta a{
	position: relative;
	z-index: 50;
}
.sp-sto-box-pagination {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.hs-fieldtype-intl-phone.hs-input select {
	float: none !important;
	width: 100% !important;
	min-width: 100% !important;
}
.hs-fieldtype-intl-phone.hs-input input {
	min-width: 100%;
	margin-top: 12px;
	float: none !important;
}
.sp-sto-3 .hs-button {
	min-width: 100%;
	text-align: center;
	justify-content: center;
}
.sp-sto-3 .hs_submit.hs-submit{
	padding-left: 0px;
	padding-right: 0px;
}

.sp_block_banner {
	background-image: url('../images/sp_shortcode_banner_bg.jpg');
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 62px;
	padding-bottom: 61px;
	padding-left: 93px;
	padding-right: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
	margin-top: 40px;
	overflow: hidden;
}
.sp_block_banner_left {
	width: 790px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.sp_block_banner_data {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 150%;
	display: flex;
	align-items: center;
	color: #000000;
	padding-top: 22px;
	padding-bottom: 22px;
	padding-right: 60px;
	position: relative;
	z-index: 20;
	margin-bottom: 60px;
}
.sp_block_banner_data:before {
	content:'';
	display: block;
	width: 20px;
	min-width: 20px;
	height: 20px;
	margin-right: 15px;
	border-radius: 100%;
	background: #FC7859;
	position: relative;
	z-index: 20px;
}
.sp_block_banner_data:after {
	right: 0px;
	width: calc(100% + 2093px);
	height: 100%;
	content:'';
	display: block;
	background: #FFFFFF;
	border-radius: 0px 99px 99px  0px;
	z-index: -1;
	position: absolute;
}
.sp_block_banner_title {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 57px;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 43px;
}
.sp_block_banner_text {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 150%;
	color: #F6E761;
	margin-bottom: 43px;
}
.sp_block_banner_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000000;
	border-radius: 90px;
	width: 547px;
	height: 123px;
	max-width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 150%;
	text-align: center;
	color: #FFFFFF !important;
	transition:0.25s;
	text-decoration: none !important;
}
.sp_block_banner_btn:hover {
	transform: translateY(-4px);
}
.sp_block_banner_right {
	width: calc(100% -  870px);
}
.sp_block_banner_right img {
	max-width: 100%;
	height: auto;
	background: #9082FF;
	border: 12px solid #9082FF;
	border-radius: 50px;
	margin-bottom: 0px;
}
.sp_block_banner_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1800px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1600px){
	.sp_block_banner_left {
		width: 550px;
	}
	.sp_block_banner_title {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.sp_block_banner_text {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.sp_block_banner_data {
		font-size: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sp_block_banner {
		padding: 60px;
		overflow: hidden;
		width: 100%;
	}
	.sp_block_banner_right {
		width: calc(100% - 630px);
	}
	.sp_block_banner_btn {
		width: 320px;
		height: 56px;
		max-width: 100%;
		font-size: 20px;
	}
}
@media screen and (max-width: 1300px){
	.sp_block_banner_left {
		width: calc(50% - 40px);
	}
	.sp_block_banner_right {
		width: calc(50% - 40px);
	}
	.sp_block_banner_data {
		margin-bottom: 20px;
	}
	.sp_block_banner_title {
		font-size: 28px;
	}
	.sp_block_banner_text {
		font-size: 15px;
	}
}
@media screen and (max-width: 992px){
	.sp_block_banner {
		width: 343px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		flex-direction: column;
		padding: 30px 23px;
		justify-content: center;
		align-items: center;
		background-image: url('../images/sp_shortcode_banner_bg_mobile.jpg');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.sp_block_banner_wrapper {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.sp_block_banner_left {
		width: 100%;
		margin-bottom: 30px;
	}
	.sp_block_banner_right {
		width: 100%;
	}
	.sp_block_banner_right img {
		width: 100%;
		height: auto;
		border: 6px solid #9082FF;
		border-radius: 15px;
	}
	.sp_block_banner_data {
		font-weight: 700;
		font-size: 16px;
		line-height: 150%;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 40px;
		margin-bottom: 13px;
	}
	.sp_block_banner_data:before {
		width: 12px;
		min-width: 12px;
		height: 12px;
		margin-right: 10px;
	}
	.sp_block_banner_title {
		font-weight: 700;
		font-size: 30px;
		line-height: 150%;
	}
	.sp_block_banner_text {
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 150%;
		color: #F6E761;
		width: 231px;
		max-width: 100%;
		margin-bottom: 16px;
	}
	.sp_block_banner_btn {
		width: 297px;
		max-width: 100%;
		height: 49px;
		font-size: 16px;
		line-height: 150%;
	}
}