@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../font/pt-sans-v12-latin-regular.woff2") format("woff2"), url("../font/pt-sans-v12-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../font/pt-sans-v12-latin-700.woff2") format("woff2"), url("../font/pt-sans-v12-latin-700.woff") format("woff");
}
* {
  margin: 0;
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}
body {
  font: 16px "PT Sans", Arial, sans-serif;
  color: black;
  box-sizing: border-box;
  background: #ededed;
}
h1, .h1, h2, .h2 {
  font-size: 20px;
  font-weight: normal;
  color: #3373b8;
}
h3, .h3 {
  font-weight: normal;
  color: #3373b8;
}
h4, .h4 {
  font-size: 9px;
  font-weight: normal;
  color: #3373b8;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.main a {
  text-decoration: underline;
  color: #3373b8;
}
.site-wrp {
  max-width: 1440px;
  margin: 0 auto;
  background: white;
}
.wrp {
  position: relative;
  max-width: 1202px;
  margin: 0 auto;
}
.img--max-width {
  display: block;
  width: 100%;
  height: auto;
}
.text--center {
  text-align: center;
}
.text--blue {
  color: #3373b8;
}
@media (max-width: 1202px) {
  .wrp {
    margin: 0 11px;
  }
}
.header {
  position: relative;
}
.header__logo-block {
  display: flex;
  align-items: center;
  height: 140px;
}
.header__logo {
  display: block;
  width: 278px;
  height: auto;
}
.lang-nav {
  position: absolute;
  top: 50%;
  right: 0;
}
.lang-nav__list {
  padding: 0;
  display: flex;
}
.lang-nav__item {
  display: block;
  padding: 0 7px;
  border-left: 1px solid #9abcdc;
}
.lang-nav__item:first-child {
  padding-left: 0;
  border-left: 0;
}
.lang-nav__item:last-child {
  padding-right: 0;
}
.lang-nav__item--active .lang-nav__link {
  color: #1a3a5c;
  font-weight: bold;
}
.lang-nav__link {
  display: block;
  line-height: 12px;
  color: #9abcdc;
}
.main-nav__wrp {
  position: relative;
  height: 50px;
  background: #183656;
  z-index: 20;
}
.main-nav__wrp--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.main-nav__placeholder {
  height: 50px;
}
.main-nav {
  position: relative;
  height: 50px;
}
.main-nav__list {
  padding: 0;
  display: flex;
  justify-content: center;
  height: 50px;
  background: #183656;
}
.main-nav__item {
  display: block;
}
.main-nav__link {
  display: block;
  line-height: 50px;
  color: white;
  padding: 0 28px;
}
.main-nav__link:hover {
  background: #2c64a1;
}
.main-nav__item--active {
  background: #2c64a1;
}
.main-nav__mobile {
  display: none;
  position: absolute;
  top: 12px;
  left: 0;
  width: 30px;
  height: 25px;
  cursor: pointer;
}
.main-nav__mobile-line {
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 5px;
  background: white;
  transition: transform 0.3s;
}
.main-nav__mobile-line:first-child {
  transform: translateY(-10px);
}
.main-nav__mobile-line:last-child {
  transform: translateY(10px);
}
.main-nav__mobile--open .main-nav__mobile-line {
  display: none;
}
.main-nav__mobile--open .main-nav__mobile-line:first-child {
  display: block;
  transform: translateY(0) rotate(45deg);
}
.main-nav__mobile--open .main-nav__mobile-line:last-child {
  display: block;
  transform: translateY(0) rotate(-45deg);
}
.user-nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
}
.user-nav__item {
  position: relative;
  min-width: 50px;
  padding: 0 14px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.user-nav__item:hover {
  background: #5187c2;
}
.user-nav__item--login-open:after, .user-nav__item--basket-open:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 8px dashed rgba(24, 54, 86, 0);
  border-bottom: 0;
  border-top: 8px solid #183656;
  z-index: 1;
  transform: translateX(-50%);
}
.user-nav__icon {
  font-size: 22px;
  margin-right: 5px;
}
.user-nav__user-img {
  display: block;
  width: 24px;
}
.user-nav__req-img {
  display: block;
  width: 20px;
}
.user-nav__login, .user-nav__basket {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  width: 290px;
  padding: 20px 20px 30px;
  box-shadow: 0 5px 5px #ccc;
}
.user-nav__login--open {
  display: block;
}
.user-nav__header {
  color: #183656;
  margin-bottom: 10px;
}
.user-nav__text {
  margin-bottom: 10px;
}
.user-nav__error {
  margin-bottom: 10px;
}
.user-nav__links {
  margin: 20px 0;
}
.user-nav__link {
  text-decoration: underline;
  color: #183656;
}
.user-nav__new {
  margin: 30px -10px 0;
  padding: 30px 10px 8px;
  border-top: 1px solid #9abcdc;
  text-align: right;
}
.user-nav__new a {
  text-decoration: underline;
  color: #183656;
}
.user-nav__basket--open {
  display: block;
}
.user-nav__basket-item {
  display: flex;
  margin-top: 20px;
}
.user-nav__basket-img-block {
  width: 82px;
  margin-right: 10px;
}
.breadcrumb-nav {
  margin: 10px 0;
}
.breadcrumb-nav__list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb-nav__item {
  position: relative;
  display: block;
  margin-right: 20px;
  padding-left: 20px;
}
.breadcrumb-nav__item:last-child {
  margin-right: 0;
}
.breadcrumb-nav__item:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  left: -2px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #5187c2;
  border-right: 1px solid #5187c2;
  transform: rotate(45deg);
}
.breadcrumb-nav__item:first-child {
  padding-left: 0;
}
.breadcrumb-nav__item:first-child:before {
  display: none;
}
.breadcrumb-nav__link {
  color: #9abcdc !important;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .header__logo-block {
    height: 100px;
  }
  .header__logo {
    width: 192px;
  }
  .main-nav__list {
    display: none;
    height: auto;
  }
  .main-nav__list--open {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .main-nav__mobile {
    display: block;
  }
}
.slider {
  position: relative;
}
.slider__slide-block {
  position: relative;
  overflow: hidden;
}
.slider__item {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  transition-duration: 1s;
  transition-property: none;
}
.slider__item--slide-prev {
  display: block;
  transition-property: right;
  right: 100%;
  z-index: 10;
}
.slider__item--slide-next {
  display: block;
  transition-property: left;
  left: 100%;
  z-index: 10;
}
.slider__item--slide-next-slide-to-left {
  left: 0;
}
.slider__item--slide-prev-slide-to-right {
  right: 0;
}
.slider__item--active {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
}
.slider__item--active-slide-to-left {
  transition-property: left;
  left: -100%;
}
.slider__item--active-slide-to-right {
  transition-property: left;
  left: 100%;
}
.slider__item--top {
  height: 375px;
}
.slider__img {
  display: block;
  width: 100%;
  height: auto;
}
.slider__img--center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  transform: translate(-50%, -50%);
}
.slider__prev, .slider__next {
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  height: 28px;
  width: 28px;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  z-index: 12;
  transform: translateY(-50%);
  overflow: hidden;
}
.slider__prev:before, .slider__next:before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 11px;
  width: 14px;
  height: 14px;
  border-top: 1px solid #5187c2;
  border-right: 1px solid #5187c2;
  transform: rotate(-135deg);
}
.slider__next {
  left: auto;
  right: 20px;
}
.slider__next:before {
  left: 3px;
  transform: rotate(45deg);
}
.slider__nav {
  position: absolute;
  left: 50%;
  bottom: 16px;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
  z-index: 12;
}
.slider__nav-item {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background: white;
  opacity: 0.7;
  border-radius: 50%;
  cursor: pointer;
}
.slider__nav-item--active {
  opacity: 0.9;
}
.slider__text-block {
  background: white;
  position: absolute;
  top: 50%;
  right: 100px;
  padding: 28px;
  width: 386px;
  transform: translateY(-50%);
  color: inherit !important;
  text-decoration: none !important;
}
.slider__text-block--left {
  rigfht: auto;
  left: 100px;
}
.slider__link {
  margin: 20px -28px -28px;
}
@media (max-width: 768px) {
  .slider__slide-block--top {
    height: auto;
  }
  .slider__item--top {
    height: auto;
  }
  .slider__img--center {
    position: static;
    transform: none;
    width: 100%;
  }
  .slider__text-block {
    position: static;
    display: block;
    width: auto;
    transform: none;
  }
  .slider__nav {
    display: none;
  }
  .slider__btns {
    display: flex;
    justify-content: center;
  }
  .slider__btns .slider__prev, .slider__btns .slider__next {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
  }
}
.footer {
  background: #214b78;
  color: white;
  padding-top: 34px;
  font-size: 11px;
}
.footer__bottom {
  height: 30px;
  margin-top: 42px;
  background: #1a3a5c;
}
.footer__cols {
  display: flex;
}
.footer__col {
  width: 25%;
  padding-right: 20px;
}
.footer__logo {
  display: block;
  margin-left: -24px;
  width: 132px;
  height: auto;
}
.footer__header {
  color: #9abcdc;
}
.footer__text {
  width: 192px;
  text-align: justify;
  margin-top: 34px;
}
.footer__line {
  margin-top: 10px;
}
.footer__address {
  font-style: normal;
}
.footer__address a {
  text-decoration: underline;
}
.footer-nav__list {
  display: block;
  padding: 0;
}
.footer-nav__item {
  display: block;
  margin-top: 10px;
}
.social-nav {
  margin-top: 40px;
}
.social-nav__list {
  padding: 0;
  display: flex;
}
.social-nav__item {
  display: block;
  margin-left: 10px;
  font-size: 21px;
}
.social-nav__item:first-child {
  margin-left: 0;
}
.social-nav__logo {
  display: block;
}
@media (max-width: 768px) {
  .footer__cols {
    display: block;
  }
  .footer__col {
    width: auto;
    padding-right: 0;
    margin-top: 30px;
  }
  .footer__col:first-child {
    margin-top: 0;
  }
  .footer__logo {
    margin-left: 0;
  }
  .footer__text {
    width: auto;
  }
}
.text-block {
  margin: 80px 0;
  text-align: center;
}
.text-block__header {
  margin-bottom: 20px;
}
.text-block__text ul {
  padding: 0;
}
.text-block__text ul li {
  display: block;
  position: relative;
  padding-left: 13px;
}
.text-block__text ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 5px;
  background: black;
  border-radius: 50%;
}
.text-block__icon-block {
  position: relative;
  padding-left: 50px;
  margin-top: 30px;
}
.text-block__icon {
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 30px;
  height: 30px;
}
.text-cols {
  margin: 80px 0;
}
.text-cols--inline {
  margin: 0;
}
.text-cols--inline .text-cols__text-block {
  padding: 20px 0 20px 20px;
}
.text-cols__row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  box-shadow: 0 5px 5px #ccc;
  text-decoration: none !important;
  color: inherit !important;
}
.text-cols__row:first-child {
  margin-top: 0;
}
.text-cols__row--no-shadow {
  box-shadow: none;
}
.text-cols__row--small-margin {
  margin-top: 5px;
}
.text-cols__item {
  width: 50%;
  background: white;
}
.text-cols__item--small {
  width: 30%;
}
.text-cols__item--big {
  flex-grow: 1;
}
.text-cols__item--full {
  width: 100%;
}
.text-cols__text-block {
  position: relative;
  padding: 20px;
  min-height: 100%;
}
.text-cols__text-block--inline {
  padding: 20px 0 20px 20px;
}
.text-cols__text-block--link {
  padding-bottom: 34px;
}
.text-cols__header {
  margin-bottom: 20px;
}
.text-cols__text a {
  color: #3373b8;
  text-decoration: underline;
}
.text-cols__text--max-height {
  max-height: 280px;
  overflow: auto;
}
.text-cols__iframe {
  display: block;
  width: 100%;
}
.text-cols__links {
  position: absolute;
  bottom: 10px;
  right: 20px;
  display: flex;
}
.text-cols__links .text-cols__link {
  position: relative;
  bottom: auto;
  right: 0;
  margin-left: 30px;
}
.text-cols__links .text-cols__link:first-child {
  margin-left: 0;
}
.text-cols__link {
  position: absolute;
  bottom: 10px;
  right: 20px;
  padding-right: 30px;
  color: #3373b8;
  text-decoration: none !important;
}
.text-cols__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #3373b8;
  transform: translateY(-10px);
}
.text-cols__link:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 8px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #5187c2;
  border-right: 1px solid #5187c2;
  transform: rotate(45deg);
}
.text-cols__label {
  background: #3373b8;
  padding: 0 28px;
  line-height: 36px;
  color: white;
  font-weight: bold;
  min-width: 130px;
}
.text-cols__label--over {
  position: absolute;
  top: 10px;
  right: 0;
  text-transform: uppercase;
}
.text-cols__label--light {
  background: #85abd4;
}
.text-cols__label--red {
  background: #c3171e;
}
@media (max-width: 576px) {
  .text-cols__row {
    display: block;
  }
  .text-cols__item {
    width: auto;
  }
}
.boxes {
  margin: 50px -11px 80px;
  display: flex;
  flex-wrap: wrap;
}
.boxes--no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.boxes__item {
  width: 100%;
  margin: 30px 11px 0;
}
.boxes__item--2 {
  width: calc(50% - 22px);
}
.boxes__item--3 {
  width: calc(33.33333% - 22px);
}
.boxes__item--auto {
  align-self: flex-start;
}
.boxes__item--no-top-margin {
  margin-top: 0;
}
.boxes--small {
  margin-top: -5px;
}
.boxes--small .boxes__item {
  margin-top: 5px;
}
.boxes__item--top-border {
  border-top: 1px solid #9abcdc;
  padding-top: 30px;
}
.boxes__header {
  text-align: center;
}
.boxes__shadow-block {
  box-shadow: 0 5px 5px #ccc;
}
.boxes__img-link {
  display: block;
  color: black !important;
  text-decoration: none !important;
}
.boxes__link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 50px;
  color: black !important;
  text-decoration: none !important;
}
.boxes__link:after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 22px;
  width: 14px;
  height: 14px;
  border-top: 1px solid #5187c2;
  border-right: 1px solid #5187c2;
  transform: rotate(45deg);
}
.boxes__overlay-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.boxes__overlay-close:before, .boxes__overlay-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 3px;
  background: #3373b8;
  transform: translate(-50%, -50%) rotate(45deg);
}
.boxes__overlay-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .boxes {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .boxes__item {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .boxes__item--m-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 30;
  }
  .boxes__item--m-overlay .text-cols__text-block {
    background: white;
    min-height: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
  }
  .boxes__item--m-overlay-open {
    display: flex;
    align-items: center;
    padding: 10px;
  }
  .boxes__overlay-close {
    display: block;
  }
}
.accordion {
  margin: 80px 0;
}
.accordion__item {
  margin-top: 20px;
  box-shadow: 0 5px 5px #ccc;
}
.accordion__item:first-child {
  margin-top: 0;
}
.accordion__item--no-shadow {
  box-shadow: none;
}
.accordion__header {
  padding: 20px 80px 20px 20px;
  position: relative;
  cursor: pointer;
  line-height: 40px;
}
.accordion__header:before {
  content: "";
  position: absolute;
  top: 39px;
  right: 30px;
  width: 20px;
  height: 2px;
  background: #3373b8;
}
.accordion__header:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 39px;
  width: 2px;
  height: 20px;
  background: #3373b8;
  transition: transform 0.4s;
}
.accordion__hidden-block {
  display: none;
  padding: 0 20px 20px;
}
.accordion__hidden-block .downloads {
  margin: 0 -20px;
}
.accordion__item--active .accordion__header:after {
  transform: rotate(90deg);
}
.product-nav {
  margin-top: -80px;
  margin-bottom: 40px;
  padding: 33px 10px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #d7e3f1;
}
.product-nav__item {
  margin-right: 80px;
}
.product-nav__item:last-child {
  margin-right: 0;
}
.product-nav__link {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.product-nav__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #3373b8;
  transform: translateY(-10px);
}
.product-nav__link:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 8px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #5187c2;
  border-right: 1px solid #5187c2;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.product-nav__item--active .product-nav__link {
  color: #3373b8;
}
.product-nav__item--active .product-nav__link:before {
  border-color: #214b78;
  background: #214b78;
}
.product-nav__item--active .product-nav__link:after {
  top: calc(50% - 8px);
  right: 5px;
  border-top: 1px solid #eef3f7;
  border-right: 1px solid #eef3f7;
  transform: rotate(135deg);
}
.product-tabs__item {
  display: none;
  margin: 40px 0 80px;
}
.product-tabs__item--active {
  display: block;
}
.product-tabs__header {
  text-align: center;
  margin-bottom: 20px;
}
.product-name {
  color: #3373b8;
  margin: 20px 0;
  line-height: 20px;
}
.product-name__span {
  vertical-align: middle;
}
.product-name__info {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  cursor: pointer;
}
.product-info-block {
  display: none;
}
.product-info-block--active {
  display: block;
}
.product__property-icon {
  margin-left: 10px;
  cursor: pointer;
}
.product__property-icon:hover {
  color: #3373b8;
}
.product__property-icon--active {
  color: #3373b8;
}
.product__property-select option[disabled] {
  display: none;
}
.product__property-header {
  font-weight: bold;
}
.product__property-textarea {
  resize: none !important;
  border-top: 0 !important;
}
.product__property-text img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.product__sum-block {
  text-align: right;
  padding: 0 20px 20px;
}
.product__price {
  color: #3373b8;
  font-size: 19px;
  font-weight: bold;
}
.product__sum-label {
  font-weight: normal;
}
.product-accessory {
  margin-top: 54px;
  box-shadow: 0 5px 5px #ccc;
}
.product-accessory--no-shadow {
  box-shadow: none;
}
.product-accessory__slider {
  position: relative;
  background: linear-gradient(to bottom, #ffffff, #f0f7ff);
}
.product-accessory__slide-block {
  display: flex;
  margin: 0 88px;
  padding: 22px 0;
  overflow: hidden;
  justify-content: center;
}
.product-accessory__prev, .product-accessory__next {
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  height: 28px;
  width: 28px;
  background: white;
  cursor: pointer;
  z-index: 12;
  transform: translateY(-50%);
  overflow: hidden;
}
.product-accessory__prev:before, .product-accessory__next:before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 11px;
  width: 14px;
  height: 14px;
  border-top: 1px solid #5187c2;
  border-right: 1px solid #5187c2;
  transform: rotate(-135deg);
}
.product-accessory__next {
  left: auto;
  right: 20px;
}
.product-accessory__next:before {
  left: 3px;
  transform: rotate(45deg);
}
.product-accessory__prev--inactive, .product-accessory__next--inactive {
  opacity: 0.3;
}
@keyframes accSlideNext {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes accSlidePrev {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.product-accessory__item {
  position: relative;
  display: none;
  flex-direction: column;
  width: calc(20% - 22px);
  margin: 0 11px;
  box-shadow: 0 5px 5px #ccc;
  cursor: pointer;
  transition: transform 0.4s;
}
.product-accessory__item--show {
  display: flex;
}
.product-accessory__item--show-prev {
  animation: accSlidePrev 0.2s;
}
.product-accessory__item--show-next {
  animation: accSlideNext 0.2s;
}
.product-accessory__item--active {
  transform: translateY(22px);
}
.product-accessory__img {
  display: block;
  width: 100%;
  height: auto;
}
.product-accessory__name {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 5px 10px;
  line-height: 20px;
  min-height: 70px;
}
.product-accessory__text-block {
  background: white;
  text-align: left;
}
.product-accessory__text {
  display: none;
  position: relative;
  padding: 30px;
}
.product-accessory__text--active {
  display: block;
}
.product-accessory__label {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 8px;
  overflow: hidden;
}
.product-accessory__label-name {
  background: #214b78;
  color: white;
  text-align: center;
  line-height: 24px;
  width: 110px;
}
.product-accessory__label-name:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 4px;
  background: #214b78;
  width: 8px;
  height: 28px;
  transform: rotate(-18deg);
}
.product-accessory__label--grey .product-accessory__label-name {
  background: #706f6f;
}
.product-accessory__label--grey .product-accessory__label-name:before {
  background: #706f6f;
}
.product-accessory__send-form {
  cursor: pointer;
}
@media (max-width: 768px) {
  .product__property-icon--active {
    color: inherit;
  }
  .product__property-icon--m-active {
    color: #3373b8;
  }
  .product-accessory__slide-block {
    display: block;
  }
  .product-accessory__item {
    width: calc(100% - 22px);
  }
}
.downloads__item {
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
.downloads__item:nth-child(odd) {
  background: #d6e3f1;
}
.downloads__text {
  flex-grow: 1;
}
.downloads__file-info {
  color: #3373b8;
  margin-left: 22px;
}
.downloads__link {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 22px;
}
.downloads__link-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.form {
  display: flex;
  flex-wrap: wrap;
  margin: 80px -11px;
}
.form--no-margin {
  margin-top: -18px;
  margin-bottom: 0;
}
.form--inline-margin {
  margin-top: -10px;
  margin-bottom: 0;
}
.form--small-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}
.form--bottom-margin {
  margin-top: -18px;
}
.form--half-center {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.form__row {
  width: 100%;
  margin: 18px 11px 0;
}
.form__row--half {
  width: calc(50% - 22px);
}
.form__row--zip {
  width: calc(15% - 22px);
}
.form__row--city {
  width: calc(35% - 22px);
}
.form__row--zip-big {
  width: calc(30% - 22px);
}
.form__row--city-big {
  width: calc(70% - 22px);
}
.form__row--submit {
  display: flex;
  justify-content: flex-end;
}
.form__row--small-text {
  font-size: 11px;
}
.form__row--checkbox {
  position: relative;
}
.form__row--under {
  margin-top: 5px;
}
.form__row--disabled {
  color: #787878;
}
.form__row--disabled input[disabled] {
  background: white;
  color: inherit;
}
.form__header {
  text-align: center;
  margin-bottom: 20px;
}
.form__header--left {
  text-align: left;
}
.form__label {
  display: block;
  margin-bottom: 5px;
}
.form__label a {
  color: #3373b8;
  text-decoration: underline;
}
.form__label--checkbox {
  margin: 0;
}
.form__input, .form__textarea, .form__select {
  display: block;
  border: 1px solid #3373b8;
  box-shadow: none;
  font-family: inherit;
  font-size: 14px;
  outline: 0;
  height: 33px;
  width: 100%;
  padding: 0 5px;
}
.form__textarea {
  height: 136px;
  resize: vertical;
  padding-top: 5px;
  padding-bottom: 5px;
}
.form__input--grey {
  border: 0;
  background: #f1f1f1;
}
.form__input--submit {
  background: #1a3a5c;
  border: 0;
  color: white;
  width: auto;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  font-weight: bold;
  cursor: pointer;
}
.form__input--checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #3373b8;
}
.form__input--checkbox:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  background: #3373b8;
  transform: translateY(-1px) rotate(45deg);
}
.form__input--checkbox:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  background: #3373b8;
  transform: translateY(-1px) rotate(-45deg);
}
.form__select-block {
  position: relative;
}
.form__select-block:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: 15px;
  border: 8px dashed rgba(26, 58, 92, 0);
  border-left: 0;
  border-right: 13px solid #1a3a5c;
  z-index: 1;
}
.form__select-block--plus:after {
  right: 18px;
  border: 0;
  width: 2px;
  height: 16px;
  background: #1a3a5c;
  transform: scale(1);
  transition: transform 0.2s;
}
.form__select-block--plus:before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 11px;
  width: 16px;
  height: 2px;
  background: #1a3a5c;
  z-index: 1;
}
.form__select-block--plus:focus-within:after {
  transform: scale(0);
}
.form__select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
  z-index: 2;
  background: transparent;
}
.form__select--no-border {
  border: 0;
}
.form__checkbox-block {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}
.form__row--error .form__input, .form__row--error .form__textarea, .form__row--error .form__select {
  border-color: red;
}
@media (max-width: 576px) {
  .form__row--half, .form__row--zip, .form__row--city {
    width: 100%;
  }
}
.counter {
  margin: 80px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.counter__header {
  width: 100%;
  text-align: center;
}
.counter__item {
  text-align: center;
  padding: 0 20px;
}
.counter__num {
  font-size: 36px;
  color: #3373b8;
  font-weight: bold;
}
.counter__item {
  font-size: 20px;
}
.basket {
  margin: 80px 0 40px;
}
.basket__no-item-text {
  border: 1px solid #3373b8;
  padding: 10px;
}
.basket__item {
  display: flex;
  position: relative;
  margin-top: 5px;
  box-shadow: 0 5px 5px #ccc;
}
.basket__item:first-child {
  margin-top: 0;
}
.basket__item-toggler {
  position: absolute;
  top: 23px;
  right: 20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.basket__item-toggler:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 20px;
  height: 2px;
  background: #3373b8;
}
.basket__item-toggler:after {
  content: "";
  position: absolute;
  top: 0;
  left: 9px;
  width: 2px;
  height: 20px;
  background: #3373b8;
  transition: transform 0.4s;
}
.basket__item-toggler--open:after {
  transform: rotate(90deg);
}
.basket__img-block {
  min-width: 204px;
  max-width: 204px;
}
.basket__text-block {
  position: relative;
  flex-grow: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.basket__text {
  max-height: 44px;
  overflow: hidden;
  margin-bottom: 10px;
}
.basket__text--open {
  max-height: none;
}
.basket__text--open .basket__more-articles {
  display: none;
}
.basket__header {
  margin: 0 30px 20px 0;
}
.basket__header a {
  text-decoration: none;
}
.basket__price-block {
  margin-top: auto;
  display: flex;
}
.basket__price-block .basket__price {
  margin-left: auto;
  padding-top: 4px;
}
.basket__price-block a {
  text-decoration: none;
}
.basket__label {
  margin-right: 5px;
}
.basket__delete {
  color: #3373b8;
  cursor: pointer;
}
.basket__to-config {
  color: #3373b8;
}
.basket__select-block {
  display: inline-block;
}
.basket__price {
  color: #3373b8;
  font-size: 19px;
  font-weight: bold;
}
.basket__sum-block {
  margin-top: 40px;
  text-align: right;
  padding: 20px;
}
.basket__sum-label {
  font-weight: normal;
}
.basket__sum-text {
  margin-top: 5px;
}
.basket__copy {
  display: flex;
  cursor: pointer;
  margin-left: auto;
  color: #1a3a5c;
}
.basket__copy-img {
  display: block;
  width: 16px;
  margin-right: 10px;
}
.basket__delete-conf {
  margin-left: 15px;
  display: flex;
  color: #1a3a5c;
  cursor: pointer;
}
.basket__delete-conf-img {
  display: block;
  width: 16px;
  margin-right: 10px;
}
.basket__more-articles {
  cursor: pointer;
  color: #3373b8;
}
.basket__tabs {
  margin: 40px 0 80px 0;
}
.basket__tabs-block {
  display: flex;
  margin: 0 -11px;
}
.basket__tab {
  background: #edf7ff;
  margin: 0 11px;
  flex-grow: 1;
  text-align: center;
  color: #3373b8;
  font-size: 22px;
  padding: 24px 0;
  cursor: pointer;
}
.basket__tab--active {
  background: white;
  box-shadow: 0 5px 5px #ccc;
}
.basket__tabs-content {
  position: relative;
  z-index: 1;
  background: white;
  padding: 30px;
  box-shadow: 0 5px 5px #ccc;
}
.basket__tab-content {
  display: none;
}
.basket__tab-content--active {
  display: block;
}
@media (max-width: 768px) {
  .basket__price-block {
    display: block;
  }
  .basket__delete-conf {
    margin: 5px 0 0;
  }
}
@media (max-width: 576px) {
  .basket__item {
    display: block;
  }
  .basket__img-block {
    min-width: 0;
    max-width: none;
    width: 100%;
  }
  .basket__tab {
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.cols3 {
  margin: 80px 0;
  text-align: center;
}
.cols3__header {
  margin-bottom: 40px;
}
.cols3__block {
  display: flex;
}
.cols3__item {
  width: 33.33333%;
  padding: 0 50px;
}
.cols3__img-block {
  position: relative;
  width: 82px;
  margin: 0 auto 20px;
}
.cols3__num {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #3373b8;
  font-size: 30px;
  font-weight: bold;
}
.cols3__item-header {
  margin-bottom: 5px;
}
.accordion-block {
  text-align: left;
  margin-top: 50px;
}
.accordion-block__item {
  width: 100%;
  overflow: hidden;
  border: 1px solid #f6f6f6;
  margin-bottom: 20px;
}
.accordion-block__content {
  max-height: 0;
  padding: 0 12px;
  transition: all 0.35s;
}
.accordion-block__item-header {
  position: relative;
  display: block;
  padding: 10px 0 10px 40px;
  color: #3373b8;
  cursor: pointer;
  transition: backkground 0.35s;
}
.accordion-block__item-header:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 12px;
  width: 12px;
  height: 2px;
  background: #3373b8;
}
.accordion-block__item-header:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 17px;
  height: 12px;
  width: 2px;
  background: #3373b8;
  transform: scaleY(1);
  transition: transform 0.2s;
}
.accordion-block__content {
  max-height: 0;
  padding: 0 12px;
  transition: all 0.35s;
}
.accordion-block__checkbox {
  display: none !important;
}
.accordion-block__checkbox:checked + .accordion-block__item-header {
  font-weight: 600;
}
.accordion-block__checkbox:checked + .accordion-block__item-header:after {
  transform: scaleY(0);
}
.accordion-block__checkbox:checked ~ .accordion-block__content {
  max-height: 100vh;
  padding: 12px;
}
