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

		  
		  /* Styles-min.css */

.clear {
clear:both
}

/* Dial Styles */

.visually-hidden {
  height: 1px;
  margin: -1px;
  position: absolute;
  clip: rect(0 0 0 0);
}

.overflow-hidden {
  overflow: hidden;
}

.container mark:not([class]) {
  color: #2886C3;
  background: transparent;
}

.container a:not([class]) {
  color: #2886C3;
  transition: .3s;
} 

.container a:not([class]):hover {
  color: #28A53B;
} 

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

.internal-list-item, .internal-list-item-rtl {
  padding-left: 17px;
  font-size: 16px;
  line-height: 180%;
  color: #3C3C3C;
  position: relative;
}

.internal-list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #2886C3;
}

.button {
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.link {
  color: #2886C3;
  text-decoration: underline;
  transition: .3s;
  cursor: pointer;
}

.link:hover {
  color: #28A53B;
}

.button_green {
  background: #28A53B;
  transition: .3s;
}

.button_green:hover {
  background: #2886C3;
}

.button_blue {
  background: #2886C3;
  transition: .3s;
}

.button_blue:hover {
  background: #28A53B;
}

.arrow-link {
  display: block;
  padding-right: 26px;
  color: #2886C3;
  font-size: 16px;
  line-height: 140%;
  transition: .3s;
  position: relative;
  width: max-content;
}

.arrow-link::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  width: 18px;
  background: #2886c3;
  transition: .3s;
}

.arrow-link::after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid #2886C3;
  border-bottom: 1px solid #2886C3;
  transition: .3s;
}

.arrow-link:hover {
  color: #28a53b;
  text-decoration: none;
}

.arrow-link:hover::before {
  background: #28A53B;
}

.arrow-link:hover::after {
  border-right: 1px solid #28a53b;
  border-bottom: 1px solid #28a53b;
}

.selling {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: 'Roboto', sans-serif;
}

.selling-invalid__wrapper {
  display: flex;
  flex-direction: column;
}

.selling-invalid {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #E0EAF0;
  margin-bottom: 50px;
}

.selling-invalid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.selling-invalid__img {
  margin-bottom: 14px;
  width: 100%;
  height: 100%;
  max-width: 127px;
  max-height: 99px;
}

.selling-invalid__img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.selling-invalid__description {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #ADC4D3;
  margin-bottom: 8px;
}

.selling-invalid__next-try {
  font-size: 14px;
  line-height: 16px;
  color: #2886C3;
}

.selling__items {
  display: flex;
  justify-content: space-between;
}

.selling-item {
  display: flex;
  flex-direction: column;
  padding: 50px 64px;
  width: calc(50% - 14px);
  background: #E0EAF0;
}

.selling-item__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #3C3C3C;
  margin-bottom: 20px;
}

.selling-item__description {
  font-size: 16px;
  line-height: 140%;
  color: #3C3C3C;
  margin-bottom: 12px;
}

.selling-item__list {
  list-style-type: none;
  margin: 0 0 24px 0;
  padding: 0;
}

.selling-item__link {
  margin-bottom: 8px;
}

.selling-item__price {
  margin-bottom: 27px;
  font-size: 16px;
  line-height: 140%;
  color: #3C3C3C;
}

.selling-item_eng {
  width: 50%;
  position: relative;
}

.selling-item_eng:nth-child(2n)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 108px;
  bottom: 50px;
  width: 1px;
  background: #adc4d3;
}

.selling-item__buttons_eng {
  margin-bottom: 22px;
  margin-top: auto;
}

.selling-item__buttons_eng .selling-item__button:first-child {
  margin-bottom: 12px;
}

.selling-item__title_eng {
  margin-bottom: 34px;
}

.selling-item__link_eng {
  margin-bottom: 0;
}

.selling-item__price_eng {
  margin-bottom: 0;
}

.internal-button {
  display: flex;
  width: 100%;
  height: 53px;
  max-width: 210px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  margin-top: auto;
}

.internal-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.internal-buttons_eng {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 22px;
  margin-top: auto;
}

.internal-buttons_eng .internal-button:nth-child(n+1) {
  margin-top: 12px;
}

.convertation {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 35px;
}

.convertation-block__title {
  font-size: 16px;
  line-height: 19px;
  color: #3C3C3C;
  margin-bottom: 32px;
}

.convertation-block__wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #E0EAF0;
  align-items: center;
}

.convertation-block-description {
  display: flex;
  width: 100%;
  max-width: 806px;
}

.convertation-block-description__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-self: center;
}

.convertation-description__buttons {
  max-width: 442px;
}

.convertation-block-description__item {
  margin-left: 10px;
  font-size: 14px;
  line-height: 180%;
}

.convertation-block-description__item:first-child {
  margin-left: 0;
}

.convertation-description {
  display: flex;
  flex-direction: column;
}

.convertation-description__title {
  font-size: 28px;
  line-height: 33px;
  color: #3C3C3C;
  padding-bottom: 17px;
  margin-bottom: 30px;
  position: relative;
}

.convertation-description__title::before {
  content: '';
  position: absolute;
  width: 64px;
  height: 5px;
  background: #0FB2FF;
  left: 0;
  bottom: 0;
}

.convertation-description__wrapper {
  display: flex;
  width: 100%;
}

.convertation-description-text {
  width: calc(50% - 14px);
  margin-right: auto;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}

.convertation-description__subtitle {
  font-size: 16px;
  line-height: 140%;
  color: #3C3C3C;
  margin-bottom: 30px;
}

.convertation-description__list {
  margin-bottom: 30px;
}

.convertation-description-banner {
  width: calc(50% - 14px);
  border-radius: 4px;
  background: #F0F0F0;
  padding: 60px 0 60px 50px;
  position: relative;
}

.convertation-description-banner__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

.convertation-description-banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.convertation-description-banner__info {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.convertation-description-banner__price {
  display: flex;
  flex-direction: column;
}

.convertation-description-banner-price__text {
  font-size: 16px;
  line-height: 19px;
  color: #3C3C3C;
  margin-bottom: 9px;
}

.convertation-description-banner-price__items {
  display: flex;
  margin-bottom: 26px;
  align-items: center;
}

.convertation-description-banner-price__num {
  font-size: 16px;
  line-height: 19px;
  color: #3C3C3C;
  margin-right: 17px;
}

.convertation-description-banner-price__num span {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.convertation-description-banner-price__num_old {
  text-decoration-line: line-through;
  margin-right: 0;
}

.convertation-description-banner__button {
  margin-bottom: 20px;
}

.convertation-block-form {
  display: flex;
  width: 100%;
  margin-bottom: 26px;
}

.convertation-block-form__description {
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #83b2d1;
  margin-bottom: 15px;
}

.convertation-block-form__description-success {
  padding-left: 31px;
  color: #26c000;
  margin-bottom: 18px;
  margin-top: 28px;
}

.convertation-block-form__description-success::before {
  content: '';
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0;
  background: url("../img/circle.svg") no-repeat center;
  background-size: cover;
}

.convertation-block-form__description-error {
  padding-left: 31px;
  text-align: center;
  color: #ff0000;
}

.convertation-block-form__description-error::before {
  content: '';
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0;
  background: url("../img/treug.svg") no-repeat center;
  background-size: cover;
}

.convertation-block-form__conv-icon {
  width: 100%;
  height: 100%;
  max-width: 66px;
  max-height: 66px;
  background: #cfdee8;
  border-radius: 100%;
  padding: 20px;
  display: none;
  -webkit-animation: clock 3s infinite linear;
  -moz-animation: clock 3s infinite linear;
  animation: clock 3s infinite linear;
}

@-webkit-keyframes clock {
  0% {
      -webkit-transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(-360deg);
  }
}

@-moz-keyframes clock {
  0% {
      -moz-transform: rotate(0deg);
  }
  100% {
      -moz-transform: rotate(-360deg);
  }
}

@keyframes clock {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(-360deg);
  }
}

.convertation-block-form__conv-icon img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.convertation-block-form-mail {
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: none;
}

.convertation-block-form-mail__text {
  padding-left: 31px;
  text-align: center;
  width: max-content;
}

.convertation-block-form-mail__text::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 14px;
  left: 0;
  background: url("../img/mail.svg") no-repeat center;
  background-size: contain;
}

.convertation-block-form-mail__wrapper {
  /* display: flex; */
  width: 100%;
  display: none;
}

.convertation-block-form-mail__input {
  width: 100%;
  height: 53px;
  border: none;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 0 50px 0 20px;
  font-size: 16px;
  line-height: 140%;
  color: #83b2d1;
}

.convertation-block-form-mail__button {
  width: 45px;
  height: 45px;
  background: #CFDEE8;
  border-radius: 4px;
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
}

.convertation-block-form-mail__button::before {
  content: '';
  position: absolute;
  right: calc(50% - 9px);
  top: 50%;
  height: 1px;
  width: 18px;
  background: #2886c3;
  transition: .3s;
}

.convertation-block-form-mail__button::after {
  content: '';
  position: absolute;
  right: calc(50% - 9px);
  top: calc(50% - 4px);
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid #2886C3;
  border-bottom: 1px solid #2886C3;
  transition: .3s;
}

.convertation-block-form-mail__policy {
  position: absolute;
  max-width: 245px;
  right: -265px;
  top: 8px;
  display: none;
  text-decoration: none;
}

.text-file__uploaded {
  margin-top: 15px;
  display: none;
  margin-bottom: 12px;
}

.text-file__name {
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  color: #2886C3;
}

.convertation-block-form-mail__text-success {
  font-size: 16px;
  line-height: 140%;
  color: #2886c3;
  text-align: center!important;
  display: none;
}

.drop-area {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px dashed #3C3C3C;
  position: relative;
  min-height: 294px;
  padding: 20px;
}

.drop-area::before {
  content: '';
  position: absolute;
  background: #E0EAF0;
  top: 15px;
  bottom: 15px;
  right: 15px;
  left: 15px;
}

.drop-area__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 413px;
}

.drop-area__bottom {
  display: flex;
  margin-top: 33px;
  padding-top: 12px;
  border-top: 1px solid #ADC4D3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 365px;
  display: none;
}

.drop-area__bottom-item {
  font-size: 14px;
  line-height: 180%;
  color: #2886C3;
  text-decoration: none;
}

.form-block__item {
  display: flex;
}

.form-block__download {
  text-decoration: none;
  display: none;
  margin-bottom: 18px;
}

.checkbox {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer
}

.checkbox__span {
  width: 11px;
  height: 11px;
  border: 1px solid #2886C3;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 10px;
  background-position: center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  border-radius: 2px;
  margin-top: 2px;
}

.checkbox .checkbox__box:checked + .checkbox__span, .checkbox_active .checkbox__span {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.7071 3.07102L4.43168 8.34608C4.04103 8.7368 3.40733 8.7368 3.01631 8.34608L0.293099 5.62267C-0.0976998 5.23194 -0.0976998 4.59817 0.293099 4.20737C0.683973 3.8165 1.31762 3.8165 1.70832 4.20722L3.7242 6.22313L8.29165 1.65565C8.68253 1.26478 9.31622 1.26508 9.70695 1.65565C10.0977 2.04645 10.0977 2.68 9.7071 3.07102Z' fill='blue'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='10' height='10' fill='blue'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
}

.checkbox__text {
  font-size: 13px;
  line-height: 140%;
  color: #2886C3;
}

.progress-bar {
  width: 100%;
  height: 11px;
  background: #CFDEE8;
  border-radius: 20px;
  border: none;
  display: none;
}

.progress-bar::-webkit-progress-bar {
  width: 100%;
  height: 11px;
  background: #CFDEE8;
  border-radius: 20px;
  border: none;
}

.progress-bar::-webkit-progress-value {
  background: #2886C3;
  border-radius: 20px;
}

.progress-bar::-moz-progress-bar {
  width: 100%;
  height: 11px;
  background: #CFDEE8;
  border-radius: 20px;
  border: none;
}

.header-burger {
  width: 125px;
  height: 45px;
  cursor: pointer;
  flex-shrink: 0;
  display: none;
  z-index: 999999;
  border: 1px solid #c9c9c9;
  background: #f5f5f5;
  margin-left: 10px;
}

.header-burger span {
  position: absolute;
  height: 3px;
  width: 30px;
  background: #0fb2ff;
  left: 9px;
  transition: .3s
}

.header-burger span:first-child {
  top: calc(25% - 1px)
}

.header-burger span:nth-child(2) {
  top: calc(50% - 1px);
  transition-delay: .6s
}

.header-burger span:nth-child(3) {
  top: calc(75% - 1px);
}

.header-burger__name {
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  font: 16px 'Roboto', sans-serif;
  color: #000;
}

.header-burger_open {
  transition: .5s
}

.header-burger_open span:first-child {
  transform: rotate(45deg);
  top: calc(50% - 1px)
}

.header-burger_open span:nth-child(2) {
  transform: translateX(100%);
  opacity: 0
}

.header-burger_open span:nth-child(3) {
  transform: rotate(-45deg);
  top: calc(50% - 1px)
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition: all .2s ease-in-out;
  opacity: 0;
  pointer-events: none;
  display: none;
  justify-content: flex-end;
  z-index: 1000000;
  font-family: 'Roboto', sans-serif;
}

.header-mobile__close-button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid #E0EAF0;
  border-radius: 100%;
}

.header-mobile__close-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% - 10px);
  width: 20px;
  height: 1px;
  background: #E0EAF0;
  transform: rotate(45deg);
}
.header-mobile__close-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% - 10px);
  width: 20px;
  height: 1px;
  background: #E0EAF0;
  transform: rotate(-45deg);
}

.header-mobile__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  transform: translateX(100%);
  width: 320px;
  transition: all .3s ease-in-out;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  min-height: 100%;
  padding: 70px 35px 35px 35px;
  margin-left: auto;
  overflow-y: auto;
}

.dialwebdontfixit, .header-mobile.header-mobile_open ul * {
    position: relative;
    box-sizing: border-box;
    outline: none;
    -webkit-font-smoothing: antialiased
}

.dialwebfix {
    position: relative;
    box-sizing: border-box;
    outline: none;
    -webkit-font-smoothing: antialiased
}

.header-mobile_open {
  opacity: 1;
  pointer-events: all;
  overflow-y: auto
}

.header-mobile_open .header-mobile__wrapper {
  transform: translateX(0);
  transition-delay: .2s
}

.header-mobile__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center
}

.header-mobile__item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #E0EAF0;
  width: 100%;
}

.header-mobile__item:last-child {
  border-bottom: none;
}

.header-mobile__item.is-open .header-mobile-navigation__sublist {
  max-height: 150px
}

.header-mobile__item-second {
  margin-bottom: 10px;
}

.header-mobile__subitem {
  margin-bottom: 5px;
}

.header-mobile__title {
  font-size: 18px;
  line-height: 33px;
  text-transform: uppercase;
  text-decoration: none;
  color: #2886c3;
  width: 100%;
}

.header-mobile__subtitle {
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  width: 100%;
  display: flex;
}

.header-mobile__sublink {
  text-decoration: none;
}

.header-mobile__sublist {
  display: none;
  margin-left: 10px;
  padding-left: 10px;
  list-style-type: none;
  border-left: 1px solid #E0EAF0;
  margin-top: 15px;
}

.header-mobile__list-second {
  display: none;
  list-style-type: none;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #E0EAF0;
  width: 100%;
  margin-top: 15px;
}

.header-mobile__toggle::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  right: 7px;
  top: calc(50% - 5px);
  border-bottom: 1px solid #E0EAF0;
  border-right: 1px solid #E0EAF0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-mobile__toggle.header-mobile__title_open::after {
  transform: rotate(225deg);
  top: calc(50% - 3px);
}

.header-mobile__subtitle.header-mobile__toggle::after {
  right: 17px;
}

.header-mobile__toggle.header-mobile__subtitle_open::after {
  transform: rotate(225deg);
  top: calc(50% - 3px);
}

/* Dial Styles END */

input,textarea {
outline:none
}

header .header_cont .menu .menu_block .button p {
    display: none;
}

#gray50 {
margin: 0px 0 5px;
color:#3c3c3c;
line-height:1.5
}

#gray50 > div {
width:50%;
display:inline-block
}

#vermarg {
margin:50px 0
}

#vermarg > p {
width:50%;
display:inline-block
}

#button_a {
color:#fff!important;
background-color:#2886C3;
padding:15px 35px;
text-decoration:none;
border:none;
cursor:pointer;
display:inline-block
}

#button_a:hover {
background:#2886C3;
color:#fff
}

#button_pdf {
color:#fff!important;
background-color:#28a53b;
padding:15px 0px;
text-decoration:none;
border:none;
border-radius: 3px;
cursor:pointer;
display:inline-block;
font-size:15px;
width:35%;
text-align:center;
margin:15px 0px 15px 0px;
}

#button_pdf:hover {
background:#1e9230;
color:#fff
}

.button-blue {
color:#fff;
background:#008cdc;
padding:15px 20px;
text-decoration:none;
font-size:15px;
border:none;
cursor:pointer;
min-width:100px;
display:inline-block
}

.button-blue:hover {
background:#0076ba
}


#formop .input-text {
width:100%;
margin:0;
padding:7px 10px;
border:1px solid #abadb3;
border-radius: 4px;
}

#formop .input-text:focus {
border:1px solid #008cdc
}

#formop .input-question {
width:100%;
margin:0;
padding:10px;
border:1px solid #abadb3;
height:100px
}

#formop .input-question:focus {
border:1px solid #008cdc
}

.formbutton {
    -moz-user-select:none;
    outline:none;
    width:auto!important;
    height:auto!important;
}

.formbutton:hover {
background:#f5f5f5 linear-gradient(rgba(17,178,125,1),#12b27c)
}

#formconv {
padding-right:30px;
text-align:center
}

#formconv > div {
text-align:left;
margin-top:20px
}

#formconv > div > p {
padding:5px 0;
margin:0
}

.formconvinp {
width:95%;
margin:0;
padding: 5px;
border: 1px solid #a9a9a9;
border-radius: 4px;
}

.formconvinp:focus {
border:1px solid #008cdc
}

#showcard {
font-size:15px;
padding:20px;

}

#showcard > h2 {
font-weight:400;
text-align:center;
font-size:26px;
line-height:normal
}

#showcard50 {
margin:20px 0;
text-align:center;
font-size:26px
}

#showcard50 > div {
width:auto;
display:inline-block
}

#showcard50 > div > p {
margin:0
}

#showcard50link {
margin:20px 0;
text-align:left;
font-size:15px
}

#showcard50link > p {
width:50%;
display:inline-block;
margin:0
}

#gray {
margin:30px 0 20px;
color:#6f6f6f;
line-height:1.5
}

#gray > h2 {
margin:50px 0 30px 250px;
text-align:center;
font-size:26px;
font-weight:400
}

div>h2{
    margin-top: 0;
}

.div37 {
width:100%;
display:inline-block
}

.div37 > div {
display:inline-block;
float:left;
width:26%
}

.div37 div + div {
float:none;
width:74%
}

.greenbutton {
    padding: 12px;
    background: #17BE52;
    color: #fff!important;
    text-decoration: none!important;
    display: inline-block;
    width: 240px;
    text-align: center;
    border: none;
    font-size: 15px;
    cursor: pointer;
    margin: 10px 0;
}

.greenbutton:hover {
background:#31D76C
}

.ul130 {
display:inline-block;
width:130px;
float:left
}

.boxShadow {
display:inline-block
}

.boxShadow > div {
display:inline-flex;
width:100%;
margin-bottom:12px
}

.boxShadow > div > p {
display:inline-block;
float:left;
width:12px
}

.boxShadow > div > a {
display:inline-block;
float:left;
width:231px;
min-height:55px;
border:2px solid #fff;
padding:10px 5px;
box-shadow:1px 1px 6px -1px #bdbdbd;
cursor:pointer;
margin:0;
color:#4C4C4C;
text-decoration:none
}

.boxShadow > div > a:hover {
box-shadow:none;
border:2px solid #008CDC
}

.boxlink {
color:#008cdc;
display:inline-block;
padding-bottom:7px!important
}

.close {
float:right;
font-size:20px;
font-weight:700;
color:#000;
text-shadow:0 1px 0 #fff;
opacity:.2
}

button.close {
padding:0;
cursor:pointer;
background:transparent;
border:0;
-webkit-appearance:none
}

.alert .close {
position:relative;
top:-2px;
right:-21px;
line-height:20px
}

.alert {
padding:8px 35px 8px 14px;
margin-bottom:20px;
text-shadow:0 1px 0 rgba(255,255,255,0.5);
border:1px solid #fbeed5;
border-radius:4px
}

.alert-error {
color:#b94a48;
background-color:#f2dede;
border-color:#eed3d7
}

.label {
display:inline-block;
padding:2px 4px;
font-size:12px;
line-height:14px;
color:#f00;
white-space:nowrap;
vertical-align:baseline;
}

.form {
width: 100%;
background-color:#f5f5f5;
border:1px solid #e3e3e3;
padding:19px;
border-radius:4px;
box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
margin:20px 0
}

.formop {
width:980px;
margin:20px 0
}

.td-right {
padding:0 5px
}

.alert-success {
color:#468847;
background-color:#dff0d8;
border-color:#d6e9c6;
margin-top:25px
}

#choice {
color:#3c3c3c
}

#choice h3 {
font-size:25px;
font-weight:400;
margin:20px 0;
color:#2888C3;
}

#choice ul {
line-height:1.5;
list-style-type:circle
}

#choice p {
line-height:1.5;
padding: 10px 0;
}

#choice p:first-child {
  padding:0px;
}  

#choice pre {
background-color:#FAFAFA;
border:1px solid #DDD;
margin:20px 0;
overflow-x:scroll;
padding:10px;
 white-space: pre-line;
}

.form-nonback100 {
width:100%;
background:none
}

#form-cols50 p {
margin:25px 0 7px;
color:#2a2a2a
}

#form-cols50 input {
   padding: 0 10px;
   width: 100%;
   min-width: 440px;
   border: 1px solid #a9a9a9;
   border-radius: 5px;
}

@media screen and (max-width: 800px) {
  #form-cols50 input {
  width: 100%;
  }
}

#form-cols50 input:focus {
border:1px solid #61A2D5;
box-shadow:0 0 2px 0 #61A2D5
}

#form-cols50 textarea:focus {
border:1px solid #61A2D5;
box-shadow:0 0 2px 0 #61A2D5
}

.rec {
color:#00b000;
text-align:center!important;
font-size:15px
}

.rec2 {
color:#00b000;
text-align:center!important;
font-size:15px;
background:url(/images/check-circular-green.png) center no-repeat
}

.rec-orange {
color:#00b000;
text-align:center!important;
font-size:15px;
background:url(/images/plus_orange.png) center no-repeat
}

.rec-blue {
color:#00b000;
text-align:center!important;
font-size:15px;
background:url(images/check-circular-blue.png) center no-repeat
}

.sup {
background:url(images/circle_darkblue.png) center no-repeat;
background-size:6px
}

#link-button {
margin:20px 0 10px;
display:inline-block;
width:100%
}

#link-button div {
float:left
}

#link-button p {
display:block;
text-align:right;
width:100%;
margin-bottom:6px
}

#p-cards img {
margin-right:10px
}

.hint {
position:absolute;
background:url(../pics/question-hover.png) center no-repeat;
width:16px;
height:16px;
opacity:.5;
cursor:pointer;
margin-left:5px;
display:inline
}

.hint span {
display:none
}

.hint a {
display:block;
width:14px;
height:14px;
background:url(img/question-hover.png) center no-repeat!important;
z-index:20;
opacity:0
}

.hint:hover {
opacity:1
}

span.hint:hover span {
display:block;
border:1px solid #dadada;
position:absolute;
top:16px;
left:0;
padding:10px;
color:#000;
background:#fff;
font-size:12px;
z-index:999;
cursor:auto;
width:100px
}

p.hint:hover span {
display:block;
border:1px solid #dadada;
position:absolute;
top:16px;
left:0;
padding:15px;
color:#000;
background:#fff;
font-size:12px;
z-index:999;
cursor:auto;
width:300px
}

p.hint:hover span > a {
display:inline;
background:none!important;
opacity:1
}

.comments-table {
font-size:12px;
color:#6e6e6e;
line-height:1.5;
margin:8px 0
}

.discount div {
font-size:14px;
text-align:center;
padding:3px 0
}

.discount span {
color:#0652A6
}

.ab-h2 {
margin:50px 0 15px;
font-size:28px;
font-weight:400;
color:#459e9e
}

.myul {
list-style:none;
padding:0;
}

.myul li:after {
display:inline;
content:"  "
}

.myul span {
padding-right:5px
}

.myul-rt {
list-style:none;
padding:0;
text-align: right;
direction: rtl;
}

.myul-rt li:after {
display:inline;
content:"  "
}

.myul-rt span {
padding-right:5px
}

#head-div {
display:inline-block;
width:auto;
margin-top:20px;
text-align:left
}

#head-div > div {
display:inline;
}

.table-buy, .table-price{
text-align:center
}

.table-buy{
color:#fff;
font-size:14px
}

.table-price {
color:#4E4E4E;
font-size:14px;
border-top:1px solid #ddd;
font-weight:normal;
font-size:25px
}

.table-buy div {
display:inline-block;
border-right:1px solid #fff;
padding:20px 0px;
float:left
}

.table-price > div {
border-right:1px solid #ddd;
padding:20px 0px;
height:166px;
float:right
}

.table-price-col{
width:159px;
color:#0ba1b2
}

.table-price-col4{
width:159px
}

.table-price-col3{
width:159px;
color:#1e8eb9
}

.table-price-col2{
width:159px;
color:#28b687
}

.table-price-col1{
width:159px;
color:#f90
}

.table-price-button1 {
border:1px solid #1e8eb9;
color:#1e8eb9;
}

.table-price-button2 {
border:1px solid #28b687;
color:#28b687;
}

.table-price-button3 {
border:1px solid #F90;
color:#F90;
}

.table-price-button1, .table-price-button2, .table-price-button3 {
padding:7px 20px;
border-radius:20px;
display:inline-block;
font-size:16px;
text-decoration:none;
margin-top:35px
}

.table-price-button1:hover, .table-price-button2:hover, .table-price-button3:hover {
background-color:#ff9900;
color:#fff;
border-color:#ff9900
}

.table-price-button, .table-price-button4 {
padding:7px 20px;
border-radius:20px;
display:inline-block;
font-size:16px;
text-decoration:none;
margin-top:35px;
min-width:60px
}

.button-v1{
border: 1px solid #0fb2ff;
    color: #0fb2ff;
}

.button-v2{
border:1px solid #f90;
color:#f90;
}

.button-v3{
border:1px solid #28b687;
color:#28b687;
}

.button-v4{
border:1px solid #1e8eb9;
color:#1e8eb9;
}

.table-price-button:hover {
background-color:#ff9900;
color:#fff;
border-color:#ff9900
}

.table-price-button4:hover {
background-color:#1e8eb9;
color:#fff;
}

.table-content{
border:1px solid #ddd;
display:inline-block;
border-bottom:none;
font-size:13px;
}

.table-content div{
padding: 15px;
display:inline-block;
border-right:1px solid #ddd;
text-align:center;
color:#3c3c3c;
line-height: 0!important;
height: 40px;
border-bottom: 1px solid #ddd;
}

.table-content.last_content div{
	height: 43px!important;
    overflow: hidden;
}

.table-content-col{
background: url(images/check.png) center no-repeat;
}

.table-content-col-v1{
background: url(images/stories/check-or.png) center no-repeat;
}

.table-content-col-v2{
background: url(images/stories/check-gr.png) center no-repeat;
}

.table-content-col-v3{
background: url(images/stories/check-bl.png) center no-repeat;
}

.table-content-col1{
width:390px;
float:left;
padding-left:15px;
background-color: #e9f8ff;
text-align:left !important;
height: 49px;
}

.table-content-col2{
width:153px;
float:left;
}

.table-content-col3{
width:152px;
border:none !important;
}

.tabs{
padding:0;
margin:0;
}

.tabs_container .tabs li {
cursor: pointer;  
background-color: #2886c3;
border: 1px solid #2886c3;
border-radius:5px;
color:#fff;
padding: 20px 30px 20px 50px;
font-size:20px;
width:46%;
text-align:center;
margin-left: 0;

}

.tabs_buy{
background:url(images/stories/store_white.png) no-repeat;
background-position:50px;
}

.tabs_update{
background:url(images/stories/update_white.png) no-repeat;
background-position:50px;
}

.tabs_update_br{
background:url(images/stories/update_white.png) no-repeat;
background-position:35px;
}

.tabs_update_nl{
background:url(images/stories/update_white.png) no-repeat;
background-position:20px;
}

.tabs_update_cz{
background:url(images/stories/update_white.png) no-repeat;
background-position:35px;
}

.tabs_container .tabs li.active {
background-color:#fff;
color: #2886c3;
cursor: default;
padding:20px 40px !important;
}

.tabs li:hover {
background-color: #3b9ad7;
}

.tab_container {
display: none;
font-size:13px
}

.tab_container ul li {
  margin: 0 0 8px 0;
}

.inl-bl{
  display: inline-block;
}

.fh4 {
font-size:18px;
padding: 10px 0;
}

.fh1 {
font-weight:normal;
margin:30px 0px 0px;
color:#008cdc;
}

#dll pre {
background-color:#FAFAFA;
border:1px solid #DDD;
margin:20px 0;
overflow-x:scroll;
padding:10px;
}

.lp-h1 {
color:#525252;
line-height:0.5;
font-weight:400;
font-size:70px;
margin-bottom:69px;
}

.lp-h2 {
text-align:center;
margin-bottom:50px;
color:#525252;
font-weight:400;
font-size:28px;
line-height:1
}

.lp-features {
color:#424242;
line-height:1.7;
}

.product_pages_cont .lp-features div {
display:inline-block;
width:49%;
margin-bottom:50px!important;
}

.lp-features div {
    float: none!important;
    vertical-align: top;
}

.lp-features div img {
float:left;
margin-right:10px;
}

.lp-features span {
display:block;
min-height: 57px;
}

.product_pages_block .lp-feedback {
color:#424242;
line-height:1.7;
}

.product_pages_block .lp-feedback div {
display:inline-block!important;
width:46%!important;
margin-bottom:35px!important;
min-height: 97px;
}

.product_pages_block .lp-feedback span {
margin:0px 7px;
}

.lp-blue-button {
font-size:19px;
background-color:#0b91ff;
border:1px solid #0b91ff;
color:#fff;
text-decoration:none;
width:370px;
display:inline-block;
text-align:center;
padding:13px 0px;
margin-bottom:10px;
}

.lp-blue-button:hover {
background-color:#35b5ff;
border:1px solid #35b5ff;
}

.lp-white-button {
font-size:15px;
border:1px solid #0b91ff;
color:#0b91ff!important;
text-decoration:none;
width:370px;
display:inline-block;
text-align:center;
padding:6px 0px;
text-decoration: none!important;
margin-bottom: 20px;
}

.lp-white-button:hover {
color:#35b5ff!important;
}

.downloaddll {
display:none;
}

.cdevcommon {
line-height: 1.43;
}

.cdevcommon h2 {
    font-weight: 400;
    font-size: 40px;
    color: #0fb2ff;
    margin-top: -65px;
    padding-top: 115px;
}

.cdev {
margin:20px 0px 0px;
}

.cdev img {
-webkit-transition: -webkit-transform .3s ease-in-out;
        transition:         transform .3s ease-in-out;
}

.cdev img:hover {
-webkit-transform: rotate(360deg);
        transform: rotate(360deg);
}

.cdev > div {
display:inline-block;
width:50%
}

.cdev > div:nth-child(odd) {
float:left;
margin-right:20px;
}

.cdev > div > div:nth-child(odd) {
min-height:130px;
float:left;
margin-right:15px;
display:inline-block
}

.cdev > div > div:nth-child(even) {
display:table
}

.cdev h3 {
font-weight:400;
margin-bottom:10px;
font-size:24px;
color:#191919;
}

.bigbuttoncenter {
text-align:center
}

.bigbuttoncenter > a {
color:#008cdc;
text-decoration:none;
padding:15px 30px;
font-size:22px;
border-radius:30px;
border:2px solid #008cdc;
display:inline-block
}

.bigbuttoncenter > a:hover {
color:#fff;
background-color:#1ab4ff;
border-color:#fff
}

.cdev-adv > div {
display:inline-block;
padding:25px 25px 25px 55px;
border:1px solid #e4e4e4;
background: url(images/stories/products/customdevelopment/tick.png) 15px 15px no-repeat
}

.cdev-adv p {
margin:0px
}

.cdev-hor {
    position: absolute;
    border: 1px dashed #008cdc;
    height: 85%;
    width: 0px;
    left: 263px;
    top: 21px;
    z-index: 1;
}

.cdev-stages div {
display:inline-block
}

.cdev-stages > div > div {
width:85%;
padding-left:20px;
margin-top: 10px;
}

.cdev-stages img {
float:left
}

#skr img:hover {
border:2px solid #039AAC
}

#skr img {
border:2px solid #fff
}

.custom-dev {
margin-bottom: 10px;
}

.custom-dev div {
display: inline-block;
position: relative;
}

.custom-dev a {
display: inline-block;
position: absolute;
margin-bottom: 0;
top: 96px;
left: 9px;
height: 106px;
width: 269px;
background-color: rgba(0,140,220, 0.7);
padding: 8px 8px;
color: white;
font-family: Segoe UI;
font-size: 20px;
font-weight: 600;
text-decoration: none;
}

.webcadsdk-banner {
background: #d1d1d1 url(/images/stories/products/webcadsdk/image.png);
margin-bottom: 10px;
width: 100%;
height: auto;
min-height: 180px;
}

.webcadsdk-banner p:first-child {
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
text-align: center;
padding-top: 30px;
color: #ffffff;
}

.webcadsdk-banner p, figure {
text-align: center;
}

.webcadsdk-button {
text-decoration: none;
width: 300px;
border: none;
text-align: center;
font-size: 18px;
background: #12ba82;
display: inline-block;
padding: 8px;
color: white;
border-radius: 4px;
box-shadow:2px 4px 3px rgba(0,0,0,0.3);
}

.webcadsdk-button:hover { 
background: #12ba82;
}

/*End styles css*/
		  
html, body {
  height: 100%;
  margin: 0; }


p, ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

button {
  padding: 0;
  border: none;
  background: none; }

input, select {
  outline: none; }

h1 {
	font: 500 30px 'Roboto', sans-serif;
	}
  
h2  {
	font: 500 26px 'Roboto', sans-serif;
	color: #2886C3;
    margin: 15px 0px;
	padding: 0;
}  
			  
h3 {
	font: 500 22px 'Roboto', sans-serif;
	color: #0fb2ff;
    margin: 10px 0;
	padding: 0;
} 

h4 {
	font: 500 20px 'Roboto', sans-serif;
	color: #0fb2ff;
    margin: 10px 0;
	padding: 0;
} 

h5 {
	font: 500 18px 'Roboto', sans-serif;
	color: #0fb2ff;
    margin: 10px 0;
	padding: 0;
}


  
/* ::-webkit-input-placeholder {
  font: 300 14px 'Roboto', sans-serif;
  color: #8a8a8a;
  font-style: italic; }

::-moz-placeholder {
  font: 300 14px 'Roboto', sans-serif;
  color: #8a8a8a;
  font-style: italic; }

::-ms-input-placeholder {
  font: 300 14px 'Roboto', sans-serif;
  color: #8a8a8a;
  font-style: italic; } */

input:not(.unset-placeholder)::placeholder, textarea:not(.unset-placeholder)::placeholder {
  font: 300 14px 'Roboto', sans-serif;
  color: #8a8a8a;
  font-style: italic; }

.container {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px; }
  
.header {
    display: block;
    position: relative; /* lol: если нет этого правила, то хром захромает ... */
    z-index: 999;
    width: 100%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: 84px;
}

header .header_cont {
  padding: 15px 0;
  height: 84px; }
  header .header_cont .logo {
    float: left;
    width: 125px;
    position: relative;
    padding: 60px 0 0; }
    
    header .header_cont .logo a {
      display: block;
      width: 125px;
      height: 83px;
      background-image: url(../pics/logo.png);
      background-repeat: no-repeat;
      background-size: 90%;
      position: absolute;
      left: 0;
      top: -10px;}
  header .header_cont .menu {
    width: 610px;
    float: left;
    margin-left: 5px;
    padding-top: 9px; }
    header .header_cont .menu .search {
      width: 56px;
      float: right;
      cursor: pointer; }
    header .header_cont .menu .search.active {
      width: 600px;
      z-index: 1;
      position: relative; }
      header .header_cont .menu .search input[type="search"] {
          text-indent: -9999px;
        width: 100%;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 12px;
    font: 300 14px 'Roboto', sans-serif;
    color: #8a8a8a;
    cursor: inherit;
    font-style: italic;
    background: #fff url(../pics/search.png) no-repeat -webkit-calc(100% - 5px) center;
    background: #fff url(../pics/search.png) no-repeat calc(100% - 5px) center;
    float: right;
    margin-bottom: 18px; }
    
    header .header_cont .menu .search.active input[type="search"] {
        text-indent: 0px;
        border: 1px solid #c9c9c9;
        cursor: initial;
    }
    
    header .header_cont .menu .menu_block {
        padding-top: 10px;
        position: absolute; }
    
    header .header_cont .menu .menu_block > ul {
      font-size: 0;
      text-align: left;
      margin-left: 50px; }
      header .header_cont .menu .menu_block > ul > li {
        position: relative;
        display: inline-block;
        padding: 0 13px 12px 18px; }
        header .header_cont .menu .menu_block > ul > li:first-child {
          padding-left: 0; }
        header .header_cont .menu .menu_block > ul > li:last-child {
          padding-right: 0; }
        header .header_cont .menu .menu_block > ul > li:hover a:after {
          width: 100%; }
        header .header_cont .menu .menu_block > ul > li > a, header .header_cont .menu .menu_block > ul > li .menu_drop_button {
          position: relative;
          display: block;
          font: 16px 'Roboto', sans-serif;
          color: #1a1a1a;
          text-decoration: none;
          cursor: pointer; }
          header .header_cont .menu .menu_block > ul > li > a:after, header .header_cont .menu .menu_block > ul > li .menu_drop_button:after {
            position: absolute;
            content: '';
            width: 0;
            height: 3px;
            bottom: -12px;
            left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            background: #0fb2ff;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s; }
          header .header_cont .menu .menu_block > ul > li > a.drop_link, header .header_cont .menu .menu_block > ul > li .menu_drop_button.drop_link {
            padding-right: 12px; }
            header .header_cont .menu .menu_block > ul > li > a.drop_link:before, header .header_cont .menu .menu_block > ul > li .menu_drop_button.drop_link:before {
              position: absolute;
              content: '';
              width: 10px;
              height: 6px;
              background: url("../pics/drop_arrow.png") no-repeat center;
              right: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%); }
        header .header_cont .menu .menu_block > ul > li .drop_product {
          position: absolute;
          width: 720px;
          background: #fff;
          top: 150%;
          border: 1px solid #0fb2ff;
          padding: 15px 0;
          text-align: left;
          z-index: -2;
          display: none;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }

        header .header_cont .menu .menu_block > ul > li.active .drop_product,
        header .header_cont .menu .menu_block > ul > li:hover .drop_product {
         	display: block;
            z-index: 99;
            opacity: 1;
            top: 100%;
         }

          header .header_cont .menu .menu_block > ul > li .drop_product:after {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border-bottom: 10px solid #0fb2ff;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            left: 30px;
            top: -10px; }
          header .header_cont .menu .menu_block > ul > li .drop_product .drop_product_block:first-child {
            /* float: left; */
            width: 215px;
            /* padding-left: 10px;
            border-right: 1px solid #e5e5e5;
            margin-right: 10px; */ }
            header .header_cont .menu .menu_block > ul > li .drop_product .drop_product_block {
              float: left;
              width: 200px;
              padding-left: 10px;
              border-right: 1px solid #e5e5e5;
              margin-right: 10px; }
              header .header_cont .menu .menu_block > ul > li .drop_product .drop_product_block:last-child {
              border: none;
              width: auto; }
            header .header_cont .menu .menu_block > ul > li .drop_product .drop_product_block .drop_product_title {
              position: relative;
              padding: 5px 0 15px 35px;
              font: 500 16px 'Roboto', sans-serif;
              color: #3d3d3d; }
              header .header_cont .menu .menu_block > ul > li .drop_product .drop_product_block .drop_product_title img {
                position: absolute;
                top: 0;
                left: 0; }
            header .header_cont .menu .menu_block > ul > li .drop_product .drop_product_block ul {
              padding: 0 0 15px 35px;
              max-width: 235px; }
              header .header_cont .menu .menu_block > ul > li .drop_product .drop_product_block ul li {
                padding-bottom: 3px; }
                header .header_cont .menu .menu_block > ul > li .drop_product .drop_product_block ul li a {
                  font: 500 13px 'Roboto', sans-serif;
                  color: #0fb2ff;
                  text-decoration: none; }
                  header .header_cont .menu .menu_block > ul > li .drop_product .drop_product_block ul li a:hover {
                    text-decoration: underline; }
        header .header_cont .menu .menu_block > ul > li:hover .drop_company {
          z-index: 99;
          opacity: 1;
          top: 100%; }
        header .header_cont .menu .menu_block > ul > li .drop_company {
          position: absolute;
          width: 185px;
          background: #fff;
          top: 150%;
          border: 1px solid #0fb2ff;
          padding: 5px 0;
          text-align: left;
          z-index: -2;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s;
          display: none; }

          header .header_cont .menu .menu_block > ul > li:hover .drop_company {
          display: block;
          }

          header .header_cont .menu .menu_block > ul > li .drop_company:after {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border-bottom: 10px solid #0fb2ff;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            left: 30px;
            top: -10px; }
          header .header_cont .menu .menu_block > ul > li .drop_company ul {
            padding: 10px 20px; }
            header .header_cont .menu .menu_block > ul > li .drop_company ul li {
              padding-bottom: 10px; }
              header .header_cont .menu .menu_block > ul > li .drop_company ul li a {
                font: 15px 'Roboto', sans-serif;
                color: #454545;
                text-decoration: none; }
                header .header_cont .menu .menu_block > ul > li .drop_company ul li a:hover {
                  color: #0fb2ff;
                  text-decoration: underline; }
  header .header_cont .header_data {
    width: 385px;
    float: right;
    min-height: 65px; }
    header .header_cont .header_data .header_data_block {
      width: 210px;
      margin-top: 14px;
      float: left; }
      header .header_cont .header_data .header_data_block .header_mail {
        padding: 4px 0 4px 25px;
        background: url("../pics/mail.png") no-repeat left center; }
        header .header_cont .header_data .header_data_block .header_mail a {
          font: 500 16px 'Roboto', sans-serif;
          color: #292929;
          text-decoration: none; }
          header .header_cont .header_data .header_data_block .header_mail a:hover {
            text-decoration: underline; }
      header .header_cont .header_data .header_data_block .header_phone {
        display: none;
        padding: 10px 0 10px 25px;
        background: url("../pics/phone.png") no-repeat left center; }
        header .header_cont .header_data .header_data_block .header_phone a {
          font: 16px 'Roboto', sans-serif;
          color: #292929;
          text-decoration: none; }
    header .header_cont .header_data .header_leng {
      float: right;
      width: 155px;
      height: 45px;
      position: relative;
      top: 6px;
      z-index: 99; }
      header .header_cont .header_data .header_leng.active ul {
        overflow: inherit;
        height: auto; }
        header .header_cont .header_data .header_leng.active ul li {
          border: none; }
          header .header_cont .header_data .header_leng.active ul li.active {
            border: 1px solid #dedede; }
      header .header_cont .header_data .header_leng ul {
        width: 100%;
        height: 45px;
        overflow: hidden;
        padding-top: 43px;
        border: 1px solid #dedede; 
      }
        header .header_cont .header_data .header_leng ul li {
          display: block;
          width: 100%;
          height: 30px;
          position: relative;
          background: #f5f5f5;
          border: 1px solid #dedede;
          cursor: pointer; }
header .header_cont .header_data .header_leng ul li.active {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
}

           header .header_cont .header_data .header_leng ul li.active a{
           	padding: 15px 0 15px 40px;
           }

           header .header_cont .header_data .header_leng ul li.active img {
            top: 50%;
           }


            header .header_cont .header_data .header_leng ul li.active:after {
              position: absolute;
              content: '';
              width: 0;
              height: 0;
              border-top: 10px solid #0fb2ff;
              border-right: 8px solid transparent;
              border-left: 8px solid transparent;
              right: 10px;
              top: 50%;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%); }
          header .header_cont .header_data .header_leng ul li img {
            position: absolute;
            left: 15px;
            top: 43%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
          header .header_cont .header_data .header_leng ul li a {
			  display: block;
            padding: 5px 0 5px 40px;
            font: 14px 'Roboto', sans-serif;
            color: #292929;
            text-decoration: none; }

			header .header_cont .header_data .header_leng ul li a:hover {
				text-decoration: underline;
			}
			
.slider_top .slide_top_block {
  position: relative;
  height: 500px;
  overflow: hidden; }
  .slider_top .slide_top_block img {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 500px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .slider_top .slide_top_block .slide_top_cont {
    position: absolute;
    z-index: 2;
    top: 128px;
    left: 44%;
    background: url("../pics/slide_top_bg.png") no-repeat top center;
    width: 1054px;
    padding: 20px 0 15px 175px; }
	.slider_top .slide_top_block .slide_top_cont a {text-decoration:none;}
      
.slider_top .slide_top_block .slide_top_cont h1 {
    display: block;
    margin: 0;
    padding-bottom: 15px;
    font: 30px 'Roboto', sans-serif;
    color: #fff;
    width: 500px;
}
.slider_top .slide_top_block .slide_top_cont h3 {
    font: 28px 'Conv_Anonymous Pro';
    margin: 0;
    color: #fff;
    width: 500px;
    padding-bottom: 10px;
}

.slider_top .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0; }
  .slider_top .owl-nav div {
    position: absolute;
    width: 47px;
    height: 61px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .slider_top .owl-nav div.owl-prev {
      left: 0;
      background: rgba(0, 0, 0, 0.2) url("../pics/prev.png") no-repeat center; }
      .slider_top .owl-nav div.owl-prev:hover {
        background: rgba(0, 0, 0, 0.5) url("../pics/prev.png") no-repeat center; }
    .slider_top .owl-nav div.owl-next {
      right: 0;
      background: rgba(0, 0, 0, 0.2) url("../pics/next.png") no-repeat center; }
      .slider_top .owl-nav div.owl-next:hover {
        background: rgba(0, 0, 0, 0.5) url("../pics/next.png") no-repeat center; }

.slide_2 {
  position: relative;
  z-index: 2; }
  .slide_2 .info_block {
    background: #0fb2ff;
    overflow: hidden;
    margin-top: -115px;
    z-index: 20;
    box-shadow: 1px 1px 6px 1px #545454;
     }
    .slide_2 .info_block .info_cont {
      width: 815px;
      float: right;
      position: relative;
      padding: 20px 20px 40px 0px; }
      .slide_2 .info_block .info_cont span {
        display: block;
        padding-bottom: 15px;
        font: 30px 'Roboto', sans-serif;
        color: #fff; }
      .slide_2 .info_block .info_cont p {
        width: 515px;
        padding-bottom: 30px;
        font: 16px 'Roboto', sans-serif;
        color: #fff;
        line-height: 1.5em; }
      .slide_2 .info_block .info_cont a {
        position: relative;
        border: 1px solid #fff;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        padding: 15px 35px 15px 25px;
        text-decoration: none;
        font: 16px 'Roboto', sans-serif;
        color: #fff;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
            text-transform: capitalize; }
        .slide_2 .info_block .info_cont a:after {
          position: absolute;
          content: '';
          width: 6px;
          height: 6px;
          border-bottom: 1px solid #fff;
          border-right: 1px solid #fff;
          right: 20px;
          top: 50%;
          -webkit-transform: rotate(-45deg) translateY(-50%);
              -ms-transform: rotate(-45deg) translateY(-50%);
                  transform: rotate(-45deg) translateY(-50%);
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }
        .slide_2 .info_block .info_cont a:hover {
          background: #fff;
          color: #0fb2ff; }
          .slide_2 .info_block .info_cont a:hover:after {
            border-color: #0fb2ff; }
      .slide_2 .info_block .info_cont > img {
        position: absolute;
    right: -132px;
    top: -6px;
    width: 51%;
    -webkit-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    transform: rotate(-11deg); }
    .slide_2 .info_block ul {
      float: left; }
      .slide_2 .info_block ul li {
        width: 315px;
        text-align: center;
        padding: 30px; }
        .slide_2 .info_block ul li:first-child {
          background: #2e5989; }
        .slide_2 .info_block ul li:last-child {
          background: #1662b6; }
        .slide_2 .info_block ul li span {
          display: block;
          font: 30px 'Roboto', sans-serif;
          color: #fff; }
          .slide_2 .info_block ul li span span {
            font: 48px 'Roboto', sans-serif;
            color: #fff; }

.slide_2 {
  padding-bottom: 70px; }

.product {
  padding-bottom: 45px; }
  .product .product_title {
    padding: 35px 0;
    font: 48px 'Roboto', sans-serif;
    color: #1a1a1a; }
  .product ul {
    position: relative;
    font-size: 0;
    text-align: center;
    border: 1px solid #e6e6e6; }
    .product ul:after {
      position: absolute;
      content: '';
      width: 173px;
      height: 5px;
      background: #0fb2ff;
      left: 0;
      top: -5px;
      content: none; }
    .product ul li {
      display: inline-block;
      border-right: 1px solid #e6e6e6;
      width: 20%; }
      .product ul li:last-child {
        border: none; }
      .product ul li a {
        display: block;
        width: 100%;
        text-decoration: none; }
        .product ul li a:hover {
          background: #f6f6f6; }
          .product ul li a:hover .product_cont {
            color: #0fb2ff; }
          .product ul li a:hover .product_img.product_img1 {
            background: url("../pics/product_img1-h.png") no-repeat center; }
          .product ul li a:hover .product_img.product_img2 {
            background: url("../pics/product_img2-h.png") no-repeat center; }
          .product ul li a:hover .product_img.product_img3 {
            background: url("../pics/product_img3-h.png") no-repeat center; }
          .product ul li a:hover .product_img.product_img4 {
            background: url("../pics/product_img4-h.png") no-repeat center; }
          .product ul li a:hover .product_img.product_img5 {
            background: url("../pics/product_img5-h.png") no-repeat center; }
        .product ul li a .product_img {
          display: block;
          position: relative;
          width: 100%;
          height: 115px; }
          .product ul li a .product_img.product_img1 {
            background: url("../pics/product_img1.png") no-repeat center; 
            background-size: 77px 77px;
          }
          .product ul li a .product_img.product_img2 {
            background: url("../pics/product_img2.png") no-repeat center; }
          .product ul li a .product_img.product_img3 {
            background: url("../pics/product_img3.png") no-repeat center; }
          .product ul li a .product_img.product_img4 {
            background: url("../pics/product_img4.png") no-repeat center; }
          .product ul li a .product_img.product_img5 {
            background: url("../pics/product_img5.png") no-repeat center; }
        .product ul li a .product_cont {
          display: block;
          padding-bottom: 20px;
          font: 18px 'Roboto', sans-serif;
          color: #858585; }

.product_list {
  padding-bottom: 55px;
  overflow: hidden; }
  .product_list ul {
    font-size: 0;
    margin: 0 -15px;
    text-align: center; }
    .product_list ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 15px 15px 15px;
      width: 265px;
      border: 2px solid #f0f0f0;
      background: url("../pics/product_list_bg.png") no-repeat -45px -155px; }
      .product_list ul li:hover {
        border-color: #6acfff; }
        .product_list ul li:hover a {
          background: none; }
      .product_list ul li a {
        display: block;
        position: relative;
        text-decoration: none;
        background: rgba(255, 255, 255, 0.5);
        width: 100%; 
        height: inherit;  
      }
          .product_list ul li a .product_list_img img {
            position: absolute;
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            }
        .product_list ul li a .product_list_cont {
          display: block;
          font: 24px 'Roboto', sans-serif;
          color: #3e3e3e;
        }
        .product_list.five ul li a .product_list_cont, .product_list.three ul li a .product_list_cont, .product_list.four ul li a .product_list_cont {
          padding: 20px 20px 0 20px;
          }
          
.product_list.three .product_list_span {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 50%;
}
         
.product_list.five ul li a .product_list_img{
    margin: 50px 30px 25px;
}

.product_list.four ul li a .product_list_img{
    margin: 50px 60px 25px;
}
         
.product_list.two .product_list_img {
    float: left;
    margin-right: 35px;
}

.development {
  overflow: hidden;
    background: #0fb2ff;
    padding: 20px 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  padding: 20px; }
  .development .development_cont {
    width: 760px;
    float: left; }
    .development .development_cont span {
      display: block;
      padding-bottom: 15px;
      font: 32px 'Roboto', sans-serif;
      color: #fff; }
    .development .development_cont p {
      font: 16px 'Roboto', sans-serif;
      color: #fff;
      line-height: 1.5em; }
  .development .development_link {
    width: 255px;
    float: right;
    padding-top: 70px; }
    .development .development_link a {
      border: 2px solid #fff;
      background: #fff;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      padding: 18px 68px;
      text-decoration: none;
      font: 700 18px 'Roboto', sans-serif;
      color: #0fb2ff;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      text-transform: capitalize;
       }
      .development .development_link a:hover {
        background: none;
        color: #fff; }

.slide_3 {
  background: url("../pics/slide_3_bg.jpg") repeat; }
  .slide_3 .converter {
    position: relative;
    padding: 50px 0 85px 0; }
    .slide_3 .converter .converter_img {
      position: absolute;
      top: 0;
      right: -360px; }
    .slide_3 .converter .converter_title {
      font: 48px 'Roboto', sans-serif;
      color: #1a1a1a;
      width: 540px;
      padding-bottom: 30px; }
    .slide_3 .converter ul {
      position: relative; }
      .slide_3 .converter ul li {
        display: inline-block;
        background: #fff;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        position: relative;
        width: 144px;
        height: 144px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
        .slide_3 .converter ul li:first-child {
          margin-right: 65px; }
          .slide_3 .converter ul li:first-child:after {
            position: absolute;
            content: '';
            width: 38px;
            height: 28px;
            background: url("../pics/converter_arrow.png") no-repeat center;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            right: -55px; }
        .slide_3 .converter ul li img {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
    .slide_3 .converter .converter_list {
      padding-top: 60px; }
.slide_3 .converter .converter_list a, .news .oll_news a {
    background: #0fb2ff;
    border: 3px solid #0fb2ff;
        -webkit-border-radius: 3px;
    border-radius: 3px;
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        -webkit-transition: .5s;
        -o-transition: .5s;
    transition: .5s;
    padding: 20px 40px;
    font: 500 16px 'Roboto', sans-serif;
    color: #fff;
    text-decoration: none;}
.slide_3 .converter .converter_list a:hover, .news .oll_news a:hover {
    color: #0fb2ff;
    background: none;}

.title {
  position: relative;
  padding: 60px 0 30px 0;
  font: 48px 'Roboto', sans-serif;
  color: #1a1a1a; }
  .title:after {
    position: absolute;
    content: '';
    width: 92px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: #0fb2ff; }

.news {
  padding: 40px 0 0px 0; }
  .news ul {
    font-size: 0; }
    .news ul li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      background: #dfebf1;
      width: 383px;
      border-right: 1px solid #fff; }
      .news ul li:nth-child(3) {
        border: none; }
      .news ul li.news_last {
        display: none; }
      .news ul li:hover .news_link {
        width: 100%;
        height: 100%; }
      .news ul li .news_cont .news_data {
        background: #0fb2ff;
        padding: 20px 25px;
        min-height: 220px;}
        .news ul li .news_cont .news_data span {
          display: block;
          padding: 5px 35px;
          font: 500 14px 'Roboto', sans-serif;
          color: #fff;
          background: url("../pics/data.png") no-repeat left center; }
        .news ul li .news_cont .news_data p {
          font: 29px 'Roboto', sans-serif;
          color: #fff;
          padding: 20px 0; }
      .news ul li .news_cont .news_info {
		    min-height:220px;
            padding: 20px; }
        .news ul li .news_cont .news_info p {
          padding: 10px 0;
          font: 15px 'Roboto', sans-serif;
          color: #3d3d3d; }
      .news ul li .news_link {
        position: absolute;
        width: 0;
        height: 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        background: rgba(46, 89, 137, 0.5);
        overflow: hidden; }
        .news ul li .news_link a {
          position: absolute;
          font: 15px 'Roboto', sans-serif;
          color: #fff;
          text-decoration: none;
          border: 1px solid #fff;
          -webkit-border-radius: 3px;
                  border-radius: 3px;
          padding: 10px 40px;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }
          .news ul li .news_link a:hover {
            background: #fff;
            color: #0fb2ff; }
  .news .oll_news {
    padding: 50px 0 20px 0;
    text-align: center; }

.about {
  padding: 30px 0 70px 0;
  overflow: hidden; }
  .about .about_cont {
    width: 655px;
    float: left; }
    .about .about_cont p {
      font: 16px 'Roboto', sans-serif;
      color: #212121;
      padding-bottom: 20px; }
    .about .about_cont .about_link {
      padding: 40px 0; }
      .about .about_cont .about_link a {
        background: none;
        border: 2px solid #0fb2ff;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
                box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        padding: 20px 40px;
        font: 500 16px 'Roboto', sans-serif;
        color: #0fb2ff;
        text-decoration: none; }
        .about .about_cont .about_link a:hover {
          color: #fff;
          background: #0fb2ff; }
  .about .about_slider {
    width: 450px;
    float: right;
    box-shadow: 0px 1px 3px 1px #dadada;
    margin-right: 4px;
     }
    .about .about_slider .about_slider_title {
      position: relative;
      text-align: center;
      padding: 20px 0 30px 0;
      font: 36px 'Roboto', sans-serif;
      color: #1a1a1a; }
      .about .about_slider .about_slider_title:after {
        position: absolute;
        content: '';
        width: 92px;
        height: 5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0;
        background: #0fb2ff; }
    .about .about_slider .slider_about .slider_about_cont {
      padding-top: 30px; }
      .about .about_slider .slider_about .slider_about_cont ul li {
        padding: 20px; }
        .about .about_slider .slider_about .slider_about_cont ul li img {
          width: auto;
          margin: 0 auto; }
    .about .about_slider .slider_about .owl-nav {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 0; }
      .about .about_slider .slider_about .owl-nav div {
        position: absolute;
        width: 47px;
        height: 72px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        .about .about_slider .slider_about .owl-nav div.owl-prev {
          left: 0;
          background-image: url("../pics/prev2.png");
          background-position: center;
          background-repeat: no-repeat;
           }
        .about .about_slider .slider_about .owl-nav div.owl-next {
          right: 0;
          background-image: url("../pics/next2.png");
          background-position: center;
          background-repeat: no-repeat;
           }

.slide_5 {
  background: url("../pics/slide_3_bg.jpg") repeat; }
  .slide_5 .map {
    padding: 30px 0 60px 0; }
    .slide_5 .map .map_title {
      text-align: center;
      font: 48px 'Roboto', sans-serif;
      color: #1662b6;
      padding-bottom: 20px; }
      .slide_5 .map .map_title span {
        font-size: 30px;
        color: #1a1a1a; }
    .slide_5 .map p {
      font: 24px 'Roboto', sans-serif;
      color: #1a1a1a; }
      .slide_5 .map p img {
        padding-right: 20px;
        padding-left: 20px; }
    .map img {
        height: auto;
    }

/*
 * Product
*/
.slide_product_title {
    background-image: url(../pics/slide_product_title.jpg);
   }
  .slide_product_title .product_pages_title {
    font: 41px 'Roboto', sans-serif;
    color: #fff;
    margin: 0;
    padding: 20px 0; }
  .slide_product_title .crumbs {
    background: #f5f5f5;
    padding: 12px 0; }
    .slide_product_title .crumbs ul li {
      display: inline-block;
      position: relative;
      padding-right: 20px; }
      .slide_product_title .crumbs ul li:after {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        right: 6px;
        top: 50%;
        -webkit-transform: rotate(-45deg) translateY(-50%);
            -ms-transform: rotate(-45deg) translateY(-50%);
                transform: rotate(-45deg) translateY(-50%);
        border-right: 1px solid #000;
        border-bottom: 1px solid #000; }
      .slide_product_title .crumbs ul li:last-child:after {
        display: none; }
      .slide_product_title .crumbs ul li a {
        font: 300 14px 'Roboto', sans-serif;
        color: #3f3f3f;
        text-decoration: none;}
        .slide_product_title .crumbs ul li a:hover {
          color: #0fb2ff; }
      .slide_product_title .crumbs ul li span {
        font: 300 14px 'Roboto', sans-serif;
        color: #0fb2ff; }

.slide_product_title .nocrumbs {
    display: none;
}

.product_pages_block_right .product_pages_cont div {
  text-align: right!important;
}

.product_pages_block_right {
  padding: 25px 0;
}

.product_pages_block {
  padding: 25px 0; }
  .product_pages_block .left_side {
    width: 260px;
    float: left; }
    .product_pages_block .left_side .left_menu > ul > li {
      position: relative;
      margin-bottom: 2px; }
        .product_pages_block .left_side .left_menu > ul > li.active a:after {
          border-color: #0fb2ff;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          top: 40%; }
      .product_pages_block .left_side .left_menu > ul > li > a {
        position: relative;
        display: block;
        background: #f5f5f5;
        padding: 10px 35px;
        font: 17px 'Roboto', sans-serif;
        color: #222;
        text-decoration: none;
        border: 1px solid #e1e1e1; }
        .product_pages_block .left_side .left_menu > ul > li > a:after {
          position: absolute;
          content: '';
          width: 5px;
          height: 5px;
          left: 17px;
          top: 50%;
          -webkit-transform: rotate(-45deg) translateY(-50%);
              -ms-transform: rotate(-45deg) translateY(-50%);
                  transform: rotate(-45deg) translateY(-50%);
          border-right: 1px solid #000;
          border-bottom: 1px solid #000;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }
        .product_pages_block .left_side .left_menu > ul > li > a:hover, .product_pages_block .left_side .left_menu > ul > li.current_page_item>a{
          background: none;
          color: #0fb2ff; }
		  .product_pages_block .left_side .left_menu > ul > li.current_page_item>ul {display:block!important}
          .product_pages_block .left_side .left_menu > ul > li > a:hover:after {
            border-color: #0fb2ff; }
      .product_pages_block .left_side .left_menu > ul > li ul {
        display: none;
        margin: 6px 0px; }
        .product_pages_block .left_side .left_menu > ul > li ul li {
          padding-bottom: 10px; }
          .product_pages_block .left_side .left_menu > ul > li ul li a {
            font: 14px 'Roboto', sans-serif;
            color: #222; }
            .product_pages_block .left_side .left_menu > ul > li ul li a:hover {
              color: #0fb2ff; }
    .product_pages_block .left_side .left_clients .title {
      font-size: 36px; }
    .product_pages_block .left_side .left_clients ul {
      padding-top: 30px; }
      .product_pages_block .left_side .left_clients ul li {
        padding: 20px 0; }
  .product_pages_block .product_pages_cont {
    width: 850px;
    float: right; }
	  .product_pages_block .product_pages_cont .breadcrumb { display:none;}
    .product_pages_block .product_pages_cont .product_pages_title {
      font: 36px 'Roboto', sans-serif;
      color: #191919;
      padding-bottom: 15px; }
    .product_pages_block .product_pages_cont > p, .product_pages_cont .index-content div > p{
      font: 16px 'Roboto', sans-serif;
      color: #191919;
      padding-bottom: 10px;
      line-height: 1.5em; }
	  .product_pages_cont .index-content div div  { max-width:100%;}
	  .index-content .btn-play { display:none}
		.index-content .dopbtn-play  {     padding: 20px 65px;
    background: url("../pics/product_pages_video.jpg") no-repeat left center;
    font: 500 18px 'Roboto', sans-serif;
    color: #454545;
    margin-bottom: 20px;
    width: 100%!important;
	float:unset!important;
}
.index-content .dopbtn-play a{
    font: 500 18px 'Roboto', sans-serif;
    color: #454545;
	}
	
	.index-content .dopbtn-play a:hover {
		text-decoration: none;
	}
	
    .product_pages_block .product_pages_cont .product_pages_link ul li {
      display: inline-block;
      -webkit-align-self: baseline;
          -ms-flex-item-align: baseline;
              align-self: baseline; }
      .product_pages_block .product_pages_cont .product_pages_link ul li:first-child {
        margin-right: 10px; }
      .product_pages_block .product_pages_cont .product_pages_link ul li a, .index-content .buttondownload, .webcadsdk-button, #showcard50 div a, .more-a-onc p a, .error-block a, .abviewer-buy-1  {
		  text-align:center;
		  margin-top: 10px;
        display: block;
        font: 500 16px 'Roboto', sans-serif;
        color: #fff!important;
        text-decoration: none!important;
        padding: 15px 20px;
        background: #2886c3;
        border: 2px solid #2886c3;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
		
	#showcard50 div a, figure {
		margin: 0;
	}
		
		
		
		.more-a-onc p a, .error-block a  {
width: 150px;
margin: auto;
font-size: 16px;
		}

        .product_pages_block .product_pages_cont .product_pages_link ul li a:hover, .index-content .buttondownload:hover, .webcadsdk-button:hover, .product_pages_cont ol li a.formbutton:hover, .product_pages_cont #gray50 #showcard50 #button_a:hover, .product_pages_cont form #button_a:hover, #showcard50 div a:hover, .more-a-onc p a:hover, .error-block a:hover, .abviewer-buy .abviewer-buy-1:hover {
          background: none!important;
          color: #2886C3!important; }
  
    .product_pages_block .product_pages_cont .product_pages_img {
      padding: 20px 0; }
      .product_pages_block .product_pages_cont .product_pages_img ul li {
        display: inline-block; }
        .product_pages_block .product_pages_cont .product_pages_img ul li:first-child {
          margin-right: 10px; }
    .product_pages_block .product_pages_cont .product_pages_info {
      overflow: hidden; }
      .product_pages_block .product_pages_cont .product_pages_info ul, .index-content .boxShadow {
		}
		.index-content .boxShadow>div>p{ display:none; }
		.index-content .boxShadow>div a{ float:left; }
		.index-content .boxShadow>div a:before{
			 position: absolute;
        content: '';
        width: 92px;
        height: 84px;
       right: -10px;
		top: -10px;
		}
		
		.index-content .boxShadow div:nth-child(1)>a:nth-child(1):before{background: url("../pics/pages_info1.png") no-repeat center;	}
		.index-content .boxShadow div:nth-child(1)>a:nth-child(3):before{background: url("../pics/pages_info2.png") no-repeat center;	}
		.index-content .boxShadow div:nth-child(1)>a:nth-child(5):before{background: url("../pics/pages_info3.png") no-repeat center;	}
		.index-content .boxShadow div:nth-child(2)>a:nth-child(1):before{background: url("../pics/pages_info4.png") no-repeat center;	}		
		.index-content .boxShadow div:nth-child(2)>a:nth-child(3):before{background: url("../pics/pages_info5.png") no-repeat center;	}	
		.index-content .boxShadow div:nth-child(2)>a:nth-child(5):before{background: url("../pics/pages_info6.png") no-repeat center;	}	
		.index-content .boxShadow div:nth-child(3)>a:nth-child(1):before{background: url("../pics/pages_info7.png") no-repeat center;	}	
		.index-content .boxShadow div:nth-child(3)>a:nth-child(3):before{background: url("../pics/pages_info8.png") no-repeat center;	}	
		.index-content .boxShadow div:nth-child(3)>a:nth-child(5):before{background: url("../pics/pages_info9.png") no-repeat center;	}	
		.index-content .boxShadow div:nth-child(4)>a:nth-child(1):before{background: url("../pics/pages_info10.png") no-repeat center;	}	
		.index-content .boxShadow div:nth-child(4)>a:nth-child(3):before{background: url("../pics/pages_info11.png") no-repeat center;	}	
		.index-content .boxShadow div:nth-child(4)>a:nth-child(5):before{background: url("../pics/pages_info12.png") no-repeat center;	}	
		.index-content .boxShadow div:nth-child(5)>a:nth-child(1):before{background: url("../pics/pages_info13.png") no-repeat center;	}	
		.index-content .boxShadow div:nth-child(5)>a:nth-child(3):before{background: url("../pics/pages_info14.png") no-repeat center;	}	
		.index-content .boxShadow div:nth-child(5)>a:nth-child(5):before{background: url("../pics/pages_info15.png") no-repeat center;	}	
		
        .product_pages_block .product_pages_cont .product_pages_info ul li, .index-content .boxShadow>div a{
          display: inline-block;
          vertical-align: top;
          margin: 0 7px 15px 7px;
          width: 271px;
          background: url("../pics/pages_info_bg.png") no-repeat center -webkit-calc(100% + 185px);
          background: url("../pics/pages_info_bg.png") no-repeat center calc(100% + 185px); }
          .product_pages_block .product_pages_cont .product_pages_info ul li a, .index-content .boxShadow>div a{
            position: relative;
            display: block;
            text-decoration: none;
            border: 1px solid #e8e8e8;
            padding: 15px 10px;
            min-height: 140px;
            overflow: hidden; }
            .product_pages_block .product_pages_cont .product_pages_info ul li a:hover, .index-content .boxShadow>div a:hover {
              border-color: #0fb2ff;
              -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
                      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
            .product_pages_block .product_pages_cont .product_pages_info ul li a .product_pages_info_title,  .index-content .boxShadow>div a .boxlink {
              display: block;
              font: 500 16px 'Roboto', sans-serif;
              color: #0fb2ff;
              padding-bottom: 15px; }

              .index-content .boxShadow>div a .boxlink_new, .boxlink_beta {
               color: #00c80c;
               font-size: 13px;
               display: inline-block;
               border: 1px solid #00c80c;
               padding: 1px 8px;
               border-radius: 4px;
               position: absolute;
               right: 5px;
               top: 5px;
            }
            
            .boxlink_beta {
                font-size: 20px;
               right: 15px;
               top: 15px;
            }

			  .index-content .boxShadow>div a .newsattr { position:absolute; top:5px; right:5px; font-size:20px!important;}
            .product_pages_block .product_pages_cont .product_pages_info ul li a .product_pages_info_cont,  .index-content .boxShadow>div a span{
              display: block;
              font: 14px 'Roboto', sans-serif;
              color: #484848; }
            .product_pages_block .product_pages_cont .product_pages_info ul li a img {
              position: absolute;
              right: -10px;
              top: -10px; }
            .product_pages_block .product_pages_cont .product_pages_info ul li a .new {
              position: absolute;
              top: 3px;
              right: 3px;
              font: 500 14px 'Roboto', sans-serif;
              color: #1aaf1a;
              border: 1px solid #1aaf1a;
              -webkit-border-radius: 3px;
                      border-radius: 3px;
              text-decoration: none;
              text-transform: uppercase;
              padding: 5px 10px;
              background: #fff; }
    .product_pages_block .product_pages_cont .product_pages_bot {
      padding-bottom: 30px; }
      .product_pages_block .product_pages_cont .product_pages_bot .product_pages_video {
        padding: 20px 65px;
        background: url("../pics/product_pages_video.jpg") no-repeat left center;
        font: 500 18px 'Roboto', sans-serif;
        color: #454545;
        margin-bottom: 20px; }
      .product_pages_block .product_pages_cont .product_pages_bot .product_pages_bot_title {
        padding: 20px 0 20px 20px;
        background: url("../pics/product_pages_bot_title.jpg") no-repeat left center;
        font: 24px 'Roboto', sans-serif;
        color: #fff; }
      .product_pages_block .product_pages_cont .product_pages_bot p {
        font: 16px 'Roboto', sans-serif;
        color: #191919;
        padding: 20px 0; }
        .product_pages_block .product_pages_cont .product_pages_bot p a {
          color: #0fb2ff; }
          .product_pages_block .product_pages_cont .product_pages_bot p a:hover {
            text-decoration: none; }
      .product_pages_block .product_pages_cont .product_pages_bot .product_pages_bot_link a {
        font: 12px 'Roboto', sans-serif;
        color: #959595; }
        .product_pages_block .product_pages_cont .product_pages_bot .product_pages_bot_link a:hover {
          text-decoration: none; }

/*
 * load
 */
.slide_product_title_load {
  background: url("../pics/slide_product_title_load.jpg"); }

.load_table table, .product_pages_cont>table.contentpaneopen, .cadnavigator_table{
  border: 1px solid #e1e1e1;
  width: 100%;
  margin-bottom: 25px;
border-collapse: collapse;  }
  .load_table table tr td,  .product_pages_cont>table.contentpaneopen table.sto, .product_pages_cont>table.contentpaneopen table.sto td{
	width:100%;
	padding: 0;
	color: #fff;
	border:0px!important}
    .load_table table tr:first-child td, .product_pages_cont>table.contentpaneopen tr:first-child td{
      color: #000;
      font-weight: bold;}
  .load_table table tr:nth-child(2), .product_pages_cont>table.contentpaneopen tr:nth-child(2), .cadnavigator_table tr:nth-child(2){
    background: #efefef !important; }
  .load_table table tr:nth-child(2n), .product_pages_cont>table.contentpaneopen tr:nth-child(2n), .cadnavigator_table tr:nth-child(2n) {
    background: #f8f8f8; }
  .load_table table tr td, .product_pages_cont>table.contentpaneopen tr td, .cadnavigator_table tr td {
    font: 300 14px 'Roboto', sans-serif;
    color: #333232;
    padding: 15px;
    border-right: 1px solid #e1e1e1; }
    .load_table table tr td a, .product_pages_cont>table.contentpaneopen tr td a, .cadnavigator_table tr td a {
      display: block;
      position: relative;
      float: left;
	  margin: 0px 5px 5px 30px;
      color: #1dabee; }
	 .product_pages_cont>table.contentpaneopen .down_link>img,  .product_pages_cont>table.contentpaneopen .down_link a>img { display:none;}
      .load_table table tr td a:after, .product_pages_cont>table.contentpaneopen tr td a:after, .cadnavigator_table tr td a:after {
        position: absolute;
        content: '';
        width: 18px;
        height: 17px;
        background: url("../pics/116.png") no-repeat center;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -25px; }
        
#doc tr td:first-child{
    width: 45%;
}

.product_license {
  background: url("../pics/product_license.jpg") no-repeat center;
  padding: 10px 20px; }
  .product_license span {
    display: block;
    font: 24px 'Roboto', sans-serif;
    color: #fff;
    padding-bottom: 10px; }
  .product_license p {
    font: 14px 'Roboto', sans-serif;
    color: #fff; }
    .product_license p a {
      color: #fff; }
      .product_license p a:hover {
        text-decoration: none; }

.product_license_cont {
  padding: 20px 0;
  font: 300 14px 'Roboto', sans-serif;
  color: #191919; }
  .product_license_cont span {
    font-weight: 400; }

.product_license_list ul li {
  font: 300 14px 'Roboto', sans-serif;
  color: #191919;
  padding: 5px 0 5px 20px;
  background: url("../pics/product_license_list.png") no-repeat 5px center; }
  .product_license_list ul li span {
    font-weight: 400; }
  .product_license_list ul li:first-child {
    background: none;
    padding-left: 0; }

footer {
  background: #293e77;
  clear: both; }
  footer .footer_cont {
    padding: 50px 0;
    overflow: hidden; }
    footer .footer_cont .footer_menu {
      float: left;
      width: 865px;
      border-right: 1px solid #6081a5; }
      footer .footer_cont .footer_menu .footer_menu_block {
        width: 25%;
        float: left; }
        footer .footer_cont .footer_menu .footer_menu_block .footer_menu_title {
          position: relative;
          font: 18px 'Roboto', sans-serif;
          color: #fff;
          padding-bottom: 12px; }
          footer .footer_cont .footer_menu .footer_menu_block .footer_menu_title:after {
            position: absolute;
            content: '';
            width: 44px;
            height: 2px;
            left: 0;
            bottom: 0;
            background: #4bcbf5; }
        footer .footer_cont .footer_menu .footer_menu_block ul {
          padding: 15px 0 20px 0; }
          footer .footer_cont .footer_menu .footer_menu_block ul li {
            padding-bottom: 10px; }
            footer .footer_cont .footer_menu .footer_menu_block ul li a, .footer_copy_block a {
              font: 300 14px 'Roboto', sans-serif;
              color: #fff;
              text-decoration: none; }
              footer .footer_cont .footer_menu .footer_menu_block ul li a:hover, .footer_copy_block a:hover {
                text-decoration: underline; }
    footer .footer_cont .footer_contact {
      width: 260px;
      float: right; }
      footer .footer_cont .footer_contact .footer_contact_title {
        position: relative;
        font: 18px 'Roboto', sans-serif;
        color: #fff;
        padding-bottom: 12px;
        margin-bottom: 20px; }
        footer .footer_cont .footer_contact .footer_contact_title:after {
          position: absolute;
          content: '';
          width: 44px;
          height: 2px;
          left: 0;
          bottom: 0;
          background: #4bcbf5; }
      footer .footer_cont .footer_contact .footer_adres {
        padding: 10px 0 10px 30px;
        font: 16px 'Roboto', sans-serif;
        color: #fff;
        background: url("../pics/pin_contact.png") no-repeat left center; }
      footer .footer_cont .footer_contact .footer_phone {
        padding: 10px 0 10px 30px;
        background: url("../pics/phone_contact.png") no-repeat left center; }
        footer .footer_cont .footer_contact .footer_phone a {
          font: 700 16px 'Roboto', sans-serif;
          color: #fff;
          text-decoration: none; }
      footer .footer_cont .footer_contact .footer_mail {
        padding: 10px 0 10px 30px;
        background: url("../pics/mail_contact.png") no-repeat left center; }
        footer .footer_cont .footer_contact .footer_mail a {
          font: 16px 'Roboto', sans-serif;
          color: #32c1f0; }
          footer .footer_cont .footer_contact .footer_mail a:hover {
            text-decoration: none; }
  footer .footer_copy {
    background: #27336f; }
    footer .footer_copy .footer_copy_block {
      overflow: hidden;
      padding: 20px 0; }
      footer .footer_copy .footer_copy_block p {
        font: 14px 'Roboto', sans-serif;
        color: #fff;
        float: left;
        padding-top: 5px; }
      footer .footer_copy .footer_copy_block ul.soc {
        float: right;
        font-size: 0; }
        footer .footer_copy .footer_copy_block ul.soc li {
          display: inline-block;
          margin-left: 15px;
          vertical-align: top; }
          footer .footer_copy .footer_copy_block ul.soc li a {
            display: block;
            width: 32px;
            height: 31px; }
            footer .footer_copy .footer_copy_block ul.soc li a.vk {
              background: url("../pics/vk.png") no-repeat center; }
            footer .footer_copy .footer_copy_block ul.soc li a.f {
              background: url("../pics/f.png") no-repeat center; }
 

.slide_product_title .crumbs ul li a span{
	color: #3f3f3f;
}
.slide_product_title .crumbs ul li.B_lastCrumb a,
.slide_product_title .crumbs ul li.B_lastCrumb a span{
	color: #0fb2ff;
	text-decoration: none;
}

#cookies {
	font: 16px 'Roboto', sans-serif;
	width: 100%;
	bottom: 0;
    left: 0;
    border-top: 1px solid rgb(58, 109, 161);
    justify-content: center;
    background: rgba(255, 255, 255,.98);
    z-index: 20005;
}

#cookies .container {
   max-width: 100%;
   padding: 20px 0 15px;
   display: flex;
   align-items: baseline;
}

#cookies  .formbutton {
    padding: 4px 20px !important;
    min-width: 85px !important;
}

#cookies  .formbutton:hover {
	background: #0f59a5;
}

#cookies p a {
   text-decoration: none;
}


#cookies p a:hover {
	text-decoration:underline !important;
}

#cookies p {
	width: auto!important;
}

.product_pages_cont p, .product_pages_cont .producthead {
	font: 16px/1.5 'Roboto', sans-serif;
}

.product_pages_cont a {
	font-family: 'Roboto', sans-serif;
	color: #0fb2ff;
	text-decoration:underline;
}

.product_pages_cont ol, .product_pages_cont ul {
	font: 16px 'Roboto', sans-serif;
	line-height: 1.5;
}

.product_pages_cont ol li, .product_pages_cont ul li {
	margin-left: 20px;
	padding: 0;
}

.product_pages_cont ul li {
	list-style-type: disc;
	color: #191919;
}

.product_pages_cont ul > li > ul > li{
    list-style-type: circle;
}

.additional_ul {
    font: 300 14px 'Roboto', sans-serif!important;
}

.product_pages_cont ol li div, .product_pages_cont ul li div {
	margin: 0px;
}

.product_pages_block .left_side .left_menu > ul > li ul li a:hover, .product_pages_cont a:hover, .product_pages_cont ol li div a.formbutton:hover, .product_pages_cont ul li div a.formbutton:hover {
	text-decoration:none!important;
}

.product_pages_cont #gray50 div {
	float: none!important;

}

.product_pages_cont #formconv {
    display: block;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    
    padding: 10px;
    border-radius: 5px;
}

.product_pages_cont #formconv p{
	text-align: left;
}


.product_pages_cont form #button_a{
    font-size: 14px;
    background: #0fb2ff;
    border: 2px solid #0fb2ff;
    border-radius: 3px;
    transition: .5s;
    padding: 10px 20px;
    font: 500 15px 'Roboto', sans-serif;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
	display: block;
	margin: 0 auto;
}


.product_pages_cont form img {
	margin: 10px 0;
}

.product_pages_cont form label {
	font: 12px 'Roboto', sans-serif;
}

.product_pages_cont form ol, .product_pages_cont form ul{
	margin: 10px 0;
}

.product_pages_cont form ol li, .product_pages_cont form ul li {
	margin: 0;
}

.product_pages_cont #form-cols50 {
	display: block;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%!important;
    margin: 0 auto;
    text-align: center;
    padding: 19px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    background-color: #F5F5F5; 
    border-radius: 5px;
    border: 1px solid #eaeaea;

}

#form-cols50 .formbutton:hover, .formbutton:hover {
color: #0fb2ff!important;
background: none!important;
}

.product_pages_cont #form-cols50 .formbutton, #form-cols50 .formbutton, .formbutton, .support-block .support-block-1 .support-block-a, #formfb .submit {
	background: #2886C3;
	border: 2px solid #2886C3;
	border-radius: 3px;
	transition: .5s;
	padding: 10px 20px;
	font: 500 15px 'Roboto', sans-serif;
	color: #fff!important;
	text-decoration: none!important;
	cursor: pointer;
	margin: 15px auto;
}

#form-cols50 .formbutton, .formbutton {
    margin: 0 0 5px 10px;
} 

.product_pages_cont #form-cols50 .formbutton:hover, .support-block .support-block-1 .support-block-a:hover, #formfb .submit:hover {
    color: #2886c3!important;
    background: none;
	border: 2px solid #2886c3;
}

.product_pages_cont #form-cols50 .formbutton{
	margin: 15px auto 0!important;
    min-width: 170px!important;
    display: block;
}

.product_pages_cont #form-cols50 p {
    width: 100%;
    margin: 5px 0;
    font: 900 16px 'Roboto', sans-serif !important;
    padding:0;
}

.product_pages_cont #form-cols50 input {
    padding: 5px;
    border: 1px solid #a9a9a9;
    min-width: auto !important;
	margin: 10px 0;
}
 
 .product_pages_cont #form-cols50 #subscribe {
	 width: auto;
	 margin: 0 10px 0 5px;
 }
 
.product_pages_cont #form-cols50 #text{
	padding: 5px;
	width: 100%;
    border: 1px solid #a9a9a9;
    min-width: auto !important;
    margin: 10px 0;
	resize: none;
	border-radius: 5px;
}

@media screen and (max-width: 800px) {
  .product_pages_cont #form-cols50 #text {
  width: 100%
  }
  }
 

.product_pages_cont .order_offers, #devtools {
	font: 16px 'Roboto', sans-serif;
	border: 1px solid #e1e1e1;
width: 100%;
border-spacing: 1px;
border-collapse: collapse;
}

.product_pages_cont .order_offers th, #devtools th{
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    background: #f5f5f5;
    color: #353535;
}

.product_pages_cont .order_offers th, .product_pages_cont .order_offers td{
	    width: 128px;
}

.product_pages_cont .order_offers th{
	    padding: 10px 0px 10px 5px!important;
}

.product_pages_cont .order_offers td{
	border: 1px solid #ccc;
	padding: 5px;
	color: #191919;
}

#devtools .titl {
	background: #f5f5f5;
}

.product_pages_cont .order_offers .rec {
	text-align: center;
	color: #00b000;
}

#choice {
	font: 16px 'Roboto', sans-serif;
}

.product_pages_cont div {
	font: 16px/1.5 'Roboto', sans-serif;
}

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

.for_news {
    padding-top: 10px;
}

.for_news2 {
    padding-top: 10px;
    padding-bottom: 10px;
}


#formfb table td input ,#formfb table td select, #formfb table td textarea{
    border: 1px solid #a9a9a9;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
}

#formfb table td input.submit{
	font-size: 14px;
background: #3b9ad7;
border: 2px solid #3b9ad7;
border-radius: 3px;
transition: .5s;
padding: 10px 20px;
font: 500 15px 'Roboto', sans-serif;
font-size: 15px;
color: #fff;
text-decoration: none;
cursor: pointer;
}

#formfb table td input.submit:hover {
	color: #0fb2ff;
	background: none;
}

#form-cols50 select {
    padding: 5px 2px;
    width: 100%;
    border: 1px solid #a9a9a9;
    min-width: 100%;
    font: 14px 'Roboto', sans-serif;
    color: #a9a9a9;
    font-style: italic;
    margin: 10px 0;
    border-radius:5px
}

li.page-item.disabled {
    display: none;
}

.pagination, .pagination ul {
    display: flex;
    flex-direction: row;
	width: auto;
	margin: 0 auto;
	overflow-x: auto;
}

.pagination ul li {
width: auto;
text-align: center;
list-style: none;
padding-bottom: 5px;
}

.pagination ul li {
	list-style-type: none;
	margin: 0px;
	line-height: normal;
}

.pagination li:last-child a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination li:first-child a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-left: 0;
}

.product_pages_cont .allnews_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin: 0 0;
}
			  
.product_pages_cont .allnews_block a, .tutorial-button {
    border: 2px solid #0fb2ff;
    border-radius: 3px;
    transition: .5s;
    padding: 5px 20px;
    font: 15px 'Roboto', sans-serif;
    text-decoration: none!important;
    cursor: pointer;
    margin: 20px 0;
	color: #40a9e5;
	display: inline-block;
}

.product_pages_cont .allnews_block a:hover {
    text-decoration: underline!important;
}

.product_pages_cont .allnews_block p {
	width: 100%;
	line-height: 1.5;
}

.product_pages_cont .allnews_block p.title_allnews {
    font-size: 18px;
    background: #4caee6;
    color: #fff;
    padding: 10px;
    background: linear-gradient(to top, #4caee6 0%, #4caee6 100%);
    background: -moz-linear-gradient(top, #4caee6 0%, #4caee6 100%);
    background: -webkit-linear-gradient(top, #4caee6 0%,#3b9ad7 100%);
}

.product_pages_cont .allnews_block p.date_allnews {
    color: #807c7b;
    padding: 4px 0;
    border-bottom: 1px solid #bbb;
    font-size: 14px;
    margin: 10px 0;

}

.pagination ul li a {
    color: #0fb2ff;  
    font-size: 14px;
    display: block;
    text-decoration: none;
    border: 1px solid #bbb;
    margin-left: -1px;
    background: #fff;
    padding: 10px 15px;
}

.pagination ul li:hover a {
    color: #008CDC;
    background-color: #e9ecef;
}

.pagination ul li.active a {
    color: #fff;
    background-color: #0fb2ff;
    border-color: #0fb2ff;
}

.product_pages_cont .cdevcommon .cdev {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.cdev .cdev-1 {
	width: 49%;
    margin-bottom: 10px;
    text-align: left;
}

.bigbuttoncenter {
	text-align: center;
	margin-top: 50px;
}

.bigbuttoncenter a {
	font: 500 15px 'Roboto', sans-serif;
	background: #0fb2ff;
border: 2px solid #0fb2ff;
border-radius: 3px;
transition: .5s;
padding: 10px 20px;
color: #fff;
text-decoration: none;
cursor: pointer;
}

.bigbuttoncenter a:hover {
	background: none;
	color: #0fb2ff;
	border: 2px solid #0fb2ff;
}

.cdev-adv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cdev-adv .cdev-adv-1 {
    width: 56%;
    padding: 25px 25px 25px 50px;
    border: 1px solid #dedede;
    margin: 5px 5px 15px 5px;
    background-image: url(../pics/tick.png);
    background-repeat: no-repeat;
    background-position: 12px 25px;
}

.cdev-stages .cdev-stages-1 p {
    margin-top: 10px;
}

.cdev-stages .cdev-stages-1 img{
    float: left;
    margin: 5px 25px 5px 5px;
	width: 50px;
	height: 50px;
	z-index: 100;
    position: relative;
}

.cdev-stages .cdev-stages-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
	clear: both;
}

.product_pages_cont ol li a.formbutton {
    text-align: center;
    margin-top: 10px;
    display: block;
    font: 500 16px 'Roboto', sans-serif;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    background: #0fb2ff;
    border: 2px solid #0fb2ff;
    border-radius: 3px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	width: 320px !important;
}

.product_pages_cont #gray50 #formconv-gray50-1 {
	width: 48%;
}

.product_pages_cont #gray50 #formconv-gray50-10 {
	width: 100%;
}

.product_pages_cont #gray50 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_pages_cont #gray50 #showcard50 #button_a  {
    text-align: center;
    margin: 10px;
    display: block;
    font: 500 16px 'Roboto', sans-serif;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px!important;
    background: #2886C3;
    border: 2px solid #2886C3;
    border-radius: 3px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: auto;
    float: left;
}

.product_pages_cont #gray50 #showcard50 {
    display: block;
	text-align: center!important;
}

.product_pages_cont #gray50 #showcard50  p span {
	font-size: 22px;
}

.product_pages_cont #gray50 #showcard50  p span.showcard50-span-2 {
	text-decoration: line-through;
}

.more-a-onc {
	text-align: center;
	margin: 10px 0;
}

.buttondownload {
    width: 180px;
    padding: 8px;
    background: #3b9ad7;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff!important;
    text-decoration: none!important;
    border: none;
    cursor: pointer;
    margin: 5px 0;
	border: 2px solid #3b9ad7;
	border-radius: 5px;
}

.buttondownload:hover {
	background: transparent;
	color: #3b9ad7!important;
}

.newsbutton {
    width: 265px;
    padding: 8px;
    background: #0ba6ff;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff!important;
    text-decoration: none!important;
    border: none;
    cursor: pointer;
    margin: 5px 0 15px 0;
	border: 2px solid #0ba6ff;
	border-radius: 5px;
}

.newsbutton:hover {
	background: transparent;
	color: #0ba6ff!important;
}

.news-p {
    text-align: center;
    display: block;
    width: 100%;
}

.producttable, .ordertable2 {
    border-collapse: collapse;
    width: 100%;
	font: 14px 'Roboto', sans-serif;
	color: #191919;
}

.producttable th, .producttable2 th {
    border: 1px solid #8bb0d4;
    font-weight: 400;
    background-color: #008CDC;
    text-align: center;
    padding: 2px 5px;
    color: #fff;
}

.producttable td   {
    border: 1px solid #8bb0d4;
    text-align: left;
    background-color: #f0f4fa;
    padding: 1px 10px 1px 5px;
    font: 14px 'Roboto', sans-serif;
	padding: 5px;
}

.ordertable2 th {
    border: 1px solid #ccc;
    background: #3b9ad7;
    padding: 5px 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
	font: 14px 'Roboto', sans-serif;
}

.ordertable2 td {
    border: 1px solid #ccc;
    text-align: left;
    background-color: #f0f4fa;
    padding: 5px 10px;
}

.support-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.support-block .support-block-1 {
    width: 32.7%!important;
    background-color: rgba(0, 140, 220, 0.04);
    margin: 5px 10px 5px 0;
    display: flex;
    flex-direction: column;
    text-align: center!important;
    justify-content: space-around;
    padding: 10px 0 35px 0;
    border: 1px solid #f3f3f3;
    background: #f5fbfe;
}

.support-block .support-block-1:nth-child(3){
	margin: 5px 0px 5px 0;
}

.support-block .support-block-1:nth-child(3) h2{
    margin-top: 15px;

} 

.support-block {
	margin: 20px 0px;
}

.support-block .support-block-1:nth-child(2) p img {
	width: 25px;
	margin: 0 10px 0 0;
}

.support-block .support-block-1:nth-child(2) p:nth-child(2){
    color: #0fb2ff;
    font-size: 25px;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
}

.contentpaneopen .sto tr .polosa_center{
	background: none !important;
}

.product_pages_cont > table.contentpaneopen tr td #linkblock a {
	background: #e5e5e5;
	float: none;
}

.products-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.products-block .products-block-1 {
	width: 48%;
	margin: 5px;
}

.products-block .products-block-1 .products-block-title  {
    background-color: #e6e6e6;
    margin: 5px 0px 20px 0px;
    background-image: url(../pics/products.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.products-block .products-block-1 .products-block-title:hover{
	background-color: #0fb2ff;
}

.products-block .products-block-1 .products-block-title:hover a{
	color: #ffffff;
}

.products-block .products-block-1 .products-block-descr{
  padding: 20px 0;
  line-height: 1.6;
  display: grid;
}

.product_pages_cont #gray50 #formconv-gray50-1:nth-child(2){
	border: 1px solid #2886C3;
	padding: 0 10px 10px;
}

.producthead {
    font-size: 16px;
    padding: 12px 5px 7px;
    margin: 25px 0 10px;
    border-bottom: 1px solid #ccc;
    background-color: #eee;
}

.webcadsdk-button {
	margin: 0 auto;
	box-shadow: none;
}

table.head_compatibility {
width:100%;
font-size:13px;
border-collapse:collapse
}


.head_compatibility th {
    text-align: center;
    padding: 20px 5px;
    font-size: 12px;
    background: #adb0a9;
    color: #fff;
}

.head_compatibility th a {
	color: #fff;
}

.head_compatibility th:nth-child(2n) {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}

.order_offers tr {
border:1px solid #ccc;
}

.order_offers th {
border-left:1px solid #ccc;
border-right:1px solid #ccc;
text-align:center;
padding:10px;
font-size:12px;
background:#f5f5f5;
color:#353535;
}

.order_offers td {
border-left:1px solid #ccc;
border-right:1px solid #ccc;
text-align:left;
padding:5px
}

 .allnews_block p.name {
    color: #807c7b;
	font-size: 14px;
	margin: 10px 0;
}

 .allnews_block .title_allnews {
	margin-bottom: 10px;
}

.support-block .support-block-1 #form-cols50{
	background-color: transparent;
	border: 0px solid #eaeaea;
	padding: 10px 10px 0 10px;
}

.support-block .support-block-1 #form-cols50 input, .support-block .support-block-1 #form-cols50 select, .support-block .support-block-1 #form-cols50 #text {
    margin: 10px 0;
}

.support-block .support-block-1 #form-cols50 #text{
    height: 75px;
}

.support-block .support-block-1 #form-cols50 #subscribe {
    margin-left: 0;
    min-width: 0;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.abviewer-buy {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	margin: 10px 0;
}

.abviewer-buy .abviewer-buy-1 {
	margin: 0 auto;
	cursor: pointer;
	width: 410px;
	margin: 5px;
}

.abviewer-buy .abviewer-buy-1 a {
	color: #0fb2ff;
	text-decoration: none;
}

#formfb {
	width: 100%;
}

#formfb input, #formfb textarea, #formfb select {
    width: 100%;
    padding: 5px;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    margin: 10px 0;
}


header .header_cont .menu .menu_block > ul .arrow > a:before {
              position: absolute;
              content: '';
              width: 10px;
              height: 6px;
              background: url("../pics/drop_arrow.png") no-repeat center;
              right: -13px;
              top: 50%;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%); }


.about .about_slider .slider_about .slider_about_cont img {
    width: 46%!important;
    height: auto;
    margin: 0 auto 40px!important;
}

.about .about_slider {
    padding: 20px 0;
}

.header_top {
    position: fixed;
    z-index: 999999;
    width: 100%;
    top: 0;
    background: #ffffff;
    box-shadow: 0 2px 2px 0 #d0d0d0;
}

.abv_images {
	    margin: 5px 0px 35px 0px!important;
}

.abv_images .one{
	margin-right: 34px!important;
    float: left!important;
    width: 48%!important;
}

.abv_images .two{
	width: 48%!important;
}

.blue_a{
    float: left; 
    width: 100%; 
}

.blue_a .buttondownload.long{
	width: 65.5%;
    display: inline-block;
    float: left;
}

.blue_a .buttondownload{
	width: 32%;
    display: inline-block;
    float: right;
    box-shadow: 0 2px 2px 0 #d0d0d0;
    margin-bottom: 20px;
}

.arrow-buy{
	text-align: center!important;
	color: #0fb2ff;
}

.product_pages_cont .contentpaneopen .prog_name ul{
	font: 14px 'Roboto', sans-serif;
	margin-top: 10px;
}

.product_pages_cont>table.contentpaneopen tr td .ordertable2 tr td a{
	display: initial;
    float: none;
}

.formop table tr td{
	width: auto!important;
}

.formop table {
	width: 87%;
}

#formop .input-text {
    width: 100%;
}

#formop .input-question {
    resize: none;
}

.product_pages_cont {
    text-align: left;
}

#skrin tr td img{
	    width: 285px!important;
    padding: 10px 20px 10px 0px;
    max-width: none;
    height: 200px;
}

#skrin tr td #getting_started {
    width: 100%!important;
}

.center.slider div{
    display: inline-block;
    width: 100%;
    margin: 15px;
}

.center.slider, .product_pages_cont .start-say {
	text-align: center!important;
}

.lp-blue-button{
	color: #ffffff!important;
    text-decoration: none!important;
}

.slider.slider-nav div{
    display: inline-block;
    width: 100%;
    margin: 5px;
}

.slider.slider-nav{
	text-align: center!important;
}

.slide_product_cont .container .product_pages_title{
	display: none;
}

.product_pages_cont>.contentpaneopen tr td .producttable{
    width: 104%;
    margin: -16px;
}

.characteristics_block {
  padding: 30px 0 60px 0; }
  .characteristics_block ul {
    position: relative; }
    .characteristics_block ul li {
      display: inline-block;
      vertical-align: top; }
      .characteristics_block ul li a {
        display: block;
        background: #f5f5f5;
        padding: 25px 60px;
        color: #888888;
        text-decoration: none; }
        .characteristics_block ul li.active a {
          position: relative;
          background: #fff;
          color: #ffffff;
          z-index: 2; 
          background: #0fb2ff;}
      .characteristics_block ul li .characteristics_cont {
        display: none;
        position: absolute; }
      .characteristics_block ul li.active .characteristics_cont {
		  width: 100%;
        display: block;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
                box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
        left: 0;
        top: 70px;
        padding: 30px 20px;
        height: 170px;
        font: 16px "Conv_helveticaneuecyr-light";
        color: #646464;
        line-height: 22px; }

.characteristics_cont {
  display: none;
      width: 100%;
    left: 0px;
    top: 70px;
    color: rgb(100, 100, 100);
}
.characteristics_cont.active {
  display: block;
}

.about_text1, .about_text2 {
  display: none;
}

.about_more1, .about_more2, .about_brie1, .about_brie2 {
  text-decoration: underline;
  cursor: pointer;
  color: #0fb2ff;
}

.about_brie1:hover, .about_brie2:hover {
	text-decoration: none
}

.about_more1:hover, .about_more2:hover {
	text-decoration: none
}


table.abviewer-buy-table td:first-child{
	width: 37%;
}

table.abviewer-buy-table .lic{
	font-weight: bold;
}

.wrap_table_open {
display:none;
height:auto;
float:left
}

.table-price{
	z-index: 9;
	clear: both;
}

.wrap_table{
	float: none;
    width: 278px;
    clear: none;
    border-left: 1px solid #ddd;
}

.open{
	padding: 10px;
    border: none;
    height: 126px;
    font-weight: bold;
}

.wrap_table_open{
    padding: 20px;
    width: 850px;
    margin-left: -1px;
    margin-top: 20px;
    border: 1px solid rgb(221, 221, 221);
    border-bottom: none;
    border-image: initial;
    text-align: left;
    background-color: rgb(233, 248, 255);
    z-index: -2;
    display: block;
    position: relative;
}

.table-buy div{
	width: 18%;
    background-color: #0fb2ff;
    text-align: center!important;
}

.tabs_container .tabs .inl-bl.tabs_buy{
    margin-right: 64px;	
}

.tab_container .best_img{
	position: absolute;
    z-index: 19;
    right: 0px;
    top: 102px;
}

.open p{
	text-align: center!important;
    font-weight: bold!important;
}

.open .title_vp{
	color: #0fb2ff;
    margin-top: 20px;
    cursor: pointer;
}

.tab_container .table-price .table-price-col{
	width: 18%;
    color: #0fb2ff;
    text-align: center!important;
    position: relative;
    font-size: 22px;
}

.tab_container .table-price .table-price-col p{
	 font-size: 22px;
}

.tab_container .table-price .table-price-col span{
	font-size: 18px;
}

.wrap_table {
    width: 46%;
    float: none!important;
    position: relative;
}

.table-price-button{
	display: block;
    width: 80px;
    margin: 15px auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-decoration: none!important;
    padding: 7px 4px;
}

.table-buy .first_buy{
	width: 46%;
	height: 64px;
}

.wrap_table_open:after{
	position: absolute;
    background-image: url(../pics/white_ar.png);
    background-repeat: no-repeat;
    content: "";
    width: 100px;
    height: 30px;
    top: -14px;
    left: 20%;
}

.table-price-col .gray{
    color: #a9a9a9;
    text-decoration: line-through;
    font-size: 14px!important;   
}

.table-content-col {
    background: url(../pics/check.png) center no-repeat;
}

.titl{
	margin: 10px 0;
    padding: 20px 0;
    font-size: 20px!important;
}

.table-content.last_content div{
	border-bottom: 1px solid #ddd!important;
}

.tabs_container .tabs .inl-bl.tabs_buy{
    background-image: url(../pics/store_white.png);
    background-repeat: no-repeat;
    background-position: 20px 23px;
}

.tabs_container .tabs .inl-bl.tabs_update{
	background-image: url(../pics/update_white.png);
    background-repeat: no-repeat;
    background-position: 20px 23px;
}

.tabs {
    margin-bottom: 20px;
}

footer .footer_copy .footer_copy_block ul.soc{
	display: none;
}

.product_pages_cont>table.contentpaneopen tr td #linkblock a:after{
	content: none;
}

.product_pages_cont>table.contentpaneopen tr td #linkblock a{
    padding: 20px;
    background-color: #f5f5f5;
    margin: 5px 0px 20px 0px;
}

.products-block .products-block-1 .products-block-title a {
	font-size: 18px;
}

.product_pages_block .product_pages_cont.no_left{
	width: 100%;
    float: none;
    color:#191919;
}

.product_pages_block .product_pages_cont.no_left >  div.error-block {
	height: 256px;
}

/*.blue_abv{
	display: block;
    width: 100%;
    background-image: url(../pics/development_bg.jpg);
    color: #ffffff;
    padding: 10px;
}

.blue_abv p{
	color: #ffffff;
    padding-bottom: 0;
    text-align: center;
    font-size: 17px;
    background: none;
}*/

.body_pad{
    padding-top: 84px;
}


.product_pages_cont ol.no_left{
	padding-left: 0!important;
}

.product_pages_cont ol.no_left .formbutton{
	display: inline-block;
    width: 26%!important;
    margin: 10px 20px 6px 0!important;
    text-decoration: none!important;
}


#choice .order_offers > tr th{
	background: #adb0a9;
    color: #fff;
}

.product_pages_cont .order_offers .gray_back_t{
	background: #1273b8;
	height: 60px;
	width: 128px;
	padding: 0px!important;
}

.product_pages_cont .order_offers .gray_back_t a{
	color: #ffffff;
    text-decoration: none;
    padding-right: 20px;
    background-image: url(../pics/foreign.png);
    background-repeat: no-repeat;
    background-position: right 0px;
    background-size: auto;
}

.contentpaneopen .blue_td{
    background: #3b9ad7;
    height: 50px;
}

.contentpaneopen .blue_td table tr td{
	color: #ffffff!important;
}

.contentpaneopen .bord .prog_name a:after{
	content: none;
}

.contentpaneopen .bord .prog_name a{
	margin: 0;
}

.ordertable2 tr td{
font-weight: normal!important;
font-size: 16px!important;
}

.product_pages_cont .ordertable2 tr td a:after{
content: none!important;
}

.product_pages_cont .ordertable2 tr td a{
	margin: 0!important;
}

.product_pages_cont .allnews_block a:hover{
	text-decoration: none!important;
	color: #ffffff;
    background: #4caee6;
}

.product_pages_cont .bigbuttoncenter{
	text-align: center!important;
}

.product_pages_cont .bigbuttoncenter a{
	border-radius: 28px;
    background: #ffffff;
    color: #0fb9ff;
    padding: 14px 20px;
    font-size: 22px;
}

.product_pages_cont .bigbuttoncenter a:hover{
	background: #0fb9ff;
    color: #ffffff;
}

.cdev-stages h3{
display: inline-block;
width: 20%;
float: none;
vertical-align: top;
    color: #727272;
}

.cdev-stages .cdev-stages-1 {
    display: inline-block!important;
    width: 79%;
    margin-bottom: 15px;
    }

.cdev-stages{
	position: relative;
}

#formfb .submit{
	display: block!important;
    width: 170px!important;
    margin: 0 auto!important;
}

#formfb table tr td{
    font: 16px 'Roboto', sans-serif!important;
    width: 100%;
    display: block;
}

.product_pages_block .product_pages_cont .quote{
	margin-top: 20px;
    color: #727272;
    margin-right: 25px;
    margin-left: 25px;
    text-align: center;
    font-weight: 100;
    font-size: 19px;
}

.support-block .support-block-1 .call_p{
    font-size: 18px;
    margin: 0px 0px 0px 55px;
    text-align: left;
}

.support-block .support-block-1 .call_p img {
    width: 25px;
    margin: 0px 10px -5px 0!important;
}

.support-block .support-block-1 .call_p_min{
    color: #a9a9a9;
    text-align: left;
    font-size: 13px;
    margin-bottom: 30px;
    margin-left: 91px;
    margin-top: -27px;
}

.product_pages_cont #bsc p{
padding-bottom: 20px;
}

.product_pages_cont #privacy p{
	padding-bottom: 20px;
}

#formconv .free_pdf{
	width: 100%;

}

#formconv .free_pdf .free_marg{
	margin-top: 20px;
}

#formconv .but_div{
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding-top: 9px;
}


#formconv .but_div input#button_a{
    background: #a9a9a9;
    border: 2px solid #a9a9a9;
    margin: 0;
    width: 160px;
}

#formconv .but_div input#button_a:hover{
	color: #a9a9a9!important;
}

#formconv .ul_div{
    display: inline-block;
    width: 69%;
    padding-left: 30px;
}

#formconv .ul_div ul li{
	font-size: 14px;
}

#gray50 #formconv-gray50-1 p{
	margin-bottom: 5px;
}

#gray50 #formconv-gray50-10 p{
	margin-bottom: 15px;
}

.product_pages_cont  .more-showcard50{
	text-align: center!important;
}

.product_pages_cont #showcard50 .more-a-onc p a{
	background: none!important;
    border: none;
    color: #0fb2ff!important;
    text-decoration: underline!important;
    font-size: 20px;
    padding: 0;
}

.product_pages_cont #showcard50 .showcard50-span-2{
	color: #bebebe;
    font-size: 18px!important;
    padding: 0px 0px 0px 10px;
    text-decoration: line-through;
}

.more-a-onc p a{
	width: 100%;
}

.div37 div p img{
	margin: 0!important;
}

.div_left{
	margin-right: 11px;
    display: inline-block;
    width: 47%;
}

.div_right{
	display: inline-block;
    width: 52%;
    vertical-align: bottom;
    position: relative;
}

.div_right_lp{
    align-items: center;
    display: flex;
    justify-content: center;
}

.slide_2.no_pad{
	padding-bottom: 0;
}

.contentpaneopen .bord .down_link a{
	float: none;
    display: inline-block;
}

.tab_container .table-buy div:nth-child(2){
	background: #008fd3;
	height: 64px;
}

.tab_container .table-buy div:nth-child(3){
	background: #0075ac;
	height: 64px;
}

.tab_container .table-buy div:nth-child(4){
	background: #005a85;
	height: 64px;
}

.wrap_table .wrap_table_open p{
	line-height: 1.5em;
	padding: 10px 0;
}

.product_pages_cont #form-cols50 span + p{
	font-weight: normal!important;
}

.index-content .boxShadow>div a:before {
    content: none;

}

.products-block .products-block-1 .products-block-title a{
	text-decoration: none;
	padding: 20px;
    display: block;
}

#choice ol{
	padding: 0px 0px 0px 0px!important;
}

#choice ol li{
	margin: 5px 0px 5px 10px;
}

#choice .cadeditorx li{
    margin-left: 20px;
}

#skrin tr td a img + span{
    vertical-align: top;
    min-height: 54px;
    display: block;
}

#skrin tr td {
    vertical-align: top;
}

.buy_or_free{
	width: 189px; 
	border-left: 1px solid #ddd; 
	display: inline-block; 
	float: right; 
	height: 150px;
}

.cad_ddl{
	width: 620px; 
	display: inline-block;
	padding-right: 25px;
}

.slider {
        width: 100%;
        margin: 0;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 70%;
      margin: 15px auto;
    }

    .slick-prev:before,
    .slick-next:before {
     color: white;
    background: #000000;
    border-radius: 25px;
    padding: 3px 5px;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
	  height:100%;
	  float:left;
	  min-height:1px;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
      }

/* Slider */

/*    .slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
*/

.ordertable2 tr td p, .before_form{
	padding: 10px 0;
}

header .header_cont .menu .menu_block > ul > li .drop_product .drop_product_block ul li a.sdk{
	font-weight: bold;
	text-decoration: underline;
}

.tab_container{
	margin-top: 20px!important;
}


.product {
  padding: 30px 0 60px 0; }
  .product ul {
    position: relative; }
    .product ul li {
      display: inline-block;
      vertical-align: top;
      height: 229px; }
      .product ul li a {
        display: block;
        background: #f5f5f5;
        padding: 25px 60px;
        font: 18px "Conv_helveticaneuecyr-roman";
        color: #888888;
        text-decoration: none;
        width: 100%;
        height: 100%; }
      .product ul li.active {
        border-top: 5px solid #0fb2ff;
        }
        .product ul li.active a {
          position: relative;
          background: #fff;
          font: 20px "Conv_helveticaneuecyr-medium";
          color: #2e83d1;
          z-index: 2; }
      .product ul li .product_list {
        display: none;
        position: absolute; }
      .product ul li.active .product_list {
		  width: 100%;
        display: block;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
                box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
        left: 0;
        top: 70px;
        padding: 30px 20px;
        height: 170px;
        font: 16px "Conv_helveticaneuecyr-light";
        color: #646464;
        line-height: 22px; }

.product_list {
  display: none;
      width: 100%;
    left: 0px;
    top: 70px;
}

.product_list.active {
  display: block;
}


.product_list.two ul li{
    width: 47%;
    height: 160px;
    background: url(../pics/product_list_bg_two.png) no-repeat;
}

.product_list.two ul li a .product_list_cont {
    text-align: left;
   position: absolute;
   margin: 0;
   top: 50%;
   left: 50%;
   margin-right: -50%;
   -webkit-transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);
           transform: translate(-50%, -50%);
   line-height: 70px;
}

.product_list.five ul li{
    width: 206px;
    height: 260px;
}

.product_list.four ul li{
    height: 260px;
}

.product_list.two.plugins ul li a .product_list_cont{
        line-height: normal;
        width: 80%;
        text-align: center;
}

.product_list.two.plugins ul li:first-child a .product_list_cont{
        width: 65%;
}

.product_list.three ul li{
    width: 30%;
    height:260px;
}

.download{
	width: 100%;
    text-align: center!important;
}

.download a#button_a{
	width: 47%!important;
    margin: 25px 5px 25px 0px;
    padding: 15px 5px;
    text-align: center;
    background: #2886c3;
    border: 2px solid #2886c3;
    border-radius: 3px;
    color: #ffffff;
}

.download a#button_a:hover{
	color: #2886c3!important;
    background: none;
}

.buy_price .prs{
	display: inline-block;
    width: 50%;
    text-align: left!important;
}

.buy_buy{
	display: inline-block;
    width: 48%!important;
}

.buy_buy a{
    text-align: center;
    background: #0fb2ff;
    border: 2px solid #0fb2ff;
    color: #ffffff;
    padding: 15px 45px;
    font-size: 14px;
    display: block;
    width: 98%;
    text-decoration: none;
}

.buy_buy a:hover{
	color: #0fb2ff!important;
    background: none;
}

.cdev-adv .cdev-adv-1:nth-child(3){
	width: 100%;
}

.cdev-adv .cdev-adv-1:nth-child(2){
    width: 42%;
}

.cdev-adv .cdev-adv-1:nth-child(4){
    width: 42%;
}



.product_pages_block .left_side .left_menu ul .current_page_item > ul li a{
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 10px 35px;
    font: 17px 'Roboto', sans-serif;
    color: #222;
    text-decoration: none;
    border: 1px solid #e1e1e1;
}

.product_pages_block .left_side .left_menu ul .current_page_item > ul li{
    padding-bottom: 2px;
}

.product_pages_block .left_side .left_menu ul .current_page_item > ul li a:after{
	position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    left: 17px;
    top: 42%;
    -webkit-transform: rotate(-50deg)!important;
    -ms-transform: rotate(-50deg)!important;
    transform: rotate(-50deg)!important;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product_pages_block .left_side .left_menu ul .current_page_item > ul li.active.current_page_item > a:after{
    -webkit-transform: rotate(-50deg)!important;
    -ms-transform: rotate(-50deg)!important;
    transform: rotate(-50deg)!important;
}


 .download.ru{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.download.ru a#button_a {
    width: 100%!important;
}

.buy_price.ru{
	width: 49%;
  display: inline-block;
  vertical-align: top;
    
}

.buy_price.ru .prs {
    display: block;
    width: 100%;
}

.buy_price.ru .buy_buy {
    display: block;
    width: 100%!important;
}

.buy_price.ru .buy_buy a{
    background: none;
    border: none;
    color: #0fb2ff;
    padding: 0;
    text-decoration: underline;
}

.support-block .support-block-1 .form-nonback100 label{
    text-align: left;
    width: 92%;
    
}

.product_pages_block .product_pages_cont .support-block{
	margin-bottom: 20px!important;
}

.product_pages_cont .index-content .boxShadow > div a{
	margin: 0px 19px 15px 0px!important;
	height: 150px;
}

.product_pages_cont .index-content .boxShadow{
	margin-top: 10px!important;
}

.chs{
	width: 100%;
}

.form.min_gray{
	width: 68%!important;
}

.error-block a{
	max-width: 209px;
	width: unset;
}

#search .submit.loop{
	float: right;
    border: none;
    background-image: url(../pics/search.png);
    background-color: #ffffff;
    background-position: 2px 3px;
    background-repeat: no-repeat;
    background-size: 68%;
    width: 25px;
    cursor: pointer;
}

.result_search h3{
	font-size: 16px;
}

.mon .money_back_g{
    margin: 10px 20px 10px 0px!important;
}

.mon p{
	margin-bottom: 8px;
}

#skrin tr td:nth-child(3) p{
    margin-right: 16px;
}

.product_pages_block .left_side .left_menu > ul > li.current_page_item1>ul {
    display: block!important;
    margin: 2px 0px;
}

.product_pages_block .left_side .left_menu ul .current_page_item1 > ul li a {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 10px 35px;
    font: 17px 'Roboto', sans-serif;
    color: #222;
    text-decoration: none;
    border: 1px solid #e1e1e1;
}

.product_pages_block .left_side .left_menu ul .current_page_item1 > ul li{
	padding-bottom: 1px;
}

.product_pages_block .left_side .left_menu > ul > .current_page_item1 > a:after {
	border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    border-color: #222!important;
}

.product_pages_block .left_side .left_menu ul .current_page_item2 a{
	background: #ffffff!important;
}

.product_pages_block .left_side .left_menu > ul > .current_page_item2 > a:after {
    border-right: 1px solid #0fb2ff;
    border-bottom: 1px solid #0fb2ff;
}

.product_pages_cont .table-content{
	margin-bottom: 0!important;
    padding-bottom: 0!important;
    height: 40px!important;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.product_pages_block .left_side .left_menu ul .current_page_item > .no_border li a{
	position: relative;
    display: block;
    background: no-repeat;
    padding: 5px 40px;
    font: 15px 'Roboto', sans-serif;
    color: #3f3f3f;
    text-decoration: none;
    border: none;
}

.product_pages_block .left_side .left_menu ul .current_page_item > .no_border li a:after{
	content: none;
}

.product_pages_block .left_side .left_menu ul .current_page_item > .no_border li a:hover{
	color: #0fb2ff;
	text-decoration: underline!important;
}

.sticky_block{
	position: sticky; 
	top: 187px;
}

.sticky_head{
	position: sticky; 
	top: 84px;
}

.table_aby tr td{
	border-bottom: 1px solid #dddddd;
	font: 16px 'Roboto', sans-serif;
	padding: 8px;
	border-left: 1px solid #ddd;
	text-align: center;
	width: 153px;
	color: #3c3c3c;
}

.table_aby tr:nth-child(1) td{
	border-top: 1px solid #ddd;
}

.table_aby tr td:nth-child(1){
	text-align: left;
	width: 390px;
}

.table_aby tr td:nth-child(4){
border-right: 1px solid #ddd;
}

.table_aby{
border-spacing: 0;
}

.table_aby tr .blue{
background: #e9f8ff;
}

.table_aby .pink td{
	background: #ffe1e1!important;
}

.arrow_page div{
    display: inline-block;
    width: 30%;
}

.arrow_page div span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.arrow_page div span img {
    margin-right: 10px;
}

.product_pages_block .product_pages_cont .arrow_page{
    text-align: center!important;
    margin-bottom: 65px!important;
    margin-top: 25px!important;
    font-size: 20px; 
    color: #424242;
}
.cdev-adv h3{
    margin: 0 0 10px 0;
}

.webcadsdk-button-up {
    margin: 20px auto;
}

.webcadsdk-button-up:hover { 
background: #ffffff!important;
}

footer .footer_cont .footer_contact .footer_lang {
    width: 230px;
    height: 45px;
    position: relative;
    top: 4px;
    z-index: 99;
}

footer .footer_cont .footer_contact .footer_lang.active ul {
    overflow: auto;
    height: 300px;
    position: relative;
    top: -255px;
}

footer .footer_cont .footer_contact .footer_lang.active ul li {
    border: none;
}

footer .footer_cont .footer_contact .footer_lang ul {
    width: 100%;
    height: 45px;
    overflow: hidden;
    padding-top: 45px;
}

footer .footer_cont .footer_contact .footer_lang ul li {
    display: block;
    width: 100%;
    height: 30px;
    position: relative;
    background: #f5f5f5;
    cursor: pointer;
}

footer .footer_cont .footer_contact .footer_lang ul li.active {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 47px;
    z-index: 99;
}


footer .footer_cont .footer_contact .footer_lang ul li.active a {
    padding: 15px 0 15px 40px;
}

footer .footer_cont .footer_contact .footer_lang ul li.active img {
    top: 50%;
}

footer .footer_cont .footer_contact .footer_lang ul li.active:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

footer .footer_cont .footer_contact .footer_lang.active ul li.active:after {
    border-top: 10px solid #0fb2ff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: none;
}

footer .footer_cont .footer_contact .footer_lang ul li.active:after {
    border-top: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 10px solid #0fb2ff;
}

footer .footer_cont .footer_contact .footer_lang ul li img {
    position: absolute;
    left: 15px;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

footer .footer_cont .footer_contact .footer_lang ul li a {
    display: block;
    padding: 5px 0 5px 40px;
    font: 14px 'Roboto', sans-serif;
    color: #292929;
    text-decoration: none;
}

footer .footer_cont .footer_contact .footer_lang ul li a:hover {
    text-decoration: underline;
}

footer .footer_cont .footer_contact .footer_lang {
    display: none;
}

.support-text {
    color: #191919;
    line-height: 1.5em!important;
}

#cont p {
    font: 16px 'Roboto', sans-serif;
    color: #191919;
    padding-bottom: 10px;
    line-height: 1.5em;
}    
    
.tutorial > div {
    width: 48%;
    min-width: 320px;
    float:left;
}    

.tutorial > div:nth-child(odd) {
    margin-right:3%
}

.tutorial h3 {
    min-height: 54px;
}


.tutorial img {
    margin-top: 10px;
}

.tutorial a {
    text-decoration: none;
}

.tutorial > div> p {
    min-height: 72px;
}

.tutorial > div> p:first-of-type {
    min-height: auto;
    color: #807c7b;
    padding: 4px 0;
    border-bottom: 1px solid #bbb;
    font-size: 14px;
    margin: 10px 0;
}

.tutorial-video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 54.35%;
    margin-bottom: 20px;
}

.tutorial-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tutorial-itself div {
    display: flex;
    align-items: center;
}

.tutorial-itself img {
    float:left;
    margin:0px 10px 10px 0px;
}

.tutorial-itself p {
    padding: 10px 0;
}    

.window-with-shadow {
    padding: 1em 1em 1em 0; 
    margin-bottom: 30px;
    border-top: 1px solid #31b8ff;
    box-shadow:10px 6px 13px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow:10px 6px 13px 0 rgba(0,0,0,0.1);
    -moz-box-shadow:10px 6px 13px 0 rgba(0,0,0,0.1);
}

.site-map {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}


.site-map__item ul {
    list-style-type: none;
    padding: 0px;
    margin: 0.5rem 0px;
}

.site-map__item ul li, #site-map__item_products-el li {
    list-style-type: none;
    padding-right: 20px;
}

.site-map__item a, .tutorial-itself a, .cadnavigator_links a {
    text-decoration: none;
}

.site-map__item_products {
    display: flex;
    flex-wrap: wrap;
}

.cadnavigator p, .cadnavigator h2 {
    font-size:43px;
    text-align:center;
    color:#525252;
    font-weight:400;
}

.cadnavigator p:nth-child(2), p.cadnavigator__about-text {
    font: 16px 'Roboto', sans-serif;
    text-align:center;
    color: #191919;
    padding-bottom: 10px;
    line-height: 1.5em;
}    

.cadnavigator img + p {
    font-size: 36px;
} 

.cadnavigator__items {
    display: flex;
    margin-bottom: 50px;
    padding-top: 115px;
    margin-top: -115px;
    align-items: start;
}

.cadnavigator__items img {
    width: 48%;
}

.cadnavigator__items img:nth-child(odd) {
    margin-right: 20px;
}

.cadnavigator__img-right {
    margin-left: 20px;
}

.cadnavigator__text p {
    margin-bottom: 20px;
}

.cadnavigator__text1 p {
    margin-bottom: 8px;
}

.cadnavigator__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.cadnavigator__buttons a {
    width: 250px;
    padding: 8px;
    background: #3b9ad7;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff!important;
    text-decoration: none!important;
    border: none;
    cursor: pointer;
    border: 2px solid #3b9ad7;
    border-radius: 5px;
}

.cadnavigator__buttons a:hover {
    background: none!important;
    color: #2886C3!important; 
}

.cadnavigator__buttons a:nth-child(2) {
    background: #ffffff;
    color: #3b9ad7!important;
    margin: 20px 0px 20px 20px;
}

.cadnavigator__buttons a:nth-child(2):hover {
    background: #3b9ad7!important;
    color: #ffffff!important; 
}

.cadnavigator_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 20px;
    overflow-x: auto;
}

.end-trigger {
    flex-direction: column;
    display: flex;
    align-items: center;
}

.end-trigger a {
    width: 320px;
    padding: 12px;
    background: #3b9ad7;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff!important;
    text-decoration: none!important;
    border: none;
    cursor: pointer;
    border: 2px solid #3b9ad7;
    border-radius: 5px;
    margin: 20px 0 55px 0;
}

.end-trigger a:hover {
    background: none!important;
    color: #2886C3!important; 
}

.end-trigger p, .platforms p {
    font-size: 29px;
    text-align: center;
    color: #525252;
    font-weight: 400;
}

.navigator-advantages {
    display: flex;
    margin-bottom: 65px;
}

.navigator-advantages div {
    display: flex;
    flex-direction: column;
    width: 250px;
}

.navigator-advantages > div:nth-child(2) {
    margin: 0 40px 0 40px;
}


.navigator-adv-title {
    font-size: 20px!important;
    flex-direction: row!important;
    padding: 48px 0 33px 78px;
}

.navigator-adv-licening {
    background: url("/images/cad-navigator/flexible-licensing.png") no-repeat left center;
}

.navigator-adv-licening-2 {
    background: url("/images/cad-navigator/flexible-licensing.png") no-repeat left center;
    padding: 31px 0 20px 78px;
}

.navigator-adv-interface {
    background: url("/images/cad-navigator/user-friendly-interface.png") no-repeat left center;
    padding: 31px 0 20px 78px;
}

.navigator-adv-interface-ru {
    background: url("/images/cad-navigator/user-friendly-interface.png") no-repeat left center;
}

.navigator-adv-support {
    background: url("/images/cad-navigator/customer-support.png") no-repeat left center;
    
}

.navigator-adv-title + div {
    text-align: justify!important;
}

#title_navigator_buy {
    text-align: center;
    font-size: 45px;
    color: #525252;
    font-weight: 400;
    margin-bottom: 20px;
}

#title_navigator_buy2 {
    text-align: center;
    font-size: 30px;
    color: #525252;
    font-weight: 400;
}

.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  border-top: 1px solid #00000045;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-weight: 600;
}

/*.accordion:hover {
  background-color: #3b9ad724;
}*/

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.accordion-active:after {
  content: "\2796"; 
}  

.row-navigator {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
}

.row-navigator ul {
   list-style-position: inside;
   margin: 20px 0 22px 0;
} 

.row-navigator div:nth-child(1) {
    border-right:1px solid #00000045;
}    

#column-navigator {
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  text-align: center!important;
}

#column-navigator li {
    padding-right: 30px;
}

.navigator-button-buy-blue {
    width: 190px;
    padding: 8px;
    background: #3b9ad7;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff!important;
    text-decoration: none!important;
    border: none;
    cursor: pointer;
    border: 2px solid #3b9ad7;
    border-radius: 5px;
}

.navigator-button-buy-green {
    width: 190px;
    padding: 8px;
    background: #1c922d;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff!important;
    text-decoration: none!important;
    border: none;
    cursor: pointer;
    border: 2px solid #1c922d;
    border-radius: 5px;
}

#delphi {
    font-size: 17px;
    background: white;
    border: none;
    color: #3b9ad7!important;
    padding: 0px;
    text-decoration: underline!important;
   
}

.twitter {
    color: #289c13;
    justify-content: center;
    display: flex;
    padding-top: 45px;
}

.footer_social {
    padding: 10px 0;
}

.footer_social ul {
    font-size: 0;
}

.footer_social li {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}

.footer_social li a.vk {
    background: url(../pics/vk-cadsofttools.png) no-repeat center;
}
.footer_social li a.f {
    background: url(../pics/facebook-cadsofttools.png) no-repeat center;
}
.footer_social li a.tw {
    background: url(../pics/twitter-cadsofttools.png) no-repeat center;
}
.footer_social li a.yt {
    background: url(../pics/youtube-cadsofttools.png) no-repeat center;
}

.footer_social li a {
    display: block;
    width: 30px;
    height: 30px;
}

/*.our-team {
  display: flex;
}

.our-team img {
  left: 68px;
  position: relative;
}

.our-team__text {
  padding-top: 120px;
}

.our-team__text h3 {
  font-size: 50px;
  text-align: center;
}

.our-team__text p {
  font-size: 20px;
}*/

.company_metrics {
    padding: 12px;
    display:flex;
    justify-content:space-evenly;
    margin: 20px 0px;
}

.company_metrics div {
    color:#0fb2ff;
    display: flex;
    align-items: center;
}

.company_metrics span {
    font-size:50px;
}

.company_metrics__small-text {
    font-size:20px!important;
    padding-left: 10px;
    color: #191919;
}
.ceo-quote {
    display: flex;
    border: 1px solid #0fb2ff;
    padding: 20px;
    margin: 20px 0 30px 0;
}

.ceo-quote div {
    margin-right:50px;
}

.ceo-quote-text {
    display: flex;
    flex-direction: column; 
    justify-content: center;
}

.ceo-quote-text p:nth-child(1) {
    align-self: center;
    font-size:18px;
    margin-bottom: 15px;
    line-height: 30px;
}

.cadnavigator-key__container {
    display: flex;
    flex-direction: column;
    margin: 20px 0 50px;
    width: 100%;
    overflow: hidden;
}

.cadnavigator-key__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;   
}

.cadnavigator-key__features-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}

.cadnavigator-key__item {
    overflow: hidden;
    position: relative;
    display: flex;
    width: 100%;
    padding: 0 10px 20px 10px;
    box-sizing: border-box;
}

.cadnavigator-key__card {
    overflow: hidden;
    flex-grow: 1;
    position: relative;
    background-color: #2886c3;
}

.cadnavigator-key__card_boxed {
    padding-bottom: 100%;
}

.cadnavigator-key__card_half {
    padding-bottom: 50%;
}

.cadnavigator-key__content {
    z-index: 2;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

div.cadnavigator-key__card-title {
    color: #fff;
    word-break: break-word;
    font-size: 24px;
    font-weight: 600;
}

.cadnavigator-key__card-descr {
    display: none;
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
}

a.cadnavigator-key__card-descr_link {
    color: #fff;
}

.cadnavigator-key__animation_slow {
    -webkit-transition: all ease-in-out .45s;
    transition: all ease-in-out .45s;
}

.cadnavigator-key__overlay {
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.0), rgba(0,0,0,0.65)); 
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.0), rgba(0,0,0,0.65)); 
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.0), rgba(0,0,0,0.65)); 
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.0), rgba(0,0,0,0.65));
}

.cadnavigator-key__image {
    z-index: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cadnavigator-key__card:hover .cadnavigator-key__image_zoom {
    transform: scale(1.05);
}

.cadnavigator-key__card:hover .cadnavigator-key__animation_slow {
    justify-content: flex-start;
}

.cadnavigator-key__card:hover .cadnavigator-key__card-descr {
    display: block;
}

.cadnavigator-key__card:hover .cadnavigator-key__overlay {
    background-color: rgba(0,0,0,0.65);
}

.cadnavigator__slider {
    position: relative;
    min-width: 0;
    padding-right: 20px;
}

#supported-formats .cadnavigator__slider, #section-of-3d-models .cadnavigator__slider {
    order: -1;
}

.cadnavigator__slider:nth-child(odd) {
    padding-right: 20px;
}

.cadnavigator__slider:nth-child(even) {
    padding-left: 20px;
}

.owl-carousel .owl-item img {
    padding-bottom: 15px;
}

.slider_cadnavigator_cont figcaption {
    min-height: 50px;
}

.cadnavigator__text, .cadnavigator__text1 {
    width: 100%;
}

.cadnavigator__items .owl-dots {
    text-align: center!important;
    position: absolute;
    bottom: 55px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(127,127,127, 0.5);
    margin-left: 5px;
    margin-right: 5px;
}

.owl-dot.active {
    background: #2886C3;
}

.platforms__items {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 20px 0 40px;
}

.platforms__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 15px 15px;
}

.platforms__item_icon {
    padding: 10px 0;
    text-align: center;
}

.note {
    color: #da2403;
    font-size: 15px;
    font-weight: bold;
    vertical-align: super;
}

div .note-desсription {
    margin-bottom: 20px;
    color: #a0a0a0;
    font-size: 12px;
}

.note-desсription span {
    color: #da2403;
}

.refresh-with-dial {
    padding-left: 26px;
    text-align: start;
}

.refresh-with-dial::before {
    content: '';
    position: absolute;
    width: 23px;
    height: 23px;
    left: 0;
    background: url("../img/refresh.svg") no-repeat center;
    background-size: 18px;
}

.fixthephoto_img {
    position: absolute;
    width: 140px;
    top: 500px;
    right: 515px;
}

.left__fixthephoto_img {
    width: 110px;
    margin-top: 50px;
    margin-left: 25%;
}

.ul_news {
    margin-bottom: 15px;
}

.new_label {
    border: 1px solid #00c80c;
    color: #00c80c!important;
    padding: 1px 8px;
    border-radius: 4px;
    text-decoration:none!important;
}
