/****** FONTS ******/
/****** MAXWIDTH ******/
/****** COLORS ******/
.bar {
  color: white;
  background-color: #001D4B;
  background-image: url(../img/bar.jpg);
  background-size: cover;
  background-position: center;
  padding: 0 20px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 601;
}

.bar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  max-width: 1300px;
  margin: 0 auto;
}

@media (max-width: 989px) {
  .bar__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.bar__contact ul, .bar__login ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bar__contact ul li, .bar__login ul li {
  font-size: 12px;
}

.bar__contact {
  margin-right: auto;
}

.bar__contact strong {
  display: inline-block;
  margin-right: 0.75em;
}

.bar__contact ul li + li {
  margin-left: 4em;
}

@media (max-width: 989px) {
  .bar__contact {
    display: none;
  }
}

.bar__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-left: 2em;
  position: relative;
}

.bar__login:before {
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  background-image: url(../svg/login.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.bar__login ul li + li:before {
  display: inline-block;
  content: "/";
  margin: 0 0.2em 0 0.3em;
}

.bar [data-user-btn] {
  cursor: pointer;
}

.bar [data-user-btn]:hover {
  text-decoration: underline;
}

.bar__logwindow {
  display: none;
  padding-top: 2em;
  position: absolute;
  top: 100%;
  right: 0;
}

.useropen .bar__logwindow {
  display: block;
}

.bar__logwindow ul {
  color: #001D4B;
  -webkit-box-shadow: 0 2px 6px rgba(46, 91, 119, 0.3);
          box-shadow: 0 2px 6px rgba(46, 91, 119, 0.3);
  background-color: white;
  padding: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bar__logwindow ul li:before {
  display: none !important;
}

.bar__logwindow ul li a {
  display: block;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  padding: 0.75em;
  white-space: nowrap;
}

.bar__logwindow ul li a:hover {
  text-decoration: none;
  background-color: whitesmoke;
}

.bar__logwindow ul li + li {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}

.bar__logwindow .red {
  color: #CF000C;
}

.bar a {
  color: white;
  text-decoration: none;
}

.bar a:hover {
  text-decoration: underline;
}

.search {
  position: relative;
}

.search__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  cursor: pointer;
}

.search__btn:hover {
  text-decoration: underline;
}

.search__btn:before {
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  background-image: url(../svg/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.active .search__btn:before {
  background-image: url(../svg/search-cross.svg);
}

.search__window {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  color: black;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  padding: 1em;
  position: absolute;
  right: 0;
  top: calc(100% + 1em);
  z-index: 10;
}

@media (max-width: 989px) {
  .search__window {
    left: 0;
    right: auto;
  }
}

@media (min-width: 990px) {
  .search__window {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 94px;
    position: fixed;
    left: 0;
    top: 34px;
    right: 0;
  }
}

.active .search__window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search__window:before, .search__window:after {
  display: block;
  content: "";
  height: 1em;
  background-color: white;
  position: absolute;
}

.search__window:before {
  width: 1em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  top: -0.5em;
  right: 2em;
}

@media (max-width: 989px) {
  .search__window:before {
    left: 1em;
    right: auto;
  }
}

@media (min-width: 990px) {
  .search__window:before {
    display: none;
  }
}

.search__window:after {
  width: 3em;
  right: 1em;
  top: 0;
}

@media (max-width: 989px) {
  .search__window:after {
    left: 0;
    right: auto;
  }
}

.search__input, .search__send {
  font-size: 14px;
  padding: 0.4em 1em;
  height: 2.3em;
  outline: transparent;
}

.search__input {
  background: white;
  border: 1px solid rgba(148, 148, 148, 0.3);
  border-right: 0;
}

@media (min-width: 990px) {
  .search__input {
    width: 100%;
    max-width: 45em;
    margin-right: 2em;
    font-size: 18px;
    border-left: none;
    border-top: none;
    border-right: none;
  }
}

.search__send {
  display: inline-block;
  background-color: #001D4B;
  border: 1px solid #001D4B;
  text-decoration: none !important;
  cursor: pointer;
}

.search__send:hover {
  background-color: #00317e;
}

@media (min-width: 990px) {
  .search__send {
    width: 2em;
    height: 2em;
    text-indent: -100px;
    overflow: hidden;
    background: none;
    border: none;
    background-image: url(../svg/search-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .search__send:hover {
    background-color: transparent;
  }
}

.header {
  background-color: white;
  border-bottom: 1px solid #C0C2C5;
  padding: 0 20px;
  position: fixed;
  left: 0;
  top: 34px;
  right: 0;
  z-index: 600;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  height: 60px;
  padding-right: 2.5em;
}

@media (min-width: 990px) {
  .header__container {
    height: 94px;
    padding-right: 0;
  }
}

.header__logo {
  display: block;
  width: 14em;
  height: 4em;
  background-image: url(../svg/logo10let.svg);
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -1000px;
  overflow: hidden;
}

@media (min-width: 750px) {
  .header__logo {
    width: 14em;
    height: 4em;
  }
}

@media (min-width: 990px) {
  .header__logo {
    width: 14em;
    height: 6em;
  }
}

@media (min-width: 1200px) {
  .header__logo {
    width: 14.8em;
    height: 6em;
  }
}

.shoppingcart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 700;
  font-family: "Raleway", serif;
  background: white;
  padding: 1em 1.5em;
  border: 2px solid #001D4B;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: auto;
}

.shoppingcart:hover {
  border-color: #CF000C;
  color: #CF000C;
}

@media (max-width: 749px) {
  .shoppingcart {
    display: block;
    width: 3.5em;
    height: 3.5em;
    text-indent: -500px;
    overflow: hidden;
    position: relative;
  }
}

.shoppingcart__icon {
  display: inline-block;
  content: "";
  width: 1.7em;
  height: 1.7em;
  margin-top: -0.2em;
  margin-right: 1.5em;
  background-image: url(../svg/shoppingcart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

@media (max-width: 749px) {
  .shoppingcart__icon {
    margin: 0;
    position: absolute;
    left: calc(50% - 1.7em/2);
    top: calc(50% - 1.7em/2);
  }
}

.shoppingcart__indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #CF000C;
  font-family: "Raleway", serif;
  border: 2px solid white;
  font-size: 10px;
  color: white;
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
  text-indent: 0;
  position: absolute;
  right: -1em;
  top: -0.5em;
}

.nav {
  margin: 0 auto;
}

.nav2 {

}

.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav li a {
  display: inline-block;
  font-size: 20px;
  font-family: "Raleway", serif;
  font-weight: 400;
  padding: 0.8em;
  color: black;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 990px) {
  .nav li a {
    font-size: 16px;
  }
}

@media (min-width: 990px) and (min-width: 1066.66667px) {
  .nav li a {
    font-size: 1.5vw;
  }
}

@media (min-width: 990px) and (min-width: 1333.33333px) {
  .nav li a {
    font-size: 20px;
  }
}

.nav li a:hover {
  color: #004CC5;
}

.nav li.highlighted a {
  font-weight: 700;
}

.nav li.active a {
  color: #004CC5;
  font-weight: 700;
}

.nav__deviceContact {
  border-top: 1px solid #d3d3d3;
  background-color: white;
  padding: 1.5em 0;
}

.nav__deviceContact ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.nav__deviceContact ul li {
  font-size: 12px;
}

.nav__deviceContact ul li a {
  display: block;
  padding: 0.2em 0 !important;
  background: none !important;
  padding: 0;
  font-size: 16px;
}

.nav__deviceContact ul li + li {
  margin-top: 1em;
}

@media (min-width: 990px) {
  .nav__deviceContact {
    display: none;
  }
}

@media (max-width: 989px) {
  .nav {
    background-color: white;
    /*background:transparent;*/
    border-top: 1px solid #d3d3d3;
    position: fixed;
    left: 0;
    top: 94px;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .nav2 {
   background-color: white;
  }
  
  
  .menu-active .nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav ul li {
    width: 100%;
  }
  .nav ul li a {
    width: 100%;
    text-align: center;
    background-color: whitesmoke;
  }
}

.hero {
  position: relative;
  padding: 0 20px;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.hero__bg img {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 0;
  margin-top: -7%;
}

@media (min-width: 990px) {
  .hero__bg img {
    margin-top: -14vw;
    width: 60%;
  }
}

.hero__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2.5em 0;
  position: relative;
  z-index: 10;
}

@media (min-width: 990px) {
  .hero__container {
    padding: 5em 0;
  }
}

.hero__subtext {
  text-align: center;
}

.hero__subtext p {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Raleway", serif;
  color: #CF000C;
  margin: 0;
}

.hero__logo {
  text-align: center;
  margin-top: 1.5em;
}

.hero__logo h1,
.hero__logo h2,
.hero__logo h3,
.hero__logo h4,
.hero__logo h5,
.hero__logo h6,
.hero__logo p {
  display: none;
}

.hero__logo img {
  display: block;
  margin: 0 auto;
}

.hero__perex {
  max-width: 630px;
  margin: 1.5em auto 0 auto;
  text-align: center;
}

.hero__perex p {
  font-size: 18px;
  line-height: 1.5;
}

.hero__down {
  margin-top: 1.5em;
}

@media (max-width: 989px) {
  .hero__down {
    display: none;
  }
}

.hero__scrolldown {
  display: block;
  margin: 0 auto;
  text-indent: -1000px;
  overflow: hidden;
  width: 2em;
  height: 2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../svg/scrolldown.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 10;
}

.hero__scrolldown:hover {
  opacity: 0.5;
}

.hpblock {
  max-width: 1230px;
  width: 100%;
  margin: 2em auto 0 auto;
}

.hpblock__items {
  margin: -0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hpblock__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  padding: 1.25em;
  margin: 0.8em;
  text-decoration: none;
}

@media (min-width: 750px) {
  .hpblock__item {
    width: calc(50% - 1.6em);
  }
}

@media (min-width: 990px) {
  .hpblock__item {
    width: calc(33.333% - 1.6em);
  }
}

.hpblock__item:hover {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.36);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.36);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hpblock__item:hover .hpblock__link:after {
  margin-left: 2em;
}

.hpblock__img {
  width: 100%;
  background-position: center;
  background-size: cover;
  width: 40%;
  height: auto;
}

@media (min-width: 350px) {
  .hpblock__img {
    width: 50%;
  }
}

.hpblock__img:after {
  display: block;
  content: "";
  padding-top: 100%;
}

.hpblock__content {
  padding-left: 2em;
  padding-bottom: 4em;
  padding-top: 0.25em;
  position: relative;
  padding-top: 2em;
  width: 60%;
}

@media (min-width: 350px) {
  .hpblock__content {
    width: 50%;
  }
}

.hpblock__content h3 {
  color: #CF000C;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
}

@media (min-width: 933.33333px) {
  .hpblock__content h3 {
    font-size: 1.5vw;
  }
}

@media (min-width: 1200px) {
  .hpblock__content h3 {
    font-size: 18px;
  }
}

.hpblock__content p {
  font-size: 13px;
  color: black;
  max-width: 142px;
  margin: 0;
}

.hpblock__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #001D4B !important;
  position: absolute;
  left: 2.5em;
  bottom: 2em;
}

.hpblock__link:after {
  display: inline-block;
  content: "";
  width: 1.1em;
  height: 0.8em;
  margin-left: 0.75em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../svg/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.section {
  background-color: white;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}

.section__anchor {
  position: absolute;
  left: 0;
  top: 128px;
}

.submenuOnPage .section__anchor {
  top: 192px;
}

.section__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.section__bg img {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: -20vw;
}

@media (min-width: 990px) {
  .section__bg img {
    width: 60%;
    margin-top: -48.3vw;
  }
}

.section--user .section__bg img {
  width: 100%;
  margin-top: -40vw;
}

.section--done .section__bg img {
  -webkit-transform: rotate(-18deg);
  transform: rotate(-18deg);
  width: 100%;
  margin-top: -12vw;
}

@media (min-width: 990px) {
  .section--done .section__bg img {
    margin-top: -32vw;
  }
}

.section__watermark {
  position: absolute;
  top: 0;
  right: -17.3vw;
}

.section--technology .section__watermark {
  right: -32vw;
  top: 6vh;
}

.section__watermark img {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: -1.3vw;
}

.section--shadow {
  -webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 21px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 10;
}

.section--grey {
  background-color: #F6F6F6;
}

.section--grey + .section--grey .section__container {
  padding-top: 0;
}

.section--darkgrey {
  background-color: #EBEBEB;
}

.section--lightblue {
  background-color: #E3E4E6;
}

.section--blue {
  background-color: #001D4B;
  color: #B3C3DC;
}

.section--center {
  text-align: center;
}

.section__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2em 0;
  position: relative;
  z-index: 10;
}

@media (min-width: 990px) {
  .section__container {
    padding: 4em 0;
  }
}

.section--detail .section__container {
  max-width: 1000px;
}

.section--new .section__container {
  max-width: 824px;
}

@media (min-width: 990px) {
  .section--paddingL .section__container {
    padding: 6em 0;
  }
}

.section__title {
  text-align: center;
  margin-bottom: 2em;
  color: #001D4B;
}

.section--pagetitle .section__title {
  margin-bottom: 0;
}

.section--left .section__title {
  text-align: left;
}

.section--detail .section__title {
  margin-bottom: 0.5em;
  text-align: left;
}

.section--blue .section__title {
  color: white;
}

.section--new .section__title {
  text-align: left;
  margin-bottom: 0;
}

.section--user .section__title {
  margin-bottom: 2em;
}

.section__title h1,
.section__title h2,
.section__title h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Raleway", serif;
  margin: 0;
}

@media (min-width: 1200px) {
  .section__title h1,
  .section__title h2,
  .section__title h3 {
    font-size: 2vw;
  }
}

@media (min-width: 1600px) {
  .section__title h1,
  .section__title h2,
  .section__title h3 {
    font-size: 32px;
  }
}

.section--new .section__title h1, .section--new
.section__title h2, .section--new
.section__title h3 {
  font-size: 24px;
  text-decoration: underline;
  line-height: 1.3;
  max-width: 615px;
  margin: 0 0 0.5em 0;
}

@media (min-width: 1200px) {
  .section--new .section__title h1, .section--new
  .section__title h2, .section--new
  .section__title h3 {
    font-size: 2vw;
  }
}

@media (min-width: 1600px) {
  .section--new .section__title h1, .section--new
  .section__title h2, .section--new
  .section__title h3 {
    font-size: 32px;
  }
}

.section--titleL .section__title h1,
.section--user .section__title h1, .section--titleL
.section__title h2,
.section--user
.section__title h2, .section--titleL
.section__title h3,
.section--user
.section__title h3 {
  font-size: 28px;
  font-weight: 700;
}

@media (min-width: 1400px) {
  .section--titleL .section__title h1,
  .section--user .section__title h1, .section--titleL
  .section__title h2,
  .section--user
  .section__title h2, .section--titleL
  .section__title h3,
  .section--user
  .section__title h3 {
    font-size: 2vw;
  }
}

@media (min-width: 2100px) {
  .section--titleL .section__title h1,
  .section--user .section__title h1, .section--titleL
  .section__title h2,
  .section--user
  .section__title h2, .section--titleL
  .section__title h3,
  .section--user
  .section__title h3 {
    font-size: 42px;
  }
}

.section__breadcrumbs {
  margin-bottom: 2em;
}

.section--pagetitle .section__perex {
  margin-top: 2em !important;
}

.section__perex p {
  line-height: 1.5;
  max-width: 590px;
}

.section--center .section__perex {
  max-width: 770px;
  margin: 0 auto;
}

.section--center .section__perex p {
  max-width: none;
}

.section__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section__left {
  width: 100%;
}

@media (min-width: 750px) {
  .section__left {
    width: calc(100% - 170px);
  }
}

.section__right {
  width: 100%;
}

@media (min-width: 750px) {
  .section__right {
    width: 170px;
  }
}

.section__logo {
  display: block;
  background-color: white;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  position: relative;
  max-width: 170px;
}

.section__logo:after {
  display: block;
  content: "";
  padding-top: 100%;
}

.section__logo--device {
  display: block;
  margin-bottom: 2em;
}

@media (min-width: 990px) {
  .section__logo--device {
    display: none;
  }
}

.section__logo--desktop {
  display: none;
}

@media (min-width: 990px) {
  .section__logo--desktop {
    display: block;
  }
}

.section__logoIn {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 1.5em;
  top: 1.5em;
  right: 1.5em;
  bottom: 1.5em;
}

.section__link {
  width: 100%;
  margin-top: 2em;
  text-align: center;
}

.section__date {
  color: #A4A4A4 !important;
  font-size: 12px !important;
}

.section__page {
  max-width: 824px;
  margin: 0 auto;
}

.section__page img {
  display: block;
  max-width: 100%;
  margin: 3em auto;
}

.section__page img:first-child {
  margin-top: 0;
}

.section__page h1,
.section__page h2,
.section__page h3,
.section__page h4,
.section__page h5,
.section__page h6 {
  color: #001D4B;
}

.section__page h1 + ul,
.section__page h2 + ul,
.section__page h3 + ul,
.section__page h4 + ul,
.section__page h5 + ul,
.section__page h6 + ul {
  margin-top: 0;
}

.section__page h2 {
  font-size: 24px;
  margin: 1em 0 0.25em 0;
}

@media (min-width: 1200px) {
  .section__page h2 {
    font-size: 2vw;
  }
}

@media (min-width: 1600px) {
  .section__page h2 {
    font-size: 32px;
  }
}

.section__page p {
  line-height: 1.7;
  font-size: 14px;
}

.section__page iframe {
  display: block;
  margin: 3em auto;
  max-width: 100%;
}

.section__page ul {
  margin: 2em 0;
  padding: 0;
  list-style: none;
}

.section__page ul li {
  font-size: 14px;
  padding-left: 1.2em;
  position: relative;
}

.section__page ul li:before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #2F60AE;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}

.section__page ul li + li {
  margin-top: 0.4em;
}

.section__gallery {
  max-width: 614px;
  margin: 3em auto;
}

.section__subtitle h1,
.section__subtitle h2,
.section__subtitle h3,
.section__subtitle h4,
.section__subtitle h5,
.section__subtitle h6 {
  font-size: 23px;
  color: #001D4B;
  font-weight: 700;
  font-family: "Raleway", serif;
}

.section__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 990px) {
  .section__wrap--orders .section__wrap-content {
    padding-left: 1em;
  }
}

.section__wrap-side {
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px rgba(46, 91, 119, 0.16);
          box-shadow: 0 3px 6px rgba(46, 91, 119, 0.16);
}

@media (min-width: 990px) {
  .section__wrap-side {
    width: 24%;
    height: 100%;
  }
}

.section__wrap-side ul {
  margin: 0;
  padding: 1em 0;
  list-style: none;
}

.section__wrap-side ul li.active a {
  background-color: rgba(0, 29, 75, 0.08);
  cursor: default;
}

.section__wrap-side ul li a {
  display: block;
  padding: 1em 2.5em;
  width: 100%;
  font-size: 16px;
  color: #001D4B;
  font-weight: 700;
  text-decoration: none;
}

.section__wrap-side ul li a:hover {
  background-color: rgba(0, 29, 75, 0.08);
}

.section__wrap-side ul li + li {
  position: relative;
}

.section__wrap-side ul li + li:before {
  display: block;
  content: "";
  height: 1px;
  background-color: rgba(112, 112, 112, 0.2);
  position: absolute;
  left: 1.5em;
  top: 0;
  right: 1.5em;
}

.section__wrap-content {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 990px) {
  .section__wrap-content {
    width: 76%;
    padding-left: 5em;
    margin-top: 0;
  }
}

.section__logout a {
  color: #CF000C !important;
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0.5em;
  background-color: white;
  text-decoration: none;
}

@media (min-width: 750px) {
  .news__item {
    width: calc(50% - 1em);
  }
}

@media (min-width: 990px) {
  .news__item {
    width: calc(33.333% - 1em);
  }
}

.news__item:hover {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.36);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.36);
  -webkit-transform: translateY(-0.5em) scale(1.05);
  transform: translateY(-0.5em) scale(1.05);
}

.news__img {
  width: 33.333%;
  background-size: cover;
  background-position: center;
}

.news__content {
  width: 66.666%;
  padding: 1.4em 1.8em;
}

.news__content h1, .news__content h2, .news__content h3 {
  font-size: 18px;
  color: #001D4B;
  text-decoration: underline;
  font-family: "Raleway", serif;
}

.news__content p {
  font-size: 13px;
  max-height: 3.7em;
  overflow: hidden;
  color: black;
}

.news__date {
  color: #A4A4A4 !important;
  font-size: 12px !important;
}

.footer {
  background-color: white;
  padding: 0 20px;
  border-top: 1px solid #E1E1E1;
}

.footer__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2em 0;
}

@media (min-width: 990px) {
  .footer__container {
    padding: 4em 0;
  }
}

.footer__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__col {
  width: auto;
  margin-right: 3.5em;
}

@media (max-width: 989px) {
  .footer__col {
    width: 100%;
  }
  .footer__col + .footer__col {
    margin-top: 2em;
  }
}

.footer__title h1,
.footer__title h2,
.footer__title h3,
.footer__title h4,
.footer__title h5,
.footer__title h6,
.footer__title p {
  font-size: 18px;
  font-family: "Raleway", serif;
  font-weight: 700;
  margin: 0;
}

.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  margin-left: auto;
}

@media (max-width: 989px) {
  .footer__copy {
    margin-left: 0;
    margin-top: 2em;
    text-align: left;
  }
}

.footer__copyin p {
  color: #7A7A7A;
  line-height: 1.3;
  margin: 0;
}

.footer__copyin a {
  color: inherit;
  text-decoration: underline;
}

.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;
}

.fonav {
  margin-right: 3em;
}

.fonav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fonav ul li {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
}

.fonav ul li:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #CF000C;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.fonav ul li + li {
  margin-top: 0.5em;
}

.fonav ul a {
  text-decoration: none;
  color: black;
}

.submenu {
  display: block;
  background-color: #F1F1F1;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.18);
  position: fixed;
  left: 0;
  top: 94px;
  right: 0;
  z-index: 499;
}

@media (min-width: 990px) {
  .submenu {
    top: 128px;
  }
}

.submenu__container {
  max-width: 1300px;
  margin: 0 auto;
}

@media (min-width: 990px) {
  .submenu__container {
    height: 64px;
  }
}

.submenu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 20px;
  background-color: #F1F1F1;  
  list-style: none;
  overflow: auto;
}

.new_nav2022 {
  background-color: #001D4B;   
}

.new_text2022 {  
  color:#ffffff; 
}

@media (min-width: 1200px) {
  .submenu__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.submenu__nav:before, .submenu__nav:after {
  display: block;
  content: "";
  background-color: #F1F1F1;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 64px;
  z-index: 500;
  width: 100vw;
}

@media (min-width: 990px) {
  .submenu__nav:before, .submenu__nav:after {
    background: transparent;
  }
}

.submenu__nav:before {
  right: 100%;
}

.submenu__nav:after {
  left: 100%;
}

.submenu__nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  color: #001D4B;
  /*white-space: nowrap;*/
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding: 0 1.8em;
  cursor: pointer;
}

@media (max-width: 989px) {
  .submenu__nav li {
    width: 100%;
    padding: 1em 1em 1em 0;
  }
}

@media (min-width: 990px) {
  .submenu__nav li:hover, .submenu__nav li.open {
    background-color: #dbdbdb;
    
    background-color: #CF000C;
    color:#ffffff;
  }
  
  .submenu__nav li:hover span a, .submenu__nav li.open span a {
   
    color:#ffffff;
  }
  
  
}

.submenu__nav li.open {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.submenu__nav li.active {
  color: #004CC5;
    
}

@media (max-width: 989px) {
  .submenu__nav li.active:first-child:after {
    left: 0;
  }
}

.submenu__nav li.active:after {
  display: block;
  content: "";
  height: 3px;
  background-color: #004CC5;  
  /*background-color: #ffffff;*/
  position: absolute;
  left: 1em;
  bottom: 0;
  right: 1em;
}

.submenu__nav li.active1:after {
  display: block;
  content: "";
  height: 3px;
  background-color: #004CC5;  
  background-color: #ffffff;
  position: absolute;
  left: 1em;
  bottom: 0;
  right: 1em;
}

@media (min-width: 990px) {
  .submenu__nav li.active:after {
    left: 1.8em;
    right: 1.8em;
  }
}

.submenu__icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  position: relative;
}

.submenu__icon svg {
  display: block;
  fill: #001D4B;
  width: 98%;
  height: 98%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.active .submenu__icon svg {
  fill: #004CC5;
}

.submenu__window {
 /*background-color: white;*/
  background:transparent;
  border-top: 1px solid #C0C2C5;
  cursor: default;
  overflow: auto;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  display: block;
  position: fixed;
  left: 0;
  top: calc(34px + 60px + 64px);
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
}

.submenu__window2 {
background-color: white;
}

@media (min-width: 990px) {
  .submenu__window {
    top: calc(34px + 94px + 64px);
  }
}

.open .submenu__window {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.submenu__in {
  -webkit-column-gap: 40px;
          column-gap: 40px;
  -webkit-column-count: 1;
          column-count: 1;
  max-width: 1300px;
  margin: 0 auto;
  padding: 2em 20px;
}

@media (min-width: 290px) {
  .submenu__in {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

@media (min-width: 580px) {
  .submenu__in {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 870px) {
  .submenu__in {
    -webkit-column-count: 3; /*4*/
            column-count: 3;
  }
}

@media (min-width: 1200px) {
  .submenu__in {
    -webkit-column-count: 4; /*5*/
            column-count: 4;
  }
}

.submenu__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-break-inside: avoid;
          break-inside: avoid-column;
}

.submenu__box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.submenu__box ul li {
  padding: 0;
  height: auto;
  display: block;
  background-color: transparent !important;
}

.submenu__box ul li:after {
  display: none !important;
}

.submenu__box ul li.active a {
  color: #004CC5;
  font-weight: 700;
}

.submenu__box ul li a {
  padding: 0;
  color: #171819;
  font-size: 13px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.submenu__box ul li a:hover {
  background-color: transparent;
  color: #004CC5;
}

.submenu__box ul li:last-child {
  margin-bottom: 1.5em;
}

@media (min-width: 990px) {
  .submenu__box ul li:last-child {
    margin-bottom: 2.5em;
  }
}

.submenu__box ul li + li {
  margin-top: 0.4em;
}

.submenu__title {
  display: block;
  font-size: 16px;
  font-family: "Raleway", serif;
  font-weight: 700;
  margin: 0 0 0.75em 0;
  color: #001D4B;
  text-decoration: none;
}

.submenu__title.active {
  color: #004CC5;
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 570px) {
  .products {
    margin: -1.5em;
  }
}

.products__item {
  width: 100%;
  margin: 1em;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.products__item:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: -0.5em;
  top: 0;
  right: -0.5em;
  bottom: 0;
  background-color: transparent;
}

@media (min-width: 570px) {
  .products__item {
    width: calc(50% - 2em);
  }
}

@media (min-width: 990px) {
  .products__item {
    width: calc(25% - 3em);
    margin: 1.5em;
  }
}

.products__item--basket {
  padding-bottom: 5em;
}

.products__item:hover {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.products__item:hover:before {
  background-color: white;
  left: -1em;
  top: -1em;
  right: -1em;
  bottom: -1em;
}

.products__img {
  background-color: white;
  background-size: cover;
  background-position: center;
  margin-bottom: 2em;
  position: relative;
  z-index: 10;
}

.products__img:after {
  display: block;
  content: "";
  padding-top: 100%;
}

.products__title {
  margin-top: 2em;
  text-decoration: none;
  position: relative;
  z-index: 10;
}

.products__title h1,
.products__title h2,
.products__title h3,
.products__title h4,
.products__title h5,
.products__title h6,
.products__title p {
  font-size: 16px;
  font-family: "Raleway", serif;
  color: #004CC5;
  margin: 0;
}

.products__price {
  margin-top: 0.25em;
  position: relative;
  z-index: 10;
}

.products__price p {
  color: #001D4B;
  font-family: "Raleway", serif;
  font-weight: 700;
  margin: 0;
}

.products__price span {
  position: relative;
}

.products__price span:before {
  display: block;
  content: "";
  height: 2px;
  background-color: #CF000C;
  position: absolute;
  left: -0.1em;
  top: calc(50% - 1px);
  right: -0.1em;
}

.products__perex {
  margin-top: 1em;
  max-width: 275px;
  position: relative;
  z-index: 10;
}

.products__perex p {
  font-size: 14px;
  line-height: 1.6;
  color: black;
  margin: 0;
}

.products__perex ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.products__perex ul li {
  font-size: 14px;
  padding-left: 1em;
  position: relative;
}

.products__perex ul li:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}

.products__perex ul li + li {
  margin-top: 0.4em;
}

.products__sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.1em;
  height: 3.1em;
  border-radius: 50%;
  font-weight: 700;
  font-family: "Raleway", serif;
  background-color: #CF000C;
  color: white;
  font-size: 19px;
  position: absolute;
  right: 1em;
  top: -0.8em;
  z-index: 50;
}

.products__sale span {
  font-size: 13px;
  font-weight: 400;
  margin: 0.2em 0 0 0.15em;
}

.products__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-size: contain;
  background-color: transparent;
  font-family: "Raleway", serif;
  border: 2px solid #001D4B;
  color: #001D4B;
  padding: 0.95em 1.9em;
  border-radius: 0.5em;
  position: absolute;
  z-index: 60;
  left: 0;
  bottom: 0;
}

.products__link:before {
  display: inline-block;
  content: "";
  width: 1.7em;
  height: 1.7em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.8em;
  background-image: url(../svg/products-buy-icon.svg);
}

.products__link:hover {
  border-color: #CF000C;
  color: #CF000C;
}

.products__trigger {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs ul li {
  color: #778397;
  font-size: 12px;
}

.breadcrumbs ul li a {
  color: #004CC5;
  text-decoration: underline;
}

.breadcrumbs ul li + li:before {
  display: inline-block;
  content: ">";
  margin: 0 0.25em;
}

.table--marginTop {
  margin-top: 1.5em;
}

.table--history {
  text-align: center;
}

.table--history td {
  font-size: 14px;
  padding: 1em 1em 1em 0 !important;
}

.table--history th {
  text-align: center !important;
  font-size: 14px  !important;
}

.table__favorite {
  visibility: hidden;
  font-size: 0 !important;
  width: 50px;
  text-align: center;
}

.table__name {
  width: 26%;
}

.table__buylink {
  width: 130px;
}

.table__detaillink {
  width: 50px;
}

.table table {
  border-collapse: collapse;
  width: 100%;
}

.table tr {
  position: relative;
}

@media (max-width: 989px) {
  .table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
  }
  .table tr:first-child {
    display: none;
  }
}

.table tr:nth-child(even) td {
  background-color: #ececec;
}

@media (max-width: 989px) {
  .table tr + tr {
    margin-top: 1em;
  }
}

.table th {
  color: #3E4654;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding: 0.8em 1em 0.8em 0;
  vertical-align: top;
}

.table th:nth-child(2) {
  text-align: left !important;
}

.table th em {
  font-weight: 400;
  font-style: normal;
}

.table td {
  padding: 0.8em 1em 0.8em 0;
}

@media (max-width: 989px) {
  .table td {
    width: 100%;
    text-align: left !important;
    padding: 0.75em 1em !important;
    font-size: 12px;
    background-color: #ececec !important;
  }
}

.table td:first-child, .table td:last-child {
  text-align: center;
}

.table td:nth-child(2) {
  text-align: left !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.table td:first-child {
  padding-right: 0 !important;
}

@media (max-width: 989px) {
  .table td:first-child {
    background-color: transparent !important;
    width: 3em;
    position: absolute;
    right: 1em;
    top: 0;
  }
}

@media (max-width: 989px) {
  .table td:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: transparent !important;
    width: 50%;
    padding: 0;
    height: 48px;
    border: none;
    position: absolute;
    right: 1em;
    bottom: 0;
  }
}

@media (max-width: 989px) {
  .table td:nth-last-child(2) {
    text-align: left !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media (max-width: 989px) {
  .table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: right;
  }
  .table td:before {
    display: inline-block;
    font-weight: 700;
    content: attr(data-table);
    text-align: left;
  }
}

@media (max-width: 989px) {
  .table td + td {
    border-top: 1px solid #dbdbdb;
  }
  .table td:nth-child(1),
  .table td:nth-child(2) {
    border-top: none !important;
  }
}

.table a {
  color: #004CC5;
  text-decoration: none;
  font-weight: 700;
}

.table select {
  font-size: 14px;
  color: #3E4654;
  padding: 0.5em 1.9em 0.5em 0.5em;     /* 2.3    1 */
  border-radius: 5px;
  border: 1px solid #9F9F9F;
  background: white;
  background-repeat: no-repeat;
  background-image: url(../svg/select-arrow.svg);
  background-position: calc(100% - 0.8em) 50%;
  /*width:181px;*/
}

.table__remove {
  display: block;
  content: "";
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  background-image: url(../svg/remove.svg);
  background-size: 13px 13px;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 990px) {
  .table__remove {
    text-indent: -1000px;
    height: 1em;
    width: 1em;
    background-position: center;
  }
}

.table__remove:hover {
  opacity: 0.5;
}

.table--order td,
.table--order th {
  text-align: left !important;
  padding-left: 1em !important;
}

.table--order td {
  font-size: 12px;
  padding-top: 1.2em !important;
  padding-bottom: 1.2em !important;
}

@media (min-width: 640px) {
.table--order td {
  font-size: 14px;
 } 

}

@media (min-width: 990px) {
  .table--order td:last-child,
  .table--order th:last-child {
    width: 50px;
  }
}

.links {
  max-width: 740px;
  margin-top: 2em;
}

.links2 {
  max-width: 740px;
/*  bottom: 0px;
  right:0px;
  position:relative;
 */
 margin-top:4em;   
}

@media (max-width: 750px) {
 .links2 {
  margin-top:2em; 
 }
}

.links ul,.links2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.25em;
  padding: 0;
  list-style: none;
}

.links ul li, .links2 ul li {
  margin: 0.25em;
}

.links ul li a, .links2 ul li a {
  display: inline-block;
  text-decoration: none;
  border: none;
  color: #FFFFFF;
  background-color: #CF000C;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1em 1em 1em 3.4em;
  position: relative;
}

.links ul li a:hover, .links2 ul li a:hover {
  background-color: #9c0009;
}

.links ul li a:before, .links2 ul li a:before {
  display: block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url(../svg/pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 1em;
  top: calc(50% - 0.75em);
}

.links__request a:before {
  background-image: url(../svg/request.svg) !important;
}

.scols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1040px;
  margin: 0 auto;
}

.scols__col:nth-child(1) {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 990px) {
  .scols__col:nth-child(1) {
    width: 68%;
    padding-right: 7em;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.scols__col:nth-child(1) p {
  line-height: 1.7;
  font-size: 14px;
}

.scols__col:nth-child(1) iframe {
  display: block;
  margin: 2em 0;
  max-width: 100%;
}

.scols__col:nth-child(1) h1,
.scols__col:nth-child(1) h2,
.scols__col:nth-child(1) h3,
.scols__col:nth-child(1) h4,
.scols__col:nth-child(1) h5,
.scols__col:nth-child(1) h6 {
  color: #001D4B;
  font-family: "Raleway", serif;
  font-weight: 700;
}

.scols__col:nth-child(1) h2 {
  font-size: 22px;
}

.scols__col:nth-child(2) {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 2em;
}

@media (min-width: 990px) {
  .scols__col:nth-child(2) {
    width: 32%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.iblock {
  background-color: rgba(227, 228, 230, 0.49);
  border-top: 3px solid #001D4B;
  padding: 2.5em 3em;
}

.iblock h1, .iblock h2, .iblock h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  color: #001D4B;
  position: relative;
  margin-top: 1.5em;
  padding-top: 1.5em;
}

.iblock h1:before, .iblock h2:before, .iblock h3:before {
  display: block;
  content: "";
  height: 1px;
  background-image: url(../svg/iblock-border.svg);
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  left: -0.5em;
  top: 0;
  right: -0.5em;
}

.iblock h1:first-child, .iblock h2:first-child, .iblock h3:first-child {
  margin-top: 0;
  padding-top: 0;
}

.iblock h1:first-child:before, .iblock h2:first-child:before, .iblock h3:first-child:before {
  display: none;
}

.iblock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.iblock ul li {
  font-size: 14px;
  padding-left: 1.2em;
  position: relative;
}

.iblock ul li:before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #2F60AE;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.25em;
}

@media (min-width: 990px) {
  .gallery {
    margin: 0 -0.25em 3em -0.25em;
  }
}

.gallery--widthM {
  max-width: 610px;
}

.gallery__item {
  display: block;
  width: calc(50% - 0.5em);
  margin: 0.25em;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  overflow: hidden;
  outline: transparent;
}

@media (min-width: 750px) {
  .gallery__item {
    width: calc(25% - 0.5em);
  }
}

.gallery__item:after {
  display: block;
  content: "";
  padding-top: 100%;
}

.gallery__item:hover .gallery__in {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.gallery__in {
  display: block;
  content: "";
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.btblock {
  background-color: white;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  text-align: center;
  max-width: 825px;
  margin: 0 auto;
  padding: 1.5em;
}

.btblock__tel {
  margin-bottom: 1em;
}

.btblock__tel p {
  font-size: 14px;
}

.btblock__tel a[href^="tel:"] {
  font-size: 28px;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  margin: 1.5em 0 0 0;
  padding-left: 1.1em;
}

@media (min-width: 1400px) {
  .btblock__tel a[href^="tel:"] {
    font-size: 2vw;
  }
}

@media (min-width: 2100px) {
  .btblock__tel a[href^="tel:"] {
    font-size: 42px;
  }
}

@media (min-width: 1400px) {
  .btblock__tel a[href^="tel:"] {
    font-size: 2vw;
  }
}

@media (min-width: 2100px) {
  .btblock__tel a[href^="tel:"] {
    font-size: 42px;
  }
}

.btblock__tel a[href^="tel:"]:before {
  display: block;
  content: "";
  width: 0.85em;
  height: 0.85em;
  background-image: url(../svg/phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 0;
  top: calc(50% - 0.85em/2.15);
}

.btblock p {
  max-width: 530px;
  line-height: 1.7;
  margin: 0 auto;
}

.tabs {
  max-width: 825px;
  margin: 1.5em auto 0 auto;
}

.tabs__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.5em;
  padding: 0;
  list-style: none;
  color: #001D4B;
}

.tabs__tabs li {
  width: calc(100% - 1em);
  margin: 0.25em 0.5em;
}

.tabs__tabs li.active a {
  background-color: #001D4B;
  color: white;
}

.tabs__tabs li.active a:after {
  border-color: white !important;
}

.tabs__tabs li a {
  display: block;
  padding: 1.2em 3.5em 1.2em 2em;
  background-color: white;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  font-size: 22px;
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}

.tabs__tabs li a:after {
  display: block;
  content: "";
  width: 0.98em;
  height: 0.98em;
  border-right: 2px solid #CF000C;
  border-bottom: 2px solid #CF000C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 1.5em;
  top: calc(50% - 0.98em/2);
}

.tabs__tabs li a:hover {
  background-color: whitesmoke;
}

@media (min-width: 750px) {
  .tabs__tabs li {
    width: calc(50% - 1em);
    margin: 0.5em;
  }
}

.tabs__content {
  display: none;
  margin-top: 3em;
}

@media (min-width: 990px) {
  .tabs__content {
    margin-top: 6em;
  }
}

.tabs__content.active {
  display: block;
}

.tabs__header {
  text-align: center;
  max-width: 510px;
  margin: 0 auto;
}

.tabs__header h1,
.tabs__header h2,
.tabs__header h3 {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0 0 0.25em 0;
  color: #001D4B;
}

@media (min-width: 1100px) {
  .tabs__header h1,
  .tabs__header h2,
  .tabs__header h3 {
    font-size: 2vw;
  }
}

@media (min-width: 1800px) {
  .tabs__header h1,
  .tabs__header h2,
  .tabs__header h3 {
    font-size: 36px;
  }
}

.tabs__header p {
  color: #1B1B1C;
  line-height: 1.7;
}

.tabs__info {
  text-align: center;
  margin: 1.75em 0;
}

@media (min-width: 990px) {
  .tabs__info {
    margin: 3.7em 0;
  }
}

.tabs__info p {
  margin: 0 0 0.25em 0;
  line-height: 1.3;
}

.tabs__info small {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  color: #919295;
}

.tabs__footer {
  margin-top: 2em;
}

@media (min-width: 990px) {
  .tabs__footer {
    margin-top: 4em;
  }
}

.tabs__footer p {
  line-height: 1.5;
}

.tabs__anchor {
  position: relative;
}

.tabs__anchorIn {
  position: absolute;
  left: 0;
  top: -94px;
}

@media (min-width: 990px) {
  .tabs__anchorIn {
    top: -128px;
  }
}

.form {
  background-color: white;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  max-width: 825px;
  margin: 0 auto;
  padding: 2em;
}

.form--simple {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}

.form + .form {
  margin-top: 2em;
}

.form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 614px;
  margin: 0 auto;
}

.form__title {
  width: 100%;
  margin-bottom: 2em;
  padding-left: 0.5em;
}

.form__title h1,
.form__title h2,
.form__title h3,
.form__title h4,
.form__title h5,
.form__title h6 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #001D4B;
  margin: 0;
}

@media (min-width: 1333.33333px) {
  .form__title h1,
  .form__title h2,
  .form__title h3,
  .form__title h4,
  .form__title h5,
  .form__title h6 {
    font-size: 1.5vw;
  }
}

@media (min-width: 1866.66667px) {
  .form__title h1,
  .form__title h2,
  .form__title h3,
  .form__title h4,
  .form__title h5,
  .form__title h6 {
    font-size: 28px;
  }
}

.form__item {
  position: relative;
  width: 100%;
  margin: 0.75em 0.5em;
}

@media (min-width: 990px) {
  .form__item--half {
    width: calc(50% - 1em);
  }
}

.form__label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #001D4B;
  margin: 0 0 0.5em 0;
}

.form__input {
  display: block;
  width: 100%;
  padding: 0.65em 1em;
  margin: 0;
  background: white;
  border: 1px solid rgba(112, 112, 112, 0.5);
  font-size: 16px;
  color: black;
  font-family: "Roboto", sans-serif;
}

.form__input::-webkit-input-placeholder {
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.form__input::-moz-placeholder {
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.form__input:-ms-input-placeholder {
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.form__input::-ms-input-placeholder {
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.form__input:-moz-placeholder {
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.form__input--textarea {
  min-height: 80px;
  max-width: 100%;
  min-width: 100%;
}

.form__checkbox + .form__checkbox {
  margin-top: 0.75em;
}

.form__error {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  font-size:13px;
  color:#ff0000;
  padding-bottom:4px;
}

.error .form__error {
  display: block;
}

.form__agreement {
  margin: 0 auto;
  position: relative;
}

.checkbox {
  position: absolute;
  opacity: 0;
  display: block;
  width: 1em;
  height: 1em;
  top: 1em;
}

.checkbox + label {
  display: block;
  color: #545454;
  position: relative;
  padding: 0 0 0 1.1em;
  cursor: pointer;
}

.checkbox + label:before {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 5px;
  border-radius: 50%;
  vertical-align: text-top;
  background-color: transparent;
  border: 1px solid #707070;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
}

.checkbox + label a {
  color: #001D4B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.checkbox + label a:hover {
  text-decoration: none;
  color: inherit;
}

.checkbox:checked + label:after {
  display: block;
  content: '';
  position: absolute;
  left: 2px;
  top: 6px;
  background: #001D4B;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.checkbox--cube + label {
  padding: 0 0 0 1.5em;
}

.checkbox--cube + label:before {
  width: 16px;
  height: 16px;
  border-radius: 0;
  top: 2px;
}

.checkbox--cube:checked + label:after {
  left: 3px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 0;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: white !important;
  text-decoration: none;
  background-color: #001D4B;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  padding: 1.65em 3em;
}

.btn--marginTop {
  margin-top: 2em;
}

.btn--red {
  background-color: #CF000C;
  border-radius: 0.5em;
  font-size: 12px;
  padding: 1.07em 3.5em;
  width: auto;
  min-width: auto;
}

.btn--prev, .btn--next {
  padding: 1.15em 2em;
}

@media (max-width: 989px) {
  .btn--prev, .btn--next {
    display: block;
    width: 100%;
  }
}

.btn--prev:before, .btn--prev:after, .btn--next:before, .btn--next:after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn--prev {
  background: transparent;
  border: transparent;
  color: black !important;
  font-weight: 400;
  padding-left: 0;
}

.btn--prev:before {
  margin-right: 0.8em;
  background-image: url(../svg/btn-prev.svg);
}

.btn--next {
  background: #CF000C;
  border-radius: 0.5em;
  border: transparent;
}

.btn--next:after {
  margin-left: 0.8em;
  background-image: url(../svg/btn-next.svg);
}

.btn--border {
  font-size: 12px;
  background-color: transparent;
  border: 2px solid #001D4B;
  color: #001D4B !important;
  padding: 1.3em 3em;
  border-radius: 0.5em;
}

.btn--border:hover {
  border-color: #CF000C;
  color: #CF000C !important;
}

.plist {
  margin-top: 1em;
}

@media (min-width: 990px) {
  .plist {
    margin-top: 2.5em;
  }
}

.plist table {
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  background-color: white;
  border-collapse: collapse;
}

.plist table tr:first-child {
  background-color: #001D4B;
  background: #001d4b;
  background: -webkit-gradient(linear, left top, right top, from(#001d4b), to(#002c71));
  background: linear-gradient(to right, #001d4b 0%, #002c71 100%);
  color: white;
}

.plist table tr + tr td {
  position: relative;
}

.plist table tr + tr td::before {
  display: block;
  content: "";
  height: 1px;
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.plist table tr + tr td:first-child:before {
  left: 2em;
}

.plist table tr + tr td:last-child:before {
  right: 2em;
}

.plist table th {
  padding: 1.2em 2em 0.6em 2em;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 990px) {
  .plist table th {
    font-size: 18px;
  }
}

.plist table th:first-child {
  text-align: left;
}

.plist table th:last-child {
  text-align: center;
  /*width: 40%;*/
}

@media (min-width: 750px) {
  .plist table th:last-child {
   /* width: 30%;*/
  }
}

.plist table td {
  font-size: 13px;
  padding: 0.55em 0.6em;
  text-align: center;
  min-width:100px;
}

@media (min-width: 990px) {
  .plist table td {
    font-size: 16px;
    padding: 0.95em 2em;
    min-width:160px;
  }
}

.plist table td:first-child {
  font-weight: 700;
  color: #001D4B;
  text-align: left;
}

.plist table td:last-child {
  text-align: center;
  color: #1B1B1C;
}

.denews {
  max-width: 1035px;
  margin: 0 auto;
}

.denews__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.denews__item {
  width: 100%;
  margin: 1em;
  background-color: white;
  text-decoration: none;
  outline: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 990px) {
  .denews__item {
    width: calc(50% - 2em);
  }
}

@media (min-width: 990px) {
  .denews__item {
    width: calc(33.333% - 2em);
  }
}

.denews__item:hover {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.denews__img {
  background-size: cover;
  background-position: center;
}

.denews__img:after {
  display: block;
  content: "";
  padding-top: 74%;
}

.denews__content {
  padding: 2em 1.8em 2.4em 1.8em;
}

.denews__content h1,
.denews__content h2,
.denews__content h3 {
  font-size: 18px;
  color: #001D4B;
  text-decoration: underline;
  font-family: "Raleway", serif;
}

.denews__content p {
  font-size: 14px;
  max-height: 3.7em;
  line-height: 1.7;
  overflow: hidden;
  color: black;
}

.denews__date {
  color: #A4A4A4 !important;
  font-size: 12px !important;
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icons__item {
  width: 100%;
  margin: 1em;
  text-align: center;
}

@media (min-width: 375px) {
  .icons__item {
    width: calc(50% - 2em);
  }
}

@media (min-width: 750px) {
  .icons__item {
    width: calc(33.333% - 2em);
  }
}

@media (min-width: 990px) {
  .icons__item {
    width: calc(20% - 2em);
  }
}

.icons__icon {
  width: 90px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 1.5em auto;
}

.icons__content {
  text-align: center;
}

.icons__content h1, .icons__content h2, .icons__content h3, .icons__content h4, .icons__content h5, .icons__content h6 {
  font-size: 18px;
  font-family: "Raleway", serif;
  margin: 0 0 0.5em 0;
  color: #001D4B;
}

.icons__content p {
  color: #484848;
  font-size: 14px;
  max-width: 200px;
  margin: 0 auto;
}

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logos__item {
  display: block;
  width: calc(100%/2 - 1em);
  border-radius: 50%;
  margin: 0.5em;
  background-color: white;
  border: 1px solid #707070;
  position: relative;
}

@media (min-width: 750px) {
  .logos__item {
    width: calc(100%/3 - 1em);
  }
}

@media (min-width: 990px) {
  .logos__item {
    width: calc(100%/7 - 2em);
    margin: 1em;
  }
}

.logos__item:after {
  display: block;
  content: "";
  padding-top: 100%;
}

.logos__item:hover {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.logos__logo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 1em;
  top: 1em;
  right: 1em;
  bottom: 1em;
}

.logos__name {
  display: none;
}

.map {
  position: relative;
}

.map:after {
  display: block;
  content: "";
  padding-top: 60%;
}

@media (min-width: 990px) {
  .map:after {
    padding-top: 30%;
  }
}

.map iframe {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.rc {
  max-width: 840px;
  margin: 0 auto;
}

.rc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rc__item + .rc__item {
  margin-top: 2.5em;
  padding-top: 2.5em;
  position: relative;
}

.rc__item + .rc__item:before {
  display: block;
  content: "";
  height: 1px;
  background-color: rgba(112, 112, 112, 0.3);
  position: absolute;
  left: -1em;
  top: 0;
  right: -1em;
}

.rc__info {
  width: 100%;
}

@media (min-width: 750px) {
  .rc__info {
    width: 50%;
    padding-right: 2em;
  }
}

.rc__info h1,
.rc__info h2,
.rc__info h3,
.rc__info h4,
.rc__info h5,
.rc__info h6 {
  font-size: 24px;
  font-weight: 700;
  color: #001D4B;
  margin: 0 0 0.5em 0;
}

.rc__info p {
  font-size: 14px;
  max-width: 300px;
  line-height: 1.7;
  margin: 0 0 0.1em 0;
}

.rc__info a {
  color: #468BE5;
}

.rc__contact {
  width: 100%;
  margin-top: 1em;
}

@media (min-width: 750px) {
  .rc__contact {
    width: 50%;
    margin-top: 0;
  }
}

.rc__contact a[href^="tel:"],
.rc__contact a[href^="mailto:"] {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  margin: 1.5em 0.75em 0 0;
  padding-left: 1.4em;
}

@media (min-width: 990px) {
  .rc__contact a[href^="tel:"],
  .rc__contact a[href^="mailto:"] {
    font-size: 26px;
  }
}

.rc__contact a[href^="tel:"]:before,
.rc__contact a[href^="mailto:"]:before {
  display: block;
  content: "";
  width: 0.85em;
  height: 0.85em;
  background-image: url(../svg/phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 0;
  top: calc(50% - 0.85em/1.9);
}

.rc__contact a[href^="mailto:"] {
  text-decoration: underline;
}

.rc__contact a[href^="mailto:"]:before {
  background-image: url(../svg/mail.svg);
  width: 1em;
  top: calc(50% - 0.85em/2.2);
}

.rc__contact small {
  font-size: 14px;
}

@media (max-width: 749px) {
  .rc__contact small {
    display: block;
    width: 100%;
  }
}

.cb {
  max-width: 840px;
  margin: 0 auto;
}

.cb__title {
  margin-bottom: 1em;
}

@media (min-width: 990px) {
  .cb__title {
    margin-bottom: 2em;
  }
}

.cb__title h1, .cb__title h2, .cb__title h3, .cb__title h4, .cb__title h5, .cb__title h6 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  font-family: "Raleway", serif;
  color: #001D4B;
}

.cb__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.75em;
}

.cb__items + .cb__title {
  margin-top: 2.25em;
}

@media (min-width: 990px) {
  .cb__items + .cb__title {
    margin-top: 4.5em;
  }
}

.cb__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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 260px;
  width: 100%;
  margin: 0.75em;
  background-color: white;
  padding: 2em 1em;
}

@media (min-width: 750px) {
  .cb__item {
    width: calc(50% - 1.5em);
  }
}

@media (min-width: 990px) {
  .cb__item {
    width: calc(33.333% - 1.5em);
  }
}

.cb__item h1, .cb__item h2, .cb__item h3 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #001D4B;
  margin: 0 0 0.25em 0;
}

.cb__item p {
  margin: 0;
  line-height: 1.7;
  font-size: 14px;
}

.cb__item a[href^="mailto:"] {
  display: block;
  margin-top: 0.75em;
}

.cb__item a[href^="tel:"] {
  display: block;
  text-decoration: none;
  color: inherit;
  margin-top: 0.25em;
}

.ccols {
  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;
  max-width: 840px;
  margin: 0 auto;
}

.ccols__col {
  width: auto;
}

@media (max-width: 749px) {
  .ccols__col {
    width: 100%;
  }
  .ccols__col + .ccols__col {
    margin-top: 2em;
  }
}

.ccols__title {
  margin-bottom: 1.5em;
}

.ccols__title h1,
.ccols__title h2,
.ccols__title h3,
.ccols__title h4,
.ccols__title h5,
.ccols__title h6,
.ccols__title p {
  font-size: 18px;
  font-weight: 700;
  color: #001D4B;
  font-family: "Raleway", serif;
  margin: 0;
}

.ccols__content--address, .ccols__content--opening, .ccols__content--facebook {
  padding-left: 2.5em;
  position: relative;
}

.ccols__content--address:before, .ccols__content--opening:before, .ccols__content--facebook:before {
  display: block;
  content: "";
  width: 1.8em;
  height: 1.8em;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -0.4em;
}

.ccols__content--address:before {
  height: 2.3em;
  background-image: url(../svg/address.svg);
}

.ccols__content--opening:before {
  background-image: url(../svg/opening.svg);
}

.ccols__content--facebook:before {
  background-image: url(../svg/facebook.svg);
}

.escheckbox {
  display: block;
  width: auto !important;
  opacity: 0;
  position: absolute;
}

.escheckbox + label {
  display: block;
  color: #001D4B;
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.escheckbox + label:before {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: text-top;
  height: 1.4em;
  width: 1.4em;
  margin-right: 1em;
  border-radius: 3px;
  border: 1px solid #B5C4CE;
  background-color: white;
  content: "";
}

.escheckbox + label a {
  margin-left: 0.3em;
  color: inherit;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.escheckbox + label a:hover {
  color: #001D4B;
}

.escheckbox:checked + label:after {
  content: '';
  width: 0.4em;
  height: 0.7em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #001D4B;
  border-right: 2px solid #001D4B;
  position: absolute;
  left: 0.5em;
  top: 0.3em;
}

.order__item {
  background-color: white;
  -webkit-box-shadow: 0 3px 6px rgba(46, 91, 119, 0.16);
          box-shadow: 0 3px 6px rgba(46, 91, 119, 0.16);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.order__item:first-child {
  margin-top: 0 !important;
}

.order__item + .order__item {
  margin-top: 0.5em;
}

.order__item.open {
  margin: 2em 0;
}

.order__control {
  padding: 20px 2.8em 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #001D4B;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 990px) {
  .order__control {
    padding: 1.3em 5em 1.3em 3em;
  }
}

.order__control:hover {
  background-color: rgba(0, 29, 75, 0.05);
}

.open .order__control {
  border-bottom: 1px solid #C5CBD5;
}

.order__number {
  width: 100%;
}

@media (min-width: 990px) {
  .order__number {
    width: auto;
    margin-right: 3.5em;
  }
}

.order__number p {
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.order__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.order__info li {
  font-size: 14px;
  margin-right: 2em;
}

@media (min-width: 1200px) {
  .order__info li {
    margin-right: 4em;
  }
}

.order__arrow {
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  right: 20px;
  top: calc(50% - 0.5em);
}

@media (min-width: 990px) {
  .order__arrow {
    width: 2em;
    height: 2em;
    top: calc(50% - 1em);
    right: 2.5em;
  }
}

.order__arrow:before {
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  border-bottom: 2px solid #2E5B77;
  border-right: 2px solid #2E5B77;
  -webkit-transform: rotate(45deg) translateY(-0.2em);
  transform: rotate(45deg) translateY(-0.2em);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
}

@media (min-width: 990px) {
  .order__arrow:before {
    width: 1.2em;
    height: 1.2em;
    right: calc(50% - 0.6em);
    top: calc(50% - 0.6em);
  }
}

.open .order__arrow:before {
  -webkit-transform: rotate(45deg) translateY(0em) scale(-1, -1);
  transform: rotate(45deg) translateY(0em) scale(-1, -1);
}

.order__inner {
  padding: 2em 1.5em 5em 1.5em;
}

.order__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
}

.order__price {
  margin-right: auto;
  color: #001D4B;
}

.order__mprice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0.4em 0;
  font-size: 14px;
  font-weight: 700;
}

.order__mprice strong {
  font-size: 26px;
  display: inline-block;
  margin-left: 0.5em;
}

@media (max-width: 749px) {
  .order__mprice strong {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}

.order__sprice {
  font-size: 12px;
}

@media (max-width: 749px) {
  .order__link {
    margin-top: 2em;
  }
}

.repeat {
  position: relative;
  padding-left: 20px;
  margin: 0 1.5em;
  cursor: pointer;
}

@media (min-width: 750px) {
  .repeat {
    padding-left: 28px;
  }
}

@media (max-width: 989px) {
  .repeat {
    margin-left: auto;
  }
  .repeat + .shoppingcart {
    margin-left: 0;
  }
}

.repeat:hover .repeat__svg {
  fill: #CF000C;
}

.repeat:hover .repeat__text {
  color: #CF000C;
}

.repeat__svg {
  width: 12px;
  height: 12px;
  fill: #001d4b;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 750px) {
  .repeat__svg {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
  }
}

.repeat__text {
  display: block;
  color: #001D4B;
  font-size: 10px;
  font-weight: 700;
  font-family: "Raleway", serif;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 750px) {
  .repeat__text {
    font-size: 12px;
  }
}

.shopnav {
  background-color: white;
  padding: 0 20px;
  margin-bottom: 50px;
}

@media (min-width: 990px) {
  .shopnav {
    padding: 0 60px;
  }
}

.shopnav ul {
  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;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shopnav ul li {
  position: relative;
}

.shopnav ul li:before {
  display: inline-block;
  margin-right: 0.5em;
  content: "";
  width: 12px;
  height: 8px;
  background-image: url(../svg/check-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 989px) {
  .shopnav ul li:before {
    position: absolute;
    right: 0;
    left: auto;
    top: calc(50% - 4px);
  }
}

@media (max-width: 989px) {
  .shopnav ul li {
    width: 100%;
  }
}

.shopnav ul li.active a {
  color: #001D4B !important;
  cursor: default;
}

@media (max-width: 989px) {
  .shopnav ul li.active a {
    color: #001D4B !important;
  }
}

@media (min-width: 990px) {
  .shopnav ul li.active a:after {
    opacity: 1;
  }
}

.shopnav ul li a {
  display: inline-block;
  padding: 1.5em 0;
  color: #001D4B;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 989px) {
  .shopnav ul li a {
    width: 100%;
    padding: 1em 0;
  }
}

@media (min-width: 990px) {
  .shopnav ul li a:after {
    display: block;
    content: "";
    height: 2px;
    background-color: #CF000C;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

.shopnav ul li a:hover {
  color: #001D4B;
}

.shopnav ul li.active:before,
.shopnav ul li.active ~ li:before {
  display: none;
}

.shopnav ul li.active a,
.shopnav ul li.active ~ li a {
  color: rgba(0, 29, 75, 0.5);
}

.shopcontent {
  background-color: white;
  -webkit-box-shadow: 0 3px 6px rgba(46, 91, 119, 0.16);
          box-shadow: 0 3px 6px rgba(46, 91, 119, 0.16);
  padding: 40px 30px;
}

.shopcontent__mainTitle {
  display: block;
  margin: 0 0 0.5em 0;
}

.shopcontent__mainTitle h1,
.shopcontent__mainTitle h2,
.shopcontent__mainTitle h3,
.shopcontent__mainTitle h4,
.shopcontent__mainTitle h5,
.shopcontent__mainTitle h6 {
  font-size: 20px;
  font-family: "Raleway", serif;
  font-weight: 700;
  color: #001D4B;
  margin: 0;
}

@media (min-width: 1333.33333px) {
  .shopcontent__mainTitle h1,
  .shopcontent__mainTitle h2,
  .shopcontent__mainTitle h3,
  .shopcontent__mainTitle h4,
  .shopcontent__mainTitle h5,
  .shopcontent__mainTitle h6 {
    font-size: 1.5vw;
  }
}

@media (min-width: 1866.66667px) {
  .shopcontent__mainTitle h1,
  .shopcontent__mainTitle h2,
  .shopcontent__mainTitle h3,
  .shopcontent__mainTitle h4,
  .shopcontent__mainTitle h5,
  .shopcontent__mainTitle h6 {
    font-size: 28px;
  }
}

.shopcontent__title {
  margin-bottom: 0.5em;
  padding-left: 1em;
}

.shopcontent__title h1,
.shopcontent__title h2,
.shopcontent__title h3,
.shopcontent__title h4,
.shopcontent__title h5,
.shopcontent__title h6 {
  font-size: 24px;
  font-family: "Raleway", serif;
  font-weight: 700;
  color: #001D4B;
}

.shopcontent__items + .shopcontent__title {
  margin-top: 2em;
}

.shopcontent__footer {
  color: #001D4B;
  text-align: right;
  margin-top: 3em;
}

.shopcontent__footer table {
  border-collapse: collapse;
  font-weight: 700;
  margin-left: auto;
}

.shopcontent__footer table td:first-child {
  text-align: right;
  padding-right: 1em;
}

.shopcontent__footer table td:last-child {
  text-align: left;
}

.shopcontent__mprice td:first-child {
  font-size: 14px;
}

.shopcontent__mprice td:last-child {
  font-size: 26px;
}

.shopcontent__sprice td:first-child {
  font-size: 12px;
}

.shopcontent__sprice td:last-child {
  font-size: 18px;
}

.shopcontent__link {
  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;
  background-color: white;
  border-top: 1px solid #C0C2C5;
  padding: 32px 30px;
}

.shopcontent__link--transparent {
  background-color: transparent;
  margin-top: 3em;
  padding-top: 3em;
}

.shopcontent__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3em;
}

.shopcontent__col {
  width: 100%;
  margin: 0 0 2em 0;
}

@media (max-width: 989px) {
  .shopcontent__col:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 990px) {
  .shopcontent__col:first-child {
    width: 60%;
    padding-right: 2em;
  }
  .shopcontent__col:last-child {
    width: 40%;
  }
}

.shopcontent__box {
  background-color: white;
  -webkit-box-shadow: 0 3px 6px rgba(46, 91, 119, 0.16);
          box-shadow: 0 3px 6px rgba(46, 91, 119, 0.16);
  padding: 40px 30px;
}

.payment__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 62.5em;
  margin: 0 auto;
}

.payment__col {
  width: 100%;
}

@media (max-width: 989px) {
  .payment__col:last-child {
    margin-top: 20px;
  }
}

@media (min-width: 990px) {
  .payment__col {
    width: 50%;
  }
  .payment__col:first-child {
    padding-right: 2em;
  }
  .payment__col:last-child {
    padding-left: 2em;
  }
}

.payment__title {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.payment__title h1,
.payment__title h2,
.payment__title h3,
.payment__title h4,
.payment__title h5,
.payment__title h6,
.payment__title p {
  font-size: 17px;
  font-weight: 700;
  color: #001D4B;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

@media (min-width: 1416.66667px) {
  .payment__title h1,
  .payment__title h2,
  .payment__title h3,
  .payment__title h4,
  .payment__title h5,
  .payment__title h6,
  .payment__title p {
    font-size: 1.2vw;
  }
}

@media (min-width: 1666.66667px) {
  .payment__title h1,
  .payment__title h2,
  .payment__title h3,
  .payment__title h4,
  .payment__title h5,
  .payment__title h6,
  .payment__title p {
    font-size: 20px;
  }
}

.payment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 21px 15px 21px 60px;
  background-color: white;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  text-align: left;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.payment__item + .payment__item {
  margin-top: 1em;
}

.payment__bg {
  border-radius: 5px;
  background-color: #D9E0E9;
  border: 1px solid #D9E0E9;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.payment__radio:checked ~ .payment__bg {
  opacity: 1;
}

.payment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.payment__des {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.payment__des h1,
.payment__des h2,
.payment__des h3,
.payment__des h4 {
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

.payment__des p {
  font-size: 14px;
}

.payment__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 70px;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  color: #001D4B;
}

.payment__radio {
  display: none;
}

.payment__label {
  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;
  vertical-align: middle;
  width: 100%;
  line-height: 1;
  position: relative;
  z-index: 100;
  color: #393939;
}

.payment__radio:checked ~ .payment__label {
  color: #001D4B;
}

.payment__circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.15);
  vertical-align: middle;
  position: absolute;
  left: 20px;
  top: calc(50% - 10px);
  z-index: 500;
}

.payment__radio:checked ~ .payment__circle:before {
  display: block;
  border-radius: 50%;
  border-color: #001D4B;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.payment__radio:checked ~ .payment__circle:after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #00D11C;
  background-color: #00D11C;
  background-image: url(../svg/check-white.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  position: absolute;
  left: -2px;
  top: -2px;
}

.payment a {
  color: #001D4B;
  font-weight: 400;
}

.esform {
  background-color: white;
  padding: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(46, 91, 119, 0.16);
          box-shadow: 0 3px 6px rgba(46, 91, 119, 0.16);
  max-width: 590px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 990px) {
  .esform {
    padding: 40px 30px;
  }
}

.esform--clear {
  background: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.esform--widthL {
  max-width: 790px;
}

.esform--inputSizeXL {
  max-width: 820px;
}

.esform--nomax {
  max-width: none;
}

.esform--checkboxes {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.esform + .esform {
  margin-top: 50px;
}

.esform__error {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 10px;
  color: #CF000C;
}

.error .esform__error {
  display: block;
}

.esform__title {
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 990px) {
  .esform__title {
    margin-bottom: 40px;
  }
}

.esform__title h1,
.esform__title h2,
.esform__title h3,
.esform__title h4,
.esform__title h5,
.esform__title h6,
.esform__title p {
  font-size: 24px;
  font-weight: 700;
  color: #001D4B;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

.esform__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 410px;
  margin: 0 auto;
}

.esform--widthL .esform__items {
  max-width: 600px;
}

.esform--inputSizeM .esform__items {
  max-width: 480px;
}

.esform--inputSizeL .esform__items {
  max-width: 600px;
}

.esform--inputSizeXL .esform__items {
  max-width: 820px;
}

.esform__item {
  width: calc(100% - 1.2em);
  margin: 0.6em;
  position: relative;
}

@media (min-width: 990px) {
  .esform__item {
    width: calc(50% - 1.2em);
  }
}

.esform__item--wide {
  width: 100%;
}

@media (min-width: 990px) {
  .esform--inputSizeXL .esform__item {
    width: calc(50% - 4em);
    margin: 0.6em 2em;
  }
}

.esform__item .form__error {
  display: none;
}

.esform__label {
  display: block;
  width: 100%;
  color: #001D4B;
  font-size: 14px;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  text-align: left;
}

.esform--forgot .esform__label {
  text-align: center;
}

.esform__input {
  width: 100%;
  background-color: white;
  border: 1px solid #E3E3E3;
  border-radius: 0;
  font-size: 16px;
  padding: 0.6em 1em;
  outline: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Roboto", sans-serif;
}

.esform__input--select {
  color: #8D9397;
  background-image: url(../svg/esform-select-arrow.svg);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: calc(100% - 1em) 50%;
  font-size: 14px;
}

.esform__input:hover, .esform__input:focus {
  border-color: #001D4B;
}

.esform__checkbox {
  width: 100%;
  background-color: rgba(46, 91, 119, 0.1);
  border-radius: 5px;
  padding: 1em;
  margin: 1.2em 0 0.6em 0;
  text-align: left;
}

.esform--inputSizeXL .esform__checkbox {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

@media (min-width: 990px) {
  .esform--inputSizeXL .esform__checkbox {
    margin-left: 2em;
    margin-right: 2em;
  }
}

.esform__link {
  width: 100%;
  text-align: center;
  margin-top: 1.5em;
}

.esform__link .btn {
  min-width: 240px;
}

.esform__forgot {
  display: block;
  margin-top: 0.5em !important;
  font-size: 14px;
}

.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #001D4B;
  padding: 0 2em;
}

.items__col {
  max-width: 40%;
  padding-right: 5em;
}

@media (max-width: 989px) {
  .items__col {
    width: 100%;
    max-width: none;
    padding: 0 1em 2em 0;
  }
  .items__col:last-child {
    padding-bottom: 0;
  }
}

.items__col p {
  font-size: 12px;
  margin: 0 0 1em 0;
  line-height: 1.5;
}

.items__col p strong {
  font-size: 14px;
}

.items__col:last-child {
  padding-right: 0;
}

.items__staticCheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px !important;
}

.items__staticCheck:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 1em;
  background-image: url(../svg/staticCheck.svg);
  background-size: contain;
  background-position: center left;
}

.done {
  text-align: center;
  padding: 10vh 0;
}

.done__title h1, .done__title h2, .done__title h3, .done__title h4, .done__title h5, .done__title h6 {
  font-size: 28px;
  font-weight: 700;
  color: #001D4B;
}

@media (min-width: 1400px) {
  .done__title h1, .done__title h2, .done__title h3, .done__title h4, .done__title h5, .done__title h6 {
    font-size: 2vw;
  }
}

@media (min-width: 2100px) {
  .done__title h1, .done__title h2, .done__title h3, .done__title h4, .done__title h5, .done__title h6 {
    font-size: 42px;
  }
}

.done__info {
  margin-top: 1em;
}

.done__info p {
  font-size: 14px;
  color: black;
}

.done__box {
  margin: 3em auto;
  width: 134px;
  height: 134px;
  background-color: #CF000C;
  position: relative;
}

.done__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 10%;
  top: 10%;
  right: 10%;
  bottom: 10%;
}

.done__link .btn {
  min-width: 300px;
}

.burger {
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
}

@media (min-width: 990px) {
  .burger {
    display: none;
  }
}

.burger__inside, .burger:before, .burger:after {
  display: block;
  height: 2px;
  content: "";
  background-color: #001D4B;
  overflow: hidden;
  text-indent: 1000px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  position: absolute;
  top: 50%;
  left: 18px;
  right: 18px;
}

.menu-active .burger__inside {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
}

.burger:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.menu-active .burger:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger:after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.menu-active .burger:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.subburger {
  display: none;
  content: "";
  width: 2em;
  height: 2em;
  background-color: #001D4B;
  background-image: url(../svg/search-cross.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  top: calc(34px + 60px + 64px + 1.5em);
  z-index: 999;
}

.submenuOpen .subburger {
  display: block;
}

@media (min-width: 990px) {
  .subburger {
    display: none !important;
  }
}

.additional {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.additional.open {
  margin-bottom: 3em;
}

.additional__control {
  font-weight: 500;
  margin-bottom: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.additional .esform__items {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.additional.open .esform__items {
  -webkit-transition: opacity 0.3s 0.2s;
  transition: opacity 0.3s 0.2s;
  opacity: 1;
}

.acheckbox {
  position: relative;
  padding-left: 1.5em;
  cursor: pointer;
  line-height: 1.4;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ebeff2;
  padding: 1em;
  margin: 1.2em 0.6em 0.6em 0.6em;
  border-radius: 5px;
  text-align: left;
}

.acheckbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.acheckbox__check {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: text-top;
  height: 1.4em;
  width: 1.4em;
  margin-right: 1em;
  border-radius: 3px;
  border: 1px solid #B5C4CE;
  background-color: white;
  content: "";
}

.acheckbox__check:after {
  content: '';
  width: 0.4em;
  height: 0.7em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #001D4B;
  border-right: 2px solid #001D4B;
  opacity: 0;
  position: absolute;
  left: 1.55em;
  top: 1.32em;
}

.open .acheckbox__check:after {
  opacity: 1;
}

.acheckbox__check:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.acheckbox__check:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.acheckbox__label {
  color: #2E5B77;
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.email {
  position: relative;
  padding-left: 1.5em;
  margin: 1em 0 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #001D4B;
  text-decoration: underline;
}

.email:before {
  display: block;
  content: "";
  width: 1.1em;
  height: 1.1em;
  background-image: url(../svg/mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 0;
  top: 0.1em;
}

.telblock {
  position: relative;
  margin: 1.5em 0 0 0;
  padding-left: 1.5em;
}

.telblock:before {
  display: block;
  content: "";
  width: 1.1em;
  height: 1.1em;
  background-image: url(../svg/phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 0;
  top: 0.1em;
}

.telblock__number {
  text-decoration: none;
  font-weight: 700;
  color: black;
  font-size: 14px;
}

.telblock__info {
  color: #959595;
  font-size: 12px;
}

.facebook {
  position: relative;
  padding-left: 1.5em;
  margin: 1em 0 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #001D4B;
  text-decoration: underline;
}

.facebook:before {
  display: block;
  content: "";
  width: 1.1em;
  height: 1.1em;
  background-image: url(../svg/facebook.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 0.22em;
  top: 0.1em;
}

.address {
  position: relative;
  padding-left: 1.5em;
  margin: 1.5em 0 0 0;
}

.address p {
  font-size: 14px;
  line-height: 1.5 !important;
}

.address:before {
  display: block;
  content: "";
  width: 1.1em;
  height: 1.5em;
  background-image: url(../svg/address.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 0;
  top: 0.1em;
}

.buy {
  display: inline-block;
  background: #001D4B;
  border: none;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: white !important;
  padding: 0.8em 1.7em 0.8em 3.7em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
}

.buy:hover {
  background-color: #00317e;
}

.buy:before {
  display: block;
  content: "";
  width: 1.6em;
  height: 1.6em;
  background-image: url(../svg/buy-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 1.1em;
  top: calc(50% - 0.8em);
}

.arrowlink {
  display: inline-block;
  border: none;
  background: none;
  outline: transparent;
  width: 1em;
  height: 1em;
  background-image: url(../svg/arrowlink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -1000px;
  overflow: hidden;
}

@media (max-width: 989px) {
  .arrowlink {
    width: 100%;
    background-position: calc(100% - 1em) center;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 64px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 64px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px 44px, env(safe-area-inset-right) 25px, env(safe-area-inset-bottom) 44px, env(safe-area-inset-left);
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: 12px, env(safe-area-inset-left);
      padding-right: 12px, env(safe-area-inset-right);
    }
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes zoomRotate {
  0% {
    -webkit-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
  }
  70% {
    -webkit-transform: scale(1.2) rotate(0);
    transform: scale(1.2) rotate(0);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}

@keyframes zoomRotate {
  0% {
    -webkit-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
  }
  70% {
    -webkit-transform: scale(1.2) rotate(0);
    transform: scale(1.2) rotate(0);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}

.hero__bg,
.section__bg {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.hero__subtext {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.hero__logo {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.hero__perex,
.hpblock {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.section__container {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.done__title,
.done__info,
.done__link {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.done__box {
  -webkit-animation-name: zoomRotate;
          animation-name: zoomRotate;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.done__check {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.bar__logwindow,
.search__window {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.subburger {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.submenu__nav li .submenu__icon,
.submenu__nav li .submenu__text {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.submenu__nav li:nth-child(1) .submenu__icon,
.submenu__nav li:nth-child(1) .submenu__text {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.submenu__nav li:nth-child(2) .submenu__icon,
.submenu__nav li:nth-child(2) .submenu__text {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.submenu__nav li:nth-child(3) .submenu__icon,
.submenu__nav li:nth-child(3) .submenu__text {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.submenu__nav li:nth-child(4) .submenu__icon,
.submenu__nav li:nth-child(4) .submenu__text {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.submenu__nav li:nth-child(5) .submenu__icon,
.submenu__nav li:nth-child(5) .submenu__text {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.submenu__nav li:nth-child(6) .submenu__icon,
.submenu__nav li:nth-child(6) .submenu__text {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.submenu__nav li:nth-child(7) .submenu__icon,
.submenu__nav li:nth-child(7) .submenu__text {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.submenu__nav li:nth-child(8) .submenu__icon,
.submenu__nav li:nth-child(8) .submenu__text {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.submenu__nav li:nth-child(9) .submenu__icon,
.submenu__nav li:nth-child(9) .submenu__text {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.submenu__nav li:nth-child(10) .submenu__icon,
.submenu__nav li:nth-child(10) .submenu__text {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.submenu__nav li:nth-child(11) .submenu__icon,
.submenu__nav li:nth-child(11) .submenu__text {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.submenu__nav li:nth-child(12) .submenu__icon,
.submenu__nav li:nth-child(12) .submenu__text {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.submenu__nav li:nth-child(13) .submenu__icon,
.submenu__nav li:nth-child(13) .submenu__text {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.submenu__nav li:nth-child(14) .submenu__icon,
.submenu__nav li:nth-child(14) .submenu__text {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}

.submenu__nav li:nth-child(15) .submenu__icon,
.submenu__nav li:nth-child(15) .submenu__text {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}

.submenu__nav li:nth-child(16) .submenu__icon,
.submenu__nav li:nth-child(16) .submenu__text {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.submenu__nav li:nth-child(17) .submenu__icon,
.submenu__nav li:nth-child(17) .submenu__text {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.submenu__nav li:nth-child(18) .submenu__icon,
.submenu__nav li:nth-child(18) .submenu__text {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}

.submenu__nav li:nth-child(19) .submenu__icon,
.submenu__nav li:nth-child(19) .submenu__text {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}

.submenu__nav li:nth-child(20) .submenu__icon,
.submenu__nav li:nth-child(20) .submenu__text {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}

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

html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  background-color: white;
  color: black;
  position: relative;
}

html {
  height: 100%;
}

body {
  padding-top: calc(34px + 60px);
}

@media (min-width: 990px) {
  body {
    padding-top: calc(34px + 94px);
  }
}

body.submenuOnPage {
  padding-top: calc(34px + 60px + 64px);
}

@media (min-width: 990px) {
  body.submenuOnPage {
    padding-top: calc(34px + 94px + 64px);
  }
}

body.submenuOpen {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em 0;
  font-weight: 700;
  line-height: 1.3;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

a {
  color: #001D4B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 1em 0;
}

p:last-child {
  margin-bottom: 0;
}

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

mark {
  background-color: rgba(0, 29, 75, 0.3);
}

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

button::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
}

button::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  font-family: "Roboto", sans-serif;
}

button:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
}

button::-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
}

button:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  font-family: "Roboto", sans-serif;
}
/*# sourceMappingURL=main.css.map */
