@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
  position: relative;
  font-family: "Unbounded", sans-serif;
  font-weight: normal;
  color: #1D2530;
  background: #F2F7FA;
}
body::after {
  content: "";
  position: absolute;
  width: 728px;
  height: 728px;
  top: -385px;
  right: -285px;
  background: #E3F1FA;
  border-radius: 50%;
  z-index: -1;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  display: none;
}
body::before {
  content: "";
  position: absolute;
  width: 728px;
  height: 728px;
  bottom: 0px;
  left: -228px;
  background: rgba(206, 229, 245, 0.5);
  border-radius: 50%;
  z-index: -1;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  display: none;
}
@media (min-width: 1200px) {
  body::after {
    display: block;
    right: 0px;
  }
  body::before {
    display: block;
  }
}

section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.scroll {
  overflow-y: hidden;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

button {
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input {
  font-family: "Montserrat", sans-serif;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  border: none;
  -moz-appearance: textfield;
}

input[type=number]:focus {
  outline: none;
}

input[type=tel] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=text] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=tel]:focus {
  outline: none;
}

input[type=text]:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

textarea {
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
}

select {
  outline: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0px;
}

button:focus {
  border: none;
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

input {
  border: none;
}

input:focus {
  outline: none;
}

img {
  max-width: 100%;
}

.container {
  padding: 0px 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    padding: 0px 30px;
  }
}
@media (min-width: 992px) {
  .container {
    padding: 0px 45px;
  }
}
@media (min-width: 1360px) {
  .container {
    padding: 0px 0px;
    max-width: 1300px;
    margin: 0 auto;
  }
}
p {
  font-size: 15px;
  font-weight: 200;
  line-height: 23px;
  color: #1D2530;
}

h1, h2, h3, h4, h5 {
  font-weight: 800;
  color: #1D2530;
}

h1 {
  font-size: 26px;
  line-height: 32px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 40px;
    line-height: 49px;
  }
}

.title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.title_block_back {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.title_block_back svg {
  width: 18px;
}
.title_block_back svg path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.title_block_back:hover {
  background-color: #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.title_block_back:hover svg path {
  fill: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.title p {
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  color: #7E8D99;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .title_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .title_block_back {
    width: 52px;
    height: 52px;
  }
  .title_block_back svg {
    width: 24px;
  }
  .title_block h1 {
    margin-top: 20px;
  }
  .title p {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 200;
    line-height: 30px;
    margin-top: 20px;
  }
}

section.first {
  padding-top: 124px;
}
@media (min-width: 1200px) {
  section.first {
    padding-top: 148px;
  }
}

.header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 10px 0px;
  z-index: 5;
}
.header_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_block_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_block_right_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 74px;
  height: 56px;
  background: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 50px;
}
.header_block_right_login p {
  display: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header_block_right_login svg path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header_block_right_login:hover {
  background: #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header_block_right_login:hover svg path {
  fill: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header_block_right_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 74px;
  height: 56px;
  background: #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 50px;
  margin-left: 25px;
  cursor: pointer;
  position: relative;
}
.header_block_right_btn span {
  position: absolute;
  left: 28px;
  background-color: #fff;
  width: 18px;
  height: 2px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border-radius: 5px;
}
.header_block_right_btn span:nth-child(1) {
  top: 21px;
}
.header_block_right_btn span:nth-child(2) {
  top: 27px;
  width: 11px;
}
.header_block_right_btn span:nth-child(3) {
  bottom: 21px;
}
.header_block_right_btn:hover {
  background: #C0CACF;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.header_block_right_btn.active {
  background: #C0CACF;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.header_block_right_btn.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 27px;
}
.header_block_right_btn.active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.header_block_right_btn.active span:nth-child(3) {
  bottom: 27px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1200px) {
  .header_block_right_login {
    width: auto;
    padding: 0px 25px;
  }
  .header_block_right_login p {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    margin-right: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header_block_right_login:hover p {
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}

.dropdown {
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100vh;
  min-height: 730px;
  overflow-y: scroll;
  width: 100%;
  background-color: #fff;
  z-index: 6;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.dropdown::-webkit-scrollbar {
  display: none;
}
.dropdown.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dropdown_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}
.dropdown_head_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown_head_right_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 74px;
  height: 56px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8FAFF), to(#DFE1ED));
  background: linear-gradient(180deg, #F8FAFF 0%, #DFE1ED 100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 50px;
  padding: 1px;
}
.dropdown_head_right_login .border {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dropdown_head_right_login p {
  display: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dropdown_head_right_login svg path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dropdown_head_right_login:hover {
  background: #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dropdown_head_right_login:hover .border {
  background-color: #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dropdown_head_right_login:hover svg path {
  fill: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dropdown_head_right_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 74px;
  height: 56px;
  background: #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 50px;
  margin-left: 25px;
  cursor: pointer;
  position: relative;
}
.dropdown_head_right_btn span {
  position: absolute;
  left: 28px;
  background-color: #fff;
  width: 18px;
  height: 2px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border-radius: 5px;
}
.dropdown_head_right_btn span:nth-child(1) {
  top: 21px;
}
.dropdown_head_right_btn span:nth-child(2) {
  top: 27px;
  width: 11px;
}
.dropdown_head_right_btn span:nth-child(3) {
  bottom: 21px;
}
.dropdown_head_right_btn:hover {
  background: #C0CACF;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.dropdown_head_right_btn.active {
  background: #C0CACF;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.dropdown_head_right_btn.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 27px;
}
.dropdown_head_right_btn.active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.dropdown_head_right_btn.active span:nth-child(3) {
  bottom: 27px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.dropdown_block ul li {
  margin-top: 30px;
}
.dropdown_block ul li a {
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
  color: #1D2530;
  border-bottom: 1px solid;
  border-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dropdown_block ul li a:hover {
  border-color: #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dropdown_social a {
  background: -webkit-gradient(linear, left top, left bottom, from(#F8FAFF), to(#DFE1ED));
  background: linear-gradient(180deg, #F8FAFF 0%, #DFE1ED 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 90px;
  display: block;
  position: relative;
  padding: 1px;
  border-radius: 12px;
  margin-top: 20px;
}
.dropdown_social a .border {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0px 30px 0px 20px;
  border-radius: 12px;
}
.dropdown_social a .border span {
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
  color: #1D2530;
}
.dropdown_social a .border .btn {
  width: 52px;
  height: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: #EBF1F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dropdown_social a .border .btn img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dropdown_social a:hover .border .btn {
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dropdown_social a:hover .border .btn img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dropdown_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0px;
}
.dropdown_menu li {
  margin-top: 30px;
}
.dropdown_menu li a {
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  color: #1D2530;
  padding: 5px 0px;
  position: relative;
  border-bottom: 1px solid #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dropdown_menu li a:hover {
  border-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .dropdown_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dropdown_social a {
    width: 335px;
    margin-right: 60px;
  }
  .dropdown_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .dropdown_menu li {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .dropdown_head_right_login {
    width: auto;
  }
  .dropdown_head_right_login .border {
    padding: 0px 25px;
  }
  .dropdown_head_right_login p {
    display: block;
    margin-right: 10px;
  }
  .dropdown_head_right_login:hover p {
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .dropdown_block ul li {
    margin-top: 50px;
  }
  .dropdown_social {
    margin-top: 50px;
  }
  .dropdown_social a {
    margin-top: 0px;
  }
}
@media (min-width: 1440px) {
  .dropdown_block ul li {
    margin-top: 60px;
  }
  .dropdown_social {
    margin-top: 60px;
  }
}
@media (min-width: 1600px) {
  .dropdown .container {
    position: relative;
    height: 100vh;
  }
  .dropdown_menu {
    position: absolute;
    left: 0px;
    bottom: 60px;
  }
}

.mfp-content {
  padding: 50px 0px 30px 0px;
}

.popup-content {
  background-color: #fff;
  border-radius: 14px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  opacity: 1;
  font-size: 40px;
}

.popup-image img {
  width: 100%;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.popup-details {
  padding: 20px;
}

.popup_btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#F8FAFF), to(#DFE1ED));
  background: linear-gradient(180deg, #F8FAFF 0%, #DFE1ED 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 90px;
  display: block;
  position: relative;
  padding: 1px;
  border-radius: 12px;
  margin-top: 15px;
}
.popup_btn .border {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0px 30px 0px 20px;
  border-radius: 12px;
}
.popup_btn .border span {
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
  color: #1D2530;
}
.popup_btn .border .btn {
  min-width: 52px;
  width: 52px;
  height: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: #EBF1F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.popup_btn:hover .border .btn {
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (min-width: 768px) {
  .mfp-content {
    padding: 0px;
    max-width: 1100px;
  }
  .mfp-close {
    top: -46px;
  }
  .popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
  }
  .popup-details {
    padding: 0px;
    width: calc(50% - 15px);
  }
  .popup-image {
    width: calc(50% - 15px);
  }
  .popup-image img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
@media (min-width: 1200px) {
  .popup-content {
    padding: 40px;
  }
  .popup-details p {
    font-size: 17px;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.main {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 0px 36px 0px;
}
.main_block_top h1 {
  font-size: 32px;
  font-weight: 800;
  line-height: 39px;
  color: #1D2530;
}
.main_block_top p {
  font-size: 24px;
  font-weight: 200;
  line-height: 29px;
  margin-top: 20px;
  color: #7E8D99;
}
.main_block_body a {
  background: -webkit-gradient(linear, left top, left bottom, from(#F8FAFF), to(#DFE1ED));
  background: linear-gradient(180deg, #F8FAFF 0%, #DFE1ED 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 90px;
  display: block;
  position: relative;
  padding: 1px;
  border-radius: 12px;
  margin-top: 45px;
}
.main_block_body a .border {
  background: #F2F7FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0px 30px 0px 20px;
  border-radius: 12px;
}
.main_block_body a .border span {
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
  color: #1D2530;
}
.main_block_body a .border .btn {
  width: 52px;
  height: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: #EBF1F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main_block_body a .border .btn img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main_block_body a:hover .border .btn {
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main_block_body a:hover .border .btn img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main_block_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}
.main_block_menu li {
  margin-top: 30px;
}
.main_block_menu li a {
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  color: #1D2530;
  padding: 5px 0px;
  position: relative;
  border-bottom: 1px solid #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main_block_menu li a:hover {
  border-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main_block_img {
  display: none;
}
@media (min-width: 992px) {
  .main_block_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_block_body a {
    width: calc(50% - 23px);
  }
}
@media (min-width: 1200px) {
  .main {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 90px 0px 36px 0px;
    height: 100vh;
  }
  .main::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 70%;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
  .main_block {
    position: relative;
  }
  .main_block_top {
    position: relative;
    z-index: 2;
  }
  .main_block_top h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .main_block_top p {
    font-size: 32px;
    line-height: 40px;
    margin-top: 20px;
  }
  .main_block_body {
    max-width: 750px;
    position: relative;
    z-index: 2;
  }
  .main_block_img {
    display: block;
    position: absolute;
    right: 78px;
    top: 0px;
    -webkit-animation: float 10s ease-in-out infinite;
            animation: float 10s ease-in-out infinite;
  }
  .main_block_img img {
    height: 500px;
    -webkit-transform: rotate(36deg);
            transform: rotate(36deg);
  }
  .main_block_menu {
    margin-top: 0px;
    position: absolute;
    right: 0px;
    bottom: -36px;
    z-index: 2;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1600px) {
  .main::after {
    width: 62%;
  }
  .main_block_body {
    margin-top: 55px;
    max-width: 815px;
  }
  .main_block_img {
    top: -50px;
  }
  .main_block_img img {
    height: 650px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}

.videocourses_block_item {
  display: block;
  margin-top: 50px;
}
.videocourses_block_item_top_img {
  height: 260px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.videocourses_block_item_top_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.videocourses_block_item_top_img_tabs {
  position: absolute;
  left: 10px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.videocourses_block_item_top_img_tabs p {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  margin-top: 10px;
}
.videocourses_block_item_top_img_tabs p.orange {
  background-color: #EA7600;
}
.videocourses_block_item_top_img_tabs p.black {
  background-color: #1D2530;
}
.videocourses_block_item_top h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-top: 15px;
}
.videocourses_block_item_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.videocourses_block_item_bottom .price {
  font-size: 20px;
  font-weight: 600;
  line-height: 24.8px;
  color: #1D2530;
}
.videocourses_block_item_bottom p {
  font-size: 17px;
  font-weight: 300;
  line-height: 21px;
  color: #1D2530;
  padding: 5px 0px;
  border-bottom: 1px solid #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.videocourses_block_item_bottom .available {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  padding: 8px 15px;
  background: #4BB885;
  border-radius: 8px;
}
.videocourses_block_item_bottom .buy {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  padding: 8px 15px;
  background: #EA7600;
  border-radius: 8px;
}
.videocourses_block_item:hover .videocourses_block_item_top_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.videocourses_block_item:hover .videocourses_block_item_bottom p {
  border-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.videocourses_block_item.disabled .videocourses_block_item_top h3 {
  color: #C0CACF;
}
@media (min-width: 768px) {
  .videocourses_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .videocourses_block_item {
    width: calc(50% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .videocourses_block_item_bottom .price {
    font-size: 18px;
  }
  .videocourses_block_item_bottom p {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .videocourses_block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .videocourses_block_item {
    width: calc(33.3333333333% - 33.3333333333px);
    margin-right: 50px;
  }
  .videocourses_block_item:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (min-width: 1400px) {
  .videocourses_block_item_bottom .price {
    font-size: 20px;
  }
  .videocourses_block_item_bottom p {
    font-size: 17px;
  }
}

.gallery_filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 44px;
  position: relative;
}
.gallery_filters::after {
  content: "";
  position: absolute;
  left: 0px;
  top: -20px;
  width: 100%;
  height: 1px;
  background-color: #C0CACF;
}
.gallery_filters_left {
  cursor: pointer;
}
.gallery_filters_left svg path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gallery_filters_left:hover svg path {
  fill: #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gallery_filters_right {
  display: none;
}
.gallery_row_item {
  margin-top: 20px;
  padding: 20px 0px;
  display: block;
  border-bottom: 1px solid #7E8D99;
}
.gallery_row_item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.gallery_row_item_info_img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  -webkit-box-shadow: 0px 8px 25px 0px rgba(207, 217, 222, 0.5019607843);
          box-shadow: 0px 8px 25px 0px rgba(207, 217, 222, 0.5019607843);
  border-radius: 12px;
  overflow: hidden;
}
.gallery_row_item_info_img img {
  width: 100%;
  height: 100%;
}
.gallery_row_item_info_text {
  margin-left: 10px;
}
.gallery_row_item_info_text h3 {
  font-size: 17px;
  line-height: 21px;
  font-weight: 800;
}
.gallery_row_item_info_text p {
  font-size: 15px;
  line-height: 19px;
  margin-top: 10px;
}
.gallery_row_item_other {
  display: none;
}
.gallery_row_item_btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#F8FAFF), to(#DFE1ED));
  background: linear-gradient(180deg, #F8FAFF 0%, #DFE1ED 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 90px;
  display: block;
  position: relative;
  padding: 1px;
  border-radius: 12px;
  margin-top: 15px;
}
.gallery_row_item_btn .border {
  background: #F2F7FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0px 30px 0px 20px;
  border-radius: 12px;
}
.gallery_row_item_btn .border span {
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
  color: #1D2530;
}
.gallery_row_item_btn .border .btn {
  width: 52px;
  height: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: #EBF1F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gallery_row_item:hover .gallery_row_item_btn .border .btn {
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .gallery_row {
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gallery_row_item {
    width: calc(50% - 10px);
    background-color: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-radius: 14px;
  }
  .gallery_row_item_info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gallery_row_item_info_text p {
    display: none;
  }
  .gallery_row_item_other {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
  }
  .gallery_row_item_btn .border {
    background: #fff;
  }
}
@media (min-width: 1200px) {
  .gallery_filters {
    margin-top: 60px;
  }
  .gallery_filters_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gallery_filters_right_grid {
    cursor: pointer;
  }
  .gallery_filters_right_grid.active svg path {
    fill: #1D2530;
  }
  .gallery_filters_right_list {
    margin-left: 25px;
    cursor: pointer;
  }
  .gallery_filters_right_list.active svg path {
    fill: #1D2530;
  }
  .gallery_row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 10px;
  }
  .gallery_row_item {
    width: calc(33.3333333333% - 14px);
    margin-right: 20px;
  }
  .gallery_row_item:nth-child(3n) {
    margin-right: 0px;
  }
  .gallery_row_item_btn {
    min-width: 320px;
  }
  .gallery_row_item_btn .border span {
    font-size: 19px;
  }
  .gallery.list .gallery_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gallery.list .gallery_row_item {
    border-radius: 0px;
    padding: 0px;
    background: transparent;
    width: 100%;
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0px;
    border-bottom: 1px solid #7E8D99;
  }
  .gallery.list .gallery_row_item_info {
    max-width: 700px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .gallery.list .gallery_row_item_info_text {
    margin-left: 25px;
  }
  .gallery.list .gallery_row_item_info_text p {
    display: block;
  }
  .gallery.list .gallery_row_item_other {
    display: none;
  }
  .gallery.list .gallery_row_item_btn {
    margin-top: 0px;
  }
  .gallery.list .gallery_row_item_btn .border {
    background: #F2F7FA;
  }
  .gallery.list .gallery_row_item_btn .border .btn {
    margin-left: 25px;
  }
}
@media (min-width: 1360px) {
  .gallery_row_item {
    margin-top: 30px;
    width: calc(33.3333333333% - 33.3333333333px);
    margin-right: 50px;
  }
  .gallery_row_item:nth-child(3n) {
    margin-right: 0px;
  }
  .gallery_row_item_info_text {
    margin-left: 15px;
  }
  .gallery_row_item_info_text h3 {
    font-size: 21px;
    line-height: 26px;
  }
  .gallery_row_item_btn {
    min-width: 340px;
    margin-top: 20px;
  }
  .gallery_row_item_btn .border span {
    font-size: 21px;
  }
}

.library_row_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 14px;
  margin-top: 40px;
  display: block;
}
.library_row_item_img {
  height: 160px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  overflow: hidden;
}
.library_row_item_img img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.library_row_item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DFE1ED;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding: 15px;
}
.library_row_item_text h2 {
  width: 100%;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 15px;
}
.library_row_item_text_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.library_row_item_text_author img {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.library_row_item_text_author_wrap {
  margin-left: 10px;
}
.library_row_item_text_author_wrap span {
  font-family: "Unbounded", sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 19px;
  color: #7E8D99;
}
.library_row_item_text_author_wrap h3 {
  font-family: "Unbounded", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  color: #7E8D99;
}
.library_row_item_text button {
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #1D2530;
  padding-bottom: 5px;
  border-bottom: 1px solid #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.library_row_item:hover .library_row_item_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.library_row_item:hover button {
  border-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .library_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .library_row_item {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  .library_row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .library_row_item {
    width: calc(33.3333333333% - 33.3333333333px);
    margin-right: 50px;
  }
  .library_row_item_img {
    height: 200px;
  }
  .library_row_item_text {
    -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;
    padding: 20px 25px;
  }
  .library_row_item_text h2 {
    font-size: 17px;
    line-height: 26px;
  }
  .library_row_item:nth-child(3n) {
    margin-right: 0px;
  }
  .library_row_item button {
    margin-top: 20px;
  }
  .library.list .library_row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .library.list .library_row_item {
    width: calc(50% - 25px);
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .library.list .library_row_item_img {
    min-width: 240px;
    width: 240px;
    height: 200px;
    border-radius: 0px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .library.list .library_row_item_text {
    border-left: none;
    min-height: 200px;
    width: 100%;
    padding: 15px 25px;
    height: 100%;
    border-radius: 0px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  .library.list .library_row_item_text h2 {
    margin-bottom: 13px;
  }
  .library.list .library_row_item button {
    margin-top: 13px;
  }
}

.auth_block {
  margin-top: 60px;
}
.auth_block label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
}
.auth_block label span {
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}
.auth_block label input {
  height: 54px;
  line-height: 54px;
  padding: 0px 25px;
  font-size: 17px;
  color: #1D2530;
  border: 1px solid #C0CACF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  margin-top: 10px;
  width: 100%;
}
.auth_block_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}
.auth_block_btns input[type=submit] {
  width: 100%;
  height: 72px;
  line-height: 72px;
  font-size: 21px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  border-radius: 12px;
  background: #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.auth_block_btns input[type=submit]:hover {
  background: #C0CACF;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.auth_block_btns a {
  margin-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  color: #1D2530;
  padding-bottom: 5px;
  border-bottom: 1px solid #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.auth_block_btns a:hover {
  border-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .auth_block {
    max-width: 430px;
  }
  .auth_block_btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .auth_block_btns input[type=submit] {
    width: 240px;
  }
  .auth_block_btns a {
    margin-top: 0px;
  }
}

.author {
  margin-bottom: 70px;
}
.author_title {
  position: relative;
}
.author_title::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -30px;
  width: 100%;
  height: 1px;
  background-color: #C0CACF;
}
.author_title_top_back {
  min-width: 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 20px;
  cursor: pointer;
}
.author_title_top_back svg {
  width: 18px;
}
.author_title_top_back svg path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.author_title_top_back:hover {
  background-color: #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.author_title_top_back:hover svg path {
  fill: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.author_title_top_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author_title_top p {
  width: 100%;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  color: #7E8D99;
  margin-top: 20px;
}
.author_title_img {
  margin-top: 30px;
}
.author_title_img img {
  -webkit-box-shadow: 0px 8px 25px 0px rgba(207, 217, 222, 0.5019607843);
          box-shadow: 0px 8px 25px 0px rgba(207, 217, 222, 0.5019607843);
  border-radius: 12px;
}
@media (min-width: 768px) {
  .author_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .author_title::after {
    bottom: -40px;
  }
  .author_title_top_back {
    margin-right: 0px;
  }
  .author_title_top_text {
    -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;
  }
  .author_title_top_text h1 {
    margin-top: 20px;
  }
  .author_title_img {
    min-width: 200px;
    width: 200px;
    margin-top: 60px;
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .author {
    margin-bottom: 90px;
  }
  .author_title::after {
    bottom: -40px;
  }
  .author_title_top {
    max-width: 680px;
  }
  .author_title_top_back {
    width: 52px;
    height: 52px;
  }
  .author_title_top_back svg {
    width: 24px;
  }
  .author_title_top p {
    font-size: 20px;
    line-height: 30px;
  }
  .author_title_img {
    width: 300px;
    min-width: 300px;
    margin-top: 74px;
  }
}

.other_author {
  margin-top: 70px;
}
.other_author h2 {
  font-size: 26px;
  font-weight: 800;
  line-height: 32px;
  position: relative;
}
.other_author h2::after {
  content: "";
  position: absolute;
  left: 0px;
  top: -30px;
  width: 100%;
  height: 1px;
  background-color: #C0CACF;
}
@media (min-width: 1200px) {
  .other_author {
    margin-top: 140px;
  }
  .other_author h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .other_author h2::after {
    top: -50px;
  }
}

.masonry {
  max-width: 100%;
  overflow: hidden;
}

.grid-item {
  position: relative;
  margin-top: 20px;
  cursor: pointer;
  overflow: hidden;
}
.grid-item p {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 3;
  color: #fff;
}
.grid-item img {
  border-radius: 14px;
  max-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.grid-item_body {
  overflow: hidden;
  border-radius: 14px;
}
.grid-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.grid-item::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(82.06%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 82.06%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 14px;
}

@media (min-width: 768px) {
  .grid {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .grid:after {
    content: "";
    display: block;
    clear: both;
  }
  /* ---- .grid-item ---- */
  .grid-sizer,
  .grid-item {
    width: 33.333%;
    margin: 0px;
  }
  .grid-sizer img,
  .grid-item img {
    max-height: none;
  }
  .grid-item {
    padding: 10px;
  }
  .grid-item::after {
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .grid-item.half {
    width: 66.666%;
  }
  .grid-item.half img {
    height: 154px;
  }
  .grid-item {
    float: left;
  }
  .grid-item img {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .grid-item.half img {
    height: 205px;
  }
}
@media (min-width: 1200px) {
  .grid-item.one img {
    height: 300px;
  }
  .grid-item.two img {
    height: 300px;
  }
  .grid-item p {
    left: 40px;
    bottom: 25px;
  }
  .grid-item.half img {
    height: 394px;
  }
}
@media (min-width: 1360px) {
  .grid-item.one img {
    height: 364px;
  }
  .grid-item.two img {
    height: 364px;
  }
}
.account .container-nav {
  padding: 0px;
}
.account .container-nav nav {
  position: relative;
}
.account .container-nav nav::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 100%;
  background-color: #C0CACF;
}
.account .container-nav ul {
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.account .container-nav ul::-webkit-scrollbar {
  display: none;
}
.account .container-nav ul li {
  margin-left: 30px;
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.account .container-nav ul li::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 100%;
  background-color: #1D2530;
  z-index: 2;
  display: none;
}
.account .container-nav ul li span {
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
}
.account .container-nav ul li.active::after {
  display: block;
}
.account .container-nav ul li:first-child {
  margin-left: 15px;
}
.account .container-nav ul li:last-child {
  margin-right: 15px;
}
.account .container-nav ul li span {
  white-space: nowrap;
}
.account_item {
  display: none;
}
.account_item .grid {
  margin-top: 30px;
}
.account_item.active {
  display: block;
}
.account_main {
  margin-top: 30px;
}
.account_main_title h2 {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}
.account_main_title_form {
  position: relative;
  margin-top: 15px;
}
.account_main_title_form img {
  position: absolute;
  left: 12px;
  top: 0px;
}
.account_main_title_form input {
  font-family: "Unbounded", sans-serif;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 15px;
  padding-left: 54px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #7E8D99;
}
.account_main_orders {
  margin-top: 30px;
}
.account_main_orders_item {
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  background-color: #fff;
  padding: 0px 20px;
  -webkit-box-shadow: 0px 8px 25px 0px rgba(207, 217, 222, 0.5019607843);
          box-shadow: 0px 8px 25px 0px rgba(207, 217, 222, 0.5019607843);
  border-radius: 12px;
  margin-top: 20px;
}
.account_main_orders_item span {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #1D2530;
}
.account_main_orders_item .btn {
  min-width: 52px;
  width: 52px;
  height: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: #EBF1F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 10px;
}
.account_main_orders_item:hover .btn {
  background: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .account .container-nav ul li {
    margin-left: 45px;
  }
  .account .container-nav ul li:first-child {
    margin-left: 30px;
  }
  .account .container-nav ul li:last-child {
    margin-right: 30px;
  }
  .account_item .grid {
    margin-top: 10px;
  }
  .account_main_orders {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
  .account_main_orders_item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .account .container-nav {
    padding: 0px 45px;
  }
  .account .container-nav nav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .account .container-nav nav ul li {
    margin-left: 0px;
  }
  .account .container-nav nav ul li:first-child {
    margin-left: 0px;
  }
  .account .container-nav nav ul li:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  .account_main {
    margin-top: 50px;
  }
  .account_main_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .account_main_title h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .account_main_title_form {
    margin-top: 0px;
    width: 620px;
  }
  .account_main_title_form input {
    font-size: 17px;
  }
  .account_main_orders {
    margin-top: 0px;
  }
  .account_main_orders_item {
    margin-top: 40px;
    width: calc(50% - 20px);
  }
  .account_main_orders_item span {
    font-size: 21px;
    line-height: 26px;
  }
  .account_item .grid {
    margin-top: 30px;
  }
}
@media (min-width: 1360px) {
  .account .container-nav {
    padding: 0px;
  }
}

.account_main_timetable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-x: scroll;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.account_main_timetable::-webkit-scrollbar {
  display: none;
}
.account_main_timetable_item {
  min-width: 310px;
  width: 310px;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(94, 97, 113, 0.1215686275);
          box-shadow: 0px 6px 20px 0px rgba(94, 97, 113, 0.1215686275);
  margin-left: 20px;
  position: relative;
  padding: 1px;
  border-radius: 14px;
  overflow: hidden;
}
.account_main_timetable_item::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8FAFF), to(#DFE1ED));
  background: linear-gradient(180deg, #F8FAFF 0%, #DFE1ED 100%);
}
.account_main_timetable_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #C0CACF;
}
.account_main_timetable_item_head span {
  font-size: 15px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
}
.account_main_timetable_item_body {
  padding: 20px 13px;
  background-color: #F2F7FA;
  position: relative;
  z-index: 2;
  border-radius: 14px;
}
.account_main_timetable_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.account_main_timetable_item ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
  line-height: 21px;
  color: #000;
  padding: 6px 10px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 17px;
}
.account_main_timetable_item:first-child {
  margin-left: 15px;
}
.account_main_timetable_item:last-child {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .account_main_timetable {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-left: 0px;
    overflow-x: visible;
    margin-top: 10px;
  }
  .account_main_timetable_item {
    min-width: calc(33.3333333333% - 13.3333333333px);
    width: calc(33.3333333333% - 13.3333333333px);
    margin-left: 0px;
    margin-right: 20px;
    margin-top: 20px;
  }
  .account_main_timetable_item:first-child {
    margin-left: 0px;
  }
  .account_main_timetable_item:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  .account_main_timetable {
    margin-top: 20px;
  }
}

.wave_top {
  display: none;
}
@media (min-width: 1600px) {
  .wave_top {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
  }
}

.landing_block_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.landing_block_text_upper {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  background: #FFFFFF;
  border-radius: 50px;
}
.landing_block_text h1 {
  margin-top: 15px;
}
.landing_block_text_info {
  font-size: 20px;
  font-weight: 200;
  line-height: 24px;
  color: #7E8D99;
  margin-top: 15px;
}
.landing_block_text_default {
  display: none;
}
.landing_block_text_bold {
  display: none;
}
.landing_block_text_btns {
  display: none;
}
.landing_block_img {
  margin-top: 36px;
}
.landing_block_img_wrap {
  position: relative;
}
.landing_block_img_wrap_orange {
  position: absolute;
  padding: 10px 0px;
  left: 0px;
  bottom: -40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EA7600;
  border-radius: 50px;
}
.landing_block_img_wrap_orange p {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  margin-left: 20px;
  max-width: 225px;
}
.landing_block_img_default {
  margin-top: 75px;
  font-size: 15px;
  font-weight: 200;
  line-height: 18px;
}
.landing_block_img_bold {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
.landing_block_img_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 36px;
}
.landing_block_img_btns_buy {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
  -webkit-box-shadow: 0px 8px 25px 0px rgba(207, 217, 222, 0.5019607843);
          box-shadow: 0px 8px 25px 0px rgba(207, 217, 222, 0.5019607843);
  border: 1px solid #1D2530;
  border-radius: 12px;
  padding: 0px 30px 0px 20px;
}
.landing_block_img_btns_buy span {
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
  color: #1D2530;
}
.landing_block_img_btns_buy .btn {
  background-color: #EBF1F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.landing_block_img_btns_buy:hover .btn {
  background-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.landing_block_img_btns_link {
  font-size: 17px;
  font-weight: 300;
  line-height: 21px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1D2530;
  color: #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 35px;
}
.landing_block_img_btns_link:hover {
  border-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .landing_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .landing_block_text {
    max-width: 500px;
  }
  .landing_block_text_default {
    display: block;
    font-size: 17px;
    line-height: 21px;
    margin-top: 30px;
  }
  .landing_block_text_bold {
    display: block;
    font-size: 17px;
    line-height: 21px;
    margin-top: 30px;
    font-weight: 600;
  }
  .landing_block_text_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 45px;
  }
  .landing_block_text_btns_buy {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 335px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 90px;
    -webkit-box-shadow: 0px 8px 25px 0px rgba(207, 217, 222, 0.5019607843);
            box-shadow: 0px 8px 25px 0px rgba(207, 217, 222, 0.5019607843);
    border: 1px solid #1D2530;
    border-radius: 12px;
    padding: 0px 30px 0px 20px;
  }
  .landing_block_text_btns_buy span {
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    color: #1D2530;
  }
  .landing_block_text_btns_buy .btn {
    background-color: #EBF1F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .landing_block_text_btns_buy:hover .btn {
    background-color: transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .landing_block_text_btns_link {
    font-size: 17px;
    font-weight: 300;
    line-height: 21px;
    padding-bottom: 5px;
    border-bottom: 1px solid #1D2530;
    color: #1D2530;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 20px;
  }
  .landing_block_text_btns_link:hover {
    border-color: transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .landing_block_img {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 420px;
    margin-top: 0px;
  }
  .landing_block_img_default {
    display: none;
  }
  .landing_block_img_bold {
    display: none;
  }
  .landing_block_img_btns {
    display: none;
  }
}
@media (min-width: 1200px) {
  .landing_block_text {
    max-width: 600px;
  }
  .landing_block_text h1 {
    font-size: 47px;
    line-height: 58px;
  }
  .landing_block_text_info {
    font-size: 29px;
    line-height: 38px;
  }
  .landing_block_text_btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .landing_block_text_btns_link {
    margin-left: 20px;
    margin-top: 0px;
  }
  .landing_block_img {
    width: 460px;
  }
}
@media (min-width: 1280px) {
  .landing_block_img {
    width: 530px;
  }
}
@media (min-width: 1360px) {
  .landing_block_text {
    max-width: 720px;
  }
  .landing_block_text_upper {
    font-size: 17px;
    line-height: 21px;
  }
  .landing_block_text h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .landing_block_text_info {
    font-size: 32px;
    line-height: 40px;
  }
  .landing_block_text_btns_link {
    margin-left: 60px;
  }
  .landing_block_img {
    width: 540px;
  }
  .landing_block_img_wrap_orange p {
    font-size: 20px;
    line-height: 24px;
    max-width: 305px;
  }
}
@media (min-width: 1440px) {
  .landing_block_img {
    width: 600px;
    right: -60px;
  }
  .landing_block_img_wrap_orange {
    width: 530px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 10px;
  }
}
@media (min-width: 1600px) {
  .landing_block_img {
    width: 680px;
    right: -130px;
  }
}
@media (min-width: 1920px) {
  .landing_block_img {
    width: 737px;
    right: -220px;
  }
  .landing_block_img_wrap_orange {
    bottom: 20px;
  }
}

.landing_list {
  margin-top: 40px;
}
.landing_list_wrap_item {
  background: rgba(65, 141, 186, 0.0509803922);
  border-radius: 14px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  min-height: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 25px;
}
.landing_list_wrap_item_num {
  width: 66px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #1D2530;
}
.landing_list_wrap_item_num span {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  color: #fff;
}
.landing_list_wrap_item p {
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  color: #000;
  max-width: 270px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .landing_list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .landing_list_wrap_item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .landing_list_wrap_item {
    margin-top: 0px;
    width: calc(25% - 15px);
  }
}

.applications {
  margin-top: 106px;
}
.applications h2 {
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
}
.applications p {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  margin-top: 25px;
}

.slider-wrapper {
  margin-top: 30px;
}

.slider img {
  width: 100%;
  border-radius: 14px;
}

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

.slider-container-prev {
  cursor: pointer;
}
.slider-container-prev svg path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.slider-container-prev:hover svg path {
  fill: #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slider-container-next {
  cursor: pointer;
}
.slider-container-next svg path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.slider-container-next:hover svg path {
  fill: #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (min-width: 768px) {
  .slider .slick-slide {
    margin: 0px 10px;
  }
}
@media (min-width: 1200px) {
  .container-slider {
    padding: 0px;
  }
  .applications {
    overflow: hidden;
    margin-top: 112px;
  }
  .applications h2 {
    font-size: 28px;
    line-height: 35px;
    max-width: 762px;
  }
  .applications p {
    max-width: 624px;
    font-size: 17px;
    line-height: 21px;
    margin-top: 25px;
  }
  .slider-wrapper {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .slider-container {
    position: relative;
    overflow: visible;
  }
  .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1600px;
    margin-right: -300px;
  }
  .slider .slick-slide {
    margin: 0px 50px 0px 50px;
  }
  .slick-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .slick-list {
    width: 100%;
  }
  .slider-container_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(100% - 500px);
    margin-top: 0px;
  }
  .slider-container-next {
    margin-top: 60px;
  }
}
@media (min-width: 1360px) {
  .slider {
    position: initial;
  }
  .slider-container_btns {
    left: auto;
    right: 525px;
    top: 52%;
  }
  .slider .slick-slide {
    margin: 0px 80px 0px 0px;
  }
}
@media (min-width: 1600px) {
  .slider .slick-slide {
    margin: 0px 130px 0px 0px;
  }
  .slider-container_btns {
    right: 550px;
  }
}
.landing_program {
  background: #1D2530;
  padding: 70px 0px 20px 0px;
  margin-top: 90px;
  overflow: hidden;
  position: relative;
}
.landing_program_wave {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.landing_program_item {
  margin-bottom: 50px;
}
.landing_program_item h2 {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  color: #fff;
}
.landing_program_item_text {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #fff;
  margin-top: 10px;
}
.landing_program_item_list {
  margin-top: 35px;
  padding: 0px 10px;
  border: 1px solid #fff;
  border-radius: 14px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.landing_program_item_list_item {
  padding: 25px 0px;
  border-bottom: 1px solid #fff;
}
.landing_program_item_list_item:last-child {
  border: none;
}
.landing_program_item_list_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.landing_program_item_list_item_head_text h3 {
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
}
.landing_program_item_list_item_head_text span {
  font-size: 13px;
  font-weight: 200;
  line-height: 22px;
  color: #fff;
}
.landing_program_item_list_item_head .plusminus {
  margin-left: 10px;
  min-width: 52px;
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.landing_program_item_list_item_head .plusminus:after {
  content: "";
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  width: 24px;
  height: 3px;
}
.landing_program_item_list_item_head .plusminus::before {
  content: "";
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  width: 24px;
  height: 3px;
}
.landing_program_item_list_item_head .plusminus:before {
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.landing_program_item_list_item_head .plusminus:after {
  -webkit-transform: translatey(-50%) rotate(90deg);
          transform: translatey(-50%) rotate(90deg);
}
.landing_program_item_list_item_head.active .plusminus:before {
  -webkit-transform: translatey(-50%) rotate(-90deg);
          transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.landing_program_item_list_item_head.active .plusminus:after {
  -webkit-transform: translatey(-50%) rotate(0);
          transform: translatey(-50%) rotate(0);
}
.landing_program_item_list_item_body {
  display: none;
  font-size: 17px;
  font-weight: 200;
  line-height: 21px;
  color: #fff;
  padding-top: 20px;
}
.landing_program_item_list.orange {
  background-color: #EA7600;
  border: none;
}
@media (min-width: 768px) {
  .landing_program_item_list {
    padding: 0px 25px;
  }
}
@media (min-width: 1200px) {
  .landing_program {
    padding: 100px 0px 30px 0px;
    margin-top: 120px;
  }
  .landing_program_item {
    margin-bottom: 70px;
    max-width: 1100px;
  }
  .landing_program_item h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .landing_program_item_text {
    font-size: 17px;
    line-height: 22px;
  }
  .landing_program_item_list_item_head_text h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .landing_program_item_list_item_head .plusminus {
    margin-left: 32px;
  }
}

.review {
  margin-top: 80px;
}
.review h2 {
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
}
.review_slider {
  margin-top: 30px;
}
.review_slider_wrap {
  background-color: #fff;
  border-radius: 14px;
}
.review_slider_wrap_item_block {
  padding: 15px 10px;
}
.review_slider_wrap_item_block_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review_slider_wrap_item_block_head img {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.review_slider_wrap_item_block_head_text {
  margin-left: 10px;
}
.review_slider_wrap_item_block_head_text h4 {
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}
.review_slider_wrap_item_block_head_text p {
  font-size: 13px;
  font-weight: 200;
  line-height: 19px;
  color: #7E8D99;
}
.review_slider_wrap_item_block_body {
  font-size: 15px;
  font-weight: 200;
  line-height: 19px;
  color: #1D2530;
  margin-top: 10px;
}
.review_slider_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.review_slider_btns_prev {
  cursor: pointer;
}
.review_slider_btns_prev svg path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.review_slider_btns_prev:hover svg path {
  fill: #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.review_slider_btns_next {
  cursor: pointer;
}
.review_slider_btns_next svg path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.review_slider_btns_next:hover svg path {
  fill: #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .review_slider {
    margin-top: 10px;
  }
  .review_slider_wrap {
    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;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
  }
  .review_slider_wrap_item {
    width: calc(50% - 10px);
    margin-top: 20px;
    background-color: #fff;
    border-radius: 14px;
  }
  .review_slider_wrap_item_block {
    padding: 15px;
  }
  .review_slider_btns {
    display: none;
  }
}
@media (min-width: 1200px) {
  .review {
    margin-top: 120px;
  }
  .review h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .review_slider_wrap_item {
    width: calc(50% - 20px);
    margin-top: 40px;
  }
  .review_slider_wrap_item_block {
    padding: 25px;
  }
}

.cost {
  margin-top: 70px;
  background: rgba(65, 141, 186, 0.0509803922);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  padding: 40px 0px;
  border-radius: 14px;
}
.cost_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cost_block_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cost_block_text_upper {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: #000;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
}
.cost_block_text h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
  margin-top: 15px;
}
.cost_block_text p {
  font-size: 15px;
  font-weight: 200;
  line-height: 24px;
  text-align: center;
  color: #1D2530;
  margin-top: 20px;
}
.cost_block_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}
.cost_block_action_upper {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}
.cost_block_action_buy {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 360px;
  background-color: #1D2530;
  border-radius: 12px;
  margin-top: 15px;
}
.cost_block_action_buy span {
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  color: #fff;
}
.cost_block_action_buy .btn {
  width: 52px;
  height: 52px;
  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;
  background-color: #7E8D99;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 50%;
  margin-left: 35px;
}
.cost_block_action_buy:hover .btn {
  background-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cost_block_action_ras {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 10px;
  color: #1D2530;
}
.cost_block_action_ras:hover {
  border-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cost_block_wave {
  display: none;
}
@media (min-width: 992px) {
  .cost {
    padding: 0px;
    background: transparent;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
  .cost_block {
    background: rgba(65, 141, 186, 0.0509803922);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    border-radius: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 25px;
  }
  .cost_block_text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: calc(100% - 400px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cost_block_text p {
    text-align: left;
  }
  .cost_block_action {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .cost {
    margin-top: 120px;
  }
  .cost_block {
    padding: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
  }
  .cost_block_text {
    width: 500px;
    position: relative;
    z-index: 2;
  }
  .cost_block_text_upper {
    font-size: 15px;
    line-height: 18px;
  }
  .cost_block_text h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .cost_block_text p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 24px;
  }
  .cost_block_action {
    margin-left: 80px;
    position: relative;
    z-index: 2;
    padding-bottom: 10px;
  }
  .cost_block_action_ras {
    margin-top: 15px;
  }
  .cost_block_wave {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
}
@media (min-width: 1360px) {
  .cost_block_text {
    width: 575px;
  }
  .cost_block_action_upper {
    font-size: 17px;
    line-height: 21px;
  }
  .cost_block_action_buy {
    width: 460px;
  }
  .cost_block_action_buy span {
    font-size: 21px;
    line-height: 26px;
  }
  .cost_block_action_ras {
    font-size: 14px;
    line-height: 17px;
  }
}

.course {
  margin-top: 54px;
  position: relative;
}
.course_block_text {
  position: relative;
  z-index: 2;
}
.course_block_text h3 {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  color: #1D2530;
}
.course_block_text_list {
  margin-top: 50px;
}
.course_block_text_list_item {
  background: #FFFFFF;
  padding: 15px 10px;
  border-radius: 14px;
  margin-top: 30px;
}
.course_block_text_list_item_icon {
  width: 60px;
  height: 60px;
  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;
  background-color: #1D2530;
  border-radius: 50%;
}
.course_block_text_list_item p {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  color: #1D2530;
  margin-top: 10px;
}
.course_block_img {
  position: absolute;
  bottom: 0px;
  display: block;
}
.course_about {
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.course_about_text h3 {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  color: #1D2530;
}
.course_about_text p {
  font-size: 15px;
  font-weight: 200;
  line-height: 22px;
  margin-top: 30px;
}
.course_about_btns {
  margin-top: 68px;
}
.course_about_btns_orange {
  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;
  background: #EA7600;
  border-radius: 14px;
  height: 70px;
}
.course_about_btns_orange img {
  margin: 0px 10px;
}
.course_about_btns_purple {
  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;
  background: #5D18A2;
  border-radius: 14px;
  height: 70px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .course {
    overflow: hidden;
  }
  .course_block {
    position: relative;
  }
  .course_block_text {
    max-width: 500px;
  }
  .course_block_img {
    right: -200px;
    top: 0px;
  }
  .course_block_img img {
    width: 700px;
  }
  .course_about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
  }
  .course_about_btns {
    margin-top: 0px;
    min-width: 400px;
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .course {
    margin-top: 160px;
  }
  .course_block_text {
    max-width: 700px;
  }
  .course_block_text h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .course_block_text_list_item {
    padding: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .course_block_text_list_item_icon {
    min-width: 60px;
    height: 60px;
  }
  .course_block_text_list_item p {
    margin-top: 0px;
    margin-left: 20px;
  }
  .course_block_img {
    right: -150px;
  }
  .course_about_text h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .course_about_text p {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (min-width: 1440px) {
  .course_block_text {
    max-width: 912px;
  }
  .course_block_text_list_item {
    padding: 14px 25px;
  }
  .course_block_text_list_item p {
    font-size: 17px;
    line-height: 20px;
    margin-left: 25px;
  }
  .course_block_img {
    right: -200px;
  }
  .course_about_text {
    max-width: 762px;
  }
  .course_about_btns {
    margin-left: 86px;
  }
}

.ceo {
  background-color: #1D2530;
  padding: 50px 0px 30px 0px;
  margin-top: 57px;
  overflow: hidden;
  position: relative;
}
.ceo_left {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
.ceo_right {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 600px;
}
.ceo_block {
  position: relative;
}
.ceo_block_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
}
.ceo_block_text_up {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  padding: 10px 20px;
  background-color: #323C48;
  border-radius: 50px;
  text-transform: uppercase;
}
.ceo_block_text h2 {
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  color: #fff;
  margin-top: 15px;
}
.ceo_block_text_list {
  margin-top: 30px;
}
.ceo_block_text_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.ceo_block_text_list_item img {
  min-width: 44px;
}
.ceo_block_text_list_item p {
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
  color: #fff;
  margin-left: 17px;
}
.ceo_block_main {
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: calc(100% + 120px);
}
.ceo_block_btns {
  margin-top: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
.ceo_block_btns_quote {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(46, 56, 69, 0.8);
  padding: 35px 25px 25px 5px;
  border-radius: 10px;
}
.ceo_block_btns_quote p {
  font-size: 17px;
  font-weight: 300;
  line-height: 21px;
  color: #fff;
}
.ceo_block_btns_quote span {
  text-align: right;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  color: #fff;
  margin-top: 15px;
  display: block;
}
.ceo_block_btns_quote img {
  position: absolute;
  right: 25px;
  top: -30px;
}
.ceo_block_btns_buy {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  height: 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8FAFF), to(#DFE1ED));
  background: linear-gradient(180deg, #F8FAFF 0%, #DFE1ED 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  border-radius: 12px;
}
.ceo_block_btns_buy span {
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  color: #1D2530;
}
.ceo_block_btns_buy .btn {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ceo_block_btns_buy:hover .btn {
  background-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 576px) {
  .ceo_block_main {
    max-width: 460px;
  }
}
@media (min-width: 992px) {
  .ceo_right {
    bottom: auto;
    top: 0px;
  }
  .ceo_block_main {
    bottom: -30px;
    max-width: 600px;
    right: -200px;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .ceo_block_text {
    max-width: 600px;
  }
  .ceo_block_text_list {
    margin-top: 20px;
  }
  .ceo_block_btns {
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ceo_block_btns_buy {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 400px;
  }
  .ceo_block_btns_quote {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 520px;
    padding: 35px 25px 25px 25px;
  }
  .ceo_block_btns_quote p {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .ceo {
    margin-top: 120px;
  }
  .ceo_block_text {
    max-width: 700px;
  }
  .ceo_block_text_up {
    font-size: 15px;
    line-height: 19px;
  }
  .ceo_block_text h2 {
    font-size: 28px;
    line-height: 34px;
    margin-top: 15px;
  }
  .ceo_block_btns_buy {
    max-width: 460px;
  }
  .ceo_block_btns_buy span {
    font-size: 21px;
    line-height: 26px;
  }
  .ceo_block_btns_buy .btn {
    margin-left: 35px;
  }
  .ceo_block_btns_quote {
    max-width: calc(100% - 530px);
  }
}
@media (min-width: 1360px) {
  .ceo {
    padding: 100px 0px 30px 0px;
  }
  .ceo_block_main {
    max-width: 650px;
  }
}
@media (min-width: 1600px) {
  .ceo {
    padding: 100px 0px 85px 0px;
  }
  .ceo_block_text {
    max-width: 786px;
  }
  .ceo_block_text_list_item p {
    font-size: 17px;
    line-height: 21px;
  }
  .ceo_block_main {
    max-width: 696px;
    bottom: -85px;
    right: -100px;
    left: auto;
  }
  .ceo_block_btns_quote {
    max-width: 100%;
    width: 712px;
  }
}

.begin {
  margin-top: 70px;
}
.begin_block_text h2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}
.begin_block_text_big {
  font-size: 20px;
  font-weight: 200;
  line-height: 25px;
  color: #7E8D99;
  margin-top: 15px;
}
.begin_block_text_bold {
  display: none;
}
.begin_block_text_btns {
  display: none;
}
.begin_block_img {
  margin-top: 30px;
}
.begin_block_img_bold {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  margin-top: 30px;
}
.begin_block_img_btns a {
  background: -webkit-gradient(linear, left top, left bottom, from(#F8FAFF), to(#DFE1ED));
  background: linear-gradient(180deg, #F8FAFF 0%, #DFE1ED 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 90px;
  display: block;
  position: relative;
  padding: 1px;
  border-radius: 12px;
  margin-top: 30px;
}
.begin_block_img_btns a .border {
  background: #F2F7FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0px 30px 0px 20px;
  border-radius: 12px;
}
.begin_block_img_btns a .border span {
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
  color: #1D2530;
}
@media (min-width: 992px) {
  .begin {
    overflow: hidden;
  }
  .begin_block {
    position: relative;
  }
  .begin_block_text {
    max-width: 600px;
  }
  .begin_block_text_bold {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 40px;
  }
  .begin_block_text_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .begin_block_text_btns a {
    background: -webkit-gradient(linear, left top, left bottom, from(#F8FAFF), to(#DFE1ED));
    background: linear-gradient(180deg, #F8FAFF 0%, #DFE1ED 100%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 90px;
    display: block;
    position: relative;
    padding: 1px;
    border-radius: 12px;
    margin-top: 30px;
    margin-right: 30px;
  }
  .begin_block_text_btns a .border {
    background: #F2F7FA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding: 0px 30px 0px 20px;
    border-radius: 12px;
  }
  .begin_block_text_btns a .border span {
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    color: #1D2530;
  }
  .begin_block_text_btns a .border .btn {
    margin-left: 30px;
  }
  .begin_block_img {
    position: absolute;
    right: -70px;
    top: 0px;
    margin-top: 0px;
  }
  .begin_block_img img {
    width: 400px;
  }
  .begin_block_img_bold {
    display: none;
  }
  .begin_block_img_btns {
    display: none;
  }
}
@media (min-width: 1200px) {
  .begin {
    margin-top: 120px;
  }
  .begin_block_text h2 {
    font-size: 56px;
    line-height: 70px;
  }
  .begin_block_text_big {
    font-size: 26px;
    line-height: 34px;
  }
  .begin_block_img {
    top: 24px;
    right: -30px;
  }
  .begin_block_img img {
    width: 520px;
  }
}
@media (min-width: 1360px) {
  .begin {
    overflow: visible;
  }
  .begin_block_text {
    max-width: 720px;
  }
  .begin_block_text_big {
    font-size: 32px;
    line-height: 40px;
  }
  .begin_block_text_bold {
    margin-top: 50px;
    font-size: 17px;
    line-height: 21px;
  }
  .begin_block_text_btns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .begin_block_text_btns a {
    margin-right: 0px;
    width: 334px;
  }
  .begin_block_img {
    right: -24px;
  }
  .begin_block_img img {
    width: 580px;
  }
}
@media (min-width: 1600px) {
  .begin_block_img {
    top: auto;
    bottom: 0px;
    right: -80px;
  }
  .begin_block_img img {
    width: auto;
  }
}

.question {
  margin-top: 80px;
  background: rgba(65, 141, 186, 0.0509803922);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 40px 0px;
  border-radius: 14px;
}
.question_block_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.question_block_text_up {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  text-transform: uppercase;
}
.question_block_text h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 15px;
}
.question_block_text_default {
  font-size: 15px;
  font-weight: 200;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
}
.question_block_text_bold {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
}
.question_block_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}
.question_block_links a {
  background: #1D2530;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  border-radius: 12px;
}
.question_block_links a span {
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  color: #fff;
}
.question_block_links a.full {
  width: 100%;
}
@media (min-width: 768px) {
  .question_block_links {
    width: 400px;
    margin: 0 auto;
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .question {
    padding: 0px;
    background: transparent;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
  .question_block {
    background: rgba(65, 141, 186, 0.0509803922);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    border-radius: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 25px;
  }
  .question_block_text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .question_block_text_default {
    text-align: left;
  }
  .question_block_links {
    margin-top: 0px;
    width: 380px;
    min-width: 380px;
    margin-left: 50px;
  }
}
@media (min-width: 1200px) {
  .question {
    margin-top: 120px;
  }
  .question_block {
    padding: 40px;
  }
  .question_block_text_up {
    font-size: 15px;
    line-height: 18px;
  }
  .question_block_text h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .question_block_text_default {
    font-size: 17px;
    line-height: 22px;
  }
  .question_block_text_bold {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (min-width: 1360px) {
  .question_block_links {
    min-width: 460px;
    width: 460px;
    margin-left: 34px;
  }
  .question_block_links a span {
    font-size: 21px;
    line-height: 26px;
  }
}

.order h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  color: #1D2530;
}
.order_one {
  margin-top: 30px;
}
.order_one_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.order_one_head a {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #FFFFFF;
  padding: 8px 15px;
  background: #EA7600;
  border-radius: 8px;
  margin-top: 20px;
}
.order_one_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-x: scroll;
  margin-top: 20px;
  padding: 4px 0px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.order_one_row::-webkit-scrollbar {
  display: none;
}
.order_one_row label {
  min-width: 75px;
  height: 145px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 7px;
  background-color: #fff;
  border: 1px solid #C0CACF;
  border-radius: 14px;
  padding: 7px 0px 10px 0px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1490196078);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.order_one_row label:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1490196078);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.order_one_row label:last-child {
  margin-right: 0px;
}
.order_one_row label p {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  color: #000;
}
.order_one_row label input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  margin: 0px;
}
.order_one_row label .checkmark {
  height: 19px;
  width: 19px;
  border: 1px solid #7E8D99;
  background-color: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.order_one_row label .checkmark::after {
  position: absolute;
  content: "";
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.order_one_row label input:checked ~ .checkmark::after {
  display: block;
}
.order_one_row label:has(input[type=checkbox]:checked) {
  border-color: #1D2530;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.order_one_row label:has(input[type=checkbox]:checked) .checkmark {
  background-color: #1D2530;
  border-color: #1D2530;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.order_two label {
  margin-top: 20px;
  display: block;
}
.order_two label input {
  font-family: "Unbounded", sans-serif;
  border: 1px solid #C0CACF;
  height: 54px;
  width: 100%;
  padding: 0px 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 54px;
  text-align: left;
  color: #1D2530;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  margin-top: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.order_two label input:focus {
  border-color: #1D2530;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.order_three {
  margin-top: 30px;
}
.order_three_checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.order_three_checkboxes label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.order_three_checkboxes label p {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
}
.order_three_checkboxes label input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  margin: 0px;
}
.order_three_checkboxes label .checkmark {
  height: 19px;
  width: 19px;
  border: 1px solid #7E8D99;
  background-color: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  left: 0px;
  top: -2px;
}
.order_three_checkboxes label .checkmark::after {
  position: absolute;
  content: "";
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.order_three_checkboxes label input:checked ~ .checkmark::after {
  display: block;
}
.order_three_checkboxes label:has(input[type=checkbox]:checked) .checkmark {
  background-color: #1D2530;
  border-color: #1D2530;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.order_three_checkboxes label .radio {
  height: 19px;
  width: 19px;
  border-radius: 50%;
  border: 1px solid #1D2530;
  background-color: transparent;
  position: absolute;
  left: 0px;
  top: -2px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.order_three_checkboxes label .radio::after {
  display: none;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1D2530;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.order_three_checkboxes label input:checked ~ .radio::after {
  display: block;
}
.order_three textarea {
  font-family: "Unbounded", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  border-radius: 8px;
  border: 1px solid #C0CACF;
  padding: 15px;
  height: 140px;
  width: 100%;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.order_three textarea:focus {
  border-color: #1D2530;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.order_four {
  margin-top: 30px;
}
.order_four input {
  font-family: "Unbounded", sans-serif;
  border: 1px solid #C0CACF;
  height: 54px;
  width: 100%;
  padding: 0px 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 54px;
  text-align: left;
  color: #1D2530;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  margin-top: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: transparent;
  max-width: 420px;
}
.order_four input:focus {
  border-color: #1D2530;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.order_btns {
  margin-top: 30px;
}
.order_btns button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
  background: #1D2530;
  border-radius: 12px;
  padding: 0px 15px;
}
.order_btns button span {
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  color: #fff;
}
.order_btns button .btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #7E8D99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.order_btns button:hover .btn {
  background-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.order_btns p {
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .order_one_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .order_one_head a {
    margin-top: 0px;
  }
  .order_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
  }
  .order_btns button {
    width: 400px;
    min-width: 400px;
    padding: 0px 18px;
  }
  .order_btns button span {
    font-size: 21px;
    line-height: 26px;
  }
  .order_btns p {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .order_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 34px;
  }
  .order_two label {
    width: calc(33.3333333333% - 13.3333333333px);
    margin-top: 0px;
  }
  .order_three_checkboxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .order_three_checkboxes label {
    margin-right: 15px;
  }
  .order_three_checkboxes label p {
    font-size: 15px;
    line-height: 19px;
  }
  .order_btns button {
    width: 450px;
    min-width: 450px;
  }
  .order_btns p {
    max-width: 390px;
  }
}
@media (min-width: 1200px) {
  .order h4 {
    font-size: 17px;
    line-height: 26px;
  }
  .order_one {
    margin-top: 40px;
  }
  .order_one_row {
    overflow-x: visible;
    padding: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .order_one_row label {
    min-width: 66px;
  }
  .order_three {
    margin-top: 40px;
  }
  .order_three_checkboxes label {
    margin-right: 30px;
  }
  .order_three textarea {
    font-size: 17px;
    line-height: 26px;
    height: 102px;
  }
}
@media (min-width: 1360px) {
  .order_one_row label {
    min-width: 74px;
  }
}

.footer {
  position: relative;
  margin-top: 70px;
  padding: 50px 0px;
  border-top: 1px solid #C0CACF;
}
.footer_block nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer_block nav ul li {
  margin-top: 30px;
}
.footer_block nav ul li:first-child {
  margin-top: 0px;
}
.footer_block nav ul li a {
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  color: #7E8D99;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer_block nav ul li a:hover {
  color: #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer_block_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer_block_down_logo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
.footer_block_down_logo p {
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  color: #7E8D99;
}
.footer_block_down ul {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px;
}
.footer_block_down ul li {
  margin-top: 20px;
}
.footer_block_down ul li a {
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  color: #1D2530;
  padding-bottom: 5px;
  border-bottom: 1px solid #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer_block_down ul li a:hover {
  border-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .footer {
    margin-top: 100px;
  }
  .footer_block nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_block nav ul li {
    margin-top: 0px;
  }
  .footer_block_down_logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer_block_down_logo p {
    margin-left: 15px;
  }
  .footer_block_down ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .footer_block_down {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  .footer_block_down_logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0px;
  }
  .footer_block_down ul {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0px;
  }
  .footer_block_down ul li {
    margin-top: 0px;
    margin-left: 15px;
  }
}
@media (min-width: 1400px) {
  .footer_block_down ul li {
    margin-left: 30px;
  }
}

.um_request_name {
  display: none;
}

.um-field-checkbox {
  display: none;
}

.um-field-label label {
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}

.um-field-area input {
  height: 54px;
  line-height: 54px;
  padding: 0px 25px;
  font-size: 17px;
  color: #1D2530;
  border: 1px solid #C0CACF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  margin-top: 10px;
  width: 100%;
}

.um-field-error {
  font-size: 12px;
  color: red;
  margin-top: 5px;
}

.um-field-error .um-field-arrow {
  display: none;
}

.um-clear {
  display: none;
}

.auth_block label.um-field-checkbox {
  display: none;
}

.um-button {
  width: 100%;
  height: 72px;
  line-height: 72px;
  font-size: 21px;
  text-align: center;
  display: block;
  font-weight: 600;
  color: #fff;
  border-radius: 12px;
  background: #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.um-button:hover {
  background: #C0CACF;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.um-col-alt .um-right {
  margin-top: 15px;
}

.um-col-alt-b {
  margin-top: 15px;
}

.um-col-alt-b a {
  color: #1D2530;
}

@media (min-width: 1200px) {
  .begin_block_text h3 {
    font-size: 36px;
    line-height: 44px;
  }
}

.post_author {
  margin-top: 30px;
}
.post_author_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.post_author_left img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_author_left_text {
  margin-left: 10px;
}
.post_author_left_text p {
  font-weight: 200;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #7E8D99;
}
.post_author_left_text span {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #1D2530;
}
.post_author_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post_author_right_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post_author_right_item span {
  font-weight: 200;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #7E8D99;
}
.post_author_right_item p {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #1D2530;
}
.post_image {
  border-radius: 14px;
  margin-top: 30px;
}
.post_content {
  margin-top: 30px;
}
.post_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #C0CACF;
}
.post_bottom_mid {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.post_bottom_mid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}
.post_bottom_mid ul li {
  margin-left: 20px;
}
.post_bottom_mid ul li:first-child {
  margin-left: 0px;
}
.post_bottom_prev {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0%;
  color: #1D2530;
  padding-bottom: 5px;
  border-bottom: 1px solid #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.post_bottom_prev:hover {
  border-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.post_bottom_next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0%;
  color: #1D2530;
  padding-bottom: 5px;
  border-bottom: 1px solid #1D2530;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.post_bottom_next:hover {
  border-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.post_wrap {
  max-width: 914px;
}
@media (min-width: 768px) {
  .post_author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .post_author_left {
    margin-bottom: 0px;
  }
  .post_author_right_item {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .post_bottom {
    padding-top: 35px;
    margin-top: 35px;
  }
  .post_bottom_prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .post_bottom_mid {
    width: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .post_bottom_next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}