* {
  padding: 0;
  margin: 0;
  border: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

*::before, *::after {
  box-sizing: border-box;
}

a, a:link, a:visited, a:hover {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active, button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

html, body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

html.html-reset {
  margin-top: 0 !important;
}

/****::-webkit-scrollbar{width:8px; height:8px;}
::-webkit-scrollbar-track{background-color:;}
::-webkit-scrollbar-thumb{background:;}*/
body {
  display: flex;
  flex-wrap: wrap;
  font-family: var(--font), sans-serif;
  padding-top: 90px;
}
body.ar-lg {
  text-align: right;
}
body.ar-lg .logo {
  text-align: left;
}
body .full-container {
  width: 100%;
  background-size: cover;
  background-position: center;
}
body .full-container.img-fon {
  position: relative;
}
body .full-container.img-fon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
body .full-container.img-fon h1, body .full-container.img-fon h2, body .full-container.img-fon h3 {
  color: #fff;
}
body .full-container.img-fon .limited-container {
  position: relative;
  z-index: 2;
}
body .full-container.bord-block {
  border-top: solid 2px var(--color);
}
body .limited-container {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 100%;
  max-width: 1400px;
  padding: 60px 15px;
  box-sizing: border-box;
}
body .limited-container.item-container {
  padding-bottom: 20px;
}
body.customize-support header {
  top: 32px;
}

header {
  background: var(--color);
  position: fixed;
  left: 0;
  top: 0;
  min-height: 90px;
  display: flex;
  z-index: 5;
}
header .limited-container {
  padding: 15px;
  align-items: center;
}
header .logo {
  width: 450px;
  max-width: 50%;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
header .menu-wrapper {
  margin-left: auto;
  max-width: 50%;
  align-items: center;
  display: flex;
}
header .menu-wrapper a {
  color: #fff;
  margin-left: 40px;
  font-size: 18px;
}
header .menu-wrapper a:hover {
  opacity: 0.7;
}
header .menu-wrapper .button {
  margin-left: 60px;
}
header .ico-svg {
  width: 38px;
  margin-left: auto;
  cursor: pointer;
}
header .ico-svg .fill {
  fill: #fff;
}
header .ico-svg:hover .fill {
  opacity: 0.7;
}
header .language-wrapper {
  margin-left: 50px;
  position: relative;
}
header .language-wrapper img {
  width: 23px;
  height: 23px;
  margin-right: 10px;
  border-radius: 100%;
}
header .language-wrapper .current-item {
  padding: 9px;
  background: #fff;
  display: flex;
  border-radius: var(--radius);
  color: var(--color);
  text-transform: uppercase;
  font-size: 17px;
  line-height: 23px;
  font-weight: bold;
}
header .language-wrapper .language {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 0 0 var(--radius) var(--radius);
}
header .language-wrapper .language .link {
  display: flex;
  width: 100%;
  color: var(--color);
  text-transform: uppercase;
  font-size: 17px;
  line-height: 23px;
  font-weight: bold;
  padding: 9px;
}
header .language-wrapper .language .link:hover {
  background: var(--color);
  color: #fff;
}
header .language-wrapper .language .link:last-child {
  border-radius: 0 0 var(--radius) var(--radius);
}
header .language-wrapper:hover .current-item {
  border-radius: var(--radius) var(--radius) 0 0;
}
header .language-wrapper:hover .language {
  display: flex;
}

footer h2 {
  text-align: center;
}
footer .soc-link {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
}
footer .soc-link a {
  width: 40px;
  padding: 8px;
  box-sizing: border-box;
  margin: 0 10px;
  background: #fff;
  border-radius: var(--radius);
}
footer .soc-link a svg .fill {
  fill: var(--color);
}
footer .soc-link a:hover {
  background: var(--color);
}
footer .soc-link a:hover svg .fill {
  fill: #fff;
}
footer .form-wrapper {
  margin: 0 auto 20px auto;
}
footer .form-wrapper .form-item {
  width: 450px;
  margin-right: 20px;
}
footer .form-txt {
  font-size: 12px;
  color: #fff;
  width: 100%;
  text-align: center;
}

.form-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.form-wrapper .form-item {
  border: solid 2px #fff;
  padding: 8px 15px;
  color: #fff;
  line-height: 21px;
  border-radius: var(--radius);
}

.line-button {
  display: flex;
  width: 100%;
}

.button {
  font-size: 18px;
  cursor: pointer;
  border: solid 2px;
  padding: 8px 20px;
  border-radius: var(--radius);
  opacity: 1 !important;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
.button.central {
  margin: auto;
}
.button.color {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
.button.color:hover {
  color: var(--color);
}
.button.white {
  color: var(--color);
  background: #fff;
  border-color: #fff;
}
.button.white:hover {
  color: #fff;
}
.button:hover {
  background: none;
}

h1, h2, h3 {
  margin-bottom: 40px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
}

h1 {
  font-size: 70px;
  line-height: 75px;
}

h2 {
  font-size: 35px;
  line-height: 50px;
}

h3 {
  font-size: 25px;
  line-height: 40px;
}

p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 40px;
}
p:last-child {
  margin-bottom: 0;
}

b {
  font-weight: bold;
}

img {
  width: 100%;
  border-radius: var(--radius);
}

.news {
  box-shadow: 0px 0px 8px #818181;
  border-radius: var(--radius);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  padding-bottom: 55px;
  border: solid 1px var(--color);
}
.news img {
  border-radius: var(--radius) var(--radius) 0 0;
  margin-bottom: 15px;
}
.news .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: var(--color);
  padding: 0 15px;
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.news .title:hover {
  opacity: 0.7;
}
.news p {
  margin-bottom: 15px;
  padding: 0 15px;
  width: 100%;
}
.news .more {
  padding: 5px 10px;
  margin-left: auto;
  margin-right: 15px;
  background: var(--color);
  color: #fff;
  border-radius: var(--radius);
}
.news .more:hover {
  opacity: 0.7;
}
.news .date {
  padding: 10px 15px;
  width: 100%;
  border-top: solid 1px var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
}

.news-block h2 {
  text-align: center;
}
.news-block h2 a {
  color: var(--color);
}
.news-block h2 a:hover {
  opacity: 0.7;
}
.news-block .news {
  width: calc(33.33% - 27px);
  margin-right: 40px;
  margin-bottom: 40px;
}
.news-block .news:nth-child(3n+1) {
  margin-right: 0;
}
.news-block.img-fon h2 a {
  color: #fff;
}
.news-block.img-fon .news {
  background: #ffffff;
}

.first-block .limited-container {
  justify-content: center;
}
.first-block .limited-container h1 {
  text-align: center;
  max-width: 960px;
}
.first-block .limited-container h2 {
  text-align: center;
}

.plus-block .limited-container {
  justify-content: space-between;
}
.plus-block .limited-container h2 {
  text-align: center;
}
.plus-block .limited-container .plus {
  width: calc(50% - 20px);
  margin-bottom: 40px;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  border-radius: var(--radius);
}
.plus-block .limited-container .plus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
  border-radius: var(--radius);
}
.plus-block .limited-container .plus h3, .plus-block .limited-container .plus p {
  color: #ffffff;
  text-align: center;
  z-index: 2;
  position: relative;
  max-width: 370px;
  margin: auto;
}
.plus-block .limited-container .plus h3 {
  margin-bottom: 20px;
}

.advantages-block .limited-container {
  justify-content: space-between;
}
.advantages-block .limited-container h2 {
  text-align: center;
}
.advantages-block .limited-container .advantages {
  width: calc(25% - 30px);
  margin-bottom: 40px;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  border-radius: var(--radius);
  min-height: 400px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.advantages-block .limited-container .advantages:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
  border-radius: var(--radius);
}
.advantages-block .limited-container .advantages h3, .advantages-block .limited-container .advantages p {
  color: #ffffff;
  text-align: center;
  z-index: 2;
  position: relative;
}
.advantages-block .limited-container .advantages h3 {
  margin-bottom: 20px;
}

.info-block .limited-container h2, .info-block .limited-container p {
  color: #ffffff;
  text-align: center;
}
.info-block .limited-container p {
  font-size: 20px;
  line-height: 30px;
}

.reviews-block .limited-container {
  justify-content: space-between;
}
.reviews-block .banner {
  width: 100%;
  margin-bottom: 40px;
}
.reviews-block h2 {
  text-align: center;
}
.reviews-block .reviews {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  margin-bottom: 40px;
}
.reviews-block .reviews img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 20px;
}
.reviews-block .reviews .name {
  width: calc(100% - 120px);
  font-size: 30px;
  line-height: 35px;
  color: var(--color);
  font-weight: bold;
}
.reviews-block .reviews .txt {
  margin-top: 20px;
}

.blog-title h1 {
  text-align: center;
}

.content-wrapper {
  width: 70%;
  padding-right: 40px;
  box-sizing: border-box;
}
.content-wrapper .sticky-test {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.content-wrapper .news {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}

.sticky-block {
  width: 30%;
  position: relative;
}
.sticky-block .sidebar-wrapper.fix-sidebar {
  position: fixed;
  top: 130px;
}
.sticky-block .sidebar-wrapper.abs-sidebar {
  position: absolute;
  bottom: 0;
}
.sticky-block .sidebar-wrapper.non-m {
  margin-bottom: -40px;
}
.sticky-block .banner {
  margin-bottom: 40px;
  display: block;
}

.post-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: solid 2px var(--color);
  margin-bottom: 40px;
}
.post-title img {
  width: 300px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.post-title h1 {
  width: calc(100% - 340px);
}

.mobile-element {
  display: none;
  flex-wrap: wrap;
}

@media (max-width: 1320px) {
  header .logo {
    width: 30%;
  }
  header .menu-wrapper {
    max-width: 70%;
  }
  h1 {
    font-size: 60px;
    line-height: 65px;
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 990px) {
  .mobile-element {
    display: flex !important;
  }
  .desctop-element {
    display: none !important;
  }
  h1 {
    font-size: 50px;
    line-height: 55px;
  }
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
  h3 {
    font-size: 18px;
    line-height: 25px;
  }
  header .menu-wrapper {
    position: fixed;
    width: 300px;
    height: 100vh;
    top: 0;
    right: -400px;
    background: var(--color);
    z-index: 7;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
  }
  header .menu-wrapper a {
    width: 100%;
    margin: 15px 0;
    text-align: right;
  }
  header .menu-wrapper .button {
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
  header .menu-wrapper .ico-svg {
    margin-bottom: auto;
  }
  header .menu-wrapper .mobile-banner {
    margin: auto 0 0 0;
  }
  header .logo {
    width: 65%;
    max-width: 65%;
  }
  body.open-menu .menu-wrapper {
    right: 0;
  }
  body.open-menu header:before {
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    background: rgba(0, 0, 0, 0.8);
  }
  .news-block .news {
    width: calc(50% - 20px);
  }
  .news-block .news:nth-child(3n+1) {
    margin-right: 40px;
  }
  .news-block .news:nth-child(2n+1) {
    margin-right: 0;
  }
  .reviews-block .reviews {
    width: 100%;
  }
  footer .form-wrapper .form-item {
    width: 350px;
  }
  .content-wrapper {
    order: 2;
    width: 100%;
    padding-right: 0;
  }
  .sticky-block {
    order: 1;
    width: 100%;
  }
  .sticky-block .sidebar-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .sticky-block .sidebar-wrapper.non-m {
    margin-bottom: 0;
  }
  .sticky-block .banner {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
  .post-title img {
    width: 200px;
    margin-right: 20px;
  }
  .post-title h1 {
    width: calc(100% - 220px);
  }
  .plus-block .limited-container .plus {
    padding: 20px;
  }
  .advantages-block .limited-container .advantages {
    width: calc(50% - 20px);
    min-height: 300px;
  }
  .info-block .limited-container p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  h1, h2, h3 {
    margin-bottom: 20px;
  }
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
  h2 {
    font-size: 20px;
    line-height: 25px;
  }
  h3 {
    font-size: 17px;
    line-height: 22px;
  }
  p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .button {
    font-size: 16px;
  }
  .news-block .news {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .news-block .news:nth-child(3n+1) {
    margin-right: 0;
  }
  header {
    min-height: 70px;
  }
  header .logo {
    font-size: 23px;
    line-height: 25px;
    width: calc(100% - 125px);
  }
  header .ico-svg {
    width: 30px;
  }
  header .language-wrapper {
    margin-left: 20px;
  }
  header .language-wrapper .current-item {
    padding: 6px;
    font-size: 16px;
    line-height: 20px;
  }
  header .language-wrapper img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  header .language-wrapper .language .link {
    font-size: 16px;
    line-height: 20px;
    padding: 6px;
  }
  body {
    padding-top: 70px;
  }
  body .limited-container.item-container {
    padding-bottom: 40px;
  }
  body.customize-support header {
    top: 0;
  }
  footer .soc-link {
    margin-bottom: 25px;
  }
  footer .form-wrapper .form-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  footer .form-wrapper .button {
    width: 100%;
  }
  .reviews-block .reviews .txt {
    text-align: center;
  }
  .content-wrapper .news {
    width: 100%;
    margin-bottom: 20px;
  }
  .sticky-block .banner {
    width: 100%;
    margin-bottom: 20px;
  }
  .post-title img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
  }
  .post-title h1 {
    width: 100%;
    text-align: center;
  }
  .plus-block .limited-container .plus {
    width: 100%;
    margin-bottom: 20px;
  }
  .advantages-block .limited-container .advantages {
    width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
  }
  .info-block .limited-container p {
    font-size: 16px;
    line-height: 22px;
  }
}

/*# sourceMappingURL=style.css.map */
