:root {
  --cl-black: #000000;
  --cl-white: #FFFFFF;
  --cl-blue-1: #01397D;
  --cl-blue-2: #083060;
  --cl-blue-dark: #052D71;
  --cl-red-1: #F90334;
  --cl-gray-1: #C9D7E8;
  --cl-gray-2: #5E5E5E;
  --cl-gray-3: #777777;
  --cl-list: #262626;
  --cl-table: #4D4C4C;
  --cl-input: #C9C9C9;
  --bg-gray: #F3F3F3;
  --bg-blue: #003A7D;
  --bg-dark: #272727;
  --bg-orange: #F9AD09;
  --bg-orange-dark: #E19500;
  --bg-table: #F2F3F8;
  --ff-roboto: "Roboto Condensed",Arial,sans-serif
}
html {
  box-sizing: border-box
}
*,
::after,
::before {
  box-sizing: inherit
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0;
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"
}
h1 {
  margin: .67em 0;
  font-size: 2em
}
hr {
  height: 0;
  border: 0;
  color: inherit
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
table {
  border-color: inherit;
  text-indent: 0
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
::-moz-focus-inner {
  padding: 0;
  border-style: none
}
:-moz-focusring {
  outline: 1px dotted currentColor
}
:-moz-ui-invalid {
  box-shadow: none
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
summary {
  display: list-item;
  cursor: pointer
}
/*! twbs/bootstrap v5.0.0 | MIT License | https://github.com/twbs/bootstrap */
pre {
  overflow: auto;
  -ms-overflow-style: scrollbar
}
button:focus {
  outline: 0
}
button:focus:not(:focus-visible) {
  outline: 0
}
textarea {
  resize: vertical
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0
}
::file-selector-button {
  font: inherit
}
::-webkit-color-swatch-wrapper {
  padding: 0
}
iframe {
  border: 0
}
@font-face {
  font-family: "Roboto Condensed";
  src: local("Roboto Condensed Bold"),local("RobotoCondensed-Bold"),url(/fonts/RobotoCondensed-Bold.woff2) format("woff2"),url(/fonts/RobotoCondensed-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "Roboto Condensed";
  src: local("Roboto Condensed Bold Italic"),local("RobotoCondensed-BoldItalic"),url(/fonts/RobotoCondensed-BoldItalic.woff2) format("woff2"),url(/fonts/RobotoCondensed-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap
}
@font-face {
  font-family: "Roboto Condensed";
  src: local("Roboto Condensed Italic"),local("RobotoCondensed-Italic"),url(/fonts/RobotoCondensed-Italic.woff2) format("woff2"),url(/fonts/RobotoCondensed-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap
}
@font-face {
  font-family: "Roboto Condensed";
  src: local("Roboto Condensed Light Italic"),local("RobotoCondensed-LightItalic"),url(/fonts/RobotoCondensed-LightItalic.woff2) format("woff2"),url(/fonts/RobotoCondensed-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap
}
@font-face {
  font-family: "Roboto Condensed";
  src: local("Roboto Condensed"),local("RobotoCondensed-Regular"),url(/fonts/RobotoCondensed-Regular.woff2) format("woff2"),url(/fonts/RobotoCondensed-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "Roboto Condensed";
  src: local("Roboto Condensed Light"),local("RobotoCondensed-Light"),url(/fonts/RobotoCondensed-Light.woff2) format("woff2"),url(/fonts/RobotoCondensed-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}
body,
html {
  height: 100%
}
body {
  overflow-x: hidden;
  background-color: var(--cl-white);
  color: var(--cl-black);
  font-family: var(--ff-roboto);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}
@media (min-width:768px) {
  body {
    font-size: 20px;
    line-height: 28px
  }
}
main {
  overflow: hidden
}
.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px
  }
}
.h1,
h1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  margin: 0
}
@media (min-width:768px) {
  .h1,
  h1 {
    font-size: 36px;
    line-height: 44px
  }
}
@media (min-width:992px) {
  .h1,
  h1 {
    font-size: 42px;
    line-height: 54px
  }
}
h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  margin: 0
}
@media (min-width:768px) {
  h2 {
    font-size: 36px;
    line-height: 44px
  }
}
@media (min-width:992px) {
  h2 {
    font-size: 42px;
    line-height: 54px
  }
}
.h3,
h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin: 0
}
@media (min-width:768px) {
  .h3,
  h3 {
    font-size: 26px;
    line-height: 32px
  }
}
.h4,
h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 0
}
@media (min-width:768px) {
  .h4,
  h4 {
    line-height: 28px
  }
}
p {
  margin: 0
}
p + p {
  margin-top: 25px
}
b,
strong {
  font-weight: 700
}
em,
i {
  font-style: italic
}
.made-in {
  position: relative;
  width: 180px;
  font-size: 16px;
  line-height: 20px;
  color: var(--cl-white);
  background-color: var(--cl-black);
  padding: 10px 15px 10px 30px
}
@media (min-width:768px) {
  .made-in {
    width: 200px;
    font-size: 18px;
    line-height: 23px;
    padding-left: 35px
  }
}
.made-in::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 54px;
  height: 64px;
  transform: translateY(-50%);
  background-image: url(/img/flag.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
@media (min-width:768px) {
  .made-in::before {
    left: -40px;
    width: 66px;
    height: 78px
  }
}
.instruction {
  position: relative;
  max-width: 350px;
  width: 100%;
  min-width: 290px;
  background-color: var(--bg-gray);
  padding: 85px 45px 45px 45px
}
@media (max-width:374px) {
  .instruction {
    padding-left: 30px;
    padding-right: 30px
  }
}
.instruction::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 45px;
  width: 81px;
  height: 112px;
  background-image: url(/img/icons/file.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
@media (max-width:374px) {
  .instruction::before {
    left: 30px
  }
}
.instruction__link {
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
  color: var(--cl-black);
  margin-top: 10px
}
.table-responsive {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  display: block
}
.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
  height: 6px
}
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: var(--bg-blue)
}
table {
  width: 100%;
  border-collapse: collapse
}
table th {
  min-width: 100px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: var(--cl-black);
  vertical-align: top;
  border-bottom: 1px solid var(--bg-blue);
  padding: 10px
}
@media (min-width:768px) {
  table th {
    line-height: 22px;
    padding: 20px
  }
}
table th:first-child {
  text-align: left
}
table td {
  font-size: 16px;
  line-height: 22px;
  color: var(--cl-table);
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  padding: 10px
}
@media (min-width:768px) {
  table td {
    font-size: 18px;
    line-height: 28px;
    padding: 20px
  }
}
table td:first-child {
  text-align: left
}
table tbody tr:nth-child(2n+2) {
  background-color: var(--bg-table)
}
table tbody tr {
  border-bottom: 1px solid var(--bg-table)
}
.list {
  list-style: none;
  padding: 0;
  margin: 0
}
.list li {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: var(--cl-list);
  padding-left: 40px;
  margin-bottom: 30px
}
@media (min-width:768px) {
  .list li {
    font-size: 20px;
    line-height: 26px
  }
}
.list li:last-child {
  margin-bottom: 0
}
.list li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 21px;
  height: 21px;
  background-color: var(--bg-blue)
}
@media (min-width:768px) {
  .list li::before {
    top: 3px
  }
}
.list li p + p {
  margin-top: 10px
}
.list li.list__made {
  padding-left: 30px
}
@media (min-width:768px) {
  .list li.list__made {
    padding-left: 130px
  }
}
.list li.list__made::before {
  display: none
}
.list--orange li::before {
  background-color: var(--bg-orange)
}
@media (min-width:768px) {
  .list--columns {
    max-width: 100%;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    grid-gap: 45px 30px
  }
  .list--columns li {
    max-width: 510px;
    padding-left: 50px;
    margin-bottom: 0
  }
}
@media (min-width:576px) {
  .list--cards {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px
  }
}
@media (min-width:992px) {
  .list--cards {
    grid-gap: 35px 30px;
    grid-template-columns: 1fr 1fr 1fr
  }
}
.list--cards li {
  width: 100%;
  max-width: 360px;
  background-color: var(--bg-gray);
  padding: 30px 30px 30px 70px;
  margin-left: auto;
  margin-right: auto
}
@media (min-width:1151px) {
  .list--cards li {
    padding-right: 50px
  }
}
@media (min-width:576px) {
  .list--cards li {
    margin-bottom: 0
  }
}
.list--cards li::before {
  left: 30px;
  top: 29px
}
@media (min-width:768px) {
  .list--cards li::before {
    top: 32px
  }
}
a {
  color: var(--link-cl);
  transition: color .3s ease
}
a:focus,
a:hover {
  text-decoration: none
}
a[href*="tel:"] {
  text-decoration: none
}
button {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer
}
button:active button:focus {
  box-shadow: none
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px 45px;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background-color: var(--cl-blue-1);
  color: var(--cl-white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: background-color .3s ease
}
.button:focus,
.button:hover {
  background-color: var(--cl-blue-dark)
}
.button:disabled {
  opacity: .8
}
.button--small {
  font-size: 14px;
  line-height: 16px;
  padding: 13px 37px
}
.button--orange {
  background-color: var(--bg-orange)
}
.button--orange:focus,
.button--orange:hover {
  background-color: var(--bg-orange-dark)
}
.tabs__label-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap
}
.tabs__label-button {
  cursor: pointer
}
.tabs__labels {
  display: flex;
  width: 100%;
  max-width: 760px;
  background-color: transparent;
  border: 1px solid var(--bg-blue);
  border-radius: 3px;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0 auto 50px auto
}
.tabs__label {
  flex-grow: 1
}
.tabs__label-input:checked + .tabs__label-button {
  color: var(--cl-white);
  background-color: var(--bg-blue)
}
.tabs__label-button {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: var(--bg-blue);
  text-align: center;
  padding: 10px 22px
}
@media (min-width:768px) {
  .tabs__label-button {
    padding-top: 14px;
    padding-bottom: 14px
  }
}
.hidden {
  display: none!important
}
.form__input,
.form__textarea {
  display: inline-flex;
  height: 66px;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--cl-black);
  background-color: transparent;
  border: none;
  outline: 0;
  border: 1px solid var(--cl-input);
  padding: 0 30px;
  transition: border-color .3s ease;
  margin-bottom: 20px
}
.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
  font-size: 16px;
  line-height: 1;
  color: var(--cl-input)
}
.form__input::placeholder,
.form__textarea::placeholder {
  font-size: 16px;
  line-height: 1;
  color: var(--cl-input)
}
.form__input:active,
.form__input:focus,
.form__textarea:active,
.form__textarea:focus {
  border-color: var(--cl-blue-1)
}
.form__input.error,
.form__textarea.error {
  border-color: red!important
}
.form-group__textarea {
  height: 155px;
  resize: none;
  padding-top: 20px
}
.form__consent {
  position: relative;
  display: block;
  flex-basis: 100%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
  margin-top: 15px
}

.form__consent.error {
  display: block!important
}

input[type="checkbox"].error ~ span::before {
  border-color: red;
}

.form__consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap
}

.form__consent input:checked ~ span::before {
  background-position: center;
  border-color: #303030;
}

.form__consent span {
  position: relative;
  display: inline-block;
  min-height: 20px;
  padding-left: 25px;
}

.form__consent span::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: transparent;
  background-image: url(/img/icons/check.png);
  background-size: 12px auto;
  background-position: center top -15px;
  background-repeat: no-repeat;
  border: 2px solid #aab0b0;
  transition: all .4s
}
@media (hover:hover) {
  .form__consent span:hover::before {
    border-color: #303030;
  }
}

.form__consent a {
  color: var(--cl-blue-1);
  border-bottom: 1px dashed var(--cl-blue-1);
  text-decoration: none;
  transition: border-color .4s
}
@media (hover:hover) {
  .form__consent a:focus,
  .form__consent a:hover {
    border-color: transparent
  }
}
.form__button {
  width: 100%
}
label.error {
  display: none!important
}
.modals {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
  overflow-y: auto
}
.modals-scroll {
  overflow: hidden
}
.modals__overlay {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0,0,0,.6);
  overflow: hidden;
  padding: 40px 20px
}
@media (max-width:374px) {
  .modals__overlay {
    padding-left: 10px;
    padding-right: 10px
  }
}
.modal {
  display: none;
  position: relative;
  max-width: 560px;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  background-color: var(--cl-white);
  padding: 30px 25px
}
@media (min-width:481px) {
  .modal {
    padding: 40px 45px
  }
}
.modal__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 10px
}
.modal__form {
  margin-top: 25px
}
.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px
}
.modal__close svg {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none
}
.modal__button {
  margin-top: 30px
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--cl-white);
  padding-top: 20px;
  z-index: 1
}
@media (min-width:768px) {
  .header {
    padding-top: 40px
  }
}
.logo {
  width: 210px
}
@media (min-width:768px) {
  .logo {
    width: 255px
  }
}
@media (max-width:374px) {
  .logo {
    width: 190px
  }
}
.logo__img {
  display: block;
  width: 100%;
  height: auto
}
.block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 18px
}
.block p + p {
  margin-top: 0
}
@media (min-width:1101px) {
  .block__logo {
    margin-right: 25px
  }
}
@media (min-width:1201px) {
  .block__logo {
    margin-right: 45px
  }
}
.block__text + .block__text {
  margin-left: 30px
}
@media (min-width:1201px) {
  .block__text + .block__text {
    margin-left: 70px
  }
}
@media (max-width:1100px) {
  .block__text {
    display: none
  }
}
.block__email {
  text-decoration: none;
  margin-left: auto
}
@media (max-width:767px) {
  .block__email span:first-child {
    display: none
  }
}
.block__email span:last-child {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%
}
@media (min-width:768px) {
  .block__email span:last-child {
    display: none
  }
}
.block__email span:last-child img {
  display: block;
  width: 100%;
  height: 100%
}
.block__phone {
  margin-left: auto
}
@media (max-width:767px) {
  .block__phone {
    display: none
  }
}
.block__button {
  margin-left: 25px
}
@media (min-width:1201px) {
  .block__button {
    margin-left: 35px
  }
}
@media (max-width:767px) {
  .block__button {
    display: none
  }
}
.block__mobile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 20px
}
@media (min-width:768px) {
  .block__mobile {
    display: none
  }
}
@media (max-width:374px) {
  .block__mobile {
    margin-left: 10px
  }
}
.block__mobile img {
  display: block;
  width: 100%;
  height: 100%
}
.footer {
  padding-top: 35px;
  padding-bottom: 35px
}
@media (min-width:768px) {
  .footer {
    padding-top: 60px
  }
}
@media (min-width:992px) {
  .footer {
    padding-top: 100px;
    padding-bottom: 50px
  }
}
.footer__bottom {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  margin: 35px auto 0 auto
}
.clearfix::after {
  content: "";
  display: block;
  clear: both
}
.font-italic {
  font-style: italic
}
.td-u {
  text-decoration: underline
}
.td-n {
  text-decoration: none
}
.tt-l {
  text-transform: lowercase
}
.tt-u {
  text-transform: uppercase
}
.tt-c {
  text-transform: capitalize
}
.ta-j {
  text-align: justify
}
.ta-l {
  text-align: left
}
.ta-r {
  text-align: right
}
.ta-c {
  text-align: center
}
.text-white {
  color: var(--cl-white)
}
.text-black {
  color: var(--cl-black)
}
.text-primary {
  color: var(--cl-blue-1)
}
.text-secondary {
  color: var(--cl-blue-2)
}
.text-success {
  color: var(--cl-green-1)
}
.text-warning {
  color: var(--cl-orange-1)
}
.text-danger {
  color: var(--cl-red-1)
}
.text-info {
  color: var(--cl-gray-2)
}
.text-gray {
  color: var(--cl-gray-3)
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap
}
.main {
  position: relative;
  color: var(--cl-white);
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 140px
}
@media (min-width:768px) {
  .main {
    background-image: url(/img/bg.jpg);
    min-height: 700px;
    padding-top: 180px
  }
}
@media (min-width:992px) {
  .main {
    min-height: 870px;
    padding-top: 270px
  }
}
@media (max-width:767px) {
  .main {
    background-image: url(/img/bg-mobile.jpg)
  }
}
.main__content {
  position: relative;
  max-width: 670px
}
@media (min-width:768px) {
  .main__content {
    font-size: 24px;
    line-height: 37px
  }
}
.main__discount {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  color: var(--cl-black);
  background-color: var(--bg-orange);
  border-top-right-radius: 18px;
  padding: 10px 25px 10px 20px
}
@media (min-width:768px) {
  .main__discount {
    font-size: 18px;
    line-height: 20px;
    border-top-right-radius: 22px;
    padding: 15px 30px 15px 25px
  }
}
.main__title {
  margin-top: 25px;
  margin-bottom: 20px
}
@media (min-width:768px) {
  .main__title {
    font-size: 38px;
    line-height: 46px;
    margin-top: 35px;
    margin-bottom: 25px
  }
}
@media (max-width:374px) {
  .main__title {
    font-size: 27px;
    line-height: 32px
  }
}
.main__button {
  margin-top: 45px
}
.main__legend {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  background-color: rgba(0,0,0,.5);
  padding: 20px 25px 20px 25px
}
@media (min-width:481px) {
  .main__legend {
    max-width: 360px;
    padding: 20px 25px 20px 25px
  }
}
@media (min-width:768px) {
  .main__legend {
    max-width: 465px;
    font-size: 24px;
    line-height: 37px;
    border-radius: 50px 50px 0 0;
    padding: 25px 30px 20px 30px
  }
}
@media (min-width:992px) {
  .main__made-in {
    position: absolute;
    top: 100px;
    right: -250px
  }
}
@media (min-width:1101px) {
  .main__made-in {
    right: -350px
  }
}
@media (max-width:991px) {
  .main__made-in {
    margin-left: 30px;
    margin-bottom: 15px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .main__made-in {
    margin-left: 40px
  }
}
.gates {
  padding-top: 35px;
  padding-bottom: 35px
}
@media (min-width:768px) {
  .gates {
    padding-top: 60px;
    padding-bottom: 60px
  }
}
@media (min-width:992px) {
  .gates {
    padding-top: 100px;
    padding-bottom: 100px
  }
}
.gates__inner {
  max-width: 760px;
  margin: 0 auto
}
.gates__title {
  width: 100%;
  text-align: center;
  margin-bottom: 40px
}
.gates__slider {
  overflow: visible;
  width: 100%
}
.gates__slider-button {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 30px;
  transform: translateY(-50%);
  z-index: 1
}
@media (min-width:601px) {
  .gates__slider-button {
    width: 21px;
    height: 42px
  }
}
.gates__slider-button--prev {
  left: -5px
}
@media (min-width:601px) {
  .gates__slider-button--prev {
    left: 20px
  }
}
.gates__slider-button--prev svg {
  transform: rotate(-180deg)
}
.gates__slider-button--next {
  right: -5px
}
@media (min-width:601px) {
  .gates__slider-button--next {
    right: 20px
  }
}
.gates__slider-button svg {
  display: block;
  width: 100%;
  height: auto;
  stroke: var(--bg-dark)
}
.gates__thumbs .swiper-slide {
  width: 60px
}
.gates__thumbs .swiper-slide-thumb-active .gates__item {
  border-color: rgba(0,0,0,.15)
}
.gates__item {
  width: 60px;
  height: 47px;
  border: 2px solid transparent;
  cursor: pointer
}
.gates__img,
.gates__img img {
  display: block;
  width: 100%;
  height: auto
}
.gates__table {
  margin-top: 30px
}
.gates__legend {
  width: 100%;
  max-width: 590px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  margin: 30px auto 0 auto
}
@media (min-width:768px) {
  .gates__legend {
    margin-top: 50px
  }
}
.gates__button {
  margin: 30px auto 0 auto
}
@media (min-width:768px) {
  .gates__button {
    margin-top: 55px
  }
}
.feedback {
  color: var(--cl-white);
  background-color: var(--cl-blue-1);
  overflow: hidden
}
.feedback .container {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px
}
@media (min-width:768px) {
  .feedback .container {
    padding-top: 50px;
    padding-bottom: 40px
  }
}
@media (min-width:992px) {
  .feedback .container {
    padding-top: 75px
  }
}
.feedback__text {
  max-width: 680px;
  width: 100%
}
@media (min-width:768px) {
  .feedback__text {
    font-size: 18px;
    line-height: 18px
  }
}
.feedback__title {
  margin-bottom: 15px
}
.feedback__form {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  z-index: 1
}
@media (min-width:992px) {
  .feedback__form {
    max-width: 510px
  }
}
@media (min-width:1201px) {
  .feedback__form {
    max-width: 830px;
    flex-wrap: nowrap
  }
}
@media (min-width:768px) and (max-width:991px) {
  .feedback__form {
    padding-right: 350px
  }
}
@media (max-width:767px) {
  .feedback__form {
    max-width: 500px;
    margin: 40px auto 0 auto
  }
}
.feedback__form .form__input,
.feedback__form .form__textarea {
  color: var(--cl-white);
  border-color: var(--cl-white)
}
.feedback__form .form__input::-moz-placeholder,
.feedback__form .form__textarea::-moz-placeholder {
  color: var(--cl-white)
}
.feedback__form .form__input::placeholder,
.feedback__form .form__textarea::placeholder {
  color: var(--cl-white)
}
@media (min-width:992px) and (max-width:1200px) {
  .feedback__form .form__input,
  .feedback__form .form__textarea {
    width: 49%
  }
}
@media (min-width:1201px) {
  .feedback__form .form__input,
  .feedback__form .form__textarea {
    margin-right: 5px
  }
}
.feedback__form .form__consent {
  color: var(--cl-gray-1)
}
.feedback__form .form__consent span::before {
  background-image: url(/img/icons/check-light.png);
}
.feedback__form .form__consent input:checked ~ span::before {
  border-color: #ffffff;
}
@media (hover:hover) {
  .feedback__form .form__consent span:hover::before {
    border-color: #ffffff;
  }
}
.feedback__form .form__consent a {
  color: var(--cl-white);
  border-bottom: 1px dashed var(--cl-white);
}
.feedback__button {
  width: 100%
}
@media (min-width:1201px) {
  .feedback__button {
    min-width: 310px
  }
}
.feedback__button .button {
  width: 100%
}
.feedback__button .form__consent {
  margin-top: 15px
}
.feedback__img {
  position: absolute;
  bottom: -140px;
  right: -100px;
  width: 491px;
  height: 491px;
  border-radius: 50%;
  background-color: var(--cl-blue-2);
  background-position: center top 75px;
  background-repeat: no-repeat;
  pointer-events: none
}
@media (min-width:992px) {
  .feedback__img {
    right: -30px
  }
}
@media (max-width:767px) {
  .feedback__img {
    display: none
  }
}
.feedback__img img {
  display: block;
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1
}
.advantages {
  padding-top: 35px;
  padding-bottom: 35px
}
@media (min-width:768px) {
  .advantages {
    padding-top: 50px;
    padding-bottom: 40px
  }
}
@media (min-width:992px) {
  .advantages {
    padding-top: 70px;
    padding-bottom: 50px
  }
}
.advantages__title {
  margin-bottom: 30px
}
@media (min-width:768px) {
  .advantages__title {
    margin-bottom: 50px
  }
}
.advantages__items {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0
}
@media (min-width:576px) {
  .advantages__items {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 50px 20px
  }
}
@media (min-width:768px) {
  .advantages__items {
    margin-top: 55px
  }
}
@media (min-width:851px) {
  .advantages__items {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (min-width:1151px) {
  .advantages__items {
    grid-template-columns: repeat(4,1fr)
  }
}
.advantages__item {
  justify-self: center
}
@media (max-width:575px) {
  .advantages__item {
    margin: 0 auto 40px auto
  }
  .advantages__item:last-child {
    margin-bottom: 0
  }
}
.advantage {
  max-width: 320px;
  border: 1px solid var(--bg-gray)
}
.advantage__img {
  display: block;
  width: 100%;
  height: auto
}
.advantage__description {
  font-size: 14px;
  line-height: 18px;
  color: var(--cl-gray-2);
  border-top: none;
  padding: 25px 20px 5px 20px
}
.advantage__title {
  color: var(--cl-black);
  margin-bottom: 15px
}
.products {
  padding-top: 35px;
  padding-bottom: 35px
}
@media (min-width:768px) {
  .products {
    padding-top: 50px;
    padding-bottom: 50px
  }
}
@media (min-width:992px) {
  .products {
    padding-top: 140px;
    padding-bottom: 100px
  }
}
@media (min-width:901px) {
  .products__heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
  }
}
.products__title {
  margin-bottom: 30px
}
@media (min-width:768px) {
  .products__title {
    margin-bottom: 40px
  }
}
@media (min-width:901px) {
  .products__title {
    max-width: 470px;
    width: 40%;
    margin-bottom: 60px
  }
}
.products__list {
  position: relative;
  padding: 30px;
  margin-bottom: 30px
}
@media (min-width:901px) {
  .products__list {
    max-width: 620px;
    width: 58%;
    padding-bottom: 50px;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 60px
  }
}
@media (min-width:768px) and (max-width:900px) {
  .products__list {
    margin-left: 150px
  }
}
@media (min-width:768px) {
  .products__list {
    padding-left: 70px
  }
}
.products__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: var(--bg-gray)
}
@media (min-width:901px) {
  .products__list::before {
    top: -50px
  }
}
@media (min-width:992px) {
  .products__list::before {
    top: -140px
  }
}
@media (min-width:768px) {
  .products__list::before {
    width: 1000%
  }
}
.products__text {
  position: relative;
  flex-basis: 100%;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  padding-left: 130px
}
@media (min-width:601px) {
  .products__text {
    padding-top: 70px;
    padding-left: 250px
  }
}
@media (min-width:901px) {
  .products__text {
    padding-top: 0;
    padding-left: 310px
  }
}
@media (max-width:600px) {
  .products__text {
    min-height: 190px
  }
}
@media (max-width:374px) {
  .products__text {
    padding-left: 110px
  }
}
.products__text::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -76px;
  width: 197px;
  height: 199px;
  background-image: url(/img/products/bluesecur.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
@media (min-width:601px) {
  .products__text::before {
    top: auto;
    bottom: -10px;
    left: 0;
    width: 230px;
    height: 233px
  }
}
@media (min-width:901px) {
  .products__text::before {
    width: 270px;
    height: 273px
  }
}
@media (max-width:374px) {
  .products__text::before {
    left: -100px
  }
}
.products__text h3 {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 10px
}
@media (max-width:374px) {
  .products__text h3 {
    font-size: 18px;
    line-height: 30px
  }
}
.products__text h3::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(/img/icons/bluetooth.svg) center/auto 26px no-repeat;
  margin-right: 10px
}
.products__items {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 0
}
@media (min-width:651px) {
  .products__items {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 80px
  }
}
@media (min-width:992px) {
  .products__items {
    justify-content: space-between
  }
}
.products__item {
  margin: 0 auto 30px auto
}
@media (min-width:651px) {
  .products__item {
    width: 49%
  }
}
@media (min-width:992px) {
  .products__item {
    width: 32%
  }
}
.products__button {
  margin: 0 auto
}
@media (min-width:1101px) {
  .products__button {
    margin-top: 40px
  }
}
.product {
  max-width: 360px
}
.product__img {
  display: block;
  width: 100%;
  height: auto
}
.product__content {
  font-size: 16px;
  line-height: 20px;
  border: 1px solid var(--bg-gray);
  padding: 25px 25px 25px 20px
}
.product__title {
  margin-bottom: 15px
}
.product__descrition {
  min-height: 80px
}
.product__specifications {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: var(--cl-gray-2);
  margin-top: 15px;
  margin-bottom: 0
}
.product__specifications-row {
  display: flex
}
.product__specifications-row dt {
  width: 135px;
  flex-shrink: 0
}
.product__specifications-row dd {
  margin-left: 15px
}
.slider {
  position: relative;
  overflow: visible;
  width: 100%
}
@media (min-width:901px) {
  .slider__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
  }
}
.slider__img {
  display: block
}
@media (min-width:901px) {
  .slider__img {
    width: 56%
  }
}
@media (max-width:900px) {
  .slider__img {
    width: 100%;
    height: auto;
    max-width: 660px;
    margin: 0 auto 25px auto
  }
}
.slider__text--light {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300
}
@media (min-width:768px) {
  .slider__text {
    font-size: 18px
  }
  .slider__text--light {
    line-height: 24px
  }
}
@media (min-width:901px) {
  .slider__text {
    width: 40%;
    padding-top: 20px
  }
}
.slider__title {
  margin-bottom: 20px
}
@media (min-width:901px) {
  .slider__title {
    margin-bottom: 30px
  }
}
.slider__button {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-20px);
  background-color: var(--cl-white);
  border-radius: 50%;
  padding-left: 16px;
  margin-top: -25px;
  z-index: 1
}
.slider__button svg {
  display: block;
  stroke: var(--bg-blue);
  width: 10px;
  height: auto
}
@media (min-width:768px) {
  .slider__button {
    width: 50px;
    height: 50px;
    padding-left: 20px;
    transform: translateY(-25px)
  }
  .slider__button svg {
    width: 12px
  }
}
.slider__button--prev {
  left: -15px;
  transform: rotate(180deg)
}
@media (min-width:768px) {
  .slider__button--prev {
    left: -20px
  }
}
@media (min-width:1401px) {
  .slider__button--prev {
    left: -100px
  }
}
.slider__button--next {
  right: -15px
}
@media (min-width:768px) {
  .slider__button--next {
    right: -20px
  }
}
@media (min-width:1401px) {
  .slider__button--next {
    right: -100px
  }
}
.about {
  background-color: var(--bg-gray);
  padding-top: 35px;
  padding-bottom: 35px
}
@media (min-width:768px) {
  .about {
    padding-top: 60px;
    padding-bottom: 60px
  }
}
@media (min-width:992px) {
  .about {
    padding-top: 100px;
    padding-bottom: 100px
  }
}
.about__heading {
  margin-bottom: 30px
}
@media (min-width:601px) {
  .about__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px
  }
}
.about__title {
  max-width: 560px
}
@media (min-width:768px) {
  .about__title {
    width: 56%
  }
}
@media (min-width:601px) {
  .about__made {
    flex-shrink: 0
  }
}
@media (min-width:768px) {
  .about__made {
    width: 40%
  }
}
@media (max-width:600px) {
  .about__made {
    margin-top: 30px
  }
}
.about__made img {
  display: block;
  width: 221px;
  height: auto
}
.gallery {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px
}
@media (min-width:768px) {
  .gallery {
    padding-top: 60px;
    padding-bottom: 60px
  }
}
@media (min-width:992px) {
  .gallery {
    padding-top: 100px;
    padding-bottom: 100px
  }
}
.gallery__title {
  margin-bottom: 30px
}
@media (min-width:768px) {
  .gallery__title {
    margin-bottom: 50px
  }
}
.gallery__slider {
  margin-top: 30px
}
.gallery__slider .swiper-slide {
  max-width: 760px
}
@media (min-width:768px) {
  .gallery__slider {
    margin-top: 50px
  }
}
@media (min-width:992px) {
  .gallery__slider {
    margin-top: 70px
  }
}
.gallery__btn {
  position: absolute;
  bottom: 45%;
  width: 30px;
  height: 30px;
  background-color: var(--cl-white);
  border-radius: 50%;
  padding-left: 11px;
  z-index: 1
}
.gallery__btn svg {
  display: block;
  width: 9px;
  height: auto;
  stroke: var(--bg-blue)
}
@media (max-width:480px) {
  .gallery__btn {
    bottom: 36%
  }
}
.gallery__btn--prev {
  left: 0;
  transform: rotate(180deg)
}
@media (min-width:1201px) {
  .gallery__btn--prev {
    left: 30px
  }
}
.gallery__btn--next {
  right: 0
}
@media (min-width:1201px) {
  .gallery__btn--next {
    right: 30px
  }
}
.gallery__item {
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  color: var(--cl-black)
}
.gallery__item p + p {
  margin-top: 5px
}
.gallery__img {
  width: 100%;
  height: auto;
  margin-bottom: 20px
}
.gallery__button {
  margin: 30px auto 0 auto
}
@media (min-width:768px) {
  .gallery__button {
    margin-top: 45px
  }
}
.video {
  background-color: var(--cl-white);
  background: linear-gradient(to right,var(--bg-gray) 75%,var(--cl-white) 55%);
  padding-top: 35px;
  padding-bottom: 35px
}
@media (min-width:768px) {
  .video {
    padding-top: 60px;
    padding-bottom: 60px
  }
}
@media (min-width:992px) {
  .video {
    background: linear-gradient(to right,var(--bg-gray) 55%,var(--cl-white) 55%);
    padding-top: 70px;
    padding-bottom: 70px
  }
}
@media (min-width:992px) {
  .video__content {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}
@media (min-width:992px) {
  .video__title {
    max-width: 385px;
    font-size: 30px;
    line-height: 38px;
    margin-right: 20px
  }
}
@media (max-width:991px) {
  .video__title br {
    display: none
  }
}
.video__link {
  position: relative;
  display: block;
  max-width: 760px;
  width: 100%
}
@media (max-width:991px) {
  .video__link {
    margin: 30px auto 0 auto
  }
}
.video__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 55px;
  height: 55px;
  background: url(/img/icons/play.svg) center/cover no-repeat
}
@media (min-width:601px) {
  .video__link::after {
    width: 70px;
    height: 70px
  }
}
.video__preview {
  display: block;
  width: 100%;
  height: auto
}
.solutions {
  color: var(--cl-white);
  background-color: var(--bg-dark);
  padding-top: 35px;
  padding-bottom: 10px
}
@media (min-width:768px) {
  .solutions {
    padding-top: 60px;
    padding-bottom: 60px
  }
}
@media (min-width:992px) {
  .solutions {
    padding-top: 110px;
    padding-bottom: 110px
  }
}
@media (min-width:768px) {
  .solutions__heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
  }
}
@media (min-width:768px) {
  .solutions__title {
    max-width: 425px;
    width: 100%;
    margin-right: 30px
  }
}
@media (max-width:767px) {
  .solutions__title {
    margin-bottom: 30px
  }
}
.solutions__description {
  position: relative;
  width: 100%;
  padding-left: 40px
}
@media (min-width:768px) {
  .solutions__description {
    line-height: 26px;
    max-width: 595px
  }
}
.solutions__description::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 21px;
  height: 21px;
  background-color: var(--bg-orange)
}
@media (min-width:768px) {
  .solutions__description::before {
    top: 3px
  }
}
.solutions__list {
  max-width: 600px;
  list-style: none;
  padding: 0;
  margin: 40px auto 0 auto
}
@media (min-width:801px) {
  .solutions__list {
    max-width: 1050px;
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(7,1fr);
    grid-gap: 30px 20px;
    margin-top: 70px
  }
}
@media (min-width:992px) {
  .solutions__list {
    grid-gap: 35px 45px
  }
}
@media (max-width:800px) {
  .solutions__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
  }
}
.solutions__item {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 20px
}
@media (min-width:801px) {
  .solutions__item {
    grid-column: span 2
  }
  .solutions__item--high {
    grid-column: span 3;
    grid-row: span 2
  }
}
@media (min-width:992px) {
  .solutions__item {
    font-size: 18px
  }
}
@media (max-width:800px) {
  .solutions__item {
    width: 48%;
    margin-bottom: 30px
  }
  .solutions__item--high {
    order: -1;
    width: 70%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
  }
}
@media (max-width:374px) {
  .solutions__item {
    font-size: 14px
  }
}
.solutions__img {
  width: 100%;
  margin-bottom: 10px
}
@media (min-width:801px) {
  .solutions__img {
    height: calc(100% - 30px)
  }
}
.solutions__img img {
  display: block;
  width: 100%;
  height: auto
}
@media (min-width:801px) {
  .solutions__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom
  }
}
.reviews {
  color: var(--cl-white);
  background-color: var(--bg-blue);
  padding-top: 35px;
  padding-bottom: 35px
}
@media (min-width:768px) {
  .reviews {
    padding-top: 60px;
    padding-bottom: 60px
  }
}
@media (min-width:992px) {
  .reviews {
    padding-top: 100px;
    padding-bottom: 100px
  }
}
.reviews__title {
  margin-bottom: 30px
}
@media (min-width:768px) {
  .reviews__title {
    margin-bottom: 35px
  }
}
.section {
  padding-top: 35px;
  padding-bottom: 35px
}
@media (min-width:768px) {
  .section {
    padding-top: 45px;
    padding-bottom: 45px
  }
}
.section__heading {
  max-width: 625px;
  text-align: center;
  margin: 0 auto
}
.section__title {
  margin-bottom: 30px
}
.section__title + .section__logo {
  margin: -20px auto 0 auto
}
.section__list {
  margin-top: 30px
}
@media (min-width:768px) {
  .section__list {
    margin-top: 55px
  }
}
.section__button {
  margin: 30px auto 0 auto
}
@media (min-width:768px) {
  .section__button {
    margin-top: 60px
  }
}
.section__content {
  margin-top: 40px
}
@media (min-width:992px) {
  .section__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 70px
  }
}
.section__block {
  width: 100%;
  max-width: 440px;
  border: 4px solid var(--bg-orange);
  padding: 30px
}
@media (min-width:601px) {
  .section__block {
    max-width: 865px;
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}
@media (min-width:992px) {
  .section__block {
    min-width: 655px
  }
}
@media (min-width:1101px) {
  .section__block {
    padding: 50px 60px 45px 50px
  }
}
@media (max-width:991px) {
  .section__block {
    margin: 0 auto
  }
}
@media (max-width:374px) {
  .section__block {
    padding: 20px
  }
}
.section__block-img {
  display: block;
  width: 40%;
  max-width: 308px
}
@media (max-width:600px) {
  .section__block-img {
    display: none
  }
}
@media (min-width:601px) {
  .section__block-text {
    max-width: 425px;
    padding-left: 30px
  }
}
@media (min-width:768px) {
  .section__block-text {
    font-size: 18px;
    line-height: 24px;
    padding-left: 40px
  }
}
.section__block-title {
  font-weight: 700;
  margin-bottom: 10px
}
.section__block-form {
  max-width: 380px;
  margin-top: 25px
}
@media (min-width:768px) {
  .section__block-form {
    margin-top: 35px
  }
}
@media (min-width:992px) {
  .section__instruction {
    margin-bottom: 130px
  }
}
@media (max-width:991px) {
  .section__instruction {
    margin: 60px auto 0 auto
  }
}
.certificates {
  padding-top: 35px;
  padding-bottom: 35px
}
@media (min-width:768px) {
  .certificates {
    padding-top: 45px;
    padding-bottom: 45px
  }
}
.certificates__title {
  text-align: center;
  margin-bottom: 5px
}
@media (min-width:992px) {
  .certificates__content {
    display: flex;
    justify-content: space-between
  }
}
.certificates__list {
  width: 100%;
  max-width: 675px;
  display: flex;
  align-items: flex-end;
  list-style: none;
  padding: 0;
  margin: 0
}
@media (min-width:992px) {
  .certificates__list {
    min-width: 510px
  }
}
@media (max-width:991px) {
  .certificates__list {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
  }
}
@media (max-width:767px) {
  .certificates__list {
    max-width: 560px
  }
}
.certificates__item {
  width: 47%;
  text-align: center
}
.certificates__item:first-child {
  position: relative;
  width: 32%;
  margin-right: -14%
}
.certificates__item:last-child {
  width: 44%;
  margin-left: -7%
}
.certificates__year {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  padding-left: 10px
}
@media (max-width:374px) {
  .certificates__year {
    font-size: 18px;
    line-height: 22px
  }
}
.certificates__year::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -1px;
  width: 8px;
  height: 8px;
  background-color: var(--cl-blue-1)
}
@media (max-width:374px) {
  .certificates__year::before {
    top: 7px
  }
}
.certificates__img {
  display: block;
  width: 100%;
  height: auto
}
.certificates__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%
}
@media (min-width:992px) {
  .certificates__text {
    max-width: 475px;
    padding-top: 100px;
    margin-left: 30px
  }
}
.certificates__text-title {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px
}
.certificates__links {
  margin-top: auto
}
.certificates__link {
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
  color: var(--cl-black)
}
/*# sourceMappingURL=maps/style.css.map */
