@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #393939;
  font-size: 16px;

}

body.active {
  overflow: hidden;
}

.body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

.grow {
  flex-grow: 1
}

iframe {
  border: none
}


li,
ul,
ol {
  list-style-type: none !important;
}


/*section*/
.sec {
  overflow: hidden;
}

.sec .title {
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: #565656;
}

.sec .title1 {
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #565656;
}

.sec .title2 {
  font-size: 20px;
  font-weight: 700;
}

.sec.title3 {
  font-size: 18px;
  font-weight: 700;
}

.sec .title small {
  text-transform: none;
}

.border {
  border: 1px solid #ddd
}

.breadcrumbs {
  text-align: left;
  font-size: 14px;
}

.breadcrumbs span {

  color: #393939;
}

.breadcrumbs a:after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
}

.breadcrumbs a {
  color: #00A5CF
}

.breadcrumbs a:hover {
  color: #4A529F
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.grey {
  background: #F9F9FC;
}

.white {
  background: #fff;
}

.cbk {
  color: #393939
}

.fw7 {
  font-weight: 700;
}

.fw5 {
  font-weight: 600;
}


figure {

  display: inline-block;
}

figure img {
  max-width: 100%;
}

.gradient {
  color: #00A5CF;
}

.gradient-bg {
  background-image: linear-gradient(90deg, #00A5CF 0%, #4A529F 100%);
}

@supports (-webkit-background-clip: text) {
  .gradient {
    background-image: linear-gradient(90deg, #00A5CF 0%, #4A529F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.red {
  color: #CF4B00;
}

.dot-line {
  text-align: left;
  padding-left: 30px;
  position: relative;
  background: url(/assets/img/dot.svg) 0 5px no-repeat, url(/assets/img/dot.svg) 0 100% no-repeat;
}

.dot-line:after {
  position: absolute;
  content: "";
  left: 0;
  top: 15px;
  bottom: 10px;
  background: #B4DCEC;

  width: 2px;
  left: 4px;

}

.shad1 {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15)
}

.shad2 {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15)
}

.content {
  text-align: left;
}

.president-content ul li,
.content ul li,
.check li {
  text-align: left;
  padding-left: 35px;
  background: url(/assets/img/check.svg) 0 0 no-repeat;
  background-size: 20px;
  line-height: 1.5;
  margin-top: 10px;
}

.content ul li:not(:first-child),
.check li:not(:first-child) {
  margin-top: 15px;
}

.content p,
.content h2,
.content h3,
.content h4 {
  margin-top: 10px !important;
}

.h3-m {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}

.h3-b {
  line-height: 1.3;
  font-weight: 700;
  font-size: 20px;
}

.h4-m {
  line-height: 1.3;
  font-weight: 700;
  font-size: 18px;
}

.h4-b {
  line-height: 1.3;
  font-weight: 700;
  font-size: 18px;
}

.h5-b {
  font-weight: 700;
}

.bdrs {
  border-radius: 100px;
}

.link {
  text-decoration: underline !important;
  text-decoration-color: inherit;
  cursor: pointer !important;
}

.bdrs4 {
  border-radius: 4px;
}

.shad {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}


* {
  outline: none !important
}


.social1 a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px
}

.social1 a:hover {
  transform: scale(0.95);
}

.social1 a:not(:last-child) {
  margin-right: 0.5rem;
}


.fb {
  background: url(/assets/img/fb1.svg) 50%/contain no-repeat !important;
}

.tg {
  background: url(/assets/img/tg.svg) 50%/contain no-repeat !important;
}

.yt {
  background: url(/assets/img/yt.svg) 50%/contain no-repeat !important;
}

.vk {
  background: url(/assets/img/vk1.svg) 50%/contain no-repeat !important;
}

.inst {
  background: url(/assets/img/inst.svg) 50%/contain no-repeat !important;
}

.social a:hover {
  transform: scale(1.05);
}

.max {
  width: 100%;
}

/* form */
.inp {
  margin-top: 15px;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

select {
  appearance: none;
  background: url(/assets/img/open-arrow.svg) calc(100% - 1rem) 50% / 10px no-repeat;
}


.input {
  border-radius: 4px;
  vertical-align: top;
  width: 100%;
  border: none;
}

.radio + i {
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #eee;
  margin-right: 10px;
}

.radio:checked + i {
  background: linear-gradient(90deg, #00A5CF 0%, #4A529F 100%);
  box-shadow: inset 0 0 0 5px #fff
}

.label {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  position: relative;
  border: 1px solid #ddd
}


.label > .placeholder {
  cursor: auto;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.1s all;
}

label .error {
  font-size: 0.8rem;
  position: absolute;
  top: 0;
  right: 0.5rem;

}

.error {
  color: #CF4B00;
}


.label ::placeholder {
  color: transparent
}

.label .input:not(:placeholder-shown) + .placeholder,
.label .input:focus + .placeholder,
.label.static .placeholder {
  top: 0.7rem;
  font-size: 0.6rem;
}


a.more {
  position: relative;
  font-size: 18px;
  font-weight: 600;
}

a.more:after {
  content: "\2192";
  margin-left: 5px;
  font-weight: 700;
  right: 0;
  top: 50%;
  transform: translate(100%);
  transition: 0.5s all
}

a.more:hover:after {
  margin-left: 15px;
}

/*btn1*/

.btn {
  border-radius: 4px;
  padding: 1rem;
  text-align: center;
  color: #fff !important;
  border: none;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  background: linear-gradient(90deg, #00A5CF 0%, #4A529F 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 0 #4a529f
}

.btn:hover {
  transition: 0.5s box-shadow;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 10px rgba(74, 82, 159, 0)
}

.btn:active {
  transform: scale(0.95)
}

.item-video {
  height: 300px;
}

/*header*/
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 12;
  background: #fff !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);

}

.logo img {
  height: 50px;
}

.nav {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.nav .left,
.nav .right {
  display: inline-flex;
  align-items: center;
}

.logo {
  position: relative;
  z-index: 1;
}

.language {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 0 0 #4A529F;
  border-radius: 100px;
  padding: 0.25rem 1rem;
  background: #F9F9FC;
  height: 2.5em;
}

.language:hover {
  transition: 0.5s box-shadow;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 0 5px transparent;
}

.language img {
  /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);*/
  height: 20px;
  margin-right: 0.5rem;
}

.language-arrow {
  transition: 0.5s all;
  cursor: pointer;
  margin-left: 0.25rem;
  width: 1rem;
  height: 2.25rem;
  background: url(/assets/img/open-arrow.svg) 50% / contain no-repeat;
  display: inline-block;
}

.language-arrow.active {
  transform: rotate(180deg)
}

.card-icon {
  cursor: pointer;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background: #F9F9FC url(/assets/img/card2.svg) 50%/ 60% no-repeat;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 0 0 #4A529F;

  border: 1px solid #eee;
  border-radius: 100px;
}

.card-icon:hover {
  transition: 0.5s box-shadow;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 0 5px transparent;
}

.card-count {
  right: -0.5rem;
  top: -0.5rem;
  text-align: center;
  font-style: normal;
  display: inline-block;
  position: absolute;
  font-weight: 600;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.6rem;
  line-height: 1.25rem;
  background: linear-gradient(90deg, #00A5CF 0%, #4A529F 100%);
  border-radius: 50%;
  color: #fff;
}

.sign {
  display: inline-flex;
  align-items: center;
}

.login,
.register,
.logout {
  cursor: pointer;
  line-height: 1;
  border-radius: 100px;

  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, #00A5CF 0%, #4A529F 100%);
  font-weight: 600;
  color: #fff;
  box-shadow: 0 0 0 0 #00A5CF
}

.login:hover,
.register:hover,
.logout:hover {
  transition: 0.5s box-shadow;
  box-shadow: 0 0 0 5px transparent
}

.login,
.logout {
  padding: 0.5rem 1rem
}

.register {
  padding: 0.8rem 1rem
}


.login:after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/assets/img/login.svg) 50%/ contain no-repeat;
}

.login span,
.logout span {
  margin-right: 0.5rem;
}

.logout:after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/assets/img/logout.svg) 50%/ contain no-repeat;
}

.user {
  position: relative;
  text-align: right;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  cursor: pointer;
}

.user-arrow {
  transition: 0.5s all;
  cursor: pointer;
  margin-left: 0.5rem;
  width: 1rem;
  height: 2.25rem;
  background: url(/assets/img/open-arrow.svg) 50% / contain no-repeat;
  display: inline-block;
}

.user-arrow.active {
  transform: rotate(180deg)
}

.user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.user-name {
  font-weight: 700;
  color: #393939;
}

.user-email {
  font-weight: 400;
  color: #393939;
}

.user-info {
  border-radius: 8px;
  padding: 1.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translateY(100%);
  border: 1px solid #eee;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all;
}

.user-info.active {
  visibility: visible;
  opacity: 1;
}

/*.pages*/
.slider1 .slide {
  min-height: 572px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.page {
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.5s all;
  position: relative;
}

.page:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1)
}

.page .name {
  text-align: center;
  color: #fff;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  letter-spacing: 1px;
  background: linear-gradient(rgba(0, 0, 0, 0), #000);
}

.page figure {
  overflow: hidden;
}

.page img {
  width: 100%;
  transition: 0.5s all
}

.page:hover img {
  transform: scale(1.05)
}

/*app*/

.app {
  position: relative;

  display: flex;
  flex-direction: column;

}

.app1 .top {
  order: 1
}


.app .top {
  cursor: pointer;
  padding: 10px 20px;
  background: linear-gradient(90deg, #00A5CF 0%, #4A529F 100%);
}

.app .desc {
  color: rgba(255, 255, 255, 0.7)
}

.app .name {

  color: #fff;
}

.app .bottom {
  position: relative;
}

.app figure img {
  width: 100%;
}

.app .links {
  flex-direction: column;
  display: inline-flex;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.app .links a:last-child {
  margin-top: 10px;
}

.app .links img {
  height: 50px;
}

.app .description {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: auto;
  padding: 30px;

  background: #fff;
  transition: all 0.5s;


}

.app:hover .description {
  visibility: visible;
  opacity: 1;
}

.contact1 {

  display: inline-flex;
  align-items: center;
}

.contact1 .left {
  position: relative;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.contact1 .right:after {
  position: absolute;
  left: 0;
  top: 50%;
  background: url(/assets/img/dots.svg) 50% no-repeat;
  width: 50px;
  height: 50px;
  content: "";
  transform: translate(-50%, -50%)
}

.contact1 .right {

  position: relative;

  padding: 40px;
  background: #F9F9FC;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.what {
  padding-left: 30px;
  background: url(/assets/img/what.svg) 0 50% no-repeat;
  background-size: 20px;
  font-size: 20px;
  font-weight: 600;
}

/* catalog */
.catalog {
}


/*news-section*/
.news1 {


  text-align: left;

  display: flex;
  border: 1px solid #eee;
  height: 100%;

  transition: all 0.5s;
}

.news:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15)
}

.news1 figure {
  width: 145px;
  flex-shrink: 0;


}

.news1 > div {
  padding: 15px;
  width: 80%;
  display: flex;
  flex-direction: column;

}

.news1 figure img {
  width: 100%;
}


.news1 .name {
  flex-grow: 1;
  color: #393939;
}

.news1 .date {

  opacity: 0.5;
  color: #393939;
}

.news1:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15)
}


/*footer*/
.footer {
  color: #fff;
  background: linear-gradient(90deg, #00A5CF 0%, #4A529F 100%);
}

.footer .title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7)
}

.foot-menu {

  display: flex;
  flex-wrap: wrap;

}

.foot-menu li {
  text-align: left;
  width: 50%;
  margin-top: 3px;
}

.foot-menu a {
  font-size: 14px;
  color: #fff;
}

.foot-menu a:hover {
  opacity: 0.5;
}

.footer-app {
  text-align: left;
}

.footer-app .name {
  font-size: 14px;
  font-weight: 600;

}

.footer-app img {
  height: 35px;
  margin-right: 10px;
}

.telegram {
  text-align: left;
}

.telegram a {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #fff
}

.telegram img {
  width: 40px;
  border-radius: 50%;
  margin-right: 15px;

}

.social1 {
  align-items: center;
  display: inline-flex;
}


.footer .what {
  color: #fff;
  font-weight: 400;
}

/*.copy*/
.copy {
  color: #fff;
  background: linear-gradient(90deg, #00A5CF 0%, #4A529F 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}


.main-slider {
  position: relative;
  user-select: none;
}

.main-slider .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}

.main-slider .swiper-pagination {
  bottom: 14px !important;
}

.swiper-pagination-bullet {
  width: 30px !important;
  height: 5px !important;
  margin: 5px 3px !important;
  background: rgb(255, 255, 255) !important;
  border-radius: 0 !important;
  cursor: pointer !important;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
  opacity: 1
}

.swiper-next,
.swiper-prev {
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  width: 25%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all
}

.swiper-next {
  right: 0;
  cursor: url(/assets/img/arrow-next.svg), pointer;
}

.swiper-prev {
  left: 0;
  cursor: url(/assets/img/arrow-prev.svg), pointer;
}

.production-slider {
  position: relative;
}

.production-slider .swiper-next {
  right: 0;
  background: url(/assets/img/arrow-next.svg) 95% 50%/ 30px no-repeat !important;
}

.production-slider .swiper-prev {
  left: 0;
  background: url(/assets/img/arrow-prev.svg) 5% 50%/ 30px no-repeat !important;
}

.swiper-next:hover,
.swiper-prev:hover {
  opacity: 1
}


/* about-page */

.about-punct {
  width: 100%;
  text-align: left;
  display: inline-flex;
  background: #fff;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.about-punct figure {
  width: 80px;
  flex-shrink: 0;
}

.about-punct img {
  width: 100%;
}

/* ------------------------------- */
.president-section .content {
  text-align: left;
}

.president-content {
  text-align: left;
}

.president-image {
  position: relative;
}

.president-name {
  color: #fff;
  width: 100%;
}

/* owner */
.owner {
  text-align: left;
  position: relative;
  min-height: 310px;
  height: 100%;

}

.owner figure {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.owner figure img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.owner .name {
  z-index: 1;
  position: relative;
}

.owner .text {
  font-size: 14px;
  width: 65%;
  z-index: 1;
  position: relative;
}

/* why */
.why {
  display: flex;
  text-align: left;
}

.why figure {
  width: 80px;
  flex-shrink: 0;
  margin-right: 20px;
}

.why figure img {
  width: 100%;
}

.video iframe {
  width: 100%;
  min-height: 360px
}


/* faq-page */
.faq {
  text-align: left;
}

.faq li {
  position: relative;
  background: #fff;
  padding: 20px;
}

.faq-icon {

  height: 100%;
  background: url(/assets/img/faq.svg) 50% 0 no-repeat;
}

.faq li:after,
.faq li:before {

  position: absolute;
  left: 20px;
  top: 30px;
  content: "";
  height: 2px;
  width: 20px;
  background: linear-gradient(90deg, #00A5CF 0%, #4A529F 100%);
}

.faq li:before {
  transform: rotate(90deg);
  transition: all 0.5s;
}

.faq .question {
  z-index: 1;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

.faq li.active:before {
  transform: rotate(0deg);
}

.faq li:not(.active) .answer {
  display: none;
}

/* feed */
.feed iframe {
  width: 100%;
  vertical-align: top;
  min-height: 190px;
}

.feed {
  display: inline-block;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}


/* contacts */
#map {
  height: 100%;
  height: 300px;
}

.contacts b,
.support b {
  display: block;
}

.contacts,
.address {
  background: #fff;
  padding: 20px;
}

.contacts li {
  margin-top: 10px;
}

.contacts li a,
.contacts li span {
  padding-left: 30px;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  color: #393939;
  font-weight: 500;
}

.loc {
  background-image: url(/assets/img/location.svg);
}

.time {
  background-image: url(/assets/img/time.svg);
}

.email {
  background-image: url(/assets/img/email.svg);
}

.whatsapp {
  background-image: url(/assets/img/what.svg);
}

.contact-form {
  min-height: 100%;
  padding: 30px;
  background: #fff;
}

.address .toggler {

  padding-left: 40px;
  position: relative;
  cursor: pointer;
}

.address .toggler:before,
.address .toggler:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 3px;
  background: #00A5CF;
}

.address .toggler:before {
  transform: rotate(90deg);
  transition: all 0.5s
}

.address.active .toggler:before {
  transform: rotate(0deg)
}

.address .toggler.active:before {
  transform: rotate(0deg);
}


/* one news */
.news-img {
  padding: 10px;
  border: 1px solid #eee;
}

.news-img img {
  width: 100%;
}

.content iframe {
  width: 100%;
  min-height: 400px
}

.date1 {
  font-weight: 700;
  opacity: 0.700;
  padding-left: 30px;
  background: url(/assets/img/date.svg) 0 50% no-repeat;
}


/* one-item-page */
.item-img {

  display: flex;
  flex-wrap: wrap;


}

.item-img a {
  width: 18%;

  border: 1px solid #eee;
  overflow: hidden;

}

.item-img a:not(:first-child) {
  margin-top: 10px;

}

.item-img a:first-child {
  width: 100%;
}

.item-img img {
  width: 100%;
  overflow: hidden;
  transition: all 0.5s
}

.item-img a:hover img {
  transform: scale(1.05)
}

.docs {
  display: flex;
}

.cert {
  margin-right: 20px;

  display: inline-block;
}

.cert img {
  height: 120px;
}

.cert:hover {
  transform: scale(0.95);
}

.iframe {
  width: 100%;
  height: 200px;
}


/* products */
.tabs {
  position: relative;
  display: flex;

}

.tabs:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, #00A5CF 0%, #4A529F 100%);

}

.tabs li {
  cursor: pointer;
  opacity: 0.5;;
  color: #fff;;
  padding: 10px 30px;
  border-radius: 10px 10px 0 0;

  background: linear-gradient(90deg, #00A5CF 0%, #4A529F 100%);
  transition: all 0.5s;
}

.tabs li.active,
.tabs li:hover {
  opacity: 1;
}


.item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  cursor: pointer;

  width: 100%;
  background: #fff;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.5s all;
  height: 100%;
}

.item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15)
}

.item .name {
  color: #393939;
  font-size: 20px;
  font-weight: 500;
}

.item .details {
  margin-top: 10px;
  font-weight: 500;
  text-decoration: underline;
}

.panel {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.product.content h3 {
  color: #00A5CF;
}

.product.content iframe {
  width: auto;
  max-width: 100% !important;
}

.pagination li > * {
  display: inline-block;
  text-align: center;
  width: 2rem;
  font-size: 0.8rem;
  background: #fff;
  border-radius: 4px;
  color: #000;
  padding: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.21)
}

.pagination li:not(:last-child) {
  margin-right: 0.5rem;
}

.pagination li.active > span {
  color: #fff;
  background: linear-gradient(90deg, #00A5CF 0%, #4A529F 100%);
}

.pagination li.disabled {
  opacity: 0.5
}


@supports (-webkit-background-clip: text) {
  .product.content h3 {
    background-image: linear-gradient(90deg, #00A5CF 0%, #4A529F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.product.content iframe {

  min-height: 150px
}


.address table td,
.address table th {

  border: 1px solid #eee;
  padding: 5px;


}

.address table th {
  background: #fafafa
}

.address table tr:nth-child(even) {
  background: #fafafa
}

.form {
  text-align: center;
  padding: 30px;
  max-width: 480px;
  background: #F9F9FC;
  width: 100%;

}


/*partner-page*/
.partener-section1 {
  position: relative;
  align-items: center;
  display: flex;
  min-height: 600px;
  background: #4A789F;

}

.partener-section1 .title {
  color: #fff;
  line-height: 1.2;
}

.partener-section1 .text {
  color: #fff;

}

.partner-puncts1 {
  padding: 20px;
  text-align: left;
  align-items: center;
  display: flex;
  background: #fff;
  height: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.partner-puncts1 figure {
  width: 80px;
  flex-shrink: 0;
  margin-right: 10px;
}

.partner-puncts1 img {
  width: 100%;
}


.partner-puncts2 {
  padding: 20px;
  text-align: left;
  align-items: center;
  display: flex;
  background: #F9F9FC;
  height: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.partner-puncts2 .big {
  font-size: 80px;
  line-height: 80px;
  font-weight: 900;
  width: 80px;
  flex-shrink: 0
}

.partner-puncts3 {
  padding: 20px;
  text-align: left;

  display: flex;
  flex-direction: column;
  background: #F9F9FC;
  height: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.partner-puncts3 .big {
  display: inline-flex;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;

  flex-shrink: 0
}

.partner-cta {
  position: relative;
  z-index: 1;
}


.logos .left {
  position: relative;

  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.logos .right:after {
  position: absolute;
  left: 0;
  top: 50%;
  background: url(/assets/img/dots.svg) 50% no-repeat;
  width: 50px;
  height: 50px;
  content: "";
  transform: translate(-50%, -50%)
}

.logos .right {

  position: relative;

  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.logos img {
  width: 100%;
}


.certificate {
  width: 100%;
  display: inline-block;
  border: 1px solid #EEEEEE;
}

.certificate img {
  width: 100%;
}


/* new prod page ----------------------------------------------------------- */
.text-center {
  text-align: center;
}


h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
}

.h1 {
  font-size: 40px;
  line-height: 1.2;
}

.description {
  font-size: 20px;
  font-weight: 400;
}


.prod img {
  width: 100%;
}

.dot-line {
  background: url(/assets/img/dot.svg) 0 5px no-repeat, url(/assets/img/dot.svg) 0 100% no-repeat;
}


.pr-docs img {
  height: 120px;
  padding: 2px;
  background: #F9F9FC;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}


.s2-item figure {
  width: 100%;
}

.s2-item figure img {
  width: 100%;
}

.s2-item-botom {
  background-image: linear-gradient(90deg, #00A5CF 0%, #4A529F 100%);
  color: #fff;
  min-height: 104px;
  height: 100%;
  display: flex;
  align-items: center;
}

.s2-item span {
  display: block;
  background: url(/assets/img/check.webp) 0 0 no-repeat;
  background-size: 24px;
  padding-left: 32px;
}

.s3-item {
  height: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
  background: #fff;
}

/*
.s3-item:hover {
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
	transform: translateY(-5px);

}
*/

.sec3-item-top img {
  height: 64px;
}


.pr-dl h3 {
  font-size: 16px;
}

.pr-sec3 .btnarea {
  text-align: center;
}


/*  */

.price {
  font-size: 2rem;
  font-weight: 900;
}

.old {
  color: #CF4B00;
  font-weight: 700;
  font-size: 2rem;
  text-decoration: line-through
}


.price1 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #1560bd
}

.lh1 {
  line-height: 1;
}

.w-100 {
  width: 100%;
}

.agree {
  user-select: none;
  display: inline-flex;
  align-items: top;
  font-size: 0.8em;
  text-align: left;
}

.agree input {
  display: none;
}

.agree i {
  flex-shrink: 0;
  display: inline-block;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 4px;

  border: 1px solid #ddd;
  background: url(/assets/img/agree.svg) 50%/contain no-repeat, linear-gradient(90deg, #fff 0%, #fff 100%);
}

.agree input:checked + i {
  background: url(/assets/img/agree.svg) 50%/contain no-repeat, linear-gradient(90deg, #00A5CF 0%, #4A529F 100%);
}

.agree .link {
  color: inherit
}

.agree label {
  width: auto
}

.btn.disabled, button.disabled {
  pointer-events: none !important;
  background: linear-gradient(90deg, #d5d7d8 0%, #83869e 100%) !important;
}

.por {
  position: relative;
}

.por .icons {

  margin-top: -2rem;
  display: flex;
  justify-content: center;
}

.por .icon {
  margin: 0 5px;
  width: 4rem;
  height: 4rem;
  padding: 0.5rem;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ddd
}

.por .icon img {
  width: 100%;
}


/*btn2*/
.item {
  position: relative;
  cursor: inherit
}

.add-card {
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  user-select: none;
  background: linear-gradient(90deg, #00A5CF 0%, #4A529F 100%);
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff !important;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 0 rgba(74, 82, 159, 1)
}

.add-card:hover {
  transition: 0.5s box-shadow;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 5px rgba(74, 82, 159, 0)
}


.add-card:active {
  transform: scale(0.95)
}

.line {
  margin: 1rem 0;
  height: 1px;
  background: #eee;
}

.add-icon {
  display: inline-block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(/assets/img/card1.svg) 50% /contain no-repeat;
  margin-right: 0.5em;
}

.add-counter {

  font-weight: 700;
  display: inline-flex;
  align-items: center;
  background: #F9F9FC;
  border-radius: 50px;
  font-size: 0.8rem;
}

.plus {
  display: inline-block;
  content: "";
  width: 2.25rem;
  height: 2.25rem;
  background: url(/assets/img/plus.svg) 50% /1.5rem no-repeat;
  border-radius: 50%;
}

.minus {
  display: inline-block;
  content: "";
  width: 2.25rem;
  height: 2.25rem;
  background: url(/assets/img/minus.svg) 50% /1.5rem no-repeat;
  border-radius: 50%;
}

.minus:hover,
.plus:hover {
  background-color: #eee;
}

.details2 {
  text-decoration: underline;
  display: flex;
  align-items: center;
}

.old2 {
  font-weight: 600;
  color: #CF4B00
}

.price2 {
  line-height: 1;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #1560BD;
}


.list-item:not(:last-child) {
  border-bottom: 1px solid #eee;

}

.list-item {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;

}

.list-item .left {
  flex-grow: 1;
  display: inline-flex;
  align-items: center;
}

.list-item .right {
  display: inline-flex;
  align-items: center;
}

.list-item img {
  width: 60px;
}

.list-item-price,
.list-item-summ,
.list-item-count {
  font-weight: 600;
  font-size: 1.2rem;
}

.list-item-count {
  line-height: 1;
}

.list-item-old {
  color: #CF4B00;
}


.list-item-delete {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url(/assets/img/delete.svg) 50% / contain no-repeat;
}

.list-info {
  font-size: 0.8rem;
}

@media (max-width: 767px) {
  .list-item-summ {
    display: none;
  }

  .main-slider .swiper-pagination {
    bottom: 0px !important;
  }

  .list-item-price,
  .list-item-summ,
  .list-item-count {
    font-weight: 600;
    font-size: 1rem;
  }
}


/*modal*/

.popup {
  width: 100%;
  max-width: 480px;
  background: #F9F9FC;
  padding: 1.5rem;
  border-radius: 4px;
}

.language-selection img {
  width: 30px;
}

.selected {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.selected input {
  background: #fff url(/assets/img/open-arrow.svg) calc(100% - 0.5rem) 50% / 10px no-repeat;
  width: 100%;
  cursor: pointer;
  border: 1px solid #ddd;
}

.selected img {
  position: absolute;
  left: 10px;
}

.selected + ul {
  background: #fff;
  display: none;
}

.selected + ul {
  transition: 0.5s all;
  max-height: 100px;
  overflow-y: scroll;
  border: 1px solid #eee
}

.selected + ul.active {
  display: block;
}

.selected + ul li {
  padding: 0.5rem;
  cursor: pointer;
}

.selected + ul img {
  margin-right: 0.5rem;
}

a {
  cursor: pointer !important;
}

.pointer {
  cursor: pointer;
}

.order-status-0 {
  color: #F79E1B;
}

.order-status-1 {
  color: #15BD6C;
}

.order-status-2 {
  color: #8F92A1;
}

.order-status-3 {
  color: #1560BD;
}

.order-status-4 {
  color: #BD1515;
}
