html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* end reset all */

html,
body {
  background-color: #fff !important;
  color: #000;
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "salt" on;
}

h1,
.h1 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 35px;
  line-height: 40px;
  color: #444;
}

h2,
.h2 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

h3,
.h3 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

p {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  color: #000;
}

ul,
ol {
  margin: 0 0 13px 20px;
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
}

strong {
  font-weight: bold;
}
a,
a:link,
a:hover,
a:visited {
  color: #000;
}

/*GRID ONE COLUMN*/

ul.oneColumn {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

ul.oneColumn li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
}

/*GRID TWO COLUMNS*/

ul.twoColumns {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

ul.twoColumns li {
  position: relative;
  display: flex;
  vertical-align: top;
  width: 49%;
  height: auto;
  margin: 0 2% 20px 0;
  padding: 0;
}

ul.twoColumns li:nth-child(2n) {
  margin: 0 0 20px;
}

/*GRID THREE COLUMNS*/

ul.threeColumns {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

ul.threeColumns li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  height: auto;
  margin: 0 1.5% 20px 0;
  padding: 0;
}

ul.threeColumns li:nth-child(3n) {
  margin: 0 0 20px;
}

/*GRID FOUR COLUMNS*/

ul.fourColumns {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

ul.fourColumns li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 24%;
  height: auto;
  margin: 0 1.333% 20px 0;
  padding: 0;
}

ul.fourColumns li:nth-child(4n) {
  margin: 0 0 20px;
}

/*GRID FIVE COLUMNS*/

ul.fiveColumns {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

ul.fiveColumns li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 19%;
  height: auto;
  margin: 0 1.25% 20px 0;
  padding: 0;
}

ul.fiveColumns li:nth-child(5n) {
  margin: 0 0 20px;
}

/* MAIN */

.wrapper {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0 20px;
}

/* LANG */

.lang {
  position: absolute;
  top: 23px;
  right: 5%;
  display: block;
  width: 140px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: right;
}

.lang a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  color: #666;
  cursor: pointer;
  z-index: 1;
}

/* PROMO */

.promo {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  width: 100%;
}

.promo .left {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  padding: 0;
}

.promo .logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 17%;
  height: auto;
  margin: 0;
  padding: 0;
}

.promo .logo img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.promo .bann {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.promo .right {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.promo .right .logoText {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 40px;
  padding: 0;
}

.cont h3 {
  color: #000;
}

.promo .cont {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 30px 30px;
  border-radius: 35px;
  background: #f0f3f4;
}

.promo .cont li {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 13px 20px;
  border-radius: 16px;
  background: #fff;
}

.promo .cont li .title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
}

.promo .cont li .title.last {
}

.vers {
  color: #000;
}

.promo .cont li .indev {
  position: absolute;
  display: block;
  right: 26px;
  top: 16px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: right;
  color: #7f7f7f;
}

.promo .cont li .title .vers {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #7f7f7f;
}

.promo .cont li .btn {
  position: absolute;
  display: block;
  right: 20px;
  top: 15px;
  width: 100px;
  height: auto;
  margin: 0;
  padding: 10px 10px;
  border-radius: 12px;
  background: #222;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.promo .cont li .btn:hover {
  background: #2aabee;
}

/* SLIDER */

.slider {
  position: relative;
  display: block;
  width: calc(100% + 10px);
  height: auto;
  margin: 0 0 40px;
  padding: 0;
}

.slider .slick-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.slider .slick-list {
  border-radius: 14px;
  overflow: hidden;
}

.slider .slide {
  position: relative;
  display: block;
  width: 30%;
  height: auto;
  margin: 0 10px 0 0;
  padding: 0;
  border-radius: 14px;
}

.slider .slide img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 14px;
  transition: all 0.3s ease-in-out;
}

.slider .slide img:hover {
  opacity: 0.8;
}

.slider .slick-prev {
  position: absolute;
  display: block;
  left: 30px;
  top: calc(50% - 22px);
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  font-size: 0;
  background: url(../images/icon.angle.left.svg) center no-repeat;
  background-size: 44px;
  border: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 12;
}

.slider .slick-prev:hover {
  left: 25px;
}

.slider .slick-next {
  position: absolute;
  display: block;
  right: 30px;
  top: calc(50% - 22px);
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  font-size: 0;
  background: url(../images/icon.angle.right.svg) center no-repeat;
  background-size: 44px;
  border-radius: 50%;
  border: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 12;
}

.slider .slick-next:hover {
  right: 25px;
}

/* CONTENT */

.content {
  color: #000;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 50px 30px 20px;
  border-radius: 30px;
  background: #f0f3f4;
}

.content ul.twoColumns {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
}

.content ul.twoColumns li .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: auto;
  margin: 0 20px 0 0;
  padding: 0;
}

.content ul.twoColumns li .icon img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.content ul.twoColumns li .caption {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 70px);
  height: auto;
  margin: 0;
  padding: 0;
}

.content ul.twoColumns li .caption p {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.content ul.twoColumns li .caption p img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

/* FOOTER */

.footer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0;
}

.footer p {
  font-size: 14px;
}
.footer ul.threeColumns li:nth-child(2) {
  text-align: center;
}
.footer ul.threeColumns li:nth-child(3) {
  text-align: right;
}

.footer img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: auto;
  margin: 0 5px 0 0;
  padding: 0;
}

@media screen and (max-width: 1240px) {
  .promo {
    flex-direction: column;
  }

  .promo .left {
    width: 100%;	
  }

  .promo .cont {
    padding: 20px;
  }

  .promo .cont li {
    width: 100%;
  }

  .promo .cont li .indev {
    width: 66%;
  }

  .promo .cont li:last-child {
    height: 80px;
  }

  .promo .cont li .title.last {
    top: 14px;
  }

  .content ul.twoColumns {
    flex-direction: column;
    padding: 0;
  }

  ul.twoColumns li {
    flex-direction: column;
    width: 100%;
  }

  .content ul.twoColumns li .caption p {
    font-size: 14px;
  }

  .content ul.twoColumns li .icon {
    width: 30px;
    margin-right: 8px;
  }

  .content {
    padding: 20px;
  }

  .slider ul {
    display: none !important;
  }
}
