@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  color: #323232;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

.title {
  color: #323232;
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
}

.sec-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #323232;
}

h2 {
  margin: 0;
}

.text-bold {
  font-weight: bold;
}

.padding-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;
  padding: 25px 0 25px 0;
  width: 100%;
  font-weight: normal;
}

.padding-block h3 {
  margin-bottom: 0;
}

.sub-pages h2, .sub-pages h3 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 14px 0;
}

.sub-pages ul {
  padding: 14px 40px;
}

.sub-pages img {
  max-width: 100%;
}

.padding-text {
  padding-bottom: 14px;
}

.h1 {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 50px 0;
}

.scroll {
  background-color: #303234;
}

.btn-main {
  white-space: nowrap;
}

.btn-download {
  background: #246EB9;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 30px;
  white-space: nowrap;
  border: none;
}

.btn-download:hover {
  background: #1c5b9b;
}

.table-b {
  width: 100%;
  border-left: 1px solid #e2edf4;
  border-right: 1px solid #e2edf4;
}

.table-b tbody {
  background-color: #fff;
}

.table-b tr:nth-child(2n) {
  background-color: #fbfcfd;
}

.table-b .table-title {
  background-color: #e2edf4;
}

.table-b th, .table-b td {
  font-size: 14px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  color: #5e5e5e;
  padding: 7px;
}

.table-b .TableLeftCol {
  text-align: left;
}

.current-link a {
  color: #F18F01;
}

.page-img-respons {
  max-width: 100%;
  padding: 15px 0;
}

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

.sub-text {
  font-size: 14px;
  color: grey;
}

.bgpattern {
  padding: 30px;
  padding-top: 90px;
}

.img-responsive {
  max-width: 100%;
  padding: 0 20px;
}

.block-row {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block--center {
  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;
}

.section--padding {
  padding-top: 60px;
  background-color: #f0f5f8;
}

.compare-width-img {
  width: 20px;
  height: 20px;
}

.section--padding {
  padding-top: 60px;
  background-color: #f0f5f8;
}

.products-os_h1 {
  font-size: 40px;
}

.Future-comparison {
  padding-bottom: 30px;
}

.compare-table {
  padding: 15px 0;
}

.compare--pad {
  padding: 5px 0;
}

.table-width-200 {
  width: 200px;
}

.body-main .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -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;
  background: transparent;
}

.body-main .category_item {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  width: 100%;
}

.body-main .category_item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.body-main .category_item:nth-child(2n) .category_block {
  margin-left: 0;
  margin-right: 100px;
}

.body-main .category_item--reverce {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.body-main .category_item--reverce .category_block {
  margin-left: 0;
  margin-right: 40px;
}

.body-main .category_img {
  width: 50%;
}

.body-main .category_block {
  border-bottom: 2px solid #DFE8F1;
  margin-left: 100px;
  padding-bottom: 5px;
  max-width: 435px;
}

.body-main .category_title {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  color: #323232;
  text-transform: uppercase;
}

.body-main .category_sub-title {
  font-size: 20px;
  font-weight: bold;
}

.body-main .category_descr {
  font-size: 16px;
  line-height: 22px;
  color: #323232;
}

.body-main .category-ul {
  padding-left: 20px;
}

.body-main .category-ul--padding {
  padding-right: 20px;
}

.body-main .category_link-more {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #246EB9;
}

.body-main .category_link-more:hover {
  color: #3c8bda;
}

.body-main .category_row {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.body-main .category--mb {
  margin-bottom: 25px;
}

.supported-image-formats .search--pt {
  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;
}

.title-p--t {
  padding-top: 10px;
}

.text-pb {
  padding-bottom: 20px;
}

.no-padd {
  padding: 0;
}

.screenshots {
  padding-bottom: 60px;
  background-color: #fff;
}

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

.screenshots .h1 {
  display: block;
}

.screenshots img {
  max-width: 100%;
  margin: 10px 0;
}

.header {
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.header--bc {
  background-color: #fff;
}

.header_logo {
  width: 121px;
}

.bg-light {
  background: #fff;
}

#main_menu {
  padding: 0;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_menu nav {
  padding: 0px 30px;
}

.nav-link {
  font-size: 17px;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.nav-link:hover {
  background: rgba(183, 191, 194, 0.5);
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: 30px;
}

#main_menu li a {
  font-style: normal;
  line-height: normal;
  font-size: 15px;
  color: #323232;
  padding: 23px 15px;
  text-shadow: none !important;
  /* border-radius: 3px; */
  letter-spacing: 0.03em;
  font-weight: 400;
}

#search_form {
  position: absolute;
  right: 21px;
  height: 66px;
  padding-top: 14px;
  padding-left: 20px;
}

#main_menu .left-nav-bar li a {
  padding: 9px 19px 9px 0;
  display: inline-block;
}

.icon_phone {
  background-image: url(../../img/call.png);
  width: 20px;
  height: 20px;
  margin-left: 19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

#main_menu .signbutton {
  border-radius: 3px;
  padding: 5px 14px !important;
  margin-top: 4px;
  margin-left: 3px;
  font-size: 14px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border: 1px solid #323232;
}

#main_menu .signbutton:hover {
  background: #F48A18;
  text-decoration: none;
  color: #fff;
  border-color: #F48A18;
}

.icon_cart {
  background-image: url(../../img/icon_cart.png);
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.icon_search {
  background-image: url(../../img/icon-search.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  outline: none;
  height: 20px;
  border: none;
}

#main_menu form {
  border-radius: 4px;
  margin-left: 15px;
  margin-right: 5px;
  background: transparent;
  border-bottom: none;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_menu button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

#search_form input.open {
  padding-left: 8px;
  display: block;
  margin-right: -22px;
  width: 300px;
  border-radius: 4px;
  background-position: center right 10px;
  z-index: 100;
  padding-right: 20px;
}

#main_menu form input {
  width: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 0.8rem;
  color: #2E4052;
}

.search_form--center {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -13px;
}

.search_input {
  border: none;
  padding: 7px 29px 7px 10px;
  outline: none;
  border-radius: 3px;
  background-color: #e4e4e4;
  color: #2E4052;
  font-size: 14px;
  margin-right: -25px !important;
}

.search_input::-webkit-input-placeholder {
  color: #4d6680;
}

.search_input:-ms-input-placeholder {
  color: #4d6680;
}

.search_input::-ms-input-placeholder {
  color: #4d6680;
}

.search_input::placeholder {
  color: #4d6680;
}

.search_input::-webkit-search-decoration,
.search_input::-webkit-search-cancel-button,
.search_input::-webkit-search-results-button,
.search_input::-webkit-search-results-decoration {
  display: none;
}

.open-search {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.open-search {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.text-logo {
  font-weight: bold;
  font-size: 42px;
  line-height: 97.44%;
  /* or 41px */
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.navbar-toggler_block {
  background-color: #fff;
  border: none;
  display: none;
  margin-top: 14px;
}

.navbar-toggler_line {
  height: 4px;
  width: 22px;
  background: #323232;
  margin-bottom: 3px;
  border-radius: 1px;
}

.navbar-toggler_line:last-child {
  margin-bottom: 0;
  height: 4px;
}

.main-section {
  background-image: url(/img/main-bg.png);
  background-position: center;
  background-size: cover;
  /* height: 673px; */
  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-pack: center;
  padding-bottom: 100px;
  margin-top: 66px;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-section_block {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 70px;
}

.main-section_sub-block {
  color: #fff;
  font-size: 35px;
  padding-bottom: 20px;
}

.main-section_slide-img {
  max-height: 430px;
  margin-right: 114px;
  margin-left: -250px;
  width: auto;
  display: none;
}

.main-section_descr {
  padding-top: 20px;
  margin-left: 50%;
}

.main-section_price-img {
  width: 253px;
  margin-top: 44px;
}

.main-section_buttons {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
  margin-top: 45px;
}

.main-section_list-item {
  color: #fff;
  font-size: 21px;
  line-height: 33px;
  padding-left: 30px;
  max-width: 590px;
  margin-bottom: 18px;
}

.main-section_list-item:before {
  position: absolute;
  content: url("../../img/Ellipse-main.png");
  width: 8px;
  height: 8px;
  margin-left: -30px;
  margin-top: 9px;
}

.main-section_title {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  color: #fff;
  margin-bottom: 12px;
}

.text-color {
  color: #F18F01;
}

.button {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  padding-top: 75px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-right: 35px;
  border: none;
  border-radius: 3px;
  color: #253D82;
  padding: 18px 38px;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.button:hover {
  background: #f0f0f0;
}

.button:active {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}

.button--color {
  background: #F4743B;
  color: #fff;
}

.button--color:hover {
  background: #db790f;
}

.button--color:active {
  background-color: #d39e00;
  border-color: #c69500;
}

.block-section {
  padding: 75px 0;
}

.cards-section {
  background-color: #EBF4FF;
}

.cards-section .cards_item {
  min-height: 457px;
  margin-bottom: 0;
}

.events {
  background-color: #f0f6f8;
  padding: 70px 0;
}

.events .cards_item {
  min-height: 405px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.slick-dots li button:before {
  color: #63A3F7 !important;
  font-size: 10px;
  content: '•';
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  content: '○';
  opacity: 1;
  font-size: 30px;
  color: #63A3F7;
  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;
}

.slick-dots li.slick-active button {
  width: 30px;
  height: 33px;
}

.slick-prev, .slick-next {
  width: 60px;
  background-repeat: no-repeat;
  height: 60px;
  background-size: contain;
}



.slick-next:hover, .slick-next:focus {
  width: 60px;
  background-repeat: no-repeat;
  height: 60px;
  background-size: cover;

}

.slick-prev:hover, .slick-prev:focus {
  width: 60px;
  background-repeat: no-repeat;
  height: 60px;
  background-size: cover;

}

.slick-prev:before, .slick-next:before {
  content: "";
  color: transparent;
}

.customers_column {
  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;
  text-align: center;
}

.customers-block {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.customers-block_img {
  margin-right: 44px;
  width: 127px;
  height: 127px;
}

.customers-block_img:last-child {
  margin-right: 0;
}

.copyright {
  padding: 15px;
}

.copyright-block {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  color: #252A37;
  background-color: #fff;
}

.payment_img {
  margin-right: 5px;
}

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

.products-elem_h1 {
  font-size: 40px;
}

.products-elem_descr-block--image {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.body-main .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -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;
  background: transparent;
}

.body-main .category_item {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  width: 100%;
}

.body-main .category_item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.body-main .category_item:nth-child(2n) .category_block {
  margin-left: 0;
  margin-right: 100px;
}

.body-main .category_item--reverce {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.body-main .category_item--reverce .category_block {
  margin-left: 0;
  margin-right: 40px;
}

.body-main .category_img {
  width: 100%;
}

.body-main .category_block {
  border-bottom: none;
  margin-left: 100px;
  padding-bottom: 5px;
  max-width: 435px;
}

.body-main .category_sub-title {
  font-size: 20px;
  font-weight: bold;
}

.body-main .category_descr {
  font-size: 16px;
  line-height: 22px;
  color: #323232;
}

.body-main .category-ul {
  padding-left: 20px;
}

.body-main .category-ul--padding {
  padding-right: 20px;
}

.body-main .category_title {
  text-transform: none;
}

.body-main .category_link-more {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #246EB9;
  text-transform: uppercase;
}

.body-main .category_link-more:hover {
  color: #3c8bda;
}

.body-main .category_row {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.body-main .category--mb {
  margin-bottom: 25px;
}

.body-main .small-text {
  text-transform: none;
}

.body-main .cards {
  margin: 0;
}

.body-main .products_cards {
  margin-top: 30px;
}

.info-section_image-text {
  position: absolute;
  right: 0;
  top: 20%;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  color: #F18F01;
  text-transform: uppercase;
  text-align: right;
  line-height: 97.44%;
  margin: 0 85px 0 0;
}

.info-section_image-text--left {
  margin: 0 0 0 85px;
  left: 0;
  right: unset;
  text-align: left;
}

.info-section_image-block {
  width: 50%;
  position: relative;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info-section_ul {
  padding-left: 20px;
}

.info-section .category_descr {
  margin: 20px 0;
}

.free-tools {
  padding: 70px 0px;
  background-color: #464D67;
}

.free-tools_sub-text {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}

.free-tools_descr-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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 220px;
  padding: 24px;
  text-align: center;
  color: #ffffff;
}

.free-tools_item {
  position: relative;
  width: 345px;
  border-radius: 3px;
  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;
}

.free-tools_img {
  width: auto;
  max-width: 100%;
}

.free-tools_link {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.free-tools_title {
  font-family: 'Lato';
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
}

.free-tools_descr {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
}

.free-tools_button {
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #F18F01;
  position: absolute;
  bottom: 0;
  justify-self: flex-end;
}

.free-tools .slick-slide {
  margin: 0 15px;
}

.including {
  background-image: url(../../img/features-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 108px 0;
  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;
}

.including_title {
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  text-align: center;
  color: #F18F01;
}

.including_item {
  margin-bottom: 87px;
}

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

.including-block {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.including_item-title {
  font-weight: bold;
  font-size: 24px;
}

.including_item-text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 8px;
}

.slick-list {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.block-padding {
  padding-top: 131px;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cards_item {
  margin-right: 30px;
  position: relative;
  width: 345px;
  margin-bottom: 29px;
  border-radius: 3px;
}

.cards_item:nth-child(3) {
  margin-right: 0;
}

.cards_item:nth-child(6) {
  margin-right: 0;
}

.cards_img {
  width: 100%;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.cards_img:hover {
  opacity: 0.8;
  cursor: pointer;
}

.cards_descr-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 320px;
  padding: 24px;
}

.cards_descr-block--padding {
  padding-bottom: 14px;
}

.cards_title {
  font-size: 24px;
  line-height: 33px;
  font-weight: bold;
  text-align: center;
}

.cards_descr {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}

.cards_coords {
  padding-bottom: 80px;
}

.cards_coords .cards_descr {
  padding-bottom: 0;
}

.coord-text {
  text-align: left;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 14px;
  line-height: 19px;
  color: #999999;
}

.button_transparent {
  background: transparent;
  border: 2px solid #246EB9;
  color: #246EB9;
  white-space: nowrap;
}

.button_transparent:hover {
  background: #246EB9;
  color: #fff;
}

.slick-track {
  width: 100%;
}

.technical, .manage {
  padding-top: 66px;
  background: #fff;
}

.technical .h1, .manage .h1 {
  color: #323232;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  display: block;
}

.technical_item p, .technical_item ul, .technical_item ol {
  width: 100%;
}

.technical_item img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.technical_item td {
  text-align: center;
}

.technical_item td img {
  margin: 0 auto;
}

.technical .category_descr {
  font-weight: bold;
}

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -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;
  background: transparent;
}

.category_item {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  color: #323232;
}

.category_block {
  border-bottom: 2px solid #DFE8F1;
  margin-left: 20px;
  padding-bottom: 5px;
}

.category_title {
  font-family: "Proxima Nova Rg";
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #323232;
  margin-top: 0;
  text-align: left;
  width: 100%;
}

.category_sub-title {
  font-size: 20px;
  font-weight: bold;
}

.category_row {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.category--mb {
  margin-bottom: 25px;
}

.category p {
  margin: 20px 0;
}

.category ul, .category ol {
  padding-left: 20px;
  margin: 10px 0;
}

.category a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  line-height: 22px;
  color: #246EB9;
}

.category a:hover {
  color: #3c8bda;
}

.category .ul_breadcrumps {
  margin-bottom: 20px;
}

.category .ul_breadcrumps ul {
  margin: 3px 0;
}

.supported-image-formats .search--pt {
  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;
}

.title-p--t {
  padding-top: 10px;
}

.text-pb {
  padding-bottom: 20px;
}

.tech_content {
  padding: 40px 0;
}

.tech_line {
  background-color: #EBF4FF;
}

.tech-table td:nth-child(2n) {
  text-align: left;
}

.tech-table .text-a-center:nth-child(2n) {
  text-align: center;
}

.report-sample .download-content_h3 {
  margin: 30px 0;
}

.aside {
  width: 360px;
  background: #ffffff;
  padding: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 3px;
}

.aside_item {
  border-bottom: 0px solid #fff;
}

.aside-border-l::after {
  content: "";
  position: absolute;
  margin-bottom: -5px;
  margin-left: 32px;
  width: 100px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #F18F01;
}

.aside_img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.aside_img--height {
  height: 18px;
  margin-top: 2px;
}

.aside_title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px;
  border-radius: 3px;
}

.aside_title-block--border {
  border-top: 1px solid #DFE8F1;
  border-bottom: 1px solid #DFE8F1;
}

.aside_main-block {
  width: 100%;
  padding-top: 20px;
}

.aside_links-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style-type: none;
  padding-left: 0;
  text-transform: uppercase;
}

.aside_link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
  position: relative;
}

.aside_link-item--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.aside_sub-ul {
  margin-left: 60px;
  margin-top: 10px;
  text-transform: none;
  font-weight: 600;
  color: #696969;
}

.aside_sub-ul a {
  color: #696969;
}

.aside_sub-ul .aside_link-item {
  margin-bottom: 10px;
}

.aside_sub-ul .aside_link-item:last-child {
  margin-bottom: 0;
}

.aside_sub-ul .aside_link {
  font-size: 16px;
  padding-left: 0;
}

.aside_sub-ul .aside-border-l::after {
  margin-left: 0;
}

.aside_row-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.aside_link {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #696969;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
  text-transform: none;
  padding-left: 8px;
}

.aside_link--light {
  font-weight: 600;
}

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

.aside_link:hover {
  color: #F18F01;
}

.aside_title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.aside_title:hover {
  color: #F18F01;
}

.tech-arrow-open {
  display: none;
  margin-top: 8px;
  margin-left: 8px;
}

.aside {
  margin-bottom: 0;
}

.tech-arrow-open {
  display: block;
}

.tech_content {
  padding: 20px 15px;
}

.search {
  padding-top: 60px;
  background: #f0f6f8;
}

.search .h1 {
  color: #246EB9;
}

.search_img {
  width: 100%;
}

.search--pt {
  padding-top: 5px;
  padding-bottom: 60px;
}

.category_search-block {
  border: none;
}

.category_block--border {
  border-bottom: none;
}

.products {
  padding-top: 60px;
  background: #f0f6f8;
  padding-bottom: 60px;
}

.products_title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #323232;
  margin-bottom: 0;
  text-align: center;
}

.products .h1 {
  color: #323232;
}

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

.products_main-img {
  width: 90%;
}

.product--reverce {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.product_text {
  margin-bottom: 20px;
  line-height: 160%;
}

.product_main-block-image {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-counts {
  font-size: 30px;
  font-weight: bold;
  padding: 5px 0;
}

.product-counts sup {
  top: -.3em;
  font-weight: normal;
}

.product_title--mb {
  margin-top: -13px;
}

.product_title--mt {
  margin-top: 10px;
}

.btn_buy-now {
  background: #F48A18;
  border: 1px solid #F48A18;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 30px;
  line-height: 19px;
  color: #FFFFFF;
  white-space: nowrap;
}

.btn_buy-now:hover {
  background: #e98418;
  color: #fff;
}

.btn_buy-now--transp-o {
  border: 1px solid #F48A18;
  border-radius: 3px;
  background: transparent;
  color: #F48A18;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.btn_buy-now--transp-o:hover {
  background: #F48A18;
  color: #fff;
}

.btn_buy-now--transp-b {
  border: 1px solid #246EB9;
  border-radius: 3px;
  background: transparent;
  color: #246EB9;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.btn_buy-now--transp-b:hover {
  background: #246EB9;
  color: #fff;
}

.bundle-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;
  text-align: center;
  padding: 0 15px;
}



.products-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.products-cards_item {
  background-color: #fff;
  margin-right: 30px;
  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;
  max-width: 345px;
  position: relative;
  padding-bottom: 95px;
  border-radius: 3px;
}

.products-cards_item:last-child {
  margin-right: 0;
}

.products-cards img:hover {
  opacity: 0.8;
  cursor: pointer;
}

.products_link {
  color: #fff;
}

.products_links:hover {
  color: #246EB9;
}

.product-cards--pad {
  padding: 30px;
  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;
}

.product-cards--pad p {
  padding-top: 15px;
}

.products-buttons {
  position: absolute;
  bottom: 45px;
}

.btn--mr {
  margin-right: 15px;
}

.product-bootable-usb .product-item_h3 {
  font-size: 25px;
}

.video-section .faq-block_title {
  font-size: 14px;
}

.video--pad {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-row {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-download {
  margin-left: 19%;
}

.video-download_descr {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #8D8D8D;
  border-radius: 3px;
  padding-top: 35px !important;
}

.product__sub-title {
  color: #696969;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}

.product__sub-title::after {
  content: " ";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  width: 100px;
  height: 2px;
  left: 0;
  background: #F18F01;
}

.products-section_title {
  text-transform: uppercase;
}

.block-max-w {
  width: 560px;
}

.products-elem_descr-block {
  max-width: 545px;
}

.products-elem_descr-block--image {
  max-width: 450px;
}

.top-line {
  background: #F18F01;
  padding-top: 80px;
  padding-bottom: 14px;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.top-line_nav-block {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-line_button {
  margin-right: 12px;
  cursor: pointer;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 30px;
  white-space: nowrap;
  border: none;
}

.top-line_button:first-child {
  background: #FFFFFF;
  color: #246EB9;
}

.top-line_button:first-child:hover {
  background: #f0f0f0;
}

.top-line_button:first-child:active {
  background-color: #dbdbdb;
}

.top-line_button:last-child {
  margin-right: 0;
  color: #fff;
  background: #3D5CAB;
}

.top-line_button:last-child:hover {
  background: #294383;
}

.top-line_button:last-child:active {
  background: #263b72;
  border-color: #263b72;
}

.top-line-menu {
  margin-top: 12px;
  margin-left: 18px;
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
}

.top-line-menu_item {
  color: #fff;
  margin-right: 20px;
}

.products-elem_descr-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.products-elem_title {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  max-width: 550px;
  color: #323232;
}

.products-elem_sub-text {
  padding-top: 5px;
  font-size: 18px;
}

.top-slider-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 30px;
  margin-top: 15px;
}

.top-slider-list_item {
  font-size: 18px;
  line-height: 28px;
  color: #323232;
  outline: none;
  margin-bottom: 6px;
}

.top-slider-list_item:before {
  position: absolute;
  content: url("../../img/Ellipse.png");
  width: 8px;
  height: 8px;
  margin-left: -30px;
  margin-top: 7px;
}

.max-content-slider {
  max-width: 1140px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  margin: 0 auto;
}

.products-elem-slider_descr-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.products-elem-main-block {
  padding: 77px 0;
  width: 100%;
  margin-right: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  background-image: url("../../img/mem-test-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.products-elem-main-block .cards_img {
  width: 455px;
}

.optional-nav .slick-current {
  color: #246EB9;
}

.products-main-section__slider-nav .slick-current {
  color: #246EB9;
}

.history-nav .slick-current {
  color: #246EB9;
}

.products-elem_descr-block {
  margin-left: 20px;
  padding-right: 20px;
}

.products-elem_track {
  width: 90%;
}

.products-elem_track .slick-prev, .products-main-section .slick-prev {
  left: 64px;
  z-index: 99;
  background-image: url(../../img/arr-left.png);
}

.products-elem_track .slick-next, .products-main-section .slick-next {
  right: 64px;
  z-index: 99;
  background-image: url(../../img/arr-right.png);
}

.free-tools .slick-prev {
  left: -130px;
  z-index: 99;
  background-image: url(../../img/arr-left.png);
}

.free-tools .slick-next {
  right: -130px;
  z-index: 99;
  background-image: url(../../img/arr-right.png);
}

.products-elem_track {
  margin: 0;
  padding: 0;
}

.products-main-section {
  background-color: #fff;
  line-height: 22px;
  color: #323232;
  padding: 77px 0;
}

.products-main-section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}

.products-main-section_item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
}

.products-main-section_ul {
  margin: 20px 0;
  padding-left: 20px;
}

.products-main-section_descr-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.products-main-section_title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
  color: #323232;
  letter-spacing: 0.05em;
}

.products-main-section_title--pb {
  padding-bottom: 40px;
}

.products-main-section_text {
  line-height: 22px;
  font-size: 16px;
  max-width: 483px;
}

.products-main-section_text--pb {
  padding-bottom: 22px;
}

.products-main-section__slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.products-main-section--bg {
  background-image: url(../../img/product-bg.png);
}

.products-main-section_img {
  width: 100%;
  display: none;
}

.products-main-section_img--mr {
  margin-right: 78px;
  height: auto;
  width: auto;
}

.products-main-section_img--width {
  max-height: 248px;
}

.products-main-section .slick-prev {
  left: -80px;
}

.products-main-section .slick-next {
  right: -80px;
}

.products-main-section .cards {
  margin-top: 10px;
  padding: 0;
}

.history-nav, .optional-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  border-bottom: 2px solid #E8E8E8;
  padding-bottom: 5px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.history-nav .slick-current::after, .optional-nav .slick-current::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 28px;
  background: #F18F01;
}

.complete-track, .history-track, .optional-track {
  padding-bottom: 25px;
}

.slider-nav_item {
  padding: 0 13px;
  margin-bottom: 4px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  line-height: 19px;
  text-decoration: none;
  text-transform: uppercase;
  color: #696969;
  border-right: 1px solid #696969;
}

.slider-nav_item:hover {
  color: #63A3F7;
}

.slider-nav_item:active {
  color: #246EB9;
}

.slider-nav_item:first-child {
  padding-left: 0;
}

.slider-nav_item:last-child {
  padding-right: 82px;
  border-right: none;
}

.products-main-section_ul-list {
  margin: 20px 0;
  padding-left: 20px;
}

.padding-none {
  padding: 0;
}

.products-elem-section_title {
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
  font-size: 38px;
  line-height: 46px;
  color: #323232;
}

.slick-current-link {
  font-weight: bold !important;
}

.slider_img-block {
  background: #F6F5F5;
}

.logo-text--secondary {
  font-weight: bold;
  font-size: 42px;
  color: #fff;
  line-height: 37px;
  letter-spacing: -0.02em;
}

.color-orange {
  color: #F18F01;
}

.text-bold-uppercase {
  font-weight: bold;
  text-transform: uppercase;
}

.pad-left {
  padding-left: 80px;
}

.products-elem-main_slider {
  max-width: 600px;
}

.features_img {
  display: block;
  position: absolute;
  top: 2px;
}

.features_img-mob {
  display: none;
}

.pricing-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.pricing-nav_item {
  margin-right: 20px;
  color: #848E99;
  font-weight: bold;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(46, 64, 82, 0.57);
  background-color: transparent;
  cursor: pointer;
}

.pricing-nav_item:hover {
  color: #63A3F7;
}

.pricing-nav_item:active {
  color: #246EB9;
}

.pricing-nav_item:last-child {
  margin-right: 0;
}

.price .slick-current {
  color: #246EB9;
}

.price .price-h1--mb {
  margin-bottom: 10px;
}

.price .button_buy {
  padding: 35px 0 70px 0;
}

.button-contacts {
  background: #246EB9;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  padding: 10px 30px;
  height: 50px;
  color: #fff;
  cursor: pointer;
}

.button-contacts:hover {
  background: #1c5b9b;
}

.button-contacts:active {
  background-color: #0062cc;
  border-color: #005cbf;
}

.table-responsive {
  width: 100%;
  color: #3F4850;
  font-size: 16px;
  margin-bottom: 6px;
  padding-top: 38px;
}

.table-responsive td, .table-responsive th {
  border-top: none;
  padding: 19px 17px;
  vertical-align: middle;
}

.table-responsive th {
  border-bottom: none;
  font-size: 18px;
  padding: 8px 17px;
  font-weight: normal;
  border-top: none;
  text-align: left;
  font-weight: bold;
  background: #f0f6f8;
  padding-bottom: 10px;
}

.table-responsive table {
  width: 100%;
}

.table-responsive tbody {
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}

.table-responsive tr:nth-child(odd) {
  background: #fff;
}

.table-responsive input[type=radio] {
  display: none;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.table-responsive sup {
  top: -.25em;
  font-size: 68%;
  padding: 0 3px;
  font-weight: normal !important;
}

.button_buy {
  text-align: center;
  padding: 25px;
}

.price .checkmark {
  display: inline-block;
  height: 17px;
  margin-bottom: -3px;
  margin-right: 7px;
  width: 17px;
  background-image: url(../../img/icon_checkbox.png);
  background-repeat: no-repeat;
}

.price input:checked ~ .checkmark, .intern_page input:checked ~ .checkmark, .step2_page .paiment_select input:checked ~ .checkmark, .step2_page .billing_details_table input:checked ~ .checkmark, .tabs_on_page input:checked ~ .checkmark {
  background-image: url(../../img/icon_checkbox_selected.png);
}

.table-label {
  font-weight: bold;
  line-height: 59px;
  font-size: 24px;
  color: #323232;
  cursor: pointer;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-count {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-descr {
  padding-top: 34px;
  padding-bottom: 64px;
}

.price-descr .products-main-section_ul-list {
  width: 100%;
}

.price-descr_title {
  font-size: 30px;
  line-height: 37px;
  font-weight: bold;
  font-family: "Proxima Nova Rg";
  padding-top: 30px;
  color: #323232;
  padding-bottom: 20px;
}

.price_descr_text {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-align: left;
  color: #323232;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.price_descr_text .text-bold {
  padding-right: 10px;
}

.price-descr_text--mt {
  margin-top: 15px;
}

.price-text-left {
  text-align: left;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.text-pl {
  padding-left: 41px;
}

.center {
  text-align: center;
}

.table-pricing {
  padding-top: 0;
}

.pricing-line {
  width: 30px;
  height: 3px;
  background-color: #323232;
  border-radius: 30px;
}

.text-a-left {
  text-align: left;
}

.products-os-padd {
  background: #f0f6f8;
}

.products-os-padd .h1 {
  color: #323232;
  margin-bottom: 30px;
}

.faq {
  padding-bottom: 60px;
}

.faq .row {
  padding: 0 15px;
}

.faq_h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #3F4850;
  background: #e2edf4;
  width: 100%;
  padding: 10px 15px;
}

.faq-block {
  padding: 20px 0;
}

.faq-block_title {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  background: #FFFFFF;
  border: 1px solid #D7DFE2;
  border-radius: 3px;
}

.faq-block_link-more {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  background: #FFFFFF;
  border: 1px solid #D7DFE2;
  border-radius: 3px;
}

.faq-block_arrow {
  height: 9px;
  width: auto;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.faq-block:last-child {
  padding-bottom: 80px;
}

.arr-rotate {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-block-content {
  display: none;
  border: 1px solid #D7DFE2;
  border-radius: 3px;
  background-color: #fff;
  padding: 0 15px;
}

.faq-block-content_img {
  float: left;
  margin: 20px 30px 20px 0;
}

.faq-block-content--pt {
  padding-top: 10px;
  padding-bottom: 10px;
}

.faq-block-content img {
  max-width: 100%;
  height: auto;
}

.faq-block-content img {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.faq-block-content img[data-src] {
  opacity: 0;
}

.faq-block-content h2, .faq-block-content h3 {
  margin-bottom: 0;
}

.faq-block-content ul, .faq-block-content ol {
  padding-left: 35px;
  font-size: 14px;
  color: #5e5e5e;
}

.faq-block-content .ol--small-text {
  font-size: 12px;
  color: #222222;
}

.faq-block-content table {
  border: 1px solid #5e5e5e;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.faq-block-content td, .faq-block-content th {
  font-size: 11px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  color: #5e5e5e;
  padding: 5px;
}

.faq-block-content .table-width-220 {
  width: 220px;
}

.faq-block-content .text-a-right {
  text-align: right;
}

.faq-block-content .table-width-200 {
  width: 200px;
}

.faq-block-content .table-w-730 {
  width: 730px;
}

.faq-block-content .MyNumberList li {
  margin: 7px 0;
}

.faq-block-content .table-cellpading-8 {
  padding: 8px;
}

.faq-block-content .no_table_border {
  border: none;
}

.faq-block-content .no_table_border iframe {
  margin: 10px 0;
}

.faq-block-content .no_table_border td {
  border: none;
}

.faq-block-content p {
  padding: 10px 0;
  color: #5e5e5e;
  font-size: 14px;
  line-height: 19px;
}

.faq-block-content blockquote {
  margin-bottom: 0;
}

.faq-block-content a {
  font-weight: 600;
  color: #246EB9;
}

.faq-block-content a:hover {
  color: #3c8bda;
}

.collapse-block {
  width: 100%;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}

.collapse-block_item {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  color: #3F4850;
  margin-right: 16px;
  background: #FFFFFF;
  cursor: pointer;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  padding: 5px 25px;
}

.collapse-block_img {
  margin-left: 8px;
}

.collapse-block_img--mt {
  margin-top: 6px;
}

.collapse-block--mb {
  margin-bottom: 0;
}

.open-faq {
  display: block;
}

.quote-form {
  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;
  padding-bottom: 80px;
}

.quote-form-block {
  width: 100%;
  margin: 0 10px;
}

.quote-form-block input {
  margin-top: 5px;
  padding: 5px;
}

.quote-form_input--pad {
  padding: 2px 5px;
}

.quote-form_checkbox-item {
  margin-right: 8px;
}

.quote-form_checkbox-item:last-child {
  margin-right: 0;
}

.quote-form_item {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.quote-form_span {
  margin-right: 20px;
}

.quote-form textarea {
  max-width: 500px;
  width: 100%;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip:hover {
  cursor: pointer;
}

#formtext span {
  padding-bottom: 5px;
}

#formtext input {
  padding: 3px 5px;
}

.whats-new {
  padding: 20px;
}

.whats-new ul, .whats-new ol {
  padding-left: 35px;
  font-size: 14px;
  color: #323232;
  margin-bottom: 3px;
}

.whats-new_title-block {
  font-weight: 600;
  font-size: 17px;
  line-height: 16px;
  color: #3F4850;
  background: transparent;
  border: none;
  margin-bottom: 0;
}

.whats-new--t-bold {
  padding: 10px 15px;
  font-weight: bold;
}

.whats-new--pb {
  padding-bottom: 0;
}

.whats-new-block {
  padding-top: 0;
  padding-bottom: 0;
}

.whats-new-content {
  padding: 15px;
  padding-left: 15px;
  font-size: 14px;
  list-style-type: none;
}

.whats-new-content ul {
  color: #323232;
  margin-bottom: 3px;
  font-size: 14px;
  list-style-type: disc;
}

.whats-new-content ul li {
  font-size: 14px;
  color: #323232;
}

.indent {
  padding-top: 10px;
}

.download {
  padding: 0 15px 60px 15px;
}

.download_main {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 15px;
}

.download_sec-text {
  color: #8D8D8D;
  font-size: 17px;
  line-height: 23px;
}

.download_descr {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 27px;
  padding: 0 20px;
  border-right: 1px solid #B8B8B8;
  padding-right: 100px;
}

.download_descr:last-child {
  border-right: none;
}

.download-product {
  color: #63A3F7;
  font-size: 20px;
}

.download_link {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.download_link:before {
  content: url(../../img/download-small.png);
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 5px;
}

.download_link {
  font-size: 20px;
}

.download_link-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.download-content {
  width: 100%;
  padding: 35px 0 35px 0;
}

.download-content_text {
  margin-bottom: 0;
}

.download-content_text--mt {
  margin-top: 20px;
}

.download-content_h3 {
  font-family: 'Proxima Nova Rg';
  text-align: center;
  font-size: 30px;
  line-height: 37px;
  color: #323232;
  margin: 30px 0 20px 0;
}

.download-content_table {
  width: 100%;
  border-left: 1px solid #e2edf4;
  border-right: 1px solid #e2edf4;
}

.download-content-table-title {
  background-color: #e2edf4;
}

.download-content_table-width {
  width: 70%;
}

.download-content_table-sets {
  width: 55%;
}

.download-content_table-size {
  width: 15%;
}

.download-content_table-download {
  text-align: center;
  margin: 0 auto;
  width: 30%;
}

.download-content_small-text {
  font-size: 12px;
  line-height: 16px;
  color: #8D8D8D;
}

.download-content_tbody {
  background-color: #fff;
  font-size: 14px;
}

.download-content_tbody td {
  padding: 10px 30px 10px 30px;
  border-right: 3px solid #f0f6f8;
}

.download-content_tbody td:nth-child(2n) {
  width: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.download-content_tbody tr:nth-child(2n) {
  background-color: #fbfcfd;
}

.download-content_tbody .td--center {
  padding-top: 18px;
}

.category_link-more {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #246EB9;
}

.support_title {
  color: #246EB9;
  margin-bottom: 35px;
}

.support_sec-title {
  padding: 0 0 35px 0;
  font-weight: bold;
  font-size: 38px;
  line-height: 46px;
  font-family: 'Proxima Nova Rg';
  color: #323232;
}

.contact_info_block {
  background-color: #fff;
  padding: 35px 50px;
  min-height: 287px;
  margin-bottom: 70px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.contact_info_block h4::before, .contact_info_block .mail_info::before, .contact_info_block .fax_info::before, .contact_info_block .more_phone_info::before, .contact_info_block .phone_info::before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: -24px;
}

.text-grey {
  color: #8D8D8D;
  text-decoration: none;
  font-weight: normal !important;
}

.contact_info_block.australia {
  background-image: url(../../img/bg_australia.png);
}

.contact_info_block.america {
  background-image: url(../../img/bg_america.png);
}

.contact_info_block .adress_info h4::before {
  padding-top: 21px;
  background-image: url(../../img/icon_map.png);
}

.contact_info_block .more_phone_info::before {
  background-image: url(../../img/icon_phone_3.png);
  margin-top: 3px;
}

.contact_info_block .fax_info::before {
  background-image: url(../../img/icon_fax.png);
  margin-top: 3px;
}

.contact_info_block .phone_info::before {
  background-image: url(../../img/icon_phone_2.png);
  margin-top: 3px;
}

.contact_info_block .mail_info::before {
  background-image: url(../../img/icon_mail.png);
  margin-top: 3px;
}

.map_block iframe {
  width: 100%;
  height: 122px;
  border: none;
}

.coord_text {
  margin-bottom: 0;
}

.support_main-content {
  margin-right: 0;
}

.mail_info {
  padding: 15px 0 10px 0;
}

.fax_info {
  padding-top: 10px;
}

.support-map {
  padding-top: 15px;
}

.on-web {
  padding: 50px 0;
  background-color: #fff;
}

.on-web_img {
  width: 127px;
  height: 127px;
  padding-bottom: 10px;
}

.on-web-cards {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.on-web-cards_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: center;
      -ms-flex-align: center;
          align-items: center;
}

.on-web-cards_title {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}

.text-pb {
  padding-bottom: 10px;
}

.video--pad {
  padding: 20px;
}

.search_page {
  background-image: url(../../img/bit_bg_2.jpg);
  background-size: cover;
}

#sub-content h1 {
  font-family: 'Proxima Nova Rg';
}

.search_page .zoom_button {
  position: absolute;
  right: 11px;
  top: 1px;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  background: #F48A18 !important;
  color: #fff;
  padding: 11px 35px;
  background-image: url(../../img/icon_search_big.png) !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  cursor: pointer;
  margin-top: 10px;
}

.suggestion a, .result_title a {
  color: #246EB9;
}

.suggestion a:hover, .result_title a:hover {
  color: #3c8bda;
}

.search_page .infoline {
  color: #B7BFC2;
  font-size: 14px;
}

.search_page .searchheading {
  color: #323232 !important;
  margin-top: 0px;
  font-size: 33px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 33px;
  font-weight: bold;
}

.search_page .summary {
  font-style: italic;
  margin-bottom: 14px;
}

.search_page .highlight {
  color: #ef6700;
}

.search_page .result_pagescount {
  display: none;
}

.search_page .result_block,
.search_page .result_altblock {
  margin-bottom: 18px;
  background-color: #fff;
  padding: 15px 17px;
  border-radius: 3px;
}

.search_page .cat_summary {
  font-size: 16px;
  font-family: 'Open Bold';
  margin-top: 0px;
  margin-bottom: 25px;
}

.search_page .cat_summary ul {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  list-style-type: none;
  margin-bottom: 0;
}

.search_page .cat_summary ul li {
  display: inline-block;
  margin-right: 12px;
}

.search_page .zoom_searchform {
  padding-top: 20px;
  position: relative;
}

.search_page #zoom_cat {
  background: transparent;
  border: none;
  color: #323232;
  font-size: 15px;
}

.search_page #zoom_cat:hover {
  cursor: pointer;
}

.search_page center p {
  font-size: 14px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #B7BFC2;
  font-family: 'Open Bold';
  padding-top: 15vh;
}

.search_page center p small {
  font-size: 14px;
}

.search_page label[for="zoom_searchbox"] {
  display: none;
}

.search_page label[for="zoom_match_any"] {
  margin-left: 12px;
  margin-right: 10px;
}

.search_page #zoom_match_any, .search_page #zoom_match_all {
  display: none;
}

.search_page .checkmark {
  display: inline-block;
  height: 17px;
  margin-bottom: -3px;
  margin-right: 3px;
  width: 17px;
  background-image: url(../../img/icon_checkbox.png);
  background-repeat: no-repeat;
}

.search_page #zoom_match_block {
  margin-right: 12px;
}

.search_page input:checked ~ .checkmark {
  background-image: url(../../img/icon_checkbox_selected.png);
}

#search_options {
  border-bottom: 1px solid #DBE4E8;
}

.search_page .zoom_results_per_page {
  display: none;
}

.search_page #zoom_searchbox_label input.zoom_button:hover {
  cursor: pointer;
}

.search_page .zoom_match,
.search_page label[for='zoom_cat'] {
  font-size: 14px;
  line-height: 13px;
  color: #3F4850;
  margin-right: 15px;
  margin-top: 10px;
}

.search_page label[for="zoom_match_any"],
.search_page label[for="zoom_match_all"] {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.search_page .zoom_match {
  margin-right: 15px;
  font-size: 15px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.search_page .search_options {
  padding-bottom: 6px;
  padding-top: 5px;
}

.search_page #zoom_searchbox_label {
  background-color: #fff;
  width: 100%;
  border-radius: 3px;
  display: block;
  position: relative;
}

.search_page #zoom_searchbox {
  width: 100%;
  display: block;
  border: none;
  padding: 20px 30px;
}

h1.black_title {
  text-align: center;
  color: #323232 !important;
  margin-bottom: 15px;
  margin-top: 0px;
  font-size: 38px;
}

.tools_logo {
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  color: #FFFFFF;
}

.tools_logo-workbench {
  font-size: 31px;
}

.tools_menu {
  margin-top: 10px;
}

.tools_title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
  font-size: 38px;
  line-height: 37px;
  font-weight: bold;
  font-family: "Proxima Nova Rg";
  color: #323232;
  padding-top: 15px;
  padding-bottom: 20px;
}

.tools_main-section {
  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;
  padding: 25px 0;
  background-color: #F0F6F8;
}

.tools_section {
  padding: 35px 0 45px 0;
}

.tools_section p {
  margin-bottom: 15px;
}

.tools_section img {
  width: auto;
  max-width: 100%;
}

.tools_section .download_link {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tools_note {
  font-size: 20px;
}

.tools_link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.tools_link-block--pad {
  margin: 0 10px;
}

.tools_sub-title {
  font-size: 25px;
  font-weight: bold;
}

.tools_volatility-img {
  width: 50%;
}

.whatsnew p {
  margin-bottom: 0;
}

.footer_title--pt {
  padding-top: 0;
}

.footer {
  background-color: #2E344A;
}

.footer_title {
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}

.footer-column {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.footer_links {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  margin-top: 20px;
}

.footer_link-item {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_link-item:hover {
  color: #e6e6e6;
}

.footer_link-item::before {
  position: absolute;
  content: url("../../img/arrow.png");
  width: 10px;
  height: 10px;
  left: 0;
  margin-left: 0;
}

.copyright {
  background-color: #fff;
}

@media (max-width: 1550px) {
  .slick-next {
    right: -60px;
  }
  .slick-prev {
    left: -60px;
  }
  .product_main-block-image {
    width: 50%;
  }
  .products-elem_descr-block--image {
    padding-bottom: 0;
  }
  .info-section_image-text {
    font-size: 42px;
  }
}

@media (max-width: 1450px) {
  .products-elem_descr-block--image {
    margin-bottom: 0;
  }
  .free-tools .slick-prev {
    left: -60px;
  }
  .free-tools .slick-next {
    right: -60px;
  }
}

@media (max-width: 1320px) {
  .slick-next, .slick-prev {
    width: 40px;
    height: 40px;
  }
  .slick-next {
    right: -30px;
  }
  .slick-prev {
    left: -30px;
  }
  .slick-next:hover, .slick-next:focus {
    width: 40px;
    height: 40px;
  }
  .slick-prev:hover, .slick-prev:focus {
    width: 40px;
    height: 40px;
  }
  .products-main-section .slick-next {
    right: 0;
  }
  .products-main-section .slick-prev {
    left: 0;
  }
  .free-tools .slick-prev {
    left: -10px;
  }
  .free-tools .slick-next {
    right: -10px;
  }
  .body-main .category_block {
    margin-left: 50px;
    padding-bottom: 5px;
    max-width: 480px;
    padding: 20px 0;
  }
}

@media (max-width: 1200px) {
  .tools_logo-workbench {
    font-size: 31px;
    line-height: 34px;
    padding-bottom: 10px;
  }
  .max-content-slider {
    max-width: 1140px;
  }
  .main-section {
    height: auto;
    padding: 70px 0;
  }
  .cards {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .cards_item {
    margin-right: 0;
  }
  .slick-track {
    width: 80%;
  }
  .slick-list {
    padding: 0 !important;
  }
  .main-section_block {
    -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;
  }
  .main-section_slide-img {
    margin-right: 0;
    width: auto;
    width: 50%;
  }
  .main-section_block {
    padding-top: 10px;
  }
  .main-section_sub-block {
    margin-bottom: 15px;
  }
  .category {
    margin-left: 0 !important;
  }
  .products-elem_track .slick-next, .products-main-section .slick-next {
    display: none !important;
  }
  .products-elem_track .slick-prev, .products-main-section .slick-prev {
    display: none !important;
  }
  .products-cards_item {
    padding: 20px;
    padding-bottom: 80px;
  }
  .products-cards_item:last-child {
    margin-right: 0;
  }
  .products-cards {
    -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;
  }
  .products-cards_item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .products-cards_item {
    max-width: 100%;
  }
  .products .btn_buy-now {
    padding: 10px 16px;
  }
  .product_main-img {
    margin-right: 40px;
  }
  .training-materials-show {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .training_img {
    height: auto;
    width: 100%;
  }
  .training_title {
    padding-top: 18px;
  }
  .traning-materials-block .products-buttons {
    margin-top: 12px;
  }
  .video-download {
    margin-left: 13%;
  }
  .cards {
    margin-bottom: 0;
  }
  .products-main-section_item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .products-elem-main-block {
    padding: 30px 0;
  }
  .download_descr {
    padding-right: 20px;
  }
  .main-section_slide-img {
    margin-left: 0;
  }
  .main-section_descr {
    padding-top: 0;
  }
  .products-main-section_img {
    margin-bottom: 30px;
  }
  .aside {
    width: 320px;
  }
  .body-main .category_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .body-main .category_item:last-child {
    margin-bottom: 0;
  }
  .body-main .category_item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .body-main .category_block {
    margin-left: 0;
    max-width: 80%;
    border-bottom: none;
  }
  .body-main .category_item:nth-child(2n) .category_block {
    margin-right: 0;
  }
  .body-main .category_img {
    width: 100%;
  }
  .info-section_image-block {
    width: 80%;
  }
  .main-section_descr {
    margin-left: 42%;
  }
  .features_img {
    position: relative;
  }
  .top-line-buttons {
    margin-top: 5px;
    padding-top: 10px;
    margin-left: 20px;
    width: 100%;
    margin: 0 auto;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .block-padding {
    padding-top: 182px;
  }
}

@media (max-width: 1100px) {
  #main_menu form input {
    display: none;
  }
}

@media (max-width: 992px) {
  .max-content-slider {
    max-width: 960px;
  }
  .customers-block_img {
    margin: 0 22px 10px 22px;
  }
  .navbar-toggler {
    display: block;
    position: absolute;
    right: 15px;
    cursor: pointer;
    z-index: 99;
    outline: none;
  }
  
  .navbar-nav {
    display: none;
  }
  .left-nav-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
  }
  .header_logo {
    padding: 5px;
  }
  .open-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .navbar {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #search_form {
    margin-top: -10px;
  }
  .header_nav {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 10px;
  }
  #main_menu li a {
    padding: 10px 10px;
    font-size: 13px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .block-section {
    padding-top: 0;
  }
  .footer {
    padding-top: 70px;
  }
  .h1 {
    line-height: 48px;
  }
  .aside {
    width: 100%;
    margin-bottom: 20px;
  }
  .aside_item {
    cursor: pointer;
  }
  .aside_item:hover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-left: none;
  }
  .aside_title-block {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .aside_title-block:hover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-left: 3px solid #7392de;
  }
  .aside .aside_item:first-child {
    border: none;
  }
  .aside_item {
    border-left: none;
  }
  .category {
    padding-bottom: 30px;
  }
  .max-content-slider {
    -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;
  }
  .products-elem_descr-block {
    margin-left: 0;
  }
  .products-elem_descr-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
  }
  .products-elem_title {
    text-align: center;
    padding-top: 30px;
  }
  .products-elem-slider_item {
    height: auto;
    padding: 30px 0;
  }
  .products-main-section_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products-main-section_img--mr, .products-main-section_img--width {
    margin-right: 0;
  }
  .history-track .products-main-section_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .product-main-section_item-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .products-main-section_img--width, .products-main-section_img--mr {
    margin-bottom: 30px;
    margin-left: 0;
  }
  .top-line {
    padding-top: 50px;
  }
  .whats-new--pb {
    padding: 0;
  }
  .collapse-block_item {
    white-space: nowrap;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .collapse-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;
  }
  .products-elem-main-block {
    height: auto;
    padding: 0 0;
  }
  .products-elem-main-block .cards {
    margin: 15px 0;
  }
  .download_main {
    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;
  }
  .download_descr {
    margin-top: 10px;
    text-align: center;
  }
  .download-content_tbody td {
    padding: 10px 15px;
  }
  .table-responsive th {
    font-size: 16px;
  }
  .section--padding {
    padding-top: 40px;
  }
  .products-cards {
    -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;
  }
  .products-cards_item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .products-cards_item {
    max-width: 100%;
  }
  .products-main-section {
    -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;
  }
  .product_main-img {
    width: 55%;
  }
  .product_text-max {
    font-size: 18px;
    line-height: 27px;
  }
  .products-elem_title {
    font-size: 48px;
  }
  .product-rainbow .products-main-section {
    padding: 40px 0;
  }
  .on-web-cards_item {
    margin-bottom: 40px;
  }
  .video-row, .video--pad {
    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;
  }
  .video-download {
    margin-left: 0;
    margin-top: 20px;
  }
  .video-download_descr {
    padding-top: 10px !important;
  }
  .block-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-line-buttons {
    padding-top: 10px;
  }
  .top-line_nav-block {
    padding-top: 10px;
  }
  .products-elem-slider_item {
    padding-top: 0;
  }
  .pad-left {
    padding-left: 15px;
  }
  .top-slider--no-padd {
    padding: 0 20px;
  }
  .products-main-section_img {
    margin-bottom: 20px;
  }
  .products-elem-main-block {
    padding-bottom: 40px;
  }
  .block-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .download_sec-text {
    padding-left: 0;
  }
  .download_descr {
    padding: 0;
    border-right: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cards-section .cards_item {
    min-height: 450px;
    margin-bottom: 20px;
  }
  #main_menu form {
    padding-top: 15px;
  }
  .aside_sub-ul {
    display: none;
  }
  .info-section_image-text {
    margin: 0 40px 0 0;
  }
  .info-section_image-text--left {
    margin: 0 0 0 40px;
  }
  .category_block {
    margin-left: 0;
  }
  #search_form {
    height: auto;
  }
  .technical, .manage {
    padding-top: 45px;
  }
  .main-section {
    margin-top: 45px;
  }
  .including {
    padding: 50px 0;
  }
  .including-block {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .including_item {
    margin-bottom: 40px;
  }
  .including_item:last-child {
    margin-bottom: 40px;
  }
  #main_menu form input {
    display: block;
  }
}

@media (max-width: 768px) {
  .max-content-slider {
    max-width: 720px;
  }
  .copyright-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-section_sub-block {
    margin-bottom: 10px;
    font-size: 34px;
  }
  .main-section {
    margin-top: 0;
  }
  .payment {
    margin-bottom: 10px;
  }
  .button {
    padding: 10px 22px;
  }
  .category_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
    width: 100%;
  }
  .category_item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .category_item:last-child {
    margin-bottom: 0;
  }
  .category_block {
    margin: 10px 0;
    width: 100%;
  }
  .footer_links {
    display: none;
    margin-left: 0;
  }
  .footer_block {
    margin-top: 0;
  }
  .footer_title--pt {
    padding-top: 0;
  }
  .footer_column, .footer_title {
    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;
    text-align: center;
  }
  .footer_title {
    margin-bottom: 15px;
  }
  .footer_title:last-child {
    margin-bottom: 0;
  }
  .footer {
    padding: 20px 0 5px 0;
  }
  .footer_title:last-child {
    margin-bottom: 15px;
  }
  .events .cards_item {
    min-height: 425px;
  }
  .top-line-menu_item {
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
  }
  .top-line-menu {
    margin-top: 0;
  }
  .osf-img {
    width: 160px;
  }
  .top-line_button {
    width: 48%;
  }
  .top-line {
    padding-top: 55px;
  }
  .top-line-buttons {
    margin: 9px 20px 0 20px;
  }
  .button-contacts {
    white-space: nowrap;
    padding: 0px 22px;
    height: 45px;
  }
  .table-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn-main {
    font-size: 12px;
    padding: 9px 20px;
  }
  .bundle-discount {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products .btn_buy-now {
    margin-top: 20px;
  }
  .bundle-discount {
    padding: 25px 0;
  }
  .products_title {
    font-size: 23px;
  }
  .products {
    padding-top: 40px;
  }
  .video-row, .video--pad {
    width: 100%;
  }
  .video-row iframe, .video--pad iframe {
    width: 100%;
    height: auto;
  }
  .tools_volatility-img {
    width: 100%;
  }
  .product__sub-title::after {
    width: 100%;
  }
  .footer_title {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .products-elem_title {
    font-size: 35px;
    line-height: 36px;
  }
  .products-elem_descr-block--image {
    max-width: 450px;
    padding-bottom: 30px;
    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: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products-main-section_img {
    width: 80%;
    margin-bottom: 0;
  }
  .product-why-use {
    padding-left: 0;
  }
  .body-main .category_block {
    width: 100%;
    max-width: 100%;
  }
  .body-main .category_img {
    max-width: 100%;
    width: 100%;
  }
  .discover {
    padding: 30px 15px 0 15px;
  }
  .info-section_image-block {
    width: 100%;
  }
  .info-section_image-text {
    font-size: 35px;
  }
  .technical .category_item {
    padding: 0;
  }
  .aside {
    margin-bottom: 0;
  }
  .free-tools_descr-block {
    min-height: unset;
  }
  .free-tools_button {
    margin-top: 23px;
    position: relative;
  }
  .free-tools_item {
    margin-bottom: 0;
  }
  .body-main .category_block {
    padding: 0 15px;
  }
  .body-main .category_item {
    margin-bottom: 0;
  }
  .category_block {
    margin: 20px 0;
  }
  .main-section_slide-img {
    display: block;
  }
  .main-section_descr {
    margin-left: 0;
  }
  .main-section {
    background-image: url(../../img/main-bg-2.png);
  }
  .table-responsive th {
    text-align: center;
  }
  .block-padding {
    padding-top: 0;
  }
  .header, .top-line {
    position: initial;
  }
  .top-line {
    padding-top: 5px;
  }
  .download {
    padding-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .max-content-slider {
    max-width: 540px;
  }
  .main-section_title {
    font-size: 60px;
  }
  .main-section_sub-block {
    font-size: 32px;
  }
  .main-section_list-item {
    font-size: 20px;
  }
  .button {
    font-size: 12px;
    padding: 10px 18px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .main-section_buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cards_descr {
    padding-bottom: 40px;
  }
  .customers-block_img {
    width: 80px;
    height: auto;
  }
  .search_input {
    display: none;
    border: none;
    padding: 7px 7px 7px 29px;
    outline: none;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    z-index: 99;
    position: absolute;
    top: 17px;
    left: 28.5px;
  }
  .icon_search {
    z-index: 99;
  }
  .navbar-toggler {
    right: 2px;
  }
  #search_form {
    right: 0px;
  }
  .h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .category_item--reverce .category_block {
    margin-left: 0;
    margin-right: 0;
  }
  .category_item:nth-child(2n) .category_block {
    margin-left: 0;
    margin-right: 0;
  }
  .category_block {
    padding: 0 15px;
  }
  .navbar-toggler_block {
    margin-right: 7px;
  }
  .products-elem-main-block .cards_img {
    width: 80%;
    margin: 0 auto;
  }
  .products-elem-slider_item {
    padding: 30px 15px;
  }
  .osf-img {
    width: 100%;
  }
  .top-line-menu_item {
    color: #fff;
    margin-right: 3px;
    font-size: 14px;
  }
  .top-line-menu {
    margin-left: 8px;
  }
  .products-main-section_img {
    height: auto;
  }
  .products-elem_track {
    width: 100%;
  }
  .products-elem-main-block .cards_img {
    width: 60%;
  }
  .products-elem_descr-block {
    width: auto;
  }
  .download-content_table-block {
    overflow-x: visible;
    overflow: scroll;
    width: 100%;
  }
  .download-content_table-bg-size {
    width: 620px !important;
  }
  .download-osForensics7 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .download-osForensics7:before {
    padding-top: 5px;
  }
  .download-section .h1 {
    margin-top: 30px;
  }
  .button-contacts {
    padding: 8px 10px;
  }
  .table-label {
    font-size: 22px;
  }
  .table-responsive td, .table-responsive th {
    border-top: none;
    padding: 12px 7px;
    padding-bottom: 0px;
    vertical-align: middle;
  }
  .table-count {
    font-size: 18px;
  }
  .button-contacts {
    height: 40px;
    font-size: 12px;
    margin-top: -10px;
  }
  .table-responsive th {
    font-size: 14px;
    width: 1%;
  }
  .table-responsive th {
    padding-bottom: 7px;
  }
  .products-elem_h1 {
    font-size: 33px;
  }
  .price-descr_title {
    font-size: 25px;
  }
  .compare-table {
    width: 100%;
    overflow-x: scroll;
  }
  .table-b {
    width: 560px;
  }
  .product_main-img {
    width: 65%;
    margin-right: 0;
  }
  .quote-form_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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    width: 100%;
  }
  .quote-form_item br {
    display: none;
  }
  .quote-form-block {
    margin: 0 auto;
    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-bottom: 15px;
  }
  .products-elem_title {
    padding-top: 0;
  }
  .products-main-section_img {
    width: 70%;
    height: auto;
    padding: 0 15px;
  }
  .slider-nav_item {
    font-size: 14px;
    padding: 0 10px;
  }
  .products-main-section {
    padding: 40px 0;
  }
  .slider-nav_item:last-child {
    padding-right: 0;
  }
  .footer_column, .footer_title {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .products-elem_descr-block {
    padding: 0 20px;
  }
  .products-elem_title {
    font-size: 35px;
    line-height: 36px;
  }
  .products-elem-main-block {
    padding-bottom: 40px;
    padding-top: 32px;
  }
  .product_main-block-image {
    width: 100%;
  }
  .top-slider--no-padd {
    padding: 0 30px;
  }
  .main-section_slide-img {
    width: 70%;
  }
  .aside_main-block {
    padding: 20px 20px 0 20px;
  }
  .info-section_image-text {
    font-size: 30px;
    margin: 0 20px 0 0;
  }
  .info-section_image-text--left {
    margin: 0 0 0 20px;
  }
  #main_menu form {
    height: 48px;
  }
  .including_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: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #main_menu form input {
    display: none;
  }
}

@media (max-width: 460px) {
  .tools_link-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tools_logo {
    font-size: 31px;
  }
  .tools_section {
    padding-top: 10px;
  }
  .tools_section .faq-block:last-child {
    padding-bottom: 0;
  }
  .tools_title {
    font-size: 30px;
    margin-bottom: 0;
  }
  .main-section_title {
    font-size: 48px;
  }
  .main-section_sub-block {
    font-size: 28px;
  }
  .section-main-content {
    padding: 0;
  }
  .main-section_list-item {
    font-size: 17px;
  }
  .cards_descr {
    font-size: 15px;
  }
  .title {
    font-size: 36px;
  }
  .block-section {
    padding: 20px 0;
  }
  #main_menu nav {
    padding-left: 4px;
  }
  .events {
    padding-bottom: 20px;
  }
  .aside_title {
    font-size: 16px;
  }
  .category_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products-main-section_img {
    width: 70%;
  }
  .top-line_button {
    width: 45%;
  }
  .top-line-menu {
    margin-left: 10px;
  }
  .top-line_nav-block {
    padding: 5px;
  }
  .products-elem_title {
    font-size: 42px;
    line-height: 45px;
  }
  .top-slider-list_item {
    line-height: 30px;
    font-size: 18px;
  }
  .products-main-section {
    padding: 30px 0;
  }
  .products-main-section_title {
    font-size: 30px;
    line-height: 38px;
  }
  .faq-block-content ul, .faq-block-content ol {
    padding-left: 25px;
  }
  .faq-block-content h2 {
    line-height: 25px;
    font-size: 24px;
  }
  .faq-block-content h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .faq-block-content .mob-img-none {
    display: none;
  }
  .faq-block-content .faq-block_title {
    font-size: 14px;
  }
  .faq-block-content .arr-rotate {
    margin-left: 5px;
  }
  .faq-block-content iframe {
    width: 100% !important;
  }
  .download-content_text {
    font-size: 14px;
  }
  .whats-new-content {
    padding-left: 32px;
  }
  .table-count {
    font-size: 15px;
  }
  .table-responsive th {
    width: 0;
    font-size: 13px;
  }
  .price .checkmark {
    height: 15px;
    width: 15px;
    background-size: cover;
  }
  .button-contacts {
    height: 35px;
    font-size: 11px;
    margin-top: -10px;
  }
  .price .price-h1--mb {
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .table-responsive {
    padding-top: 10px;
  }
  .table-responsive .slick-slide {
    margin: 0 5px;
  }
  p {
    font-size: 14px;
  }
  .products-elem_h1 {
    margin: 32px 0;
  }
  .products-elem_title {
    font-size: 34px;
    line-height: 38px;
  }
  .product-item_h3 {
    padding: 10px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #323232;
    font-family: 'Proxima Nova Rg';
  }
  .traning-materials-block .products-buttons {
    margin-top: 0;
  }
  .training-list {
    padding-left: 20px;
  }
  .training-pad {
    padding-bottom: 50px;
  }
  .products {
    padding-bottom: 30px;
  }
  .training_title-block {
    margin-left: 0;
    padding-left: 17px;
    padding-right: 15px;
  }
  .training-materials-text {
    padding: 5px 15px 15px 15px;
    width: 100%;
  }
  .training-materials_item .btn_buy-now {
    max-width: 170px;
  }
  .traning-materials-block {
    padding: 0;
  }
  .training-materials_item .btn--w {
    max-width: 100%;
    margin-right: 0;
  }
  .support_sec-title {
    padding: 0 0 14px 0;
    font-size: 32px;
  }
  .contact_info_block {
    margin-bottom: 40px;
  }
  .support_title {
    margin-bottom: 10px;
    margin-top: 40px;
  }
  .australia {
    margin-bottom: 15px;
  }
  .america {
    margin-bottom: 40px;
  }
  .on-web-cards_item {
    margin-bottom: 25px;
  }
  .support_main-content {
    margin-right: -15px;
  }
  .products-cards_item--pm {
    padding: 0 0 80px 0;
  }
  .products-img-link {
    width: 100%;
  }
  .products-img-link_item {
    width: 100%;
  }
  .quote-form {
    padding-top: 10px;
  }
  .quote-form_checkbox {
    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;
    padding-bottom: 10px;
  }
  .quote-form_span, .quote-form_checkbox-item {
    margin-right: 0;
  }
  .quote-form_checkbox br {
    display: none;
  }
  .tools_download {
    width: 90%;
  }
  .slider-nav_item {
    font-size: 12px;
  }
  .products-main-section_title--pb {
    padding-bottom: 20px;
  }
  .download-product {
    font-size: 18px;
  }
  .download_sec-text {
    font-size: 16px;
  }
  .main-section {
    padding: 30px 0;
  }
  .main-section_buttons {
    padding: 0 20px;
  }
  .top-line-buttons {
    padding-top: 0;
  }
  .top-line-buttons {
    margin: 5px 20px 0 20px;
  }
  .tech_content {
    padding: 15px;
  }
  .technical .h1, .manage .h1 {
    color: #323232;
    text-transform: uppercase;
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 33px;
    display: block;
    margin: 30px 0;
  }
  .aside_link {
    font-size: 16px;
  }
  .h1 {
    margin: 30px 0;
  }
  .table-pricing .text-a-left {
    padding-left: 8px;
  }
  .info-section_image-text {
    font-size: 24px;
    margin: 0 15px 0 0;
    top: 15%;
  }
  .info-section_image-text--left {
    margin: 0 0 0 15px;
  }
  #main_menu .left-nav-bar li a {
    padding: 9px 9px 9px 0;
  }
  .icon_phone {
    margin-left: 4px;
  }
  .including {
    padding: 40px 0;
  }
  .including_item-text {
    margin-top: 0;
  }
  .including-block {
    margin-top: 10px;
  }
  .including_item {
    margin-bottom: 20px;
    text-align: center;
  }
  .including_item:last-child {
    margin-bottom: 0;
  }
  .including_title {
    font-size: 40px;
  }
  .including_item-title {
    font-size: 18px;
  }
  .including_item-text {
    font-size: 14px;
  }
  .d-mobile-none {
    display: none;
  }
  .download-product {
    max-width: 245px;
  }
  .download_main {
    padding: 0 0 15px 0;
  }
  .download_main img {
    width: 100%;
  }
  .download {
    padding-bottom: 0;
  }
  .faq-block:last-child {
    padding-bottom: 0;
  }
  .main-section_sub-block {
    margin-bottom: 0;
  }
  .main-section_title {
    margin-bottom: 0;
  }
  .main-section_buttons {
    margin-top: 25px;
  }
  .features_img {
    display: none;
  }
  .features_img-mob {
    display: block;
    width: 90%;
  }
  .features-padd {
    padding-bottom: 0;
  }
  .top-line-menu_item {
    color: #fff;
    margin-right: 3px;
    font-size: 12px;
    line-height: 19px;
  }
  .Future-comparison {
    padding: 0 15px;
  }
}

@media (max-width: 380px) {
  .tools_logo {
    font-size: 25px;
  }
  .main-section_list-item {
    line-height: 25px;
  }
  .main-section_title {
    font-size: 43px;
  }
  .main-section_sub-block {
    font-size: 25px;
  }
  .main-section_list-item {
    font-size: 16px;
  }
  .cards_item {
    width: 100%;
  }
  .slick-track {
    width: 100%;
  }
  .cards {
    margin: 40px 0 10px 0;
  }
  .customers-block_img {
    margin: 0 22px 10px 22px;
  }
  .category_img {
    width: 90%;
  }
  .products-elem_track {
    margin-top: 0;
  }
  .copyright {
    padding: 15px 0;
  }
  .products-elem_title {
    padding-top: 10px;
  }
  .products-elem_title {
    font-size: 39px;
  }
  .table-responsive td, .table-responsive th {
    padding: 12px 5px;
  }
  .table-responsive td {
    padding-bottom: 0;
  }
  .top-line_nav-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-slider-list_item {
    line-height: 25px;
    font-size: 16px;
  }
  .top-line-menu {
    padding: 5px 0;
  }
  .top-line-buttons {
    padding-top: 0;
    margin: 0px 20px 0 20px;
  }
  .products-elem-main-block .cards {
    margin-top: 0;
  }
  .products-elem_title {
    font-size: 35px;
  }
  .logo-text--secondary {
    font-size: 40px;
  }
  .products-elem-main-block {
    padding-top: 15px;
  }
  .pad-left {
    padding-left: 15px;
  }
  .product-why-use {
    padding-left: 0;
  }
  .info-section_image-text {
    font-size: 20px;
    margin: 0 15px 0 0;
  }
  .info-section_image-text--left {
    margin: 0 0 0 15px;
  }
  .top-line-menu_item {
    display: block;
    margin-right: 15px;
    font-size: 14px;
  }
  .top-line-menu {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 360px) {
  .main-section_title {
    font-size: 40px;
  }
  .main-section_list-item {
    font-size: 15px;
  }
  .main-section_list-item {
    line-height: 22px;
  }
  .main-section_sub-block {
    line-height: 30px;
  }
  .header_logo {
    padding: 5px;
    padding-left: 0;
    padding-right: 10px;
  }
  .header_logo {
    width: 110px;
  }
  #search_form {
    margin-top: -12px;
  }
  .navbar-toggler {
    margin-top: 12px;
  }
  .icon_bar {
    margin-top: 10px;
  }
  .h1 {
    font-size: 36px;
    line-height: 39px;
  }
  .category_img {
    width: 90%;
  }
  .top-line-menu_item {
    font-size: 12px;
  }
  .table-responsive td {
    padding: 12px 4px;
    padding-bottom: 0;
  }
  .slider-nav_item {
    font-size: 9px;
  }
  .button {
    width: 180px;
  }
}
/*# sourceMappingURL=main.css.map */