/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: 0.67em 0
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace,monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -0.25em
}
sup {
  top: -0.5em
}
img {
  border-style: none
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px
}
fieldset {
  padding: 0.35em 0.75em 0.625em
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
[hidden],
template {
  display: none
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%
}
*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
* {
  max-height: 1000000px
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block
}
address,
applet,
blockquote,
dl,
embed,
form,
frameset,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
object,
ol,
p,
table,
ul {
  margin: 0 0 20px
}
blockquote {
  border-left: 4px solid #ddd;
  padding-left: 10px;
  margin-left: 0
}
table {
  border-collapse: collapse
}
td,
th {
  border: 1px solid #ddd;
  padding: 3px;
  text-align: left;
  vertical-align: top
}
th {
  text-align: center;
  vertical-align: middle
}
ol,
ul {
  padding-left: 20px
}
ol ol,
ol ul,
ul ol,
ul ul {
  padding-left: 20px;
  margin: 0
}
ul {
  list-style-type: disc
}
dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold
}
dl dd {
  overflow: hidden
}
pre {
  max-width: 100%;
  overflow: auto
}
body {
  color: #002677;
  background: #fff;
  font: 16px/1.375 "Arial","Helvetica Neue","Helvetica",sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0
}
@media (min-width:768px) {
  body {
    font-size: 16px;
    line-height: 1.375
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: inline-block
}
.gm-style img {
  max-width: none
}
iframe {
  max-width: 100%;
  margin: 0
}
.resize-active * {
  -webkit-transition: none!important;
  transition: none!important
}
.clearfix:after {
  content: "";
  display: block;
  clear: both
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.df-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -35px
}
.df-row [class*=col-] {
  padding: 0 35px
}
.grid {
  display: grid;
  grid-gap: 0 15px
}
.h1,
h1 {
  font-size: 32px
}
.h2,
h2 {
  font-size: 24px
}
.h3,
h3 {
  font-size: 22px
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  font-size: 14px
}
@media (min-width:768px) {
  .h1,
  h1 {
    font-size: 32px
  }
  .h2,
  h2 {
    font-size: 24px
  }
  .h3,
  h3 {
    font-size: 22px
  }
  .h4,
  h4 {
    font-size: 20px
  }
  .h5,
  h5 {
    font-size: 18px
  }
  .h6,
  h6 {
    font-size: 16px
  }
}
@media (min-width:1024px) {
  .h1,
  h1 {
    font-size: 36px
  }
  .h2,
  h2 {
    font-size: 24px
  }
  .h3,
  h3 {
    font-size: 22px
  }
  .h4,
  h4 {
    font-size: 20px
  }
  .h5,
  h5 {
    font-size: 18px
  }
  .h6,
  h6 {
    font-size: 16px
  }
}
@media (min-width:1440px) {
  .h1,
  h1 {
    font-size: 36px
  }
  .h2,
  h2 {
    font-size: 24px
  }
  .h3,
  h3 {
    font-size: 22px
  }
  .h4,
  h4 {
    font-size: 20px
  }
  .h5,
  h5 {
    font-size: 18px
  }
  .h6,
  h6 {
    font-size: 16px
  }
}
.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Georgia","Times New Roman","Times","Baskerville",serif;
  color: inherit;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.2
}
@media (min-width:768px) {
  .h,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 20px
  }
}
p {
  margin: 0 0 20px
}
a {
  color: #002677;
  text-decoration: none
}
a:focus,
a:hover {
  color: #002677;
  text-decoration: underline
}
a:focus {
  text-decoration: none
}
a[href*="mailto:"] {
  word-wrap: break-word
}
.h1,
h1 {
  margin: 0 0 20px
}
@media (min-width:1024px) {
  .h1,
  h1 {
    margin: 0 0 25px
  }
}
fieldset,
form {
  margin: 0;
  padding: 0;
  border-style: none
}
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 18px;
  font-family: "Arial","Helvetica Neue","Helvetica",sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 0
}
input[type=email]:not(textarea),
input[type=password]:not(textarea),
input[type=search]:not(textarea),
input[type=tel]:not(textarea),
input[type=text]:not(textarea),
input[type=url]:not(textarea),
textarea:not(textarea) {
  height: 40px
}
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  outline: 0;
  border-color: #000
}
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ddd
}
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #ddd
}
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ddd
}
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ddd
}
input[type=email].placeholder,
input[type=password].placeholder,
input[type=search].placeholder,
input[type=tel].placeholder,
input[type=text].placeholder,
input[type=url].placeholder,
textarea.placeholder {
  color: #ddd
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none
}
textarea {
  resize: vertical;
  vertical-align: top;
  overflow: auto
}
button,
input[type=button],
input[type=file],
input[type=reset],
input[type=submit] {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 40px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  background: #002677;
  border-width: 1px;
  border-style: solid;
  border-color: #002677;
  border-radius: 45px;
  cursor: pointer
}
button:hover,
input[type=button]:hover,
input[type=file]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #fff;
  color: #002677
}
noscript {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 14px;
  color: #f9f8f3;
  background: #002677;
  display: block;
  padding: 5px 0;
  text-align: center;
  z-index: 99999
}
.accessibility {
  position: absolute;
  left: -200vw;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden
}
.accessibility:focus {
  position: static;
  width: auto;
  height: auto
}
.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden
}
[id=header] {
  position: relative;
  padding: 33px 0 15px;
  z-index: 2
}
@media (min-width:1024px) {
  [id=header] {
    padding: 60px 0 65px
  }
}
@media (min-width:768px) {
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}
.logo {
  display: block;
  width: 186px;
  margin: 0 0 22px
}
@media (min-width:768px) {
  .logo {
    margin: 0 20px 0 0;
    width: 237px
  }
}
[id=nav] ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
  gap: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px
}
@media (min-width:1024px) {
  [id=nav] ul {
    gap: 55px;
    font-size: 18px
  }
}
[id=nav] ul li.active a:before {
  opacity: 1
}
[id=nav] ul a {
  position: relative
}
[id=nav] ul a:before {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 3px;
  background: #002677;
  opacity: 0
}
@media (min-width:1024px) {
  [id=nav] ul a:before {
    bottom: -17px
  }
}
[id=nav] ul a:hover {
  text-decoration: none
}
[id=nav] ul a:hover:before {
  opacity: 1
}
[id=wrapper] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100vh
}
[id=main] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.container {
  width: 100%;
  max-width: 1245px;
  padding: 0 35px;
  margin: 0 auto
}
[id=footer] {
  background: #002677;
  color: #fff;
  padding: 38px 0 0
}
@media (min-width:1024px) {
  [id=footer] {
    padding: 65px 0 0
  }
}
[id=footer] a {
  color: #fff
}
[id=footer] .holder-block {
  margin: 0 0 65px
}
@media (min-width:768px) {
  [id=footer] .holder-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 35px
  }
}
[id=footer] .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 700
}
@media (min-width:768px) {
  [id=footer] .footer-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    gap: 20px
  }
}
[id=footer] .footer-menu li {
  margin: 0 0 14px
}
@media (min-width:1024px) {
  [id=footer] .footer-menu li {
    margin: 0 0 25px
  }
}
[id=footer] .footer-menu a {
  padding: 0 22px 0 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.17 14.17'%3E%3Cpath fill='%23fff' d='M13.46 7.6c-.39 0-.71.32-.71.71v3.73c0 .39-.32.71-.71.71H2.12c-.39 0-.71-.32-.71-.71V2.12c0-.39.32-.71.71-.71h3.55c.39 0 .71-.32.71-.71s-.32-.71-.71-.71H2.12C.95 0 0 .95 0 2.12v9.92c0 1.17.95 2.12 2.12 2.12h9.92c1.17 0 2.12-.95 2.12-2.12V8.31c0-.39-.32-.71-.71-.71Z'/%3E%3Cpath fill='%23fff' d='M13.49 0h-3.6c-.38 0-.68.33-.68.71.01.39.32.7.71.71h1.86l-5.2 5.21a.67.67 0 0 0 0 .96c.27.27.7.27.96 0l5.21-5.22v1.88c.01.39.32.7.71.71.39-.01.7-.32.71-.71V.68c0-.38-.3-.68-.68-.68Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 100% 0
}
[id=footer] .logo {
  width: 146px;
  margin: 0 0 32px
}
@media (min-width:1024px) {
  [id=footer] .logo {
    width: 210px;
    margin: 0 20px 10px 0
  }
}
[id=footer] .copyrights {
  border-top: 1px solid #fff;
  font-size: 12px;
  padding: 18px 0 15px
}
@media (min-width:768px) {
  [id=footer] .copyrights {
    padding: 27px 0 15px
  }
}
.btn {
  display: inline-block;
  padding: 12px 20px;
  font-size: 15px;
  text-align: center;
  line-height: 17px;
  vertical-align: top;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  background: #002677;
  border-color: #002677;
  font-weight: 700;
  max-width: 320px
}
@media (max-width:1023px) {
  .btn {
    width: 100%
  }
}
.btn {
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  border-radius: 45px
}
.btn:focus,
.btn:hover {
  color: #002677;
  background: #fff;
  border-color: #002677;
  text-decoration: none
}
.btn-group {
  margin: 0 -5px -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.btn-group .btn {
  margin: 0 5px 10px
}
@media (min-width:1024px) {
  .section-hero {
    background: #f9f8f3
  }
}
.section-hero .holder-block {
  display: grid
}
@media (min-width:1024px) {
  .section-hero .holder-block {
    grid-template-columns: 1fr 51%;
    gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
@media (min-width:1440px) {
  .section-hero .holder-block {
    gap: 100px
  }
}
.section-hero .img-block {
  margin: 0 -35px 30px;
  padding: 0 35px;
  background: #f9f8f3;
  text-align: center
}
@media (min-width:1024px) {
  .section-hero .img-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    padding: 0;
    background: none
  }
}
@media (min-width:1440px) {
  .section-hero .img-block {
    margin: 0 -80px 0 0
  }
}
.section-hero .text-block {
  text-align: center
}
@media (min-width:768px) {
  .section-hero .text-block {
    text-align: left
  }
}
.section-hero .text-block p {
  margin: 0 0 35px
}
@media (min-width:1024px) {
  .section-hero .text-block p {
    margin: 0 0 65px
  }
}
.section-hero .button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 23px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (min-width:1024px) {
  .section-hero .button-holder {
    gap: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.section-contacts {
  padding: 65px 0 45px
}
@media (min-width:1024px) {
  .section-contacts {
    padding: 42px 0 60px
  }
}
.section-contacts .h2,
.section-contacts h2 {
  text-align: center
}
.section-contacts .img-block {
  text-align: center;
  margin: 0 0 65px
}
@media (min-width:1024px) {
  .section-contacts .img-block {
    margin: 0 0 50px
  }
}
.section-contacts .contacts-block {
  text-align: center;
  display: grid
}
@media (min-width:1024px) {
  .section-contacts .contacts-block {
    grid-template-columns: repeat(3,1fr);
    padding: 34px 0
  }
}
.section-contacts .icon {
  margin: 0 auto 12px
}
.section-contacts .info-text {
  line-height: 1.2
}
.section-contacts .info-text a {
  font-weight: 700;
  display: block
}
.section-contacts .contact-box {
  padding: 25px 0
}
@media (min-width:1024px) {
  .section-contacts .contact-box {
    border-right: 1px solid #5a5a5a;
    padding: 12px 0
  }
}
@media (min-width:1024px) {
  .section-contacts .contact-box:last-child {
    border-right: none
  }
}
.section-info .info-block {
  text-align: center;
  background: #d9f6fa;
  line-height: 1.2;
  padding: 38px 0 25px
}
@media (min-width:1024px) {
  .section-info .info-block {
    padding: 47px 0 30px
  }
}
.section-info .info-block a {
  display: block;
  font-weight: 700
}
@media (min-width:768px) {
  .section-info .info-block br {
    display: none
  }
}
.section-info .text-note {
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  padding: 33px 0 23px
}
@media (min-width:1024px) {
  .section-info .text-note {
    padding: 38px 0 23px
  }
}
.section-info .text-note p {
  margin: 0 0 12px
}