/*fonts*/
@font-face {
  font-family: 'TitilliumWeb';
  src: url("../fonts/TitilliumWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'TitilliumWeb';
  src: url("../fonts/TitilliumWeb-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

/*-fonts*/
/*options*/
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'TitilliumWeb', sans-serif;
  line-height: normal;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

body.active {
  overflow-y: hidden;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background: #B5BBC9;
}

::-webkit-scrollbar-track {
  background: #FFFFFF;
}


body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-thumb {
  background: #86BE47;
}

body::-webkit-scrollbar-track {
  background: #FFFFFF;
}

p {
  width: 100%;
  margin: 0px;
}

h1, h2, h3, h4, h5 {
  width: 100%;
  margin: 0px;
}

img {
  max-width: 100%;
}

ul, ol {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-type: none;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

select {
  opacity: 1;
  border-radius: 0;
  font-family: 'TitilliumWeb', sans-serif;
}

select:hover, select:focus {
  outline: none;
  text-decoration: none;
}

input {
  font-family: 'TitilliumWeb', sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  border-radius: 0;
  padding: 0px;
}

input:hover, input:focus {
  outline: none;
  text-decoration: none;
}

button {
  font-family: 'TitilliumWeb', sans-serif;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0px;
}

button:hover, button:focus {
  outline: none;
  text-decoration: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #DBDDE3;
  border-radius: 10px;
  margin: 24px 0 !important;
  overflow: hidden;
  border-collapse: unset !important;
}

th {
  height: 48px !important;
  color: #0D1F3C;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  background: #FFFFFF;
  padding: 0px 10px;
  white-space: nowrap;
}


td {
  height: 48px !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #485068;
  background: #F1F3F6;
  padding: 0px 10px;
  white-space: nowrap;
}

tr:nth-child(odd) td {
  background: #FFFFFF;
}

html,
body {
  height: 100%;
}

.container-xl {
  height: 100%;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
}

.container-lg {
  height: 100%;
  width: 100%;
  max-width: 1090px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-md {
  height: 100%;
  width: 100%;
  max-width: 680px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-s {
  height: 100%;
  width: 60%;
  max-width: 1100px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.section {
  padding: 95px 0px 30px 0px;
}

.link {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #86BE47;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

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

.page-navigation li {
  margin: 0px 15px;
}

.page-navigation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 108px;
  height: 48px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #767D91;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px #D4D9EA;
          box-shadow: 0px 0px 5px #D4D9EA;
  border-radius: 5px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.page-navigation a svg {
  fill: #767D91;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 0 24px;
  white-space: nowrap;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.button-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
  border: 1px solid #86BE47;
  background: #86BE47;
  border-radius: 5px;
  padding: 0 54px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

@media (max-width: 1200px) {
  .container-xl {
    padding: 0px 15px;
  }
  .container-s {
    width: 100%;
    max-width: 680px;
  }
}

@media (max-width: 800px) {
  .section {
    padding: 80px 0px 30px 0px;
  }
  .page-navigation {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .link:hover {
    text-decoration: underline;
  }
  .button:hover {
    color: #86BE47;
    border: 1px solid #86BE47;
  }
  .button-two:hover {
    color: #86BE47;
    background: transparent;
  }
  .page-navigation a:hover {
    color: #86BE47;
  }
  .page-navigation a:hover svg {
    fill: #86BE47;
  }
}

/*-options*/
/*header*/
.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0px;
  background: #0D1F3C;
  -webkit-box-shadow: 0px 5px 10px rgba(13, 31, 60, 0.1);
          box-shadow: 0px 5px 10px rgba(13, 31, 60, 0.1);
}

.header-bgr {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

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

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

.header-logo img {
  max-height: 39px;
}

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

.header-search {
  position: relative;
}

.header-form {
  position: relative;
  width: 336px;
}

.header-form_input {
  height: 40px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  padding-left: 48px;
  background: #3C4467;
  border-radius: 5px;
  border: none;
  padding-right: 10px;
  text-transform: capitalize;
}

.header-form_input::-webkit-input-placeholder {
  color: #B5BBC9;
}

.header-form_input::-moz-placeholder {
  color: #B5BBC9;
}

.header-form_input:-ms-input-placeholder {
  color: #B5BBC9;
}

.header-form_input:-moz-placeholder {
  color: #B5BBC9;
}

.header-form_input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  border-radius: 50em;
  background: url("../images/icons/search-close.svg") no-repeat;
  background-size: contain;
  cursor: pointer;
}

.header-form_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 2;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 10px 0px;
  margin-top: 4px;
  background: #FFFFFF;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  display: none;
}

.header-list a {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0D1F3C;
  padding: 4px 20px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.header-list b {
  font-weight: 700;
}

.header-list.active {
  display: block;
}

.header-quest {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-quest svg:nth-child(2) {
  display: none;
}

.header-quest.active svg:nth-child(1) {
  display: none;
}

.header-quest.active svg:nth-child(2) {
  display: block;
}

.header-burger {
  position: relative;
  z-index: 11;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 24px;
  height: 21px;
  margin-left: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-burger span {
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 4px;
  background: #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-burger.active span:nth-child(1) {
  -webkit-transform: translate(0px, 9px) rotate(-45deg);
      -ms-transform: translate(0px, 9px) rotate(-45deg);
          transform: translate(0px, 9px) rotate(-45deg);
}

.header-burger.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.header-burger.active span:nth-child(3) {
  -webkit-transform: translate(0px, -9px) rotate(45deg);
      -ms-transform: translate(0px, -9px) rotate(45deg);
          transform: translate(0px, -9px) rotate(45deg);
}

@media (max-width: 1200px) {
  .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 800px) {
  .header {
    padding: 10px 0px;
  }
  .header-search {
    position: absolute;
    left: 15px;
    top: 74px;
    width: calc(100% - 30px);
    display: none;
  }
  .header-search.active {
    display: block;
  }
  .header-form {
    width: 100%;
  }
  .header-quest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-quest.active {
    -webkit-transform: translateX(37px);
        -ms-transform: translateX(37px);
            transform: translateX(37px);
  }
  .header-quest.hide {
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .header-burger.hide {
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

@media (min-width: 1200px) {
  .header-list a:hover {
    background: #F1F3F6;
  }
}

/*-header*/
/*aside*/
.aside {
  position: fixed;
  z-index: 8;
  left: 0;
  top: 0;
  height: 100%;
  width: 220px;
  padding-top: 95px;
  /*padding-bottom: 180px;*/
  background: #FFFFFF;
  -webkit-box-shadow: 5px 0px 10px rgba(13, 31, 60, 0.05);
          box-shadow: 5px 0px 10px rgba(13, 31, 60, 0.05);
}

.aside-bgr {
  position: fixed;
  z-index: 7;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

.aside-menu {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.aside-menu::-webkit-scrollbar {
  width: 3px;
}

.aside-menu::-webkit-scrollbar-thumb {
  background: #86BE47;
}

.aside-menu::-webkit-scrollbar-track {
  background: transparent;
}

.aside-menu > li {
  margin-bottom: 15px;
  position: relative;
}

.aside-menu > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #0D1F3C;
  height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding-left: 24px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.aside-menu > li > .nav-open {
  content: '';
  position: absolute;
  right: 8px;
  top: 0;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("../images/icons/aside-arrow.svg") center no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.aside-menu > li > .nav-open.active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.aside-sublist {
  display: block;
  width: 100%;
}

.aside-sublist li {
  width: 100%;
}

.aside-sublist a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* height: 30px; */
  word-break: break-word;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  color: #0D1F3C;
  line-height: 20px;
  padding: 0px 24px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.aside-sublist a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #86BE47;
  border-radius: 0px 8px 8px 0px;
  opacity: 0;
}

.aside-sublist a.active {
  background: -webkit-gradient(linear, left top, right top, from(#E1EED2), to(rgba(225, 238, 210, 0)));
  background: -o-linear-gradient(left, #E1EED2 0%, rgba(225, 238, 210, 0) 100%);
  background: linear-gradient(90deg, #E1EED2 0%, rgba(225, 238, 210, 0) 100%);
}

.aside-sublist a.active:before {
  opacity: 1;
}

@media (max-width: 1200px) {
  .aside {
    display: none;
    padding-bottom: 30px;
  }
}

@media (max-width: 800px) {
  .aside {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .aside-menu a:hover {
    color: #86BE47;
  }
  .aside-sublist a:hover {
    color: #86BE47;
  }
}

/*-aside*/
/*start*/
.start-top {
  margin-bottom: 30px;
}

.start-top span {
  display: block;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #485068;
}

.start-top p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #72798D;
  margin-top: 8px;
}

.start-top:last-child {
  margin-bottom: 0px;
}

.start-content:last-child {
  margin-bottom: 0px;
}

.start-content {
  margin-bottom: 30px;
}

.start-content *:last-child {
  margin-bottom: 0px;
}

.start-content h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.03em;
  color: #6AAC1F;
  margin-bottom: 10px;
}

.start-content h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #0D1F3C;
  margin-bottom: 10px;
}

.start-content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #485068;
  margin-bottom: 10px;
}

.start-content h4 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #0D1F3C;
  margin-bottom: 10px;
}

.start-content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #72798D;
  margin-bottom: 16px;
}

.start-content p a {
  color: #6AAC1F;
}

.start-content a {
  color: #6AAC1F;
  font-weight: 600;
  font-size: 16px;
  color: #72798D;
  text-decoration: underline;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.start-content blockquote {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #72798D;
  border-left: 2px solid #6AAC1F;
  padding-left: 15px;
  margin: 0px 0px 16px 0px;
}

.start-content ul {
  padding-left: 15px;
  margin-bottom: 16px;
}

.start-content ul li {
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #72798D;
}

.start-content ul li:before {
  content: '';
  position: absolute;
  left: -14px;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #72798D;
}

.start-content ol {
  padding-left: 15px;
  margin-bottom: 16px;
}

.start-content ol li {
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #72798D;
  list-style: auto;
}

.start-content img {
  margin-bottom: 16px;
}

.start-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -7px 30px -7px;
}

.start-box li {
  width: calc(50% - 14px);
  margin: 0px 7px;
}

.start-box p {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #72798D;
  margin-top: 8px;
}

.start-box:last-child {
  margin: 0 -7px 0 -7px;
}

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

.start-box_img img {
  width: 100%;
}

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

.start-list:last-child {
  margin-bottom: 0px;
}

.start-list_point {
  background: #FFFFFF;
  border: 1px solid #DBDDE3;
  border-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}

.start-list_point:last-child {
  margin-bottom: 0px;
}

.start-list_top {
  position: relative;
  background: #F1F3F6;
  padding: 16px 70px 16px 24px;
  cursor: pointer;
}

.start-list_top b {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #0D1F3C;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.start-list_top span {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #0D1F3C;
  margin-top: 6px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.start-list_top svg {
  position: absolute;
  right: 0;
  top: 18px;
  right: 20px;
  width: 24px;
  fill: #72798D;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.start-list_bottom {
  /*display: none;*/
}

.start-list_top.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.start-list_parameters {
  padding: 16px 24px;
  border-bottom: 1px solid #DBDDE3;
}

.start-list_parameters.active {
  position: relative;
  cursor: pointer;
}

.start-list_parameters.active svg {
  position: absolute;
  right: 24px;
  top: 16px;
  min-width: 12px;
  margin-left: 15px;
  margin-top: 10px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.start-list_parameters.active svg.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.start-list_title {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0D1F3C;
}

.start-list_subtitle {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #72798D;
}

.start-list_info {
  padding: 16px 24px;
  border-bottom: 1px solid #DBDDE3;
}

.start-list_info.active {
  display: none;
}

.start-list_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: 1px solid #DBDDE3;
}

.start-list_name span {
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: #72798D;
}

.start-list_name span:nth-child(1) {
  min-width: 180px;
}

.start-list_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.start-list_label:last-child {
  margin-bottom: 0px;
}

.start-list_word {
  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;
  min-width: 180px;
}

.start-list_date {
  font-weight: 600;
  font-size: 16px;
  color: #0D1F3C;
}

.start-list_date b {
  color: #DF5060;
}

.start-list_query {
  font-weight: 300;
  font-size: 14px;
  color: #72798D;
}

.start-list_wrap {
  width: 100%;
}

.start-list_input {
  height: 34px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  color: #0D1F3C;
  background: #FFFFFF;
  border: 1px solid #DBDDE3;
  border-radius: 5px;
  padding: 0px 8px;
}

.start-list_select {
  height: 34px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  color: #0D1F3C;
  background: #FFFFFF;
  border: 1px solid #DBDDE3;
  border-radius: 5px;
  padding: 0px 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../images/icons/start-arrow.svg") no-repeat right;
}

.start-list_descr {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #72798D;
  margin-top: 4px;
}

.start-list_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;
}

.start-list_choice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.start-list_choice .start-list_label {
  width: 180px;
  margin-left: 15px;
  margin-bottom: 0px;
}

.start-list_choice .start-list_label:first-child {
  margin-left: 0px;
}

.start-list_bill {
  position: absolute;
  right: 0;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1px;
}

.start-list_bill li {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #86BE47;
  margin-right: 8px;
}

.start-list_bill li.active {
  color: #DF5060;
}

.start-list_bill li:last-child {
  margin-right: 0px;
}

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

.start-list_tabs li {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #485068;
  border-bottom: 2px solid transparent;
  margin-right: 15px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  cursor: pointer;
}

.start-list_tabs li:last-child {
  margin-right: 0px;
}

.start-list_tabs li.active {
  color: #86BE47;
  border-bottom: 2px solid #86BE47;
}

.start-list_code {
  position: relative;
  left: -24px;
  bottom: -24px;
  width: calc(100% + 48px);
  max-height: 300px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 24px;
  background: #0D1F3C;
  overflow: auto;
}

.start-list_code>div { 
  max-height: 252px;
  overflow: auto;
}

.start-list_code>div::-webkit-scrollbar {
  width: 6px;
  height: 6px; 
}

.start-list_code>div::-webkit-scrollbar-thumb {
  background: #B5BBC9;
  border-radius: 6px;
}

.start-list_code>div::-webkit-scrollbar-track {
  background: transparent;
}

.start-list_creat {
  position: relative;
  left: -24px;
  bottom: -24px;
  width: calc(100% + 48px);
  max-height: 300px;
  padding: 24px;
  background: #EDF1F9;
  overflow: auto;
}

.start-list_creat>div {
  max-height: 252px;
  overflow: auto;
}

.start-list_creat>div::-webkit-scrollbar {
  width: 6px;
  height: 6px; 
}

.start-list_creat>div::-webkit-scrollbar-thumb {
  background: #B5BBC9;
  border-radius: 6px;
}

.start-list_creat>div::-webkit-scrollbar-track {
  background: transparent;
}

.start-list_dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0D1F3C;
  cursor: pointer;
  margin-bottom: 8px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.start-list_dot svg {
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  margin-left: 14px;
}

.start-list_dot.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.start-list_dots {
  display: none;
}

.start-list_dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.start-list_role {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #485068;
  min-width: 210px;
}

.start-list_role b {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #72798D;
}

.start-list_string {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #0052B4;
}

@media (max-width: 800px) {
  .start-top span {
    font-size: 35px;
    line-height: 45px;
  }
  .start-list_content {
    -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;
  }
  .start-list_name span:nth-child(1) {
    width: 42%;
    min-width: auto;
  }
  .start-list_word {
    width: 40%;
    min-width: auto;
  }
  .start-list_wrap {
    width: 58%;
  }
  .start-list_top {
    font-size: 22px;
    line-height: 30px;
  }
  .start-list_tabs {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
  }
  .start-list_choice {
    width: 100%;
    -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;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .start-list_choice .start-list_label {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }
  .start-list_choice .start-list_label:first-child {
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .start-content a:hover {
    text-decoration: none;
  }
  .start-list_top:hover b {
    color: #6AAC1F;
  }
  .start-list_tabs li:hover {
    color: #6AAC1F;
  }
  .start-list_dot:hover {
    color: #6AAC1F;
  }
  .start-list_parameters.active:hover .start-list_subtitle {
    color: #6AAC1F;
  }
  .start-list_parameters.active:hover .start-list_title {
    color: #6AAC1F;
  }
}

/*-start*/
/*quest*/
.quest-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #72798D;
  letter-spacing: 0.03em;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.quest-link svg {
  fill: #72798D;
  margin-right: 4px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.quest-form {
  position: relative;
  width: 100%;
  margin-top: 24px;
}

.quest-form_input {
  height: 40px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #0D1F3C;
  padding-left: 48px;
  background: transparent;
  border: 1px solid #DBDDE3;
  border-radius: 5px;
  text-transform: capitalize;
}

.quest-form_input::-webkit-input-placeholder {
  color: #B5BBC9;
}

.quest-form_input::-moz-placeholder {
  color: #B5BBC9;
}

.quest-form_input:-ms-input-placeholder {
  color: #B5BBC9;
}

.quest-form_input:-moz-placeholder {
  color: #B5BBC9;
}

.quest-form_input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  border-radius: 50em;
  background: url("../images/icons/quest-close.svg") no-repeat;
  background-size: contain;
  cursor: pointer;
}

.quest-form_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 2;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.quest-list {
  margin-top: 24px;
}

.quest-list li:last-child {
  margin-bottom: 0px;
}

.quest-list li {
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
  margin-bottom: 10px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

/*.quest-list b {
  color: #6AAC1F;
}*/

.quest-list h5 a {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #485068;
  letter-spacing: 0.02em;
}

.quest-list p {
  margin-top: 4px;
}

.quest-list p a {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #72798D;
}

.quest-false {
  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-top: 80px;
}

.quest-false p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #72798D;
  text-align: center;
  margin-top: 24px;
}

@media (max-width: 800px) {
  .quest-list li {
    padding-bottom: 16px;
    margin-bottom: 0px;
  }
  .quest-list li:last-child {
    padding-bottom: 0px;
  }
  .quest-false {
    margin-top: 30px;
  }
  .quest-false svg {
    width: 160px;
  }
}

@media (min-width: 1200px) {
  .quest-link:hover {
    color: #86BE47;
  }
  .quest-link:hover svg {
    fill: #86BE47;
  }
  .quest-list li:hover {
    border-bottom: 1px solid #6AAC1F;
  }
}

div.asl_r .results .item:before {
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  width: 24px;
  height: 24px;
  background: url("../images/icons/search-arrow.svg") center no-repeat;
  background-size: contain;
}


/*-quest*/
/*false*/
.false {
  padding: 160px 0px 90px 0px;
}

.false-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.false-wrap svg {
  margin-bottom: 60px;
}

.false-wrap p {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #A6ACBC;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 800px) {
  .false {
    padding: 110px 0px 30px 0px;
  }
  .false-wrap svg {
    margin-bottom: 30px;
  }
  .false-wrap svg:nth-child(1) {
    height: 130px;
    width: auto;
  }
  .false-wrap svg:nth-child(2) {
    height: 60px;
    width: auto;
  }
  .false-wrap p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
  }
}

/*-false*/
/*footer*/
.footer {
  position: relative;
  z-index: 9;
}

.footer p {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  width: auto;
}

.footer-top {
  position: relative;
  z-index: 1;
  background: #0D1F3C;
  border-radius: 50px 50px 0px 0px;
  padding: 15px 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-top.active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.footer-top_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;
}

.footer-top_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 285px;
}

.footer-top_info .link {
  margin-right: 15px;
}

.footer-bottom {
  position: relative;
  z-index: 2;
  background: #0D1F3C;
  padding: 15px 0px;
}

.footer-bottom_wrap {
  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;
}

.footer-bottom_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 210px;
}

.footer-bottom_info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 48px;
  max-height: 48px;
  margin-right: 15px;
}

.footer-bottom_info img {
  max-height: 100%;
}

.footer-bottom_info span {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

@media (max-width: 1200px) {
  .footer {
    position: relative;
    z-index: 6;
  }
  .footer-top {
    padding: 20px 30px;
  }
}

@media (max-width: 800px) {
  .footer-top_wrap {
    -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;
  }
  .footer-top_wrap p {
    text-align: center;
  }
  .footer-top_info {
    -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;
    min-width: 100%;
  }
  .footer-top_info .link {
    margin-right: 0px;
    margin-bottom: 15px;
    margin-top: 4px;
  }
  .footer-bottom_wrap {
    -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;
  }
  .footer-bottom_info {
    min-width: auto;
    margin-top: 15px;
  }
}

/*-footer*/


.main-section { word-break: break-word; }

.aside-menu > li { padding-right: 36px; }

.parameters-head { border-bottom: 0; }

.responses-wpra { border-bottom: 1px solid #DBDDE3; }

.hide { display: none !important; }

.list_info_responses .start-list_parameters:last-of-type { border-bottom: 0; }

.request-tab { align-items: flex-end; }
.request-tab .start-list_choice { flex-direction: column; align-items: flex-end; }
.request-tab .start-list_choice label { margin-bottom: 5px; }

#cookie-notice { border-radius: 50px 50px 0px 0px; }
.cookie-notice-container { padding: 25px 30px !important; }
@media (max-width: 800px) {
    .cookie-notice-container { padding: 40px 15px !important; }
}


.wp-caption { margin-bottom: 30px; }
.wp-caption img { margin-bottom: 0; }
.wp-caption p {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #72798D;
    margin-top: 8px; }

.section-content h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.03em;
    color: #6AAC1F;
    margin-bottom: 20px;
}

.flex-center { justify-content: center; }
@media (min-width: 800px) {
    .footer p { margin-right: 20px; }

    .proclose { display: none !important; }
}

@media (max-width: 1200px) {
    .header-search .probox .proclose { display: block !important; order: 10; }

    .header-search .asl_w { position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    padding: 5px 10px;
    width: calc(100% - 40px) !important;     background: #3C4467;
    box-shadow: none; }

  .header-search .probox {
    background: #3C4467 !important;
    box-shadow: none !important; }

    .probox .promagnifier { order: 1 !important; }

  .header-search .probox .proclose svg {
      background: none !important;
      width: 32px !important;
      height: 32px !important;
      margin-top: -16px !important;
      box-shadow: none !important;
  }

  .header-search .probox .promagnifier { box-shadow: none !important; }
  .header-search .probox .promagnifier .innericon svg { fill: #fff !important; }
  .header-search #ajaxsearchlite1 .probox .proinput input, 
  .header-search div.asl_w .probox .proinput input { color: #fff !important; background: #3C4467 !important; }

  .header-search #ajaxsearchlite1 .probox .proinput, 
  .header-search div.asl_w .probox .proinput { background: #3C4467 !important; }
}

.asl_keyword { display: block; margin: 5px 0; padding: 5px; }
.asl_keyword:hover { background: #F1F3F6; }

@media (min-width: 1024px) {
    .probox .promagnifier { order: 1 !important; }
    #ajaxsearchlite1 .probox, div.asl_w .probox,
    div.asl_w { border-radius: 5px !important; padding: 4px 8px; border: 0 !important; box-shadow: none !important; background: #3C4467 !important; color: #fff !important; }
    div.asl_w .probox .promagnifier .innericon svg { fill: #fff !important; }
    div.asl_w .probox .promagnifier { box-shadow: none !important; }
    .header-wrap #ajaxsearchlite1 .probox .proinput input, 
    .header-wrap div.asl_w .probox .proinput input { color: #fff !important; }

    div.asl_r.vertical { width: 200px !important; }
}

.api-version-selector { float: right; padding: 16px 24px; }

.start-list_parameters:not(.responses-line) { border-bottom: 0; }
.apiversion-section>li.start-list_short { border-bottom: 1px solid #DBDDE3; }

.responses-wpra .parameters-head { padding-bottom: 0; }

ul.start-box { padding-left: 0; flex-wrap: wrap; }
ul.start-box li:before { display: none; }

.start-box-image .start-box_img img { width: 100%; }
.start-box_img img { border-radius: 6px; }

.header-search div.asl_w .probox .proinput input::-webkit-input-placeholder{ color: #B5BBC9 !important; text-shadow: unset !important; font-size: 16px; }
.header-search div.asl_w .probox .proinput input::-moz-placeholder{ color: #B5BBC9 !important; text-shadow: unset !important; font-size: 16px; }
.header-search div.asl_w .probox .proinput input:-ms-input-placeholder{ color: #B5BBC9 !important; text-shadow: unset !important; font-size: 16px; }
.header-search div.asl_w .probox .proinput input:-moz-placeholder{ color: #B5BBC9 !important; text-shadow: unset !important; font-size: 16px; }

.search-page-form #ajaxsearchlite1 .probox, 
.search-page-form div.asl_w .probox { padding: 5px; border-radius: 5px; border: 1px solid #DBDDE3 !important; background: #fff !important; color: #0D1F3C !important; }
.search-page-form div.asl_w .probox .promagnifier .innericon svg { fill: rgb(13, 31, 60) !important; }

ul.quest-list li mark { background: none; color: #6AAC1F; font-weight: 600; }


@media (max-width: 1200px) {
    table { display: inline-block; overflow-x: auto; height: auto !important; }
    .start-box li { width: calc(100% - 14px); }

    .search-page-form div.asl_m .probox .promagnifier { order: 1; -webkit-order: 1; }
    .back-link { background: #0D1F3C; padding: 15px; position: fixed; left: 0; right: 0; top: 0; z-index: 999; color: #fff; }
    .back-link svg { fill: #fff; }
    .quest-form { margin-top: 10px; }
    .quest-false { margin-top: 20vh; }

    .cn-close-icon { right: 30px !important; top: 20px !important; }
}

div.asl_r .results .item .asl_content h3, 
div.asl_r .results .item .asl_content h3 a { color: #0D1F3C !important; }

div.asl_r .results .item { padding-right: 40px !important; position: relative !important; }

.start-list_creat mark { background: none; font-weight: 600; color: #0052B4; }
