@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.fib, .fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.fi {
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
}
.fi:before {
  content: " ";
}
.fi.fis {
  width: 1em;
}

.fi-ad {
  background-image: url(../flags/4x3/ad.svg);
}
.fi-ad.fis {
  background-image: url(../flags/1x1/ad.svg);
}

.fi-ae {
  background-image: url(../flags/4x3/ae.svg);
}
.fi-ae.fis {
  background-image: url(../flags/1x1/ae.svg);
}

.fi-af {
  background-image: url(../flags/4x3/af.svg);
}
.fi-af.fis {
  background-image: url(../flags/1x1/af.svg);
}

.fi-ag {
  background-image: url(../flags/4x3/ag.svg);
}
.fi-ag.fis {
  background-image: url(../flags/1x1/ag.svg);
}

.fi-ai {
  background-image: url(../flags/4x3/ai.svg);
}
.fi-ai.fis {
  background-image: url(../flags/1x1/ai.svg);
}

.fi-al {
  background-image: url(../flags/4x3/al.svg);
}
.fi-al.fis {
  background-image: url(../flags/1x1/al.svg);
}

.fi-am {
  background-image: url(../flags/4x3/am.svg);
}
.fi-am.fis {
  background-image: url(../flags/1x1/am.svg);
}

.fi-ao {
  background-image: url(../flags/4x3/ao.svg);
}
.fi-ao.fis {
  background-image: url(../flags/1x1/ao.svg);
}

.fi-aq {
  background-image: url(../flags/4x3/aq.svg);
}
.fi-aq.fis {
  background-image: url(../flags/1x1/aq.svg);
}

.fi-ar {
  background-image: url(../flags/4x3/ar.svg);
}
.fi-ar.fis {
  background-image: url(../flags/1x1/ar.svg);
}

.fi-as {
  background-image: url(../flags/4x3/as.svg);
}
.fi-as.fis {
  background-image: url(../flags/1x1/as.svg);
}

.fi-at {
  background-image: url(../flags/4x3/at.svg);
}
.fi-at.fis {
  background-image: url(../flags/1x1/at.svg);
}

.fi-au {
  background-image: url(../flags/4x3/au.svg);
}
.fi-au.fis {
  background-image: url(../flags/1x1/au.svg);
}

.fi-aw {
  background-image: url(../flags/4x3/aw.svg);
}
.fi-aw.fis {
  background-image: url(../flags/1x1/aw.svg);
}

.fi-ax {
  background-image: url(../flags/4x3/ax.svg);
}
.fi-ax.fis {
  background-image: url(../flags/1x1/ax.svg);
}

.fi-az {
  background-image: url(../flags/4x3/az.svg);
}
.fi-az.fis {
  background-image: url(../flags/1x1/az.svg);
}

.fi-ba {
  background-image: url(../flags/4x3/ba.svg);
}
.fi-ba.fis {
  background-image: url(../flags/1x1/ba.svg);
}

.fi-bb {
  background-image: url(../flags/4x3/bb.svg);
}
.fi-bb.fis {
  background-image: url(../flags/1x1/bb.svg);
}

.fi-bd {
  background-image: url(../flags/4x3/bd.svg);
}
.fi-bd.fis {
  background-image: url(../flags/1x1/bd.svg);
}

.fi-be {
  background-image: url(../flags/4x3/be.svg);
}
.fi-be.fis {
  background-image: url(../flags/1x1/be.svg);
}

.fi-bf {
  background-image: url(../flags/4x3/bf.svg);
}
.fi-bf.fis {
  background-image: url(../flags/1x1/bf.svg);
}

.fi-bg {
  background-image: url(../flags/4x3/bg.svg);
}
.fi-bg.fis {
  background-image: url(../flags/1x1/bg.svg);
}

.fi-bh {
  background-image: url(../flags/4x3/bh.svg);
}
.fi-bh.fis {
  background-image: url(../flags/1x1/bh.svg);
}

.fi-bi {
  background-image: url(../flags/4x3/bi.svg);
}
.fi-bi.fis {
  background-image: url(../flags/1x1/bi.svg);
}

.fi-bj {
  background-image: url(../flags/4x3/bj.svg);
}
.fi-bj.fis {
  background-image: url(../flags/1x1/bj.svg);
}

.fi-bl {
  background-image: url(../flags/4x3/bl.svg);
}
.fi-bl.fis {
  background-image: url(../flags/1x1/bl.svg);
}

.fi-bm {
  background-image: url(../flags/4x3/bm.svg);
}
.fi-bm.fis {
  background-image: url(../flags/1x1/bm.svg);
}

.fi-bn {
  background-image: url(../flags/4x3/bn.svg);
}
.fi-bn.fis {
  background-image: url(../flags/1x1/bn.svg);
}

.fi-bo {
  background-image: url(../flags/4x3/bo.svg);
}
.fi-bo.fis {
  background-image: url(../flags/1x1/bo.svg);
}

.fi-bq {
  background-image: url(../flags/4x3/bq.svg);
}
.fi-bq.fis {
  background-image: url(../flags/1x1/bq.svg);
}

.fi-br {
  background-image: url(../flags/4x3/br.svg);
}
.fi-br.fis {
  background-image: url(../flags/1x1/br.svg);
}

.fi-bs {
  background-image: url(../flags/4x3/bs.svg);
}
.fi-bs.fis {
  background-image: url(../flags/1x1/bs.svg);
}

.fi-bt {
  background-image: url(../flags/4x3/bt.svg);
}
.fi-bt.fis {
  background-image: url(../flags/1x1/bt.svg);
}

.fi-bv {
  background-image: url(../flags/4x3/bv.svg);
}
.fi-bv.fis {
  background-image: url(../flags/1x1/bv.svg);
}

.fi-bw {
  background-image: url(../flags/4x3/bw.svg);
}
.fi-bw.fis {
  background-image: url(../flags/1x1/bw.svg);
}

.fi-by {
  background-image: url(../flags/4x3/by.svg);
}
.fi-by.fis {
  background-image: url(../flags/1x1/by.svg);
}

.fi-bz {
  background-image: url(../flags/4x3/bz.svg);
}
.fi-bz.fis {
  background-image: url(../flags/1x1/bz.svg);
}

.fi-ca {
  background-image: url(../flags/4x3/ca.svg);
}
.fi-ca.fis {
  background-image: url(../flags/1x1/ca.svg);
}

.fi-cc {
  background-image: url(../flags/4x3/cc.svg);
}
.fi-cc.fis {
  background-image: url(../flags/1x1/cc.svg);
}

.fi-cd {
  background-image: url(../flags/4x3/cd.svg);
}
.fi-cd.fis {
  background-image: url(../flags/1x1/cd.svg);
}

.fi-cf {
  background-image: url(../flags/4x3/cf.svg);
}
.fi-cf.fis {
  background-image: url(../flags/1x1/cf.svg);
}

.fi-cg {
  background-image: url(../flags/4x3/cg.svg);
}
.fi-cg.fis {
  background-image: url(../flags/1x1/cg.svg);
}

.fi-ch {
  background-image: url(../flags/4x3/ch.svg);
}
.fi-ch.fis {
  background-image: url(../flags/1x1/ch.svg);
}

.fi-ci {
  background-image: url(../flags/4x3/ci.svg);
}
.fi-ci.fis {
  background-image: url(../flags/1x1/ci.svg);
}

.fi-ck {
  background-image: url(../flags/4x3/ck.svg);
}
.fi-ck.fis {
  background-image: url(../flags/1x1/ck.svg);
}

.fi-cl {
  background-image: url(../flags/4x3/cl.svg);
}
.fi-cl.fis {
  background-image: url(../flags/1x1/cl.svg);
}

.fi-cm {
  background-image: url(../flags/4x3/cm.svg);
}
.fi-cm.fis {
  background-image: url(../flags/1x1/cm.svg);
}

.fi-cn {
  background-image: url(../flags/4x3/cn.svg);
}
.fi-cn.fis {
  background-image: url(../flags/1x1/cn.svg);
}

.fi-co {
  background-image: url(../flags/4x3/co.svg);
}
.fi-co.fis {
  background-image: url(../flags/1x1/co.svg);
}

.fi-cr {
  background-image: url(../flags/4x3/cr.svg);
}
.fi-cr.fis {
  background-image: url(../flags/1x1/cr.svg);
}

.fi-cu {
  background-image: url(../flags/4x3/cu.svg);
}
.fi-cu.fis {
  background-image: url(../flags/1x1/cu.svg);
}

.fi-cv {
  background-image: url(../flags/4x3/cv.svg);
}
.fi-cv.fis {
  background-image: url(../flags/1x1/cv.svg);
}

.fi-cw {
  background-image: url(../flags/4x3/cw.svg);
}
.fi-cw.fis {
  background-image: url(../flags/1x1/cw.svg);
}

.fi-cx {
  background-image: url(../flags/4x3/cx.svg);
}
.fi-cx.fis {
  background-image: url(../flags/1x1/cx.svg);
}

.fi-cy {
  background-image: url(../flags/4x3/cy.svg);
}
.fi-cy.fis {
  background-image: url(../flags/1x1/cy.svg);
}

.fi-cz {
  background-image: url(../flags/4x3/cz.svg);
}
.fi-cz.fis {
  background-image: url(../flags/1x1/cz.svg);
}

.fi-de {
  background-image: url(../flags/4x3/de.svg);
}
.fi-de.fis {
  background-image: url(../flags/1x1/de.svg);
}

.fi-dj {
  background-image: url(../flags/4x3/dj.svg);
}
.fi-dj.fis {
  background-image: url(../flags/1x1/dj.svg);
}

.fi-dk {
  background-image: url(../flags/4x3/dk.svg);
}
.fi-dk.fis {
  background-image: url(../flags/1x1/dk.svg);
}

.fi-dm {
  background-image: url(../flags/4x3/dm.svg);
}
.fi-dm.fis {
  background-image: url(../flags/1x1/dm.svg);
}

.fi-do {
  background-image: url(../flags/4x3/do.svg);
}
.fi-do.fis {
  background-image: url(../flags/1x1/do.svg);
}

.fi-dz {
  background-image: url(../flags/4x3/dz.svg);
}
.fi-dz.fis {
  background-image: url(../flags/1x1/dz.svg);
}

.fi-ec {
  background-image: url(../flags/4x3/ec.svg);
}
.fi-ec.fis {
  background-image: url(../flags/1x1/ec.svg);
}

.fi-ee {
  background-image: url(../flags/4x3/ee.svg);
}
.fi-ee.fis {
  background-image: url(../flags/1x1/ee.svg);
}

.fi-eg {
  background-image: url(../flags/4x3/eg.svg);
}
.fi-eg.fis {
  background-image: url(../flags/1x1/eg.svg);
}

.fi-eh {
  background-image: url(../flags/4x3/eh.svg);
}
.fi-eh.fis {
  background-image: url(../flags/1x1/eh.svg);
}

.fi-er {
  background-image: url(../flags/4x3/er.svg);
}
.fi-er.fis {
  background-image: url(../flags/1x1/er.svg);
}

.fi-es {
  background-image: url(../flags/4x3/es.svg);
}
.fi-es.fis {
  background-image: url(../flags/1x1/es.svg);
}

.fi-et {
  background-image: url(../flags/4x3/et.svg);
}
.fi-et.fis {
  background-image: url(../flags/1x1/et.svg);
}

.fi-fi {
  background-image: url(../flags/4x3/fi.svg);
}
.fi-fi.fis {
  background-image: url(../flags/1x1/fi.svg);
}

.fi-fj {
  background-image: url(../flags/4x3/fj.svg);
}
.fi-fj.fis {
  background-image: url(../flags/1x1/fj.svg);
}

.fi-fk {
  background-image: url(../flags/4x3/fk.svg);
}
.fi-fk.fis {
  background-image: url(../flags/1x1/fk.svg);
}

.fi-fm {
  background-image: url(../flags/4x3/fm.svg);
}
.fi-fm.fis {
  background-image: url(../flags/1x1/fm.svg);
}

.fi-fo {
  background-image: url(../flags/4x3/fo.svg);
}
.fi-fo.fis {
  background-image: url(../flags/1x1/fo.svg);
}

.fi-fr {
  background-image: url(../flags/4x3/fr.svg);
}
.fi-fr.fis {
  background-image: url(../flags/1x1/fr.svg);
}

.fi-ga {
  background-image: url(../flags/4x3/ga.svg);
}
.fi-ga.fis {
  background-image: url(../flags/1x1/ga.svg);
}

.fi-gb {
  background-image: url(../flags/4x3/gb.svg);
}
.fi-gb.fis {
  background-image: url(../flags/1x1/gb.svg);
}

.fi-gd {
  background-image: url(../flags/4x3/gd.svg);
}
.fi-gd.fis {
  background-image: url(../flags/1x1/gd.svg);
}

.fi-ge {
  background-image: url(../flags/4x3/ge.svg);
}
.fi-ge.fis {
  background-image: url(../flags/1x1/ge.svg);
}

.fi-gf {
  background-image: url(../flags/4x3/gf.svg);
}
.fi-gf.fis {
  background-image: url(../flags/1x1/gf.svg);
}

.fi-gg {
  background-image: url(../flags/4x3/gg.svg);
}
.fi-gg.fis {
  background-image: url(../flags/1x1/gg.svg);
}

.fi-gh {
  background-image: url(../flags/4x3/gh.svg);
}
.fi-gh.fis {
  background-image: url(../flags/1x1/gh.svg);
}

.fi-gi {
  background-image: url(../flags/4x3/gi.svg);
}
.fi-gi.fis {
  background-image: url(../flags/1x1/gi.svg);
}

.fi-gl {
  background-image: url(../flags/4x3/gl.svg);
}
.fi-gl.fis {
  background-image: url(../flags/1x1/gl.svg);
}

.fi-gm {
  background-image: url(../flags/4x3/gm.svg);
}
.fi-gm.fis {
  background-image: url(../flags/1x1/gm.svg);
}

.fi-gn {
  background-image: url(../flags/4x3/gn.svg);
}
.fi-gn.fis {
  background-image: url(../flags/1x1/gn.svg);
}

.fi-gp {
  background-image: url(../flags/4x3/gp.svg);
}
.fi-gp.fis {
  background-image: url(../flags/1x1/gp.svg);
}

.fi-gq {
  background-image: url(../flags/4x3/gq.svg);
}
.fi-gq.fis {
  background-image: url(../flags/1x1/gq.svg);
}

.fi-gr {
  background-image: url(../flags/4x3/gr.svg);
}
.fi-gr.fis {
  background-image: url(../flags/1x1/gr.svg);
}

.fi-gs {
  background-image: url(../flags/4x3/gs.svg);
}
.fi-gs.fis {
  background-image: url(../flags/1x1/gs.svg);
}

.fi-gt {
  background-image: url(../flags/4x3/gt.svg);
}
.fi-gt.fis {
  background-image: url(../flags/1x1/gt.svg);
}

.fi-gu {
  background-image: url(../flags/4x3/gu.svg);
}
.fi-gu.fis {
  background-image: url(../flags/1x1/gu.svg);
}

.fi-gw {
  background-image: url(../flags/4x3/gw.svg);
}
.fi-gw.fis {
  background-image: url(../flags/1x1/gw.svg);
}

.fi-gy {
  background-image: url(../flags/4x3/gy.svg);
}
.fi-gy.fis {
  background-image: url(../flags/1x1/gy.svg);
}

.fi-hk {
  background-image: url(../flags/4x3/hk.svg);
}
.fi-hk.fis {
  background-image: url(../flags/1x1/hk.svg);
}

.fi-hm {
  background-image: url(../flags/4x3/hm.svg);
}
.fi-hm.fis {
  background-image: url(../flags/1x1/hm.svg);
}

.fi-hn {
  background-image: url(../flags/4x3/hn.svg);
}
.fi-hn.fis {
  background-image: url(../flags/1x1/hn.svg);
}

.fi-hr {
  background-image: url(../flags/4x3/hr.svg);
}
.fi-hr.fis {
  background-image: url(../flags/1x1/hr.svg);
}

.fi-ht {
  background-image: url(../flags/4x3/ht.svg);
}
.fi-ht.fis {
  background-image: url(../flags/1x1/ht.svg);
}

.fi-hu {
  background-image: url(../flags/4x3/hu.svg);
}
.fi-hu.fis {
  background-image: url(../flags/1x1/hu.svg);
}

.fi-id {
  background-image: url(../flags/4x3/id.svg);
}
.fi-id.fis {
  background-image: url(../flags/1x1/id.svg);
}

.fi-ie {
  background-image: url(../flags/4x3/ie.svg);
}
.fi-ie.fis {
  background-image: url(../flags/1x1/ie.svg);
}

.fi-il {
  background-image: url(../flags/4x3/il.svg);
}
.fi-il.fis {
  background-image: url(../flags/1x1/il.svg);
}

.fi-im {
  background-image: url(../flags/4x3/im.svg);
}
.fi-im.fis {
  background-image: url(../flags/1x1/im.svg);
}

.fi-in {
  background-image: url(../flags/4x3/in.svg);
}
.fi-in.fis {
  background-image: url(../flags/1x1/in.svg);
}

.fi-io {
  background-image: url(../flags/4x3/io.svg);
}
.fi-io.fis {
  background-image: url(../flags/1x1/io.svg);
}

.fi-iq {
  background-image: url(../flags/4x3/iq.svg);
}
.fi-iq.fis {
  background-image: url(../flags/1x1/iq.svg);
}

.fi-ir {
  background-image: url(../flags/4x3/ir.svg);
}
.fi-ir.fis {
  background-image: url(../flags/1x1/ir.svg);
}

.fi-is {
  background-image: url(../flags/4x3/is.svg);
}
.fi-is.fis {
  background-image: url(../flags/1x1/is.svg);
}

.fi-it {
  background-image: url(../flags/4x3/it.svg);
}
.fi-it.fis {
  background-image: url(../flags/1x1/it.svg);
}

.fi-je {
  background-image: url(../flags/4x3/je.svg);
}
.fi-je.fis {
  background-image: url(../flags/1x1/je.svg);
}

.fi-jm {
  background-image: url(../flags/4x3/jm.svg);
}
.fi-jm.fis {
  background-image: url(../flags/1x1/jm.svg);
}

.fi-jo {
  background-image: url(../flags/4x3/jo.svg);
}
.fi-jo.fis {
  background-image: url(../flags/1x1/jo.svg);
}

.fi-jp {
  background-image: url(../flags/4x3/jp.svg);
}
.fi-jp.fis {
  background-image: url(../flags/1x1/jp.svg);
}

.fi-ke {
  background-image: url(../flags/4x3/ke.svg);
}
.fi-ke.fis {
  background-image: url(../flags/1x1/ke.svg);
}

.fi-kg {
  background-image: url(../flags/4x3/kg.svg);
}
.fi-kg.fis {
  background-image: url(../flags/1x1/kg.svg);
}

.fi-kh {
  background-image: url(../flags/4x3/kh.svg);
}
.fi-kh.fis {
  background-image: url(../flags/1x1/kh.svg);
}

.fi-ki {
  background-image: url(../flags/4x3/ki.svg);
}
.fi-ki.fis {
  background-image: url(../flags/1x1/ki.svg);
}

.fi-km {
  background-image: url(../flags/4x3/km.svg);
}
.fi-km.fis {
  background-image: url(../flags/1x1/km.svg);
}

.fi-kn {
  background-image: url(../flags/4x3/kn.svg);
}
.fi-kn.fis {
  background-image: url(../flags/1x1/kn.svg);
}

.fi-kp {
  background-image: url(../flags/4x3/kp.svg);
}
.fi-kp.fis {
  background-image: url(../flags/1x1/kp.svg);
}

.fi-kr {
  background-image: url(../flags/4x3/kr.svg);
}
.fi-kr.fis {
  background-image: url(../flags/1x1/kr.svg);
}

.fi-kw {
  background-image: url(../flags/4x3/kw.svg);
}
.fi-kw.fis {
  background-image: url(../flags/1x1/kw.svg);
}

.fi-ky {
  background-image: url(../flags/4x3/ky.svg);
}
.fi-ky.fis {
  background-image: url(../flags/1x1/ky.svg);
}

.fi-kz {
  background-image: url(../flags/4x3/kz.svg);
}
.fi-kz.fis {
  background-image: url(../flags/1x1/kz.svg);
}

.fi-la {
  background-image: url(../flags/4x3/la.svg);
}
.fi-la.fis {
  background-image: url(../flags/1x1/la.svg);
}

.fi-lb {
  background-image: url(../flags/4x3/lb.svg);
}
.fi-lb.fis {
  background-image: url(../flags/1x1/lb.svg);
}

.fi-lc {
  background-image: url(../flags/4x3/lc.svg);
}
.fi-lc.fis {
  background-image: url(../flags/1x1/lc.svg);
}

.fi-li {
  background-image: url(../flags/4x3/li.svg);
}
.fi-li.fis {
  background-image: url(../flags/1x1/li.svg);
}

.fi-lk {
  background-image: url(../flags/4x3/lk.svg);
}
.fi-lk.fis {
  background-image: url(../flags/1x1/lk.svg);
}

.fi-lr {
  background-image: url(../flags/4x3/lr.svg);
}
.fi-lr.fis {
  background-image: url(../flags/1x1/lr.svg);
}

.fi-ls {
  background-image: url(../flags/4x3/ls.svg);
}
.fi-ls.fis {
  background-image: url(../flags/1x1/ls.svg);
}

.fi-lt {
  background-image: url(../flags/4x3/lt.svg);
}
.fi-lt.fis {
  background-image: url(../flags/1x1/lt.svg);
}

.fi-lu {
  background-image: url(../flags/4x3/lu.svg);
}
.fi-lu.fis {
  background-image: url(../flags/1x1/lu.svg);
}

.fi-lv {
  background-image: url(../flags/4x3/lv.svg);
}
.fi-lv.fis {
  background-image: url(../flags/1x1/lv.svg);
}

.fi-ly {
  background-image: url(../flags/4x3/ly.svg);
}
.fi-ly.fis {
  background-image: url(../flags/1x1/ly.svg);
}

.fi-ma {
  background-image: url(../flags/4x3/ma.svg);
}
.fi-ma.fis {
  background-image: url(../flags/1x1/ma.svg);
}

.fi-mc {
  background-image: url(../flags/4x3/mc.svg);
}
.fi-mc.fis {
  background-image: url(../flags/1x1/mc.svg);
}

.fi-md {
  background-image: url(../flags/4x3/md.svg);
}
.fi-md.fis {
  background-image: url(../flags/1x1/md.svg);
}

.fi-me {
  background-image: url(../flags/4x3/me.svg);
}
.fi-me.fis {
  background-image: url(../flags/1x1/me.svg);
}

.fi-mf {
  background-image: url(../flags/4x3/mf.svg);
}
.fi-mf.fis {
  background-image: url(../flags/1x1/mf.svg);
}

.fi-mg {
  background-image: url(../flags/4x3/mg.svg);
}
.fi-mg.fis {
  background-image: url(../flags/1x1/mg.svg);
}

.fi-mh {
  background-image: url(../flags/4x3/mh.svg);
}
.fi-mh.fis {
  background-image: url(../flags/1x1/mh.svg);
}

.fi-mk {
  background-image: url(../flags/4x3/mk.svg);
}
.fi-mk.fis {
  background-image: url(../flags/1x1/mk.svg);
}

.fi-ml {
  background-image: url(../flags/4x3/ml.svg);
}
.fi-ml.fis {
  background-image: url(../flags/1x1/ml.svg);
}

.fi-mm {
  background-image: url(../flags/4x3/mm.svg);
}
.fi-mm.fis {
  background-image: url(../flags/1x1/mm.svg);
}

.fi-mn {
  background-image: url(../flags/4x3/mn.svg);
}
.fi-mn.fis {
  background-image: url(../flags/1x1/mn.svg);
}

.fi-mo {
  background-image: url(../flags/4x3/mo.svg);
}
.fi-mo.fis {
  background-image: url(../flags/1x1/mo.svg);
}

.fi-mp {
  background-image: url(../flags/4x3/mp.svg);
}
.fi-mp.fis {
  background-image: url(../flags/1x1/mp.svg);
}

.fi-mq {
  background-image: url(../flags/4x3/mq.svg);
}
.fi-mq.fis {
  background-image: url(../flags/1x1/mq.svg);
}

.fi-mr {
  background-image: url(../flags/4x3/mr.svg);
}
.fi-mr.fis {
  background-image: url(../flags/1x1/mr.svg);
}

.fi-ms {
  background-image: url(../flags/4x3/ms.svg);
}
.fi-ms.fis {
  background-image: url(../flags/1x1/ms.svg);
}

.fi-mt {
  background-image: url(../flags/4x3/mt.svg);
}
.fi-mt.fis {
  background-image: url(../flags/1x1/mt.svg);
}

.fi-mu {
  background-image: url(../flags/4x3/mu.svg);
}
.fi-mu.fis {
  background-image: url(../flags/1x1/mu.svg);
}

.fi-mv {
  background-image: url(../flags/4x3/mv.svg);
}
.fi-mv.fis {
  background-image: url(../flags/1x1/mv.svg);
}

.fi-mw {
  background-image: url(../flags/4x3/mw.svg);
}
.fi-mw.fis {
  background-image: url(../flags/1x1/mw.svg);
}

.fi-mx {
  background-image: url(../flags/4x3/mx.svg);
}
.fi-mx.fis {
  background-image: url(../flags/1x1/mx.svg);
}

.fi-my {
  background-image: url(../flags/4x3/my.svg);
}
.fi-my.fis {
  background-image: url(../flags/1x1/my.svg);
}

.fi-mz {
  background-image: url(../flags/4x3/mz.svg);
}
.fi-mz.fis {
  background-image: url(../flags/1x1/mz.svg);
}

.fi-na {
  background-image: url(../flags/4x3/na.svg);
}
.fi-na.fis {
  background-image: url(../flags/1x1/na.svg);
}

.fi-nc {
  background-image: url(../flags/4x3/nc.svg);
}
.fi-nc.fis {
  background-image: url(../flags/1x1/nc.svg);
}

.fi-ne {
  background-image: url(../flags/4x3/ne.svg);
}
.fi-ne.fis {
  background-image: url(../flags/1x1/ne.svg);
}

.fi-nf {
  background-image: url(../flags/4x3/nf.svg);
}
.fi-nf.fis {
  background-image: url(../flags/1x1/nf.svg);
}

.fi-ng {
  background-image: url(../flags/4x3/ng.svg);
}
.fi-ng.fis {
  background-image: url(../flags/1x1/ng.svg);
}

.fi-ni {
  background-image: url(../flags/4x3/ni.svg);
}
.fi-ni.fis {
  background-image: url(../flags/1x1/ni.svg);
}

.fi-nl {
  background-image: url(../flags/4x3/nl.svg);
}
.fi-nl.fis {
  background-image: url(../flags/1x1/nl.svg);
}

.fi-no {
  background-image: url(../flags/4x3/no.svg);
}
.fi-no.fis {
  background-image: url(../flags/1x1/no.svg);
}

.fi-np {
  background-image: url(../flags/4x3/np.svg);
}
.fi-np.fis {
  background-image: url(../flags/1x1/np.svg);
}

.fi-nr {
  background-image: url(../flags/4x3/nr.svg);
}
.fi-nr.fis {
  background-image: url(../flags/1x1/nr.svg);
}

.fi-nu {
  background-image: url(../flags/4x3/nu.svg);
}
.fi-nu.fis {
  background-image: url(../flags/1x1/nu.svg);
}

.fi-nz {
  background-image: url(../flags/4x3/nz.svg);
}
.fi-nz.fis {
  background-image: url(../flags/1x1/nz.svg);
}

.fi-om {
  background-image: url(../flags/4x3/om.svg);
}
.fi-om.fis {
  background-image: url(../flags/1x1/om.svg);
}

.fi-pa {
  background-image: url(../flags/4x3/pa.svg);
}
.fi-pa.fis {
  background-image: url(../flags/1x1/pa.svg);
}

.fi-pe {
  background-image: url(../flags/4x3/pe.svg);
}
.fi-pe.fis {
  background-image: url(../flags/1x1/pe.svg);
}

.fi-pf {
  background-image: url(../flags/4x3/pf.svg);
}
.fi-pf.fis {
  background-image: url(../flags/1x1/pf.svg);
}

.fi-pg {
  background-image: url(../flags/4x3/pg.svg);
}
.fi-pg.fis {
  background-image: url(../flags/1x1/pg.svg);
}

.fi-ph {
  background-image: url(../flags/4x3/ph.svg);
}
.fi-ph.fis {
  background-image: url(../flags/1x1/ph.svg);
}

.fi-pk {
  background-image: url(../flags/4x3/pk.svg);
}
.fi-pk.fis {
  background-image: url(../flags/1x1/pk.svg);
}

.fi-pl {
  background-image: url(../flags/4x3/pl.svg);
}
.fi-pl.fis {
  background-image: url(../flags/1x1/pl.svg);
}

.fi-pm {
  background-image: url(../flags/4x3/pm.svg);
}
.fi-pm.fis {
  background-image: url(../flags/1x1/pm.svg);
}

.fi-pn {
  background-image: url(../flags/4x3/pn.svg);
}
.fi-pn.fis {
  background-image: url(../flags/1x1/pn.svg);
}

.fi-pr {
  background-image: url(../flags/4x3/pr.svg);
}
.fi-pr.fis {
  background-image: url(../flags/1x1/pr.svg);
}

.fi-ps {
  background-image: url(../flags/4x3/ps.svg);
}
.fi-ps.fis {
  background-image: url(../flags/1x1/ps.svg);
}

.fi-pt {
  background-image: url(../flags/4x3/pt.svg);
}
.fi-pt.fis {
  background-image: url(../flags/1x1/pt.svg);
}

.fi-pw {
  background-image: url(../flags/4x3/pw.svg);
}
.fi-pw.fis {
  background-image: url(../flags/1x1/pw.svg);
}

.fi-py {
  background-image: url(../flags/4x3/py.svg);
}
.fi-py.fis {
  background-image: url(../flags/1x1/py.svg);
}

.fi-qa {
  background-image: url(../flags/4x3/qa.svg);
}
.fi-qa.fis {
  background-image: url(../flags/1x1/qa.svg);
}

.fi-re {
  background-image: url(../flags/4x3/re.svg);
}
.fi-re.fis {
  background-image: url(../flags/1x1/re.svg);
}

.fi-ro {
  background-image: url(../flags/4x3/ro.svg);
}
.fi-ro.fis {
  background-image: url(../flags/1x1/ro.svg);
}

.fi-rs {
  background-image: url(../flags/4x3/rs.svg);
}
.fi-rs.fis {
  background-image: url(../flags/1x1/rs.svg);
}

.fi-ru {
  background-image: url(../flags/4x3/ru.svg);
}
.fi-ru.fis {
  background-image: url(../flags/1x1/ru.svg);
}

.fi-rw {
  background-image: url(../flags/4x3/rw.svg);
}
.fi-rw.fis {
  background-image: url(../flags/1x1/rw.svg);
}

.fi-sa {
  background-image: url(../flags/4x3/sa.svg);
}
.fi-sa.fis {
  background-image: url(../flags/1x1/sa.svg);
}

.fi-sb {
  background-image: url(../flags/4x3/sb.svg);
}
.fi-sb.fis {
  background-image: url(../flags/1x1/sb.svg);
}

.fi-sc {
  background-image: url(../flags/4x3/sc.svg);
}
.fi-sc.fis {
  background-image: url(../flags/1x1/sc.svg);
}

.fi-sd {
  background-image: url(../flags/4x3/sd.svg);
}
.fi-sd.fis {
  background-image: url(../flags/1x1/sd.svg);
}

.fi-se {
  background-image: url(../flags/4x3/se.svg);
}
.fi-se.fis {
  background-image: url(../flags/1x1/se.svg);
}

.fi-sg {
  background-image: url(../flags/4x3/sg.svg);
}
.fi-sg.fis {
  background-image: url(../flags/1x1/sg.svg);
}

.fi-sh {
  background-image: url(../flags/4x3/sh.svg);
}
.fi-sh.fis {
  background-image: url(../flags/1x1/sh.svg);
}

.fi-si {
  background-image: url(../flags/4x3/si.svg);
}
.fi-si.fis {
  background-image: url(../flags/1x1/si.svg);
}

.fi-sj {
  background-image: url(../flags/4x3/sj.svg);
}
.fi-sj.fis {
  background-image: url(../flags/1x1/sj.svg);
}

.fi-sk {
  background-image: url(../flags/4x3/sk.svg);
}
.fi-sk.fis {
  background-image: url(../flags/1x1/sk.svg);
}

.fi-sl {
  background-image: url(../flags/4x3/sl.svg);
}
.fi-sl.fis {
  background-image: url(../flags/1x1/sl.svg);
}

.fi-sm {
  background-image: url(../flags/4x3/sm.svg);
}
.fi-sm.fis {
  background-image: url(../flags/1x1/sm.svg);
}

.fi-sn {
  background-image: url(../flags/4x3/sn.svg);
}
.fi-sn.fis {
  background-image: url(../flags/1x1/sn.svg);
}

.fi-so {
  background-image: url(../flags/4x3/so.svg);
}
.fi-so.fis {
  background-image: url(../flags/1x1/so.svg);
}

.fi-sr {
  background-image: url(../flags/4x3/sr.svg);
}
.fi-sr.fis {
  background-image: url(../flags/1x1/sr.svg);
}

.fi-ss {
  background-image: url(../flags/4x3/ss.svg);
}
.fi-ss.fis {
  background-image: url(../flags/1x1/ss.svg);
}

.fi-st {
  background-image: url(../flags/4x3/st.svg);
}
.fi-st.fis {
  background-image: url(../flags/1x1/st.svg);
}

.fi-sv {
  background-image: url(../flags/4x3/sv.svg);
}
.fi-sv.fis {
  background-image: url(../flags/1x1/sv.svg);
}

.fi-sx {
  background-image: url(../flags/4x3/sx.svg);
}
.fi-sx.fis {
  background-image: url(../flags/1x1/sx.svg);
}

.fi-sy {
  background-image: url(../flags/4x3/sy.svg);
}
.fi-sy.fis {
  background-image: url(../flags/1x1/sy.svg);
}

.fi-sz {
  background-image: url(../flags/4x3/sz.svg);
}
.fi-sz.fis {
  background-image: url(../flags/1x1/sz.svg);
}

.fi-tc {
  background-image: url(../flags/4x3/tc.svg);
}
.fi-tc.fis {
  background-image: url(../flags/1x1/tc.svg);
}

.fi-td {
  background-image: url(../flags/4x3/td.svg);
}
.fi-td.fis {
  background-image: url(../flags/1x1/td.svg);
}

.fi-tf {
  background-image: url(../flags/4x3/tf.svg);
}
.fi-tf.fis {
  background-image: url(../flags/1x1/tf.svg);
}

.fi-tg {
  background-image: url(../flags/4x3/tg.svg);
}
.fi-tg.fis {
  background-image: url(../flags/1x1/tg.svg);
}

.fi-th {
  background-image: url(../flags/4x3/th.svg);
}
.fi-th.fis {
  background-image: url(../flags/1x1/th.svg);
}

.fi-tj {
  background-image: url(../flags/4x3/tj.svg);
}
.fi-tj.fis {
  background-image: url(../flags/1x1/tj.svg);
}

.fi-tk {
  background-image: url(../flags/4x3/tk.svg);
}
.fi-tk.fis {
  background-image: url(../flags/1x1/tk.svg);
}

.fi-tl {
  background-image: url(../flags/4x3/tl.svg);
}
.fi-tl.fis {
  background-image: url(../flags/1x1/tl.svg);
}

.fi-tm {
  background-image: url(../flags/4x3/tm.svg);
}
.fi-tm.fis {
  background-image: url(../flags/1x1/tm.svg);
}

.fi-tn {
  background-image: url(../flags/4x3/tn.svg);
}
.fi-tn.fis {
  background-image: url(../flags/1x1/tn.svg);
}

.fi-to {
  background-image: url(../flags/4x3/to.svg);
}
.fi-to.fis {
  background-image: url(../flags/1x1/to.svg);
}

.fi-tr {
  background-image: url(../flags/4x3/tr.svg);
}
.fi-tr.fis {
  background-image: url(../flags/1x1/tr.svg);
}

.fi-tt {
  background-image: url(../flags/4x3/tt.svg);
}
.fi-tt.fis {
  background-image: url(../flags/1x1/tt.svg);
}

.fi-tv {
  background-image: url(../flags/4x3/tv.svg);
}
.fi-tv.fis {
  background-image: url(../flags/1x1/tv.svg);
}

.fi-tw {
  background-image: url(../flags/4x3/tw.svg);
}
.fi-tw.fis {
  background-image: url(../flags/1x1/tw.svg);
}

.fi-tz {
  background-image: url(../flags/4x3/tz.svg);
}
.fi-tz.fis {
  background-image: url(../flags/1x1/tz.svg);
}

.fi-ua {
  background-image: url(../flags/4x3/ua.svg);
}
.fi-ua.fis {
  background-image: url(../flags/1x1/ua.svg);
}

.fi-ug {
  background-image: url(../flags/4x3/ug.svg);
}
.fi-ug.fis {
  background-image: url(../flags/1x1/ug.svg);
}

.fi-um {
  background-image: url(../flags/4x3/um.svg);
}
.fi-um.fis {
  background-image: url(../flags/1x1/um.svg);
}

.fi-us {
  background-image: url(../flags/4x3/us.svg);
}
.fi-us.fis {
  background-image: url(../flags/1x1/us.svg);
}

.fi-uy {
  background-image: url(../flags/4x3/uy.svg);
}
.fi-uy.fis {
  background-image: url(../flags/1x1/uy.svg);
}

.fi-uz {
  background-image: url(../flags/4x3/uz.svg);
}
.fi-uz.fis {
  background-image: url(../flags/1x1/uz.svg);
}

.fi-va {
  background-image: url(../flags/4x3/va.svg);
}
.fi-va.fis {
  background-image: url(../flags/1x1/va.svg);
}

.fi-vc {
  background-image: url(../flags/4x3/vc.svg);
}
.fi-vc.fis {
  background-image: url(../flags/1x1/vc.svg);
}

.fi-ve {
  background-image: url(../flags/4x3/ve.svg);
}
.fi-ve.fis {
  background-image: url(../flags/1x1/ve.svg);
}

.fi-vg {
  background-image: url(../flags/4x3/vg.svg);
}
.fi-vg.fis {
  background-image: url(../flags/1x1/vg.svg);
}

.fi-vi {
  background-image: url(../flags/4x3/vi.svg);
}
.fi-vi.fis {
  background-image: url(../flags/1x1/vi.svg);
}

.fi-vn {
  background-image: url(../flags/4x3/vn.svg);
}
.fi-vn.fis {
  background-image: url(../flags/1x1/vn.svg);
}

.fi-vu {
  background-image: url(../flags/4x3/vu.svg);
}
.fi-vu.fis {
  background-image: url(../flags/1x1/vu.svg);
}

.fi-wf {
  background-image: url(../flags/4x3/wf.svg);
}
.fi-wf.fis {
  background-image: url(../flags/1x1/wf.svg);
}

.fi-ws {
  background-image: url(../flags/4x3/ws.svg);
}
.fi-ws.fis {
  background-image: url(../flags/1x1/ws.svg);
}

.fi-ye {
  background-image: url(../flags/4x3/ye.svg);
}
.fi-ye.fis {
  background-image: url(../flags/1x1/ye.svg);
}

.fi-yt {
  background-image: url(../flags/4x3/yt.svg);
}
.fi-yt.fis {
  background-image: url(../flags/1x1/yt.svg);
}

.fi-za {
  background-image: url(../flags/4x3/za.svg);
}
.fi-za.fis {
  background-image: url(../flags/1x1/za.svg);
}

.fi-zm {
  background-image: url(../flags/4x3/zm.svg);
}
.fi-zm.fis {
  background-image: url(../flags/1x1/zm.svg);
}

.fi-zw {
  background-image: url(../flags/4x3/zw.svg);
}
.fi-zw.fis {
  background-image: url(../flags/1x1/zw.svg);
}

.fi-ac {
  background-image: url(../flags/4x3/ac.svg);
}
.fi-ac.fis {
  background-image: url(../flags/1x1/ac.svg);
}

.fi-cp {
  background-image: url(../flags/4x3/cp.svg);
}
.fi-cp.fis {
  background-image: url(../flags/1x1/cp.svg);
}

.fi-dg {
  background-image: url(../flags/4x3/dg.svg);
}
.fi-dg.fis {
  background-image: url(../flags/1x1/dg.svg);
}

.fi-ea {
  background-image: url(../flags/4x3/ea.svg);
}
.fi-ea.fis {
  background-image: url(../flags/1x1/ea.svg);
}

.fi-es-ct {
  background-image: url(../flags/4x3/es-ct.svg);
}
.fi-es-ct.fis {
  background-image: url(../flags/1x1/es-ct.svg);
}

.fi-es-ga {
  background-image: url(../flags/4x3/es-ga.svg);
}
.fi-es-ga.fis {
  background-image: url(../flags/1x1/es-ga.svg);
}

.fi-eu {
  background-image: url(../flags/4x3/eu.svg);
}
.fi-eu.fis {
  background-image: url(../flags/1x1/eu.svg);
}

.fi-gb-eng {
  background-image: url(../flags/4x3/gb-eng.svg);
}
.fi-gb-eng.fis {
  background-image: url(../flags/1x1/gb-eng.svg);
}

.fi-gb-nir {
  background-image: url(../flags/4x3/gb-nir.svg);
}
.fi-gb-nir.fis {
  background-image: url(../flags/1x1/gb-nir.svg);
}

.fi-gb-sct {
  background-image: url(../flags/4x3/gb-sct.svg);
}
.fi-gb-sct.fis {
  background-image: url(../flags/1x1/gb-sct.svg);
}

.fi-gb-wls {
  background-image: url(../flags/4x3/gb-wls.svg);
}
.fi-gb-wls.fis {
  background-image: url(../flags/1x1/gb-wls.svg);
}

.fi-ic {
  background-image: url(../flags/4x3/ic.svg);
}
.fi-ic.fis {
  background-image: url(../flags/1x1/ic.svg);
}

.fi-ta {
  background-image: url(../flags/4x3/ta.svg);
}
.fi-ta.fis {
  background-image: url(../flags/1x1/ta.svg);
}

.fi-un {
  background-image: url(../flags/4x3/un.svg);
}
.fi-un.fis {
  background-image: url(../flags/1x1/un.svg);
}

.fi-xk {
  background-image: url(../flags/4x3/xk.svg);
}
.fi-xk.fis {
  background-image: url(../flags/1x1/xk.svg);
}

.fi-xx {
  background-image: url(../flags/4x3/xx.svg);
}
.fi-xx.fis {
  background-image: url(../flags/1x1/xx.svg);
}

@font-face {
  font-family: "Roboto";
  src: url("../vendor/fonts/Roboto-Light.eot");
  src: url("../vendor/fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../vendor/fonts/Roboto-Light.woff2") format("woff2"), url("../vendor/fonts/Roboto-Light.woff") format("woff"), url("../vendor/fonts/Roboto-Light.ttf") format("ttf"), url("../vendor/fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("../vendor/fonts/Roboto-Regular.eot");
  src: url("../vendor/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../vendor/fonts/Roboto-Regular.woff2") format("woff2"), url("../vendor/fonts/Roboto-Regular.woff") format("woff"), url("../vendor/fonts/Roboto-Regular.ttf") format("ttf"), url("../vendor/fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../vendor/fonts/Roboto-Medium.eot");
  src: url("../vendor/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../vendor/fonts/Roboto-Medium.woff2") format("woff2"), url("../vendor/fonts/Roboto-Medium.woff") format("woff"), url("../vendor/fonts/Roboto-Medium.ttf") format("ttf"), url("../vendor/fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../vendor/fonts/Roboto-Bold.eot");
  src: url("../vendor/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../vendor/fonts/Roboto-Bold.woff2") format("woff2"), url("../vendor/fonts/Roboto-Bold.woff") format("woff"), url("../vendor/fonts/Roboto-Bold.ttf") format("ttf"), url("../vendor/fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-style: normal;
  font-weight: 700;
}
[class*=ymaps-2][class*=-ground-pane] {
  filter: brightness(80%);
  -ms-filter: brightness(80%);
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -o-filter: brightness(80%);
}

/* Animations */
.slide-down {
  -webkit-animation: slide-down 1.7s infinite ease;
          animation: slide-down 1.7s infinite ease;
}

@-webkit-keyframes slide-down {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}

@keyframes slide-down {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}
/* Visually hidden */
.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
}

/* Page */
.page {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 300;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #373737;
  min-width: 320px;
  overflow: auto;
}
/* Content */
.content-margin {
  margin: 0 6.25vw;
}
.content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}

/* Section */
.section-title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
  color: #f04841;
  text-align: center;
  margin-bottom: 20px;
}
.section-title_color_mine-shaft {
  color: #373737;
}

.section-title_page_staff {
  margin-bottom: 46px;
}
.section-text {
  margin: 0;
  padding: 0;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
  line-height: 30px;
}
/* Button */
.btn {
  display: inline-block;
  padding: 0;
  background: none;
  border: transparent;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #f04841;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  padding: 0 32px;
  min-width: 120px;
}
.btn:hover {
  background-color: #f25f59;
}
.btn_bg_outline {
  background: transparent;
  color: #666;
  border: 5px solid #f04841;
}
.btn_bg_outline:hover {
  background-color: rgba(240, 72, 65, 0.1);
  border-color: #f25f59;
}

/* Cross button */
.cross-btn {
  display: inline-block;
  padding: 0;
  background: none;
  border: transparent;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  position: relative;
  background: transparent;
  width: 30px;
  height: 25px;
  border: none;
  cursor: pointer;
}
.cross-btn::before, .cross-btn::after {
  position: absolute;
  content: "";
  top: 9px;
  right: 0;
  width: 25px;
  height: 3px;
  background: #fff;
}
.cross-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cross-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* Phone link */
.phone-link {
  text-decoration: none;
  color: #373737;
}

.phone-link_color_white {
  color: #fff;
}

/* Navbar */
.navbar {
  width: 100%;
  min-height: 100px;
  background: #f04841;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  -webkit-transition: background 300ms linear;
  transition: background 300ms linear;
}
.navbar__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar__logo {
  width: 230px;
}
.navbar__burger-btn {
  display: inline-block;
  padding: 0;
  background: none;
  border: transparent;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  position: fixed;
  width: 48px;
  height: 48px;
  background: #f04841;
  z-index: 2;
  top: 1%;
  right: 2%;
  border-radius: 50%;
}
.navbar__burger-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 28px;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 14px 0 0 #fff, 0 23px 0 0 #fff, 0 32px 0 0 #fff;
          box-shadow: 0 14px 0 0 #fff, 0 23px 0 0 #fff, 0 32px 0 0 #fff;
}
.navbar__select-lang {
  display: none;
}
.navbar__contact-link {
  display: none;
}
/* Nav menu */
.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.nav-menu__item {
  margin-right: 30px;
}

.nav-menu__item:last-child {
  margin-right: 0;
}

.nav-menu__link {
  text-decoration: none;
  font-size: 15px;
  color: #373737;
}

/* Select */
.select {
  position: relative;
  width: 100%;
}

.select_show .select__dropdown {
  display: block;
}

.select_show .select__backdrop {
  display: block;
}

.select_show .select__toggle::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select__toggle {
  display: inline-block;
  padding: 0;
  background: none;
  border: transparent;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  cursor: pointer;
}
.select__toggle::after {
  position: absolute;
  right: 0;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1rem;
  background-image: url("data:image/svg+xml;utf8,<svg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 0L6 6L12 0H0Z' fill='black'/></svg>");
  background-repeat: no-repeat;
  background-position-y: center;
}
.select__toggle:focus {
  outline: none;
}

.select__dropdown {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  max-height: 10rem;
  overflow-y: auto;
  border-radius: 0.3125rem;
  z-index: 2;
  background-color: #fff;
}

.select__options {
  margin: 0;
  padding: 0;
  list-style: none;
}

.select__option {
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.select__option .fi{
  margin-right: 5px;
}
.select__option:hover {
  background-color: #f5f5f5;
  cursor: pointer;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}

.select__option_selected {
  background-color: #EEE;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  z-index: 3;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear, z-index 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear, z-index 0.3s linear;
}

.overlay_hide {
  visibility: hidden;
  opacity: 0;
}

/* Sidebar */
.sidebar {
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 260px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  right: 0;
  height: 100vh;
  background: #75787A;
  z-index: 5;
  -webkit-transition: right 200ms linear;
  transition: right 200ms linear;
}

.sidebar__logo {
  max-width: 100%;
  height: auto;
  width: 140px;
  margin-bottom: 25px;
}

.sidebar__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.sidebar_hide {
  right: -260px;
  -webkit-transition: right 200ms linear;
  transition: right 200ms linear;
}

.sidebar__select-lang {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  border: transparent;
  border-radius: 20px;
  padding: 5px;
  height: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}

.sidebar__select-toggle {
  color: #fff;
}

.sidebar__contact-link {
  min-height: 40px;
}

/* Sidebar Menu */
.sidebar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

.sidebar-menu_hide {
  display: none;
}

.sidebar-menu__item {
  margin-bottom: 15px;
}

.sidebar-menu__link {
  text-decoration: none;
  font-size: 24px;
  color: #fff;
}

.sidebar-menu__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Sub */
.sub {
  padding: 90px 0;
}
.sub_theme_flamingo {
  background: #f04841;
}

.sub__text {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
  color: #666;
  text-align: center;
}

.sub__text:last-of-type {
  margin-bottom: 76px;
}
.sub__text_theme_flamingo {
  color: #fff;
}

.sub__text_color_mine-shaft {
  color: #373737;
}
.sub__submit-btn_theme_flamingo {
  background: #fff;
  color: #f04841;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sub__submit-btn_theme_flamingo:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  background: #fff;
}
/* Sub Form */
.sub-form__group {
  display: grid;
  margin-bottom: 15px;
  row-gap: 20px;
}
.sub-form__group.sub-form__group_2 .sub-form__select{
  border: 1px solid #000;
}
.sub-form__group_column {
  place-items: center;
  margin-left: auto;
  margin-right: auto;
}
.sub-form__label {
  font-size: 16px;
  justify-self: start;
}

.sub-form__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0;
  color: #373737;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 20px;
  width: 100%;
  outline: none;
}
.sub-form__input::-webkit-input-placeholder {
  color: #B3B3B3;
}
.sub-form__input::-moz-placeholder {
  color: #B3B3B3;
}
.sub-form__input:-ms-input-placeholder {
  color: #B3B3B3;
}
.sub-form__input::-ms-input-placeholder {
  color: #B3B3B3;
}
.sub-form__input::placeholder {
  color: #B3B3B3;
}
.sub-form__input_theme_flamingo {
  border: none;
  outline: none;
}

.sub-form__input_theme_error {
  border-color: #f04841;
}

.sub-form__select {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  border: transparent;
  border-radius: 100px;
  padding: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 0L6 6L12 0H0Z' fill='black'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  outline: none;
}

.sub-form__error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  background: #F95D51;
  color: #fff;
  min-height: 60px;
  border: 1px solid #fff;
}

.sub-form__error_hide {
  display: none;
}

/* Map */
.map {
  margin: 0 auto;
  height: 385px;
  overflow: hidden;
}

.map_page_locations {
  height: 500px;
}

/* Service */
.service {
  background: #f04841;
  padding-top: 75px;
  padding-bottom: 95px;
}
.service_theme_light {
  background: #fff;
}

.service_theme_flamingo {
  background: #f5f5f5;
}

.service__title {
  color: #fff;
  text-align: center;
  margin-bottom: 23px;
}

.service__title_theme_light {
  color: #373737;
}

.service__title_theme_flamingo {
  color: #f04841;
}

.service__text {
  color: #fff;
  max-width: 540px;
}
.service__text_theme_light {
  color: #f04841;
}

.service__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: service-list-counter;
  display: grid;
  row-gap: 56px;
}
.service__item {
  position: relative;
  padding-left: 60px;
}
.service__item::before {
  position: absolute;
  counter-increment: service-list-counter;
  content: counter(service-list-counter);
  background: #fff;
  color: #373737;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  border-radius: 50%;
  top: -6px;
  left: -10px;
  width: 40px;
  height: 40px;
}
.service__item:last-child {
  margin-bottom: 0;
}
.service__item_theme_light::before {
  background: #f04841;
  color: #fff;
}

.service__item_theme_flamingo::before {
  background: transparent;
  color: #f04841;
}

.service__area {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

.service__area_theme_light {
  color: #373737;
}

.service__area_theme_flamingo {
  color: #f04841;
}

.service__address {
  margin: 0;
  padding: 0;
  line-height: 29px;
  color: #fff;
  font-size: 20px;
  line-height: 31px;
}

.service__address_theme_light {
  color: #373737;
}

.service__address_theme_flamingo {
  color: #373737;
}

.service__address_indent {
  margin-bottom: 30px;
}

.service__schedule {
  margin: 0;
  padding: 0;
  line-height: 29px;
  color: #fff;
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 20px;
}

.service__schedule_theme_light {
  color: #373737;
}

.service__request-btn {
  display: inline-block;
  padding: 0;
  background: none;
  border: transparent;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
}

.service__request-btn_theme-light {
  color: #f04841;
}

.service__address-link {
  color: #ff8562;
}
.service__address-link:visited {
  color: #ffad95;
}

/* Insurance */
.insurance {
  padding: 90px 0;
}

.insurance__content {
  text-align: center;
}

.insurance__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 47px;
}
.insurance__item {
  padding: 10px;
}

.insurance__image {
  max-width: 100%;
  height: auto;
}

.insurance__next-btn {
  color: #373737;
  right: 0;
}
.insurance__next-btn:after {
  font-size: 18px;
}
.insurance__prev-btn {
  color: #373737;
  left: 0;
}
.insurance__prev-btn:after {
  font-size: 18px;
}
/* Intro */
.intro {
  position: relative;
  height: 100vh;
  display: grid;
  place-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover;
}
.intro_page_procedures {
  height: 50vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.9))), url(../images/intro-procedures.jpg);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9)), url(../images/intro-procedures.jpg);
}
.intro_page_staff {
  height: 95vh;
  padding-left: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.9))), url(../images/intro-staff.jpg);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9)), url(../images/intro-staff.jpg);
}
.intro_page_locations {
  height: 50vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.9))), url(../images/intro-locations.jpg);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9)), url(../images/intro-locations.jpg);
}
.intro_page_about {
  height: 65vh;
  padding-left: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.9))), url(../images/intro-about.jpg);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9)), url(../images/intro-about.jpg);
}
.intro_page_insurance {
  height: 50vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.9))), url(../images/intro-insurance.jpg);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9)), url(../images/intro-insurance.jpg);
  background-repeat: no-repeat;
}
.intro_page_contact {
  height: 50vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.9))), url(../images/intro-contact.jpg);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9)), url(../images/intro-contact.jpg);
  background-repeat: no-repeat;
}
.intro__title {
  margin: 0;
  padding: 0;
  margin-bottom: 39px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 37px;
  color: #666;
  text-transform: uppercase;
}
.intro__title_color_flamingo {
  color: #f04841;
}

.intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.intro__text {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  color: #666;
}
.intro__text_bold {
  font-weight: 700;
}

.intro__text_italic {
  font-style: italic;
}

.intro__text_indent {
  margin-bottom: 30px;
}

.intro__arrow {
  max-width: 100%;
  height: auto;
  width: 30px;
  padding-bottom: 4%;
  margin: auto;
  cursor: pointer;
}
/* Team */
.team {
  padding: 50px 0;
}
.team_page_staff {
  padding-bottom: 0;
}
.team_bg_twilight-blue {
  background: #ebfdff;
}

.team_bg_gallery {
  background: #EEE;
}

.team__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  row-gap: 40px;
  margin-bottom: 35px;
  max-width: 220px;
}
.team__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.team__person-photo {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  width: 220px;
}

.team__person-photo {
  width: 260px;
}

.team__person-name {
  margin: 0;
  padding: 0;
  font-size: 18px;
  margin-bottom: 5px;
  min-height: 65px;
}
.team__person-post {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 5px;
}
.team__person-langs {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  margin-bottom: 8px;
}

.team__person-lang {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 40px;
}
.team__person-about {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 5px;
  min-height: 250px;
}

/* Accordion */
.accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-bottom: 14px;
  cursor: pointer;
}
.accordion__item {
  border-top: 1px solid #EEE;
}
.accordion__item:last-child {
  border-bottom: 1px solid #EEE;
}

.accordion__title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  color: #f04841;
}
.accordion__btn {
  display: inline-block;
  padding: 0;
  background: none;
  border: transparent;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  position: relative;
  background: transparent;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
}
.accordion__btn::before, .accordion__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #f04841;
}
.accordion__btn::before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.accordion__btn::after {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.accordion__btn:hover {
  background: #f04841;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.accordion__btn:hover::before, .accordion__btn:hover::after {
  background: #fff;
}

.accordion__btn_collapsed::before {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.accordion__btn_collapsed::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.accordion__btn_collapsed:hover {
  background: #f04841;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.accordion__btn_collapsed:hover::before, .accordion__btn_collapsed:hover::after {
  background: #fff;
}

.accordion__body {
  padding: 0 5px;
  padding-bottom: 40px;
  max-height: 500px;
  -webkit-transition: max-height ease-in-out 0.2s, opacity ease-in-out 0.2s;
  transition: max-height ease-in-out 0.2s, opacity ease-in-out 0.2s;
}

.accordion__body_hide {
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

/* Article */
.article {
  padding: 75px 0;
}
.article_color_gray {
  background: #EEE;
}

.article__title {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  text-transform: uppercase;
  color: #f04841;
  padding-left: 18px;
  margin-bottom: 60px;
}

.article__title::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: #f04841;
  border-radius: 50%;
  left: -4px;
  top: 10px;
}
.article__title_color_dove-gray {
  color: #666;
}

.article__title_color_dove-gray::before {
  background: #666;
}

.article__image {
  max-width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.article__html {
  margin-bottom: 60px;
}
.article__html p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 23px;
}
.article__html ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 23px;
}
.article__html ul li {
  position: relative;
  font-size: 16px;
  line-height: 23px;
  padding-left: 10px;
  margin-bottom: 8px;
}
.article__html ul li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000;
  left: 0;
  top: 9px;
  border-radius: 50%;
}
.article__html a {
  color: #ff8562;
}
.article__html a:visited {
  color: #ffad95;
}
.article__request-btn {
  -ms-flex-item-align: center;
      align-self: center;
}
/* Page specific styles */
/* Hero */
.hero {
  position: relative;
  height: 100vh;
  display: grid;
  place-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), url(../images/hero-index.jpg);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../images/hero-index.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover;
}

.hero__title {
  margin: 0;
  padding: 0;
  margin-bottom: 39px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 37px;
}
.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__title {
  margin: 0;
  padding: 0;
  margin-bottom: 39px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 37px;
}
.hero__subtitle {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  color: #666;
}

.hero__subtitle:last-of-type {
  margin-bottom: 50px;
}
.hero__arrow {
  max-width: 100%;
  height: auto;
  width: 30px;
  padding-bottom: 4%;
  cursor: pointer;
}
.hero__action-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hero__location-link {
  margin-bottom: 10px;
  margin-right: 20px;
}
/* Pain */
.pain {
  background: #BFE6E7;
  padding: 50px 0;
}
.pain__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
.pain__link {
  text-decoration: none;
}

.pain__image {
  max-width: 100%;
  height: auto;
  height: 100%;
}

/* Offer */
.offer {
  background: #BFE6E7;
  padding: 50px 0;
}
.offer__image {
  width: 100%;
}

.offer__info {
  background: #fff;
  padding: 30px 20px;
}
.offer__image-caption {
  margin: 0;
  padding: 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2.5px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.offer__title {
  margin: 0;
  padding: 0;
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  line-height: 34px;
}
.offer__text {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 40px;
}
/* Insurance providers */
.insurance-providers {
  padding-top: 75px;
  padding-bottom: 90px;
}

.insurance-providers__accordion {
  margin: 0 auto;
  max-width: 640px;
}
.insurance-providers__title {
  margin-bottom: 36px;
}
.insurance-providers__color_gray {
  background: #f5f5f5;
}

.insurance-providers__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.insurance-providers__item {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  padding-left: 15px;
}
.insurance-providers__item::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  left: 0;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
.insurance-providers__ol-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: providers-list-counter;
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
  padding: 30px;
}
.insurance-providers__ol-item {
  margin-bottom: 10px;
}
.insurance-providers__ol-item::before {
  counter-increment: providers-list-counter;
  content: counter(providers-list-counter) ".";
  padding-right: 10px;
  font-weight: 500;
}

/* Footer */
.footer {
  padding: 50px 0;
  background: #B3B3B3;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 0px;
  width: 140px;
}
.footer__column-links {
  margin: 0;
  padding: 0;
}

.footer__column-link {
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 13px;
}

.footer__column-link:last-child {
  margin-right: 0;
}
/* Popup */
.popup {
  position: fixed;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear, visibility 0.5s linear, z-index 0.5s linear;
  transition: opacity 0.5s linear, visibility 0.5s linear, z-index 0.5s linear;
}
.popup_opened {
  z-index: 9999999;
  visibility: visible;
  opacity: 1;
}

.popup__top-bar {
  min-height: 40px;
  background: #373737;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup__close-btn {
  position: fixed;
  z-index: 11;
  right: 10px;
  top: 10px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.popup__top-bar-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__wrapper {
  margin: 0 20px;
}
.popup__image {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.popup__content {
  background: #fff;
  min-width: 320px;
  position: relative;
}
.popup__title {
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.popup__text {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  text-align: center;
  color: #666;
  margin-bottom: 15px;
}
.popup__text:last-of-type {
  margin-bottom: 0;
}
.popup__text_color_mine-shaft {
  color: #373737;
}

/* Popup form */
.popup-form__input {
  border: 1px solid #c9c9c9;
  padding: 14px;
}

.popup__submit-btn {
  width: 100%;
  min-height: 50px;
}

.popup-form__select {
  border: 1px solid #c9c9c9;
}

@media screen and (min-width: 480px) {
  .navbar {
    min-height: 70px;
  }
  .sub {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .sub-form__group_column {
    max-width: 600px;
  }
  .insurance__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .team {
    padding: 90px 0;
  }
  .team__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 100%;
  }
  .hero__action-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pain {
    padding: 67px 0;
  }
  .pain__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
  .insurance-providers__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 560px) {
  .popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .popup__close-btn {
    top: 3vh;
    right: 2vw;
    width: 33px;
    height: 33px;
  }
  .popup__close-btn::before, .popup__close-btn::after {
    width: 33px;
  }
  .popup__content {
    margin-top: 65px;
    max-width: 540px;
    padding: 30px 0;
  }
}

@media screen and (min-width: 569px) {
  .popup__top-bar {
    position: absolute;
    height: 0;
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .page {
    font-size: 22px;
    line-height: 33px;
  }
  .content-margin {
    margin: 0 12.4vw;
  }
  .section-title {
    font-size: 38px;
    margin-bottom: 25px;
    line-height: 46px;
  }
  .section-text {
    max-width: 560px;
    margin-bottom: 80px;
  }
  .btn {
    min-width: 180px;
  }
  .navbar__content {
    margin: 0 6.25vw;
  }
  .sub__text {
    font-size: 38px;
    line-height: 47px;
  }
  .sub__submit-btn_theme_flamingo:hover {
    background: #fff;
  }
  .service {
    padding-bottom: 75px;
  }
  .service__list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .intro__title {
    font-size: 48px;
  }
  .intro__content {
    padding-top: 80px;
  }
  .intro__text {
    font-size: 20px;
    line-height: 32px;
  }
  .intro__arrow {
    width: 38px;
  }
  .team_page_staff {
    padding-bottom: 0;
  }
  .team__list {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
  .team__person-name {
    font-size: 20px;
  }
  .team__person-post {
    font-size: 16px;
  }
  .team__person-lang {
    font-size: 14px;
  }
  .accordion__header {
    padding-top: 28px;
    padding-bottom: 27px;
  }
  .accordion__title {
    font-size: 22px;
    line-height: 29px;
  }
  .article__title {
    font-size: 32px;
    line-height: 39px;
  }
  .article__html p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 27px;
    line-height: 28px;
  }
  .article__html p:last-of-type {
    margin-bottom: 0;
  }
  .article__html ul li {
    font-size: 18px;
    line-height: 28px;
  }
  .article__request-btn {
    min-width: 275px;
  }
  .hero__title {
    font-size: 48px;
  }
  .hero__title {
    font-size: 48px;
  }
  .hero__subtitle {
    font-size: 20px;
  }

  .hero__subtitle:last-of-type {
    margin-bottom: 100px;
  }
  .hero__arrow {
    width: 38px;
  }
  .hero__location-link {
    min-width: 240px;
  }
  .hero__contact-link {
    min-width: 280px;
  }
  .pain {
    padding: 90px 0;
  }
  .pain__list {
    gap: 26px;
  }
  .offer__content {
    margin: 0 6.25vw;
  }
  .offer__image-caption {
    font-size: 14px;
    font-weight: 600;
  }
  .offer__title {
    font-size: 32px;
    line-height: 39px;
  }
  .offer__text {
    font-size: 18px;
    line-height: 28px;
  }
  .insurance-providers__item {
    font-size: 16px;
    padding-left: 16px;
  }
  .insurance-providers__item::before {
    width: 5px;
    height: 5px;
  }
  .insurance-providers__ol-list {
    width: 680px;
  }
  .footer__content {
    margin: 0 6.25vw;
  }
  .footer__logo {
    width: 170px;
  }
  .footer__column-link {
    font-size: 14px;
    line-height: 14px;
  }
  .popup__wrapper {
    margin: 0 40px;
  }
  .popup__title {
    font-size: 32px;
    line-height: 40px;
  }
  .popup__text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 980px) {
  .content-margin {
    margin: 0 4.08vw;
  }
  .section-title {
    font-size: 42px;
    margin-bottom: 45px;
    line-height: 50px;
  }
  .section-title_page_staff {
    margin-bottom: 110px;
  }
  .navbar {
    position: fixed;
    min-height: 80px;
    background: transparent;
  }
  .navbar_bg_white {
    background: #fff;
    -webkit-transition: background 300ms linear;
    transition: background 300ms linear;
  }
  .navbar__logo {
    width: 250px;
  }
  .navbar__burger-btn {
    display: none;
  }
  .navbar__select-lang {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 100px;
  }
  .navbar__contact-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    padding: 0 32px;
    min-width: 113px;
  }
  .navbar_scrolled {
    background: #fff;
  }
  .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sub {
    padding: 120px 0;
  }
  .sub__submit-btn {
    max-width: 280px;
  }
  .sub-form {
    max-width: 785px;
    margin: 0 auto;
  }
  .sub-form__group {
    grid-template-columns: repeat(3, 1fr) 2fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .sub-form__group.sub-form__group_1{
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: auto auto auto;
  }
  .sub-form__group.sub-form__group_2{
    /* grid-template-columns: repeat(2, 1fr);
    grid-template-columns: auto auto auto auto; */
    grid-template-columns: repeat(3, 1fr) 2fr;
  }
  .sub-form__group.sub-form__group_2 .sub-form__select{
    border: 1px solid #000;
    grid-area: 1 / 1 / span 1 / span 3;
  }
  .sub-form__group.sub-form__group_2 .sub__submit-btn{
    max-width: 100%;
    border: 1px solid #f04841;
  }
  .sub-form__group_column {
    max-width: 620px;
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
  .sub-form__input {
    margin-bottom: 0;
  }
  .service__list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .service__item {
    padding-left: 70px;
  }
  .service__item::before {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .insurance__list {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }
  .intro {
    place-items: start;
  }
  .intro_page_procedures {
    background-position: top;
  }
  .intro_page_staff {
    background-position: top;
  }
  .intro_page_locations {
    background-position: top;
  }
  .intro_page_staff {
    background-position: top;
  }
  .intro_page_insurance {
    background-position: center 20%;
  }
  .intro_page_contact {
    background-position: center 20%;
  }
  .intro__width-limit {
    max-width: 620px;
  }
  .intro__content {
    padding-top: 150px;
  }
  .team_page_staff {
    padding-bottom: 0;
  }
  .team__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 60px;
  }
  .article__content {
    max-width: 920px;
  }
  .pain {
    padding: 95px 0;
  }
  .pain__list {
    max-width: 920px;
    gap: 40px;
  }
  .offer {
    padding-top: 55px;
    padding-bottom: 100px;
  }
  .offer__content {
    position: relative;
  }
  .offer__info {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    max-width: 400px;
    min-height: 460px;
    top: 250px;
    right: 135px;
    padding: 60px;
  }
  .offer__contact-link {
    width: 100%;
  }
  .insurance-providers__title {
    margin-bottom: 60px;
  }
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1200px) {
  .content-margin {
    margin: 0 auto;
    max-width: 1200px;
  }
  .section-text {
    font-size: 24px;
  }
  .sub__text {
    font-size: 42px;
    line-height: 51px;
  }
  .sub-form {
    max-width: 960px;
  }
  .sub-form__group_column {
    max-width: 760px;
  }
  .service__text {
    margin-bottom: 90px;
  }
  .insurance__next-btn {
    right: -9px;
  }
  .insurance__prev-btn {
    left: -9px;
  }
  .intro__width-limit {
    max-width: 760px;
  }
  .hero__title {
    font-size: 52px;
  }
  .intro__content {
    width: 1200px;
  }
  .intro__text {
    font-size: 22px;
  }
  .team_page_staff {
    padding-bottom: 0;
  }
  .team__list {
    gap: 40px;
  }
  .accordion__title {
    font-size: 24px;
    line-height: 32px;
  }
  .article__content {
    max-width: 1160px;
  }
  .article__title {
    font-size: 36px;
    line-height: 44px;
    padding-left: 20px;
  }

  .article__title::before {
    left: -5px;
    width: 10px;
    height: 10px;
    top: 15px;
  }
  .article__html p {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 31px;
  }
  .article__html ul {
    margin-bottom: 30px;
  }
  .article__html ul li {
    font-size: 20px;
    line-height: 31px;
    padding-left: 12px;
  }
  .article__html ul li::before {
    width: 4px;
    height: 4px;
    top: 12px;
  }
  .hero__title {
    font-size: 52px;
  }
  .hero__content {
    width: 1200px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .hero__title {
    font-size: 52px;
  }
  .hero__subtitle {
    font-size: 22px;
  }
  .insurance-providers__accordion {
    max-width: 740px;
  }
  .insurance-providers__item {
    font-size: 18px;
    padding-left: 17px;
  }
  .insurance-providers__item::before {
    width: 6px;
    height: 6px;
  }
  .popup__content {
    max-width: 560px;
  }
}