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

html {
  font-size: 62.5%;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  font-weight: normal;
  line-height: 1;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
video {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
}

li {
  display: block;
}

a {
  text-decoration: none;
  line-height: inherit;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.row {
  width: 89%;
  max-width: 1200px;
  margin: 0 auto;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

[class*="col-"] {
  float: left;
  padding: 0 20px;
}

.col-five {
  width: 41.66667%;
}
.col-six {
  width: 50%;
}
.col-twelve,
.col-full {
  width: 100%;
}

[class*="block-"]:after {
  content: "";
  display: table;
  clear: both;
}

.block-1-4 .col-block {
  width: 25%;
}
.block-1-3 .col-block {
  width: 33.33333%;
}
.block-1-2 .col-block {
  width: 50%;
}

.block-1-4 .col-block:nth-child(4n + 1),
.block-1-3 .col-block:nth-child(3n + 1),
.block-1-2 .col-block:nth-child(2n + 1) {
  clear: both;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}
.full-width {
  width: 100%;
}
.text-center {
  text-align: center;
}

@media (max-width: 1200px) {
  [class*="col-"] {
    padding: 0 15px;
  }
  .block-m-1-2 .col-block {
    width: 50%;
  }
}

@media (max-width: 800px) {
  .row {
    width: 90%;
  }
  .tab-full {
    width: 100%;
  }
  .block-tab-full .col-block {
    width: 100%;
    clear: both;
  }
}

@media (max-width: 600px) {
  .row {
    width: auto;
    padding: 0 25px;
  }
  [class*="col-"] {
    padding: 0 10px;
  }
  .block-mob-full .col-block {
    width: 100%;
    clear: both;
  }
}

@media (max-width: 400px) {
  [class*="col-"] {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    padding: 0;
  }
}
