body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

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

body {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  background: #050D1D;
}

a {
  text-decoration: none;
  color: #fff;
}

input {
  outline: none;
}

textarea {
  outline: none;
}

.slick-slide {
  outline: none;
}

li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

.wrapper {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  box-sizing: inherit;
}

h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 135%;
  color: #FFFFFF;
}

h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 41px;
  color: #FFFFFF;
}

.content strong {
  font-weight: bold;
}

.content p {
  margin-bottom: 10px;
}

.content ul {
  list-style: inherit;
  margin: inherit;
  padding: inherit;
}

.content li {
  list-style: inherit;
  margin: inherit;
  padding: inherit;
}

.content img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.content img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content .alignright {
  float: right;
}

.content .alignleft {
  float: left;
}

.content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.screen_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.screen_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  z-index: 99;
  cursor: pointer;
}

.prev:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.next:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.prev:hover:before,
.next:hover:before {
  border-top: 2px solid #2F80ED;
  border-right: 2px solid #2F80ED;
}

.prev {
  left: -30px;
}

.prev:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.next {
  right: -20px;
}

.next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #aeaeae;
  border-radius: 50%;
  margin-right: 15px;
  cursor: pointer;
}

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

.slick-dots .slick-active {
  background-color: #60B7D6;
}

.slick-dots li:hover {
  background-color: #60B7D6;
}

.mob_menu {
  display: none;
  position: fixed;
  background: #0c2341;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  overflow-y: scroll;
  z-index: 99999;
  top: 70px;
  right: -100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 999999;
  box-sizing: border-box;
  padding: 50px 0;
  width: 100%;
}

.mob_menu_sticky {
  top: 70px;
}

.mob_menu_open {
  right: 0;
}

.mob_menu ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

.mob_menu li {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #fff;
}

.mob_menu ul li a {
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  padding: 0 30px;
}

.popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
}

.popup .close1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.popup-block .close2 {
  position: absolute;
  top: -22px;
  right: -22px;
  cursor: pointer;
  z-index: 9;
  width: 44px;
  height: 44px;
  background: #1C5C4C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
  width: 60vw;
  /*height: 80vh;*/
  background: #FFFFFF;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  padding: 38px 42px 35px 42px;
}

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  padding-top: 75px;
  overflow-x: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 43px;
  height: 75px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_sticky {
  height: 70px;
  padding-top: 0;
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
  background: #050D1D;
}

header .wrapper {
  width: 100%;
}

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

.burger {
  position: absolute;
  top: 37px;
  right: 24px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 29px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.header_sticky .burger {
  top: 23px;
}

.burger_icon {
  display: block;
  position: relative;
  background: #008AFF;
  width: 100%;
  height: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.burger_icon:after,
.burger_icon:before {
  content: "";
  display: block;
  position: absolute;
  background: #008AFF;
  width: 100%;
  height: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.burger_icon:after {
  top: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger_icon:before {
  top: -7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger_active .burger_icon {
  background: none;
}

.burger_active .burger_icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger_active .burger_icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header_menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mob_menu .header_menu ul {
  display: block;
}

.header_menu li {
  padding: 0 21px;
}

.mob_menu .header_menu li {
  padding: 10px 0;
}

.header_menu a {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_menu a:hover {
  color: #2E9FFF;
}

.header_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_btn a {
/*  width: 153px;
  height: 28px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #2E9FFF;
  border-radius: 6px;
  border: 1px solid #2E9FFF;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
}

.header_btn a:hover {
  background: #fff;
  color: #2E9FFF;
}

.main {
  padding: 105px 0 163px 0;
  position: relative;
}

.main:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 70%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.main:after {
  content: '';
  position: absolute;
  width: 709px;
  height: 710px;
  left: -148px;
  top: -118px;
  background: -webkit-radial-gradient(50% 50% at 50% 50%, #053758 0%, rgba(4, 55, 89, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #053758 0%, rgba(4, 55, 89, 0) 100%);
  z-index: -1;
}

.bg1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

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

.main_left {
  width: 60%;
  position: relative;
  z-index: 3;
}

.main h1 u {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.main h1 u:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: #008AFF;
  z-index: 2;
}

.main_subtitle {
  margin-top: 32px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #FFFFFF;
}

.main_desc {
  font-size: 20px;
  line-height: 24px;
  opacity: 0.7;
  margin-top: 20px;
  max-width: 670px;
  font-weight: 400;
}

.main_row {
  max-width: 542px;
  margin-top: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_row_number {
  font-weight: 700;
  font-size: 40px;
  line-height: 135%;
  color: #FFFFFF;
}

.main_row_desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}

.main_row_btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  color: #FFFFFF;
  padding: 13px 20px;
  background: #008AFF;
  border-radius: 6px;
  border: 1px solid #008AFF;
}

.main_row_btn:hover {
  background: #fff;
  color: #2E9FFF;
}

.main_right {
  position: relative;
  z-index: 1;
}

.main_right:before {
  content: '';
  position: absolute;
  width: 439px;
  height: 440px;
  left: -150px;
  top: -100px;
  background: -webkit-radial-gradient(50% 50% at 50% 50%, #053758 0%, rgba(4, 55, 89, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #053758 0%, rgba(4, 55, 89, 0) 100%);
  z-index: -1;
}

.main_right:after {
  content: '';
  position: absolute;
  width: 439px;
  height: 440px;
  right: -100px;
  bottom: -100px;
  background: -webkit-radial-gradient(50% 50% at 50% 50%, #053758 0%, rgba(4, 55, 89, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #053758 0%, rgba(4, 55, 89, 0) 100%);
  z-index: -1;
}

.experts {
  padding-top: 78px;
  padding-bottom: 26px;
  position: relative;
}

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

.experts_row1_left {
  width: 48%;
}

.experts_title {
  font-weight: 700;
  font-size: 35px;
  line-height: 150%;
  color: #FFFFFF;
}

.experts_title span {
  font-weight: 400;
}

.underline {
  position: relative;
}

.underline:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
}

.experts_desc {
  margin-top: 20px;
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  color: #FFFFFF;
}

.experts_row1_right {
  width: 43%;
  max-width: 530px;
  position: relative;
  background: -webkit-linear-gradient(354.31deg, #017DE6 2.8%, #014271 97.13%);
  background: linear-gradient(95.69deg, #017DE6 2.8%, #014271 97.13%);
  border-radius: 15px;
  padding: 35px 38px 34px 24px;
}

.experts_row1_right_ico {
  position: absolute;
  width: 108.59px;
  height: 81.39px;
  top: -40px;
  right: -40px;
}

.experts_row1_right_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}

.experts_row1_right_desc {
  font-weight: 400;
  margin-top: 20px;
  font-size: 15px;
  line-height: 18px;
}

.experts_row2 {
  margin-top: 30px;
  position: relative;
  padding: 24px 0 72px 0;
}

.experts_row2 .wrapper {
  position: relative;
}

.experts_cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.experts_cat_wr {
  margin-right: 16px !important;
}

.experts_cats_wr {
  position: relative;
}

.experts_cats_wr:before {
  content: '';
  position: absolute;
  top: -20px;
  right: -100px;
  width: 212px;
  height: 127px;
  background: -webkit-linear-gradient(right, #050D1D 0%, #050D1D 49.26%, rgba(5, 13, 29, 0) 90.94%);
  background: linear-gradient(270deg, #050D1D 0%, #050D1D 49.26%, rgba(5, 13, 29, 0) 90.94%);
  z-index: 1;
}

.experts_cat {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  color: #FFFFFF;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #223751;
  border-radius: 7px;
  height: 40px;
}

.experts_cat:last-child {
  margin-right: 0;
}

.experts_cat:hover {
  background: #2758A6;
}

.cat_active {
  background: #2758A6;
}

.experts_slide_wr {
  margin-right: 1px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.experts_slide {
  width: 100%;
  max-width: 356px;
  padding: 23px 14px;
  background: #0C2341;
  border-radius: 15px;
}

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

.experts_slide_img {
  border-radius: 50%;
  width: 74px;
  height: 74px;
  position: relative;
  margin-right: 25px;
}

.experts_slide_img img {
  border-radius: 50%;
}

.experts_slide_right {
  width: 68%;
}

.experts_slide_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.experts_slide_desc {
  margin-top: 11px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;

}

.experts_slide_row2 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.experts_slide_item {
  width: 30%;
}

.experts_slide_item_title {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  text-align: center;
}

.experts_slide_item_desc {
  margin-top: 3px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  text-align: center;
}

.experts_btns {
  margin-top: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.experts_all {
  margin-right: 31px;
}

.experts_all a {
  width: 204px;
  height: 42px;
  background: -webkit-linear-gradient(top, #2D3848 0%, #000000 0.01%, rgba(0, 0, 0, 0.23) 100%);
  background: linear-gradient(180deg, #2D3848 0%, #000000 0.01%, rgba(0, 0, 0, 0.23) 100%);
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}

.experts_all a:hover {
  background: #2F80ED;
}

.experts_btn {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #F2F2F2;
  width: 263px;
  height: 40px;
  background: #2F80ED;
  border-radius: 10px;
  border: 1px solid #2F80ED;
}

.experts_btn:hover {
  background: #fff;
  color: #2E9FFF;
}

.application {
  padding: 111px 0;
  position: relative;
}

.app_bg {
  display: none;
}

.app_bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

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

.application_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 8%;
  position: relative;
  top: -16px;
  right: -12px;
  z-index: 3;
}

.application_border {
  width: 20px;
  height: 20px;
  position: relative;
}

.application_border::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  background-color: #050D1D;
  z-index: 2;
  bottom: 0;
  left: -51.5px;
  border-radius: 50%;
}

.application_border::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 30px;
  background: #0C2341;
  z-index: 1;
  right: -30px;
  bottom: 0;
  overflow: hidden;
}

.application_content {
  width: calc(92% - 20px);
  padding: 50px 65px;
  position: relative;
  background: -webkit-linear-gradient(354.08deg, #0C2341 15.76%, #0C2341 101.29%);
  background: linear-gradient(95.92deg, #0C2341 15.76%, #0C2341 101.29%);
  border-radius: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.application_content_left {
  width: 60%;
}

.application_title {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #2F80ED;
}

.application_desc {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

.application_content_right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.application_btn {
  position: relative;
  z-index: 3;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFFFFF;
  width: 202px;
  height: 40px;
  background: #008AFF;
  border: 1px solid #008AFF;
  border-radius: 10px;
}

.application_btn:hover {
  background: #fff;
  color: #008AFF;
}

.application_btn2 {
  width: 204px;
  height: 42px;
  border: none;
  background: -webkit-linear-gradient(top, #0354FD 0%, #0B3997 100%);
  background: linear-gradient(180deg, #0354FD 0%, #0B3997 100%);
}

.application_btn2:hover {
  color: #fff;
  background: -webkit-linear-gradient(top, #0B3997 0%, #0354FD 100%);
  background: linear-gradient(180deg, #0B3997 0%, #0354FD 100%);
}

.application_subtitle {
  max-width: 268px;
  margin-top: 13px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
}

.services {
  padding-top: 26px;
  position: relative;
}

.bg2 {
  position: absolute;
  right: 0;
  top: -150px;
  z-index: 2;
  width: 100%;
}

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

.circle img {
  content: '';
  position: absolute;
  width: 1354px;
  height: 1356px;
  right: -280px;
  top: -800px;
  z-index: -1;
}

#rating .circle img {
  right: 0px;
  top: -400px;
}

.subtitle {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.services_items {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services_item {
  box-sizing: border-box;
  margin-left: 20px;
  margin-right: 20px;
  word-wrap: break-word;
  width: calc(33.333333333333336% - 40px);
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services_item_ico {
  width: 143px;
  height: 143px;
}

.services_item_ico img {
  max-width: 100%;
  max-height: 100%;
}

.services_item_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}

.services_item_desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #FFFFFF;
}

.services_item_btn {
  margin-top: 20px;
}

.services_item_btn a {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 164px;
  height: 31px;
  background: #32A5FC;
  border: 1px solid #32A5FC;
  border-radius: 8px;
}

.services_item_btn a:hover {
  background: #fff;
  color: #008AFF;
}

.package {
  padding-bottom: 200px;
  position: relative;
}

.bg3 {
  position: absolute;
  top: -550px;
  right: 0;
}

.package:before {
  content: '';
  position: absolute;
  width: 1354px;
  height: 1356px;
  left: -384px;
  top: -100px;
  background: -webkit-radial-gradient(50% 50% at 50% 50%, #053758 0%, rgba(4, 55, 89, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #053758 0%, rgba(4, 55, 89, 0) 100%);
  z-index: -1;
}

.package:after {
  content: '';
  position: absolute;
  width: 709px;
  height: 710px;
  right: -288px;
  top: -370px;
  background: -webkit-radial-gradient(50% 50% at 50% 50%, rgba(5, 55, 88, 0.53) 0%, rgba(4, 55, 89, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(5, 55, 88, 0.53) 0%, rgba(4, 55, 89, 0) 100%);
  z-index: -1;
}

.package_items {
  margin-top: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.package_item {
  width: 30%;
  max-width: 322px;
  position: relative;
  padding: 119px 59px 30px 59px;
  background: -webkit-linear-gradient(top, rgba(230, 207, 7, 0.82) 0%, rgba(157, 142, 0, 0.82) 100%);
  background: linear-gradient(180deg, rgba(230, 207, 7, 0.82) 0%, rgba(157, 142, 0, 0.82) 100%);
  border-radius: 15px;
  margin-right: 36px;
}

.package_item:first-child {
  background: -webkit-linear-gradient(top, rgba(1, 73, 0, 0.82) 0%, rgba(6, 122, 4, 0.82) 100%);
  background: linear-gradient(180deg, rgba(1, 73, 0, 0.82) 0%, rgba(6, 122, 4, 0.82) 100%);
  top: 35px;
}

.package_item:last-child {
  margin-right: 0;
  background: -webkit-linear-gradient(top, #000000 0%, #262626 100%);
  background: linear-gradient(180deg, #000000 0%, #262626 100%);
  top: 48px;
}

.package_item_ico {
  width: 77px;
  height: 59px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.package_item_ico img {
  max-width: 100%;
  max-height: 100%;
}

.package_item_title {
  margin-top: 9px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
}

.package_item_desc {
  margin: 25px auto 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  max-width: 233px;
}

.package_item_btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.package_item_btn a {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 204px;
  height: 42px;
  background: -webkit-linear-gradient(top, rgba(244, 240, 139, 0.6806) 0%, rgba(255, 245, 0, 0.82) 55.73%, rgba(255, 242, 123, 0.5494) 100%);
  background: linear-gradient(180deg, rgba(244, 240, 139, 0.6806) 0%, rgba(255, 245, 0, 0.82) 55.73%, rgba(255, 242, 123, 0.5494) 100%);
  border-radius: 10px;
  z-index: 1000;
}

.package_item_btn a:hover {
  background: -webkit-linear-gradient(top, rgba(255, 242, 123, 0.5494) 0%, rgba(255, 245, 0, 0.82) 55.73%, rgba(244, 240, 139, 0.6806) 100%);
  background: linear-gradient(180deg, rgba(255, 242, 123, 0.5494) 0%, rgba(255, 245, 0, 0.82) 55.73%, rgba(244, 240, 139, 0.6806) 100%);
}

.package_item:first-child .package_item_btn a {
  font-weight: 400;
  z-index: 1000;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  background: -webkit-linear-gradient(top, rgba(54, 189, 6, 0.82) 0%, rgba(39, 125, 9, 0.2788) 47.4%, rgba(54, 189, 6, 0.82) 97.4%);
  background: linear-gradient(180deg, rgba(54, 189, 6, 0.82) 0%, rgba(39, 125, 9, 0.2788) 47.4%, rgba(54, 189, 6, 0.82) 97.4%);
}

.package_item:first-child .package_item_btn a:hover {
  background: -webkit-linear-gradient(top, rgba(54, 189, 6, 0.82) 0%, rgba(39, 125, 9, 0.2788) 54%, rgba(54, 189, 6, 0.82) 97.4%);
  background: linear-gradient(180deg, rgba(54, 189, 6, 0.82) 0%, rgba(39, 125, 9, 0.2788) 54%, rgba(54, 189, 6, 0.82) 97.4%);
}

.package_item:last-child .package_item_btn a {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  background: -webkit-linear-gradient(top, #767676 0%, #2F2F2F 51.56%, #423939 100%);
  background: linear-gradient(180deg, #767676 0%, #2F2F2F 51.56%, #423939 100%);
}

.package_item:last-child .package_item_btn a:hover {
  background: -webkit-linear-gradient(top, #767676 0%, #2F2F2F 45%, #423939 100%);
  background: linear-gradient(180deg, #767676 0%, #2F2F2F 45%, #423939 100%);
}

.proposal {
  padding-bottom: 127px;
  position: relative;
}

.proposal .wrapper,
.cases .wrapper,
.smi .wrapper,
.footer_menu_left a,
.footer_menu_right a,
.selection .selection_left,
.selection .selection_right {
  position: relative;
  z-index: 2;
}

.bg4 {
  position: absolute;
  top: -360px;
  right: 0;
  width: 100%;
}

.marquee_wr {
  margin-top: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.marquee_wr:before {
  content: '';
  position: absolute;
  width: 212px;
  height: 127px;
  top: 0;
  right: -50px;
  background: -webkit-linear-gradient(right, #050D1D 0%, #050D1D 49.26%, rgba(5, 13, 29, 0) 90.94%);
  background: linear-gradient(270deg, #050D1D 0%, #050D1D 49.26%, rgba(5, 13, 29, 0) 90.94%);
  z-index: 1;
}

.marquee {
  width: 60%;
  overflow: hidden;
  border: 1px solid #FFFFFF;
  border-radius: 19px;
  padding: 8px 29px;
}

.marquee_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.marquee_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  margin-right: 45px;
}

.marquee_item:last-child {
  margin-right: 0;
}

.marquee_item img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

.proposal_items {
  margin-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.proposal_item {
  width: 30%;
  background: #0C2341;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  padding: 56px 31px;
  position: relative;
}

.proposal_item:nth-child(1):before,
.proposal_item:nth-child(2):before {
  content: '';
  position: absolute;
  width: 50%;
  height: 1px;
  background: #FFF;
  top: 50%;
  right: -50%;
  z-index: -1;
}

.proposal_item:nth-child(2):after,
.proposal_item:nth-child(3):after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: -3px;
  top: 50%;
  margin-top: -3px;
  background: -webkit-radial-gradient(50% 50% at 50% 50%, #012B7E 32.81%, #FFFFFF 100%);
  background: radial-gradient(50% 50% at 50% 50%, #012B7E 32.81%, #FFFFFF 100%);
  border-radius: 50%;
}

.proposal_item_numb {
  position: absolute;
  top: -80px;
  right: -30px;
  font-weight: 700;
  font-size: 150px;
  line-height: 150px;
  color: #FFFFFF;
}

.proposal_item_content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.proposal_btn {
  margin-top: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.proposal_btn a {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  color: #FFFFFF;
  width: 202px;
  height: 40px;
  background: #008AFF;
  border: 1px solid #008AFF;
  border-radius: 6px;
}

.proposal_btn a:hover {
  background: #fff;
  color: #008AFF;
}

.cases {
  padding-bottom: 206px;
  position: relative;
}

.cais_circle1 {
  position: absolute;
  width: 824px;
  height: 827px;
  left: -182px;
  top: -350px;
  z-index: -1;
}

.cases .wrapper {
  position: relative;
}

.cais_circle2 {
  position: absolute;
  width: 248px;
  height: 249px;
  right: 20px;
  top: -55px;
  z-index: -1;
}

.cases_slider {
  margin-top: 52px;
}

.cases_slide_wr {
  padding-bottom: 21px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

strong {
  font-weight: 700;
}

.cases_slide {
  position: relative;
  max-width: 327px;
  padding: 115px 40px 70px 40px;
  border-radius: 15px;
}

.cases_slide img {
  border-radius: 15px;
}

.cases_slide .screen_img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #D9D9D9;
  background: -webkit-linear-gradient(top, rgba(98, 208, 255, 0.1958) 41.85%, rgba(1, 43, 126, 0.534) 61.23%, rgba(1, 43, 126, 0.7387) 82.43%);
  background: linear-gradient(180deg, rgba(98, 208, 255, 0.1958) 41.85%, rgba(1, 43, 126, 0.534) 61.23%, rgba(1, 43, 126, 0.7387) 82.43%);
  border-radius: 15px;
  z-index: 2;
}

.cases_slide_content {
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
}

.cases_slide_btn {
  position: absolute;
  left: 50%;
  margin-left: -121px;
  bottom: -21px;
  width: 242px;
  height: 42px;
  z-index: 3;
}

.cases_slide_btn a {
  width: 240px;
  height: 40px;
  background: #008AFF;
  border: 1px solid #008AFF;
  border-radius: 10px;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cases_slide_btn a:hover {
  background: #fff;
  color: #008AFF;
}

.smi {
  padding-bottom: 148px;
}

.smi_items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.smi_left {
  width: 58%;
}

.smi_left_item {
  padding: 20px;
  width: 100%;
  height: 324px;
  position: relative;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.smi_left_item .screen_img {
  border-radius: 25px;
}

.smi_left_item .screen_img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(270.21deg, rgba(0, 0, 0, 0) 24.47%, rgba(0, 0, 0, 0.63) 70.12%), -webkit-linear-gradient(bottom, rgba(0, 138, 255, 0.88), rgba(0, 138, 255, 0.88));
  background: linear-gradient(179.79deg, rgba(0, 0, 0, 0) 24.47%, rgba(0, 0, 0, 0.63) 70.12%), linear-gradient(0deg, rgba(0, 138, 255, 0.88), rgba(0, 138, 255, 0.88));
  z-index: 2;
  border-radius: 25px;
}

.smi_left_item .screen_img img {
  border-radius: 25px;
}

.smi_left_item_logo {
  position: relative;
  z-index: 3;
}

.smi_left_item_row {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.smi_left_item_content {
  width: 50%;
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  color: #FFFFFF;
}

.smi_left_item_btn {
  width: 46%;
}

.smi_left_item_btn a {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFFFFF;
  background: #008AFF;
  border: 1px solid #008AFF;
  border-radius: 10px;
  width: 100%;
  height: 40px;
}

.smi_left_item_btn a:hover {
  background: #fff;
  color: #008AFF;
}

.smi_right {
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.smi_right_item {
  padding: 18px;
  position: relative;
  width: 100%;
  height: 151px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.smi_right_item .screen_img {
  border-radius: 25px;
}

.smi_right_item .screen_img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(263.62deg, rgba(0, 0, 0, 0.336) 16.46%, rgba(0, 0, 0, 0) 42.86%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 53.79%), -webkit-linear-gradient(bottom, rgba(0, 138, 255, 0.72), rgba(0, 138, 255, 0.72));
  background: linear-gradient(186.38deg, rgba(0, 0, 0, 0.336) 16.46%, rgba(0, 0, 0, 0) 42.86%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 53.79%), linear-gradient(0deg, rgba(0, 138, 255, 0.72), rgba(0, 138, 255, 0.72));
  z-index: 2;
  border-radius: 25px;
}

.smi_right_item .screen_img img {
  border-radius: 25px;
}

.smi_right_item_row {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.smi_right_item_logo {
  width: 30%;
}

.smi_right_item_btn {
  width: 42%;
}

.smi_right_item_btn_mob {
  display: none;
}

.smi_right_item_btn a {
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFFFFF;
  height: 40px;
  background: #008AFF;
  border: 1px solid #008AFF;
  border-radius: 10px;
}

.smi_right_item_btn a:hover {
  background: #fff;
  color: #008AFF;
}

.smi_right_item_content {
  position: relative;
  z-index: 3;
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  color: #FFFFFF;
}

.selection {
  padding-bottom: 116px;
}

.selection_content {
  background: #0C2341;
  border-radius: 20px;
  padding: 0px 58px;
  padding-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow:hidden;
}

.selection_left {
  width: 50%;
  position: relative;
  z-index: 3;
  padding-top: 87px;
  padding-bottom: 87px;
}

.selection_title {
  font-weight: 700;
  font-size: 35px;
  line-height: 41px;
  color: #FFFFFF;
}

.selection_subtitle {
  margin-top: 26px;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}

.selection_buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.selection_buttons_mob {
  display: none;
}

.selection_buttons a:first-child {
  margin-right: 23px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFFFFF;
  width: 204px;
  height: 42px;
  background: #008AFF;
  border: 1px solid #008AFF;
  border-radius: 10px;
}

.selection_buttons a:first-child:hover {
  background: #fff;
  color: #008AFF;
}

.selection_buttons a:last-child {
  width: 244px;
  height: 42px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}

.selection_buttons a:last-child:hover {
  background: #008AFF;
  color: #fff;
  border: 1px solid #008AFF;
}

.selection_right {
  width: 48%;
}

footer {
  position: relative;
  padding-bottom: 40px;
}

.bg5 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer_content {
  position: relative;
  z-index: 3;
  background: rgba(12, 35, 65, 0.4);
  border-radius: 19px;
  padding: 35px 60px;
  margin-bottom: 0px;
}

.footer_row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_menu_left {
  width: 21%;
}

.footer_menu_left li {
  margin-bottom: 19px;
}

.footer_menu_left a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #FFFFFF;
}

.footer_menu_left a:hover {
  color: #008AFF;
}

.footer_menu_right {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer_menu_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer_menu_right li {
  margin-bottom: 19px;
  width: 48%;
  padding-right: 30px;
}

.footer_menu_right a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #FFFFFF;
}

.footer_menu_right a:hover {
  color: #008AFF;
}

.footer_logo {
  margin-left: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer_row2 {
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #F2F2F2;
}

.developer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  border: 1px dashed #008AFF;
  border-radius: 4px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #FFFFFF;
}

.developer a {
  margin-left: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
}

.developer a:hover {
  color: #008AFF;
}

.footer_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_btn a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFFFFF;
  width: 250px;
  height: 40px;
  background: #008AFF;
  border: 1px solid #008AFF;
  border-radius: 10px;
}

.footer_btn a:hover {
  background: #fff;
  color: #008AFF;
}

.selection_right {
/*  overflow: hidden;*/
}

.marquee1_wr {
  position: relative;
  width: 100%;
  height: 100%;
}

.marquee1 {
  width: 200px;
  height: 1000px !important;
  overflow: hidden;
  /*  border: 1px solid #ccc;
background: #ccc;*/
/* v1 */
/*  -webkit-transform: rotate3d(360, 120, -90, 60deg) rotateZ(-30deg);
  transform: rotate3d(360, 120, -90, 60deg) rotateZ(-30deg);*/

  transform: rotate3d(360, 120, -90, 52deg) rotateZ(-20deg);
}

#marquee1 {
  position: absolute;
/*  top: -300px;
  left: 107px;*/
  top: -300px;
left: 28px;
}

#marquee2 {
  position: absolute;
  /*top: -311px;
  left: 321px;*/
  top: -311px;
left: 222px;
}

#marquee3 {
  position: absolute;
  /*top: -316px;
  left: 550px;*/
  top: -316px;
  left: 444px;
}

.ava {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin-top: 30px;
  margin-left: 20px;
}

#rating {

}

.rating {
  padding-top: 30px;
  padding-bottom: 150px;
}


.rating_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rating_left {
  width: 55%;
  position: relative;
  z-index: 3;
  padding-top: 87px;
  padding-bottom: 87px;
}

.rating_title {
  font-weight: 700;
  font-size: 35px;
  line-height: 41px;
  color: #FFFFFF;
}

.rating_title u {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.rating_title u:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: #008AFF;
  z-index: 2;
}

.rating_description {
  margin-top: 26px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}

.rating_description2 {
  margin-top: 26px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  color: #FFFFFF;
}

.rating_right {
  width: 38%;
}

.rating_blue {
  width: 100%;
  background: #017BE1;
  background: linear-gradient(95.69deg, #017DE6 2.8%, #014271 97.13%);
  border-radius: 15px;
}

.rating_item {
  background: rgba(1, 116, 213, 0.3);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.rating_item .rating_item_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  flex-basis: 30%;
}

.rating_item .rating_item_ava {
  position: relative;
}

.rating_item .rating_item_ava img {
  width: 64px;
  border-radius: 50%;
}

.rating_item .rating_item_ava .rating_decor {
  width: auto;
  border-radius: 0px;
  position: absolute;
  left: -10px;
  bottom: 0;
}

.rating_item .rating_item_subscribers {
  text-align: center;
}

.rating_item_subscribers .subscribers_title {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.rating_item_subscribers .subscribers_count {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}


.rating_btn {
  margin-right: 23px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFFFFF;
  width: 204px;
  height: 42px;
  background: #008AFF;
  border: 1px solid #008AFF;
  border-radius: 10px;
  margin-top: 35px;
}

.rating_btn:hover {
  background: #fff;
  color: #008AFF;
}

.rating_blue_head {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
}

.bg_pad1,
.bg_pad2,
.bg_pad3,
.bg_pad4,
.bg_pad5,
.bg_pad6 {
  display: none;
  position: absolute;
  z-index: -1;
}

.bg_mob1,
.bg_mob2,
.bg_mob3,
.bg_mob4,
.bg_mob5 {
  display: none;
  position: absolute;
  z-index: -1;
}

.bg_pad1 {
  top: 0;
  right: 0;
  width: 100%;
}

.bg_pad2 {
  bottom: -55px;
  right: 0;
  width: 100%;
}

.bg_pad3 {
  top: -59%;
  right: 0;
  z-index: 1;
  width: 30%;
  max-width: 250px;
}

.bg_pad4 {
  top: -15%;
  left: 0;
  width: 100%;
}

.bg_pad5 {
  top: -58%;
  left: 0;
  z-index: 1;
}

.bg_pad6 {
  bottom: -20%;
  left: 0;
  z-index: 1;
  width: 100%;
}

.bg_mob5 {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.bg_mob4 {
  left: 0;
  top: -5%;
}

.bg_mob3 {
  left: 0;
  bottom: -100px;
  width: 100%;
  z-index: 1;
}

.bg_mob2 {
  left: 0;
  bottom: -100px;
  width: 100%;
  z-index: 1;
}

.bg_mob1 {
  right: 0;
  top: -8px;
  width: 100%;
  z-index: 1;
}

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

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

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

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

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

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

  .main {
    padding: 60px 0 140px 0;
  }
}

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

  .header_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header_items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header_menu {
    width: 70%;
  }

  .header_btn {
    width: 100%;
    margin-top: 21px;
  }

  .header_sticky .header_btn {
    display: none;
  }

  .main {
    padding: 60px 0 90px 0;
  }

  .main:before {
    display: none;
  }

  .bg1,
  .bg2,
  .bg3,
  .bg4,
  .bg5 {
    display: none;
  }

  .main_items {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }

  .main_left {
    width: 100%;
  }

  .experts_row1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .experts_row1_left {
    width: 100%;
  }

  .experts_row1_right {
    width: 100%;
    margin: 100px auto 0;
  }

  .experts_row2 {
    margin-top: 70px;
  }

  .package {
    padding-top: 250px;
  }

  .package_item {
    width: 31.5%;
    margin-right: 15px;
    padding: 36px 20px 40px 20px;
  }

  .proposal_item {
    padding: 30px 30px;
  }

  .proposal_item_numb {
    top: -80px;
    right: -30px;
    font-size: 120px;
    line-height: 120px;
  }

  .cases {
    padding-top: 80px;
  }

  .cases_slide {
    max-width: 250px;
    margin: 0 15px;
    padding: 90px 15px 40px 15px;
  }

  .cases_slide_btn {
    width: 186px;
    margin-left: -93px;
  }

  .cases_slide_btn a {
    width: 185px;
  }

  .smi_left_item_content {
    font-size: 20px;
    line-height: 24px;
  }

  .smi_right_item_content {
    font-size: 20px;
    line-height: 24px;
  }

  .selection_content {
    padding: 80px 15px;
  }

  .selection_left {
    width: 60%;
  }

  .selection_buttons a:last-child {
    font-size: 11px;
    line-height: 14px;
  }

  .selection_right {
    width: 47%;
  }

  footer {
    background: rgba(12, 35, 65, 0.4);
  }

  footer .wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer_content {
    border-radius: 0;
    background: none;
    padding: 35px 0;
  }

  .footer_menu_right {
    width: 65%;
  }

  .footer_logo {
    display: none;
  }

  .bg_pad1,
  .bg_pad2,
  .bg_pad3,
  .bg_pad4,
  .bg_pad5,
  .bg_pad6 {
    display: block;
  }
}

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

  .experts_slide {
    margin: 0 15px;
  }

  .application_items {
    margin-left: -70px;
  }

  .application_content_left {
    width: 59%;
  }

  .application_btn {
    max-width: 100%;
  }

  .services_item {
    width: calc(50% - 10px);
  }

  .package_item {
    padding: 36px 10px 40px 10px;
  }

  #marquee1 {
    top: -115px;
  }

  #marquee2 {
    top: -91px;
    left: 62px;
  }

  #marquee3 {
    top: -173px;
    left: 112px;
  }

  .bg_pad2 {
    bottom: -30px;
    right: 0;
    width: 100%;
  }

  .bg_pad3 {
    top: -38%;
    right: 0;
    z-index: 1;
    width: 30%;
    max-width: 250px;
  }

  .bg_pad4 {
    top: -3%;
  }

  .bg_pad6 {
    bottom: 70%;
  }
}

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

  h1 {
    font-size: 25px;
    line-height: 34px;
  }

  h2 {
    font-size: 25px;
    line-height: 29px;
  }

  .prev,
  .next {
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
  }

  .prev:before {
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .next:before {
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .prev {
    left: -3px;
  }

  .next {
    right: 0px;
  }

  .mob_menu {
    display: block;
  }

  body {
    padding-top: 65px;
  }

  header {
    height: 70px;
    padding-top: 30px;
  }

  .header_sticky {
    height: 70px;
  }

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

  .header_menu {
    display: none;
  }

  .mob_menu .header_menu {
    display: block;
    width: 100%;
  }

  .header_btn {
    display: none;
  }

  .mob_menu .header_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main_left {
    margin-top: 40px;
  }

  .main_subtitle {
    font-size: 19px;
    line-height: 25px;
  }

  .main_desc {
    font-size: 15px;
    line-height: 19px;
  }

  .main_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .main_row_number {
    font-size: 25px;
    margin-right: 15px;
  }

  .main_row_btn {
    margin-top: 25px;
    width: auto;
  }

  .main_right {
    max-width: 45%;
  }

  .experts {
    padding-top: 35px;
  }

  .experts_title {
    font-size: 20px;
    line-height: 30px;
  }

  .experts_desc {
    font-size: 15px;
    line-height: 18px;
  }

  .experts_row1_right {
    margin: 50px auto 0;
    padding: 23px 10px 22px 15px;
  }

  .experts_row1_right_ico {
    width: 68px;
    height: 62px;
    top: -20px;
    right: -20px;
  }

  .experts_row1_right_title {
    font-size: 17px;
    line-height: 22px;
  }

  .experts_row1_right_desc {
    font-size: 14px;
    line-height: 19px;
  }

  .experts_row2 {
    margin-top: 21px;
        padding: 24px 0 30px 0;
  }

  .experts_cats_wr:before {
    top: -20px;
    right: -51px;
    width: 100px;
    height: 90px;
  }

  .experts_slide_img {
    width: 56px;
    height: 56px;
    margin-right: 21px;
  }

  .experts_slide_title {
    font-size: 16px;
    line-height: 22px;
  }

  .experts_slide_desc {
    margin-top: 7px;
    font-size: 13px;
    line-height: 18px;
  }

  .experts_slide_row2 {
    margin-top: 25px;
  }

  .experts_slide_item_title {
    font-size: 12px;
    line-height: 16px;
  }

  .experts_slide_item_desc {
    margin-top: 7px;
    font-size: 17px;
    line-height: 16px;
  }

  .experts_btns {
    margin-top: 34px;
  }

  .experts_all a {
    font-size: 12px;
    line-height: 12px;
    width: 142px;
    height: 34px;
  }

  .experts_btn {
    font-size: 12px;
    line-height: 12px;
    width: 180px;
    height: 34px;
  }

  .application {
    padding: 0;
    margin-top: 80px;
    position: relative;
  }

  .app_bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 270px;
    z-index: -1;
  }

  .application_items {
    max-width: 340px;
    margin: 0 auto;
  }

  .application_icon {
    display: none;
  }

  .application_border {
    display: none;
  }

  .application_border::after {
    display: none;
  }

  .application_border::before {
    display: none;
  }

  .application_content {
    width: 100%;
    padding: 21px 22px;
    background: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .application_content_left {
    width: 100%;
  }

  .application_title {
    font-size: 17px;
    line-height: 22px;
  }

  .application_desc {
    font-size: 14px;
    line-height: 19px;
    margin-top: 16px;
  }

  .application_content_right {
    width: 100%;
    margin-top: 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .application_btn {
    font-size: 12px;
    line-height: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .application_subtitle {
    display: none;
    font-size: 8px;
    line-height: 11px;
    max-width: 183px;
    text-align: left;
    max-width: 68%;
    line-height: 14px;
  }

  .services {
    padding-top: 140px;
  }

  .subtitle {
    font-size: 15px;
    line-height: 18px;
  }

  .services_items {
    margin-top: 30px;
  }

  .services_item {
    width: calc(100% - 10px);
  }

  .services_item_ico {
    width: 100px;
    height: 100px;
  }

  .services_item_title {
    font-size: 17px;
    line-height: 22px;
  }

  .services_item_desc {
    font-size: 14px;
    line-height: 19px;
  }

  .services_item_btn a {

    font-size: 12px;
    line-height: 12px;
    padding: 20px 15px;
  }

  .package {
    padding-top: 120px;
    padding-bottom: 125px;
  }

  .package:before {
    display: none;
  }

  .package:after {
    display: none;
  }

  .package_items {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .package_item {
    width: 100%;
    max-width: 278px;
    margin: 0 auto 57px;
    padding: 66px 20px 85px 20px;
  }

  .package_item:first-child {
    top: auto;
    margin: 0 auto 57px;
  }

  .package_item:last-child {
    top: auto;
    margin: 0 auto 0;
  }

  .package_item_title {
    font-size: 15px;
    line-height: 18px;
  }

  .package_item_desc {
    font-size: 14px;
    line-height: 19px;
  }

  .package_item_btn a {
    width: 137px;
    height: 30px;
    font-size: 10px;
    line-height: 12px;
  }

  .proposal {
    padding-bottom: 80px;
  }

  .marquee {
    width: 65%;
    border-radius: 19px;
    padding: 4px 10px;
  }

  .marquee_item {
    width: 33px;
    height: 33px;
    margin-right: 18px;
  }

  .marquee_item:last-child {
    margin-right: 0;
  }

  .proposal_items {
    margin-top: 0;
    padding-top: 100px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .proposal_item {
    width: 100%;
    margin: 0 auto 70px;
    padding: 26px 33px;
  }

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

  .proposal_item:nth-child(1):before,
  .proposal_item:nth-child(2):before {
    display: none;
  }

  .proposal_item:nth-child(2):after,
  .proposal_item:nth-child(3):after {
    display: none;
  }

  .proposal_item_numb {
    top: -60px;
    right: -20px;
    font-size: 100px;
    line-height: 100px;
    z-index: 2;
  }

  .proposal_item_content {
    font-size: 14px;
    line-height: 18px;
    text-align: center;

    margin: 0 auto;
  }

  .proposal_btn a {
    font-size: 14px;
    line-height: 12px;

  }

  .marquee1_wr {
    overflow: hidden;
    border-radius: 10px;
    background: #08162c;
  }

  .ava {
    width: 80px;
    height: 80px;
  }

  .cases {
    padding-bottom: 125px;
  }

  .cases_slide {
    max-width: 300px;
    padding: 120px 40px 40px 40px;
  }

  .smi {
    padding-bottom: 75px;
  }

  .smi_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .smi_left {
    width: 100%;
  }

  .smi_left_item {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .smi_left_item_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .smi_left_item_content {
    width: 100%;
    max-width: 223px;
    font-size: 15px;
    line-height: 18px;
  }

  .smi_left_item_btn {
    width: 100%;
    margin-top: 20px;
  }

  .smi_left_item_btn a {
    width: 181px;
    height: 37px;
    font-size: 10px;
    line-height: 13px;
  }

  .smi_right {
    width: 100%;
  }

  .smi_right_item {
    width: 100%;
    margin-top: 50px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 20px;
  }

  .smi_right_item_row {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .smi_right_item_btn {
    display: none;
  }

  .smi_right_item_btn_mob {
    display: block;
    width: 100%;
    margin-top: 20px;
    position: relative;
    z-index: 2;
  }

  .smi_right_item_btn a {
    font-size: 10px;
    line-height: 13px;
    width: 181px;
    height: 37px;
  }

  .smi_right_item_content {
    width: 65%;
    font-size: 15px;
    line-height: 18px;
  }

  .selection_content {
    width: 100%;
    background: none;
    padding: 0;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .selection_left {
    width: 100%;
  }

  .selection_title {
    font-size: 25px;
    line-height: 29px;
  }

  .selection_subtitle {
    font-size: 15px;
    line-height: 18px;
    margin-top: 16px;
  }

  .selection_buttons {
    display: none;
  }

  .selection_buttons_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
  }

  .selection_buttons a:first-child {
    width: 204px;
    height: 42px;
    font-size: 15px;
    line-height: 18px;
  }

  .selection_buttons a:last-child {
    width: 244px;
    height: 42px;
    font-size: 15px;
    line-height: 18px;
    margin-top: 18px;
  }

  .selection_right {
    width: 100%;
    height: 200px;
    margin-top: 25px;
  }

  footer .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer_content {
    padding: 23px 0;
    padding-top: 60px;
  }

  .footer_row1 {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }

  .footer_menu_left {
    width: 100%;
    margin-top: 0px;
  }

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

  .footer_menu_left a {
    font-size: 12px;
    line-height: 16px;
  }

  .footer_menu_right {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
  }

  .footer_menu_right li {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    padding-right: 0px;
  }

  .footer_menu_right a {
    font-size: 12px;
    line-height: 16px;
  }

  .footer_row2 {
    margin-top: 24px;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .copyright {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
  }

  .developer {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .developer a {
    font-size: 14px;
    line-height: 18px;
  }

  .footer_btn a {
    font-size: 14px;
    line-height: 18px;
  }

  #marquee1 {
    top: -265px;
    left: 127px;
  }

  #marquee2 {
    top: -252px;
    left: 291px;
  }

  #marquee3 {
    top: -316px;
    left: 377px;
  }

  .selection_left {
    padding-bottom: 20px;
  }

  .selection_content {
    border-radius: 0px;
  }

  .rating_content {
    width: 100%;
    background: none;
    padding: 0;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .rating_left {
    width: 100%;
  }

  .rating_description {
    font-size: 17px;
    line-height: 25px;
  }

  .rating_description2 {
    font-size: 16px;
    line-height: 21px;
  }

  .rating_title {
    font-size: 25px;
    line-height: 34px;
  }

  .rating_right {
    width: 100% !important;
  }

  .rating_item .rating_item_ava img {
    width: 48px !important;
  }

  .rating_item .rating_item_ava .rating_decor {
    width: 30px !important;
  }

  .rating_item .rating_item_title {
    font-size: 14px;
    line-height: 17px;
  }

  .rating_item_subscribers .subscribers_count {
    font-size: 14px;
    line-height: 17px;
  }

  .rating_item_subscribers .subscribers_title {
    font-size: 11px;
  }

  .rating_left {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .bg_pad1,
  .bg_pad2,
  .bg_pad3,
  .bg_pad4,
  .bg_pad5,
  .bg_pad6 {
    display: none;
  }

  .bg_mob1,
  .bg_mob2,
  .bg_mob3,
  .bg_mob4,
  .bg_mob5 {
    display: block;
  }

  .bg_mob5 {
      bottom: 154px;
  }

  .application2 {
    padding-bottom: 100px;
  }

  .application1 {
    padding-bottom: 100px;
  }

  .main_subtitle,
  .main_desc,
  .main_row_number,
  .main_row_desc {
    position: relative;
    z-index: 3;
  }
}

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

  .popup-block .close2 {
    top: -11px;
    right: 0px;
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 380px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*# sourceMappingURL=styles.css.map */

.experts_slider.loading {
  position: relative;
}

.experts_slider.loading::before {
  display: block;
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  border-radius: 15px;
}

.experts_slider.loading::after {
  display: block;
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/loader.svg');
  background-size: 64px 64px;
  background-position: center center;
  z-index: 1001;
  background-repeat: no-repeat;
}
