* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-transition: .7s ease-in-out;
  -o-transition: .7s ease-in-out;
  transition: .7s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  outline: none;
  scroll-behavior: smooth;
}

input::-ms-clear {
  display: none;
}

input::-webkit-input-placeholder {
  color: grey;
  padding: 10px;
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  color: grey;
  padding: 10px;
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  color: grey;
  padding: 10px;
  text-overflow: ellipsis;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none !important;
}

video:active, video:focus {
  outline: none !important;
}

ul li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.header-menu {
  max-width: 1440px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 15px;
}

.header-menu__logo {
  padding: 5px;
}

.header-menu__logo img {
  width: 180px;
}

.header-menu__content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-menu__content-contacts {
  margin: 10px 0;
}

.header-menu__content-contacts ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 66.4%;
}

.header-menu__content-contacts ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  cursor: pointer;
}

@media screen and (max-width: 980px) {
  .header-menu__content-contacts {
      margin: 10px 0;
      position: absolute;
      top: 100px;
      left: 20px;
      display: inline-block;
      vertical-align: middle;
  }
  .header-menu__content-contacts ul li {
    
  }
  .header-menu__content-contacts ul li:last-child{display:none}
  .header-menu__content-contacts ul li:first-child svg{display:none}
}

.header-menu__content-contacts ul li:focus svg, .header-menu__content-contacts ul li:hover svg {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.header-menu__content-contacts ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  padding-bottom: 3px;
}

.header-menu__content-contacts ul li a:focus, .header-menu__content-contacts ul li a:hover {
  color: #0082C7;
}

.header-menu__content-contacts ul li a span {
  margin-right: 3px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #000;
}

.header-menu__content-contacts ul li a span:focus, .header-menu__content-contacts ul li a span:hover {
  color: #0082C7;
}

.header-menu__content-links {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .header-menu__content-links {
    display: none;
  }
}

.header-menu__content-links ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-menu__content-links ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}

.header-menu__content-links ul li a, .header-menu__content-links ul li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.btn {
  position: relative;
  padding: 10px 20px;
  color: #0082C7;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 999999;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}

.btn:before, .btn:after {
  content: '';
  position: absolute;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  z-index: -1;
}

.btn:hover, .btn:focus {
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}

.btn:hover:before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.btn:hover:after {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background: #0082C7;
  -webkit-transition-delay: .35s;
       -o-transition-delay: .35s;
          transition-delay: .35s;
}

.from-center:before {
  top: 0;
  left: 50%;
  height: 100%;
  width: 0;
  border: 2px solid #0082C7;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  border-left: 0;
  border-right: 0;
}

.from-center:after {
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #0082C7;
}

.from-center:hover:before {
  left: 0;
  width: 100%;
}

.from-center:hover:after {
  top: 0;
  height: 100%;
}

.header-submenu__grazhdanstvo-link:hover .header-submenu__grazhdanstvo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}

.header-submenu__pmg-link:hover .header-submenu__pmg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}

.header-submenu__vng-link:hover .header-submenu__vng {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}

.header-submenu__comparison-link:hover .header-submenu__comparison {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}

.header-submenu__company-link:hover .header-submenu__company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}

.header-submenu__grazhdanstvo, .header-submenu__pmg, .header-submenu__company {
  background-color: #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  position: absolute;
  top: 38px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  display: none;
  z-index: -1;
  -webkit-box-shadow: 2px 2px 14px 0px rgba(50, 50, 50, 0.65);
          box-shadow: 2px 2px 14px 0px rgba(50, 50, 50, 0.65);
}

.header-submenu__grazhdanstvo-one, .header-submenu__grazhdanstvo-two, .header-submenu__pmg-one, .header-submenu__pmg-two, .header-submenu__company-one, .header-submenu__company-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-transform: none;
}

.header-submenu__grazhdanstvo-one li, .header-submenu__grazhdanstvo-two li, .header-submenu__pmg-one li, .header-submenu__pmg-two li, .header-submenu__company-one li, .header-submenu__company-two li {
  width: auto;
  height: 40px;
  padding: 0 5px;
}

.header-submenu__grazhdanstvo-one li:focus, .header-submenu__grazhdanstvo-one li:hover, .header-submenu__grazhdanstvo-two li:focus, .header-submenu__grazhdanstvo-two li:hover, .header-submenu__pmg-one li:focus, .header-submenu__pmg-one li:hover, .header-submenu__pmg-two li:focus, .header-submenu__pmg-two li:hover, .header-submenu__company-one li:focus, .header-submenu__company-one li:hover, .header-submenu__company-two li:focus, .header-submenu__company-two li:hover {
  border: 1px solid #0082C7;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.header-submenu__grazhdanstvo-one li a, .header-submenu__grazhdanstvo-two li a, .header-submenu__pmg-one li a, .header-submenu__pmg-two li a, .header-submenu__company-one li a, .header-submenu__company-two li a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
}

.header-submenu__grazhdanstvo-one li a svg, .header-submenu__grazhdanstvo-two li a svg, .header-submenu__pmg-one li a svg, .header-submenu__pmg-two li a svg, .header-submenu__company-one li a svg, .header-submenu__company-two li a svg {
  margin-right: 8px;
}

.header-submenu__grazhdanstvo-one li span, .header-submenu__grazhdanstvo-two li span, .header-submenu__pmg-one li span, .header-submenu__pmg-two li span, .header-submenu__company-one li span, .header-submenu__company-two li span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold !important;
}

.header-submenu__grazhdanstvo-two, .header-submenu__grazhdanstvo-right, .header-submenu__pmg-two, .header-submenu__pmg-right, .header-submenu__company-two, .header-submenu__company-right {
  margin-left: 20px;
}

.header-submenu__grazhdanstvo {
  position: absolute;
}

.header-submenu__vng, .header-submenu__comparison {
  background-color: #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  position: absolute;
  top: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  display: none;
  z-index: -1;
  -webkit-box-shadow: 2px 2px 14px 0px rgba(50, 50, 50, 0.65);
          box-shadow: 2px 2px 14px 0px rgba(50, 50, 50, 0.65);
}

.header-submenu__vng-left, .header-submenu__vng-right, .header-submenu__comparison-left, .header-submenu__comparison-right {
  text-transform: none;
}

.header-submenu__vng-left ul, .header-submenu__vng-right ul, .header-submenu__comparison-left ul, .header-submenu__comparison-right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

.header-submenu__vng-left ul li, .header-submenu__vng-right ul li, .header-submenu__comparison-left ul li, .header-submenu__comparison-right ul li {
  width: 220px;
  height: 40px;
  padding: 0 5px;
}

.header-submenu__vng-left ul li:focus, .header-submenu__vng-left ul li:hover, .header-submenu__vng-right ul li:focus, .header-submenu__vng-right ul li:hover, .header-submenu__comparison-left ul li:focus, .header-submenu__comparison-left ul li:hover, .header-submenu__comparison-right ul li:focus, .header-submenu__comparison-right ul li:hover {
  border: 1px solid #0082C7;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.header-submenu__vng-left ul li a, .header-submenu__vng-right ul li a, .header-submenu__comparison-left ul li a, .header-submenu__comparison-right ul li a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
}

.header-submenu__vng-left ul li a svg, .header-submenu__vng-right ul li a svg, .header-submenu__comparison-left ul li a svg, .header-submenu__comparison-right ul li a svg {
  margin-right: 8px;
}

.header-submenu__vng-left ul li span, .header-submenu__vng-right ul li span, .header-submenu__comparison-left ul li span, .header-submenu__comparison-right ul li span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold !important;
}

.header-submenu__comparison-left, .header-submenu__comparison-right {
  text-transform: none;
}

.header-submenu__comparison-left ul, .header-submenu__comparison-right ul {
  margin-bottom: 10px;
}

.header-submenu__comparison-left ul li a, .header-submenu__comparison-right ul li a {
  margin-left: 15px;
}

.home-page__top {
  max-width: 1440px;
  width: 100%;
  height: 67vh;
  min-height: 500px;
  margin: 60px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-page__top-wrapper {
  width: 60%;
  height: 100%;
  padding-right: 20px;
}

@media screen and (max-width: 980px) {
  .home-page__top-wrapper {
    width: 100%;
    padding: 0;
  }
}

.home-page__top-block {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-image: url("../images/firstScreenRight.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.home-page__top-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 980px) {
  .home-page__top-content {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .home-page__top-content__box {
    width: 100%;
    padding: 0 10px;
  }
}

.home-page__top-content__name {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 48px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  cursor: default;
  font-weight: normal;
  color: #fff;
  padding: 17px 30px;
  line-height: 67px;
  background-color: #28679a;
  margin-top: 60px;
}

.home-page__top-content__name b {
  margin-left: 10px;
}

@media screen and (max-width: 980px) {
  .home-page__top-content__name {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 34px;
  }
}

@media screen and (max-width: 580px) {
  .home-page__top-content__name {
    font-size: 18px;
  }
}

@media screen and (max-width: 370px) {
  .home-page__top-content__name {
    font-size: 16px;
  }
}

.home-page__top-content__title {
  width: 335px;
  font-size: 45px;
  font-family: 'Raleway', sans-serif;
  cursor: default;
  color: #000;
  background-color: #fff;
  font-weight: normal;
  padding: 20px 10px;
  text-align: center;
}

.home-page__top-content__title b {
  font-size: 65px;
}

@media screen and (max-width: 980px) {
  .home-page__top-content__title {
    width: 50%;
    font-size: 22px;
    padding-top: 30px;
    text-align: center;
  }
  .home-page__top-content__title b {
    font-size: 26px;
  }
}

.home-page__top-content__span {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  cursor: default;
  color: #000;
  font-weight: 400;
}

@media screen and (max-width: 980px) {
  .home-page__top-content__span {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .home-page__top-content__span {
    font-size: 12px;
  }
}

.home-page__top-content__buttons {
  margin-top: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 980px) {
  .home-page__top-content__buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .home-page__top-content__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
}

.home-page__top-content__buttons-link, .home-page__top-content__buttons-button {
  width: 220px;
  height: 60px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 2px solid #28679A;
  color: #28679A;
  cursor: pointer !important;
  font-family: 'Roboto', sans-serif;
  cursor: default;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

@media screen and (max-width: 480px) {
  .home-page__top-content__buttons-link, .home-page__top-content__buttons-button {
    width: 100%;
    height: 60px;
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home-page__top-content__buttons-link:after, .home-page__top-content__buttons-button:after {
  content: "";
  border: 2px solid rgba(0, 0, 0, 0);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.home-page__top-content__buttons-link:hover:after, .home-page__top-content__buttons-button:hover:after {
  border: 2px solid #28679A;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  height: -webkit-calc(100% + 10px);
  height: calc(100% + 10px);
}

.home-page__top-content__buttons-link {
  background-color: #28679A;
  color: #fff;
}

.home-page__top-content__buttons-button {
  background-color: transparent;
}

@media screen and (min-width: 480px) {
  .home-page__top-content__buttons-button {
    margin-left: 20px;
  }
}

.home-page__top-img {
  width: 40%;
  height: 100%;
  padding-right: 20px;
}

@media screen and (max-width: 980px) {
  .home-page__top-img {
    display: none;
  }
}

.home-page__top-img__top {
  width: 100%;
  height: 50%;
}

.home-page__top-img__top img {
  width: 100%;
  height: 100%;
}

.home-page__top-img__bottom {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
}

.home-page__top-img__bottom img {
  width: 100%;
  height: 100%;
}

.home-page__top-img__bottom-blue {
  width: 98px;
  height: 100%;
  background-color: #28679A;
  margin-right: 15px;
}

.rooms {
  max-width: 1440px;
  width: 100%;
  margin: 50px auto;
  padding: 0 10px;
}

.rooms-text {
  max-width: 980px;
  font-size: 20px;
  line-height: 35px;
  text-align: left;
  font-weight: 400;
  margin: 20px 0;
  padding: 0 10px;
}

.rooms-text__title {
  margin-top: 30px;
}

@media screen and (max-width: 980px) {
  .rooms-text__title {
    margin-top: 45px;
  }
}

.rooms-text__title-big {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 140%;
  text-transform: uppercase;
  color: #28679A;
  padding-bottom: 10px;
  border-bottom: 3px solid #28679A;
}

@media screen and (max-width: 850px) {
  .rooms-text__title-big {
    font-size: 28px;
    line-height: 200%;
  }
}

@media screen and (max-width: 480px) {
  .rooms-text__title-big {
    font-size: 20px;
  }
}

.rooms-text p {
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .rooms-text p {
    margin-top: 15px;
    font-size: 16px;
  }
}

.rooms-box {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 480px) {
  .rooms-box {
    margin-top: 0px;
  }
}

.rooms-box__card {
  width: 335px;
  margin: 27px 10px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .rooms-box__card {
    padding: 0 10px;
  }
}

.rooms-box__card-photo {
  width: 335px;
  height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 480px) {
  .rooms-box__card-photo {
    width: 100%;
    height: 100%;
  }
}

.rooms-box__card-title {
  width: 100%;
  height: 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 160%;
  padding: 0 20px;
  color: #fff;
  font-weight: bold;
  background-color: #28679A;
  text-align: center;
  cursor: default;
}

@media screen and (max-width: 480px) {
  .rooms-box__card-title {
    height: auto;
    padding: 20px;
  }
}

.rooms-box__card-link {
  width: 100%;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 9px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fff;
  color: #28679A;
  border: 1px solid #28679A;
}

@media screen and (max-width: 580px) {
  .rooms-box__card-link {
    text-align: center;
  }
}

.rooms-box__card-link:hover {
  color: #fff;
  background-color: #28679A;
}

.antigua__second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 870px) {
  .antigua__second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.matla__bloc {
  max-width: 355px;
  height: 653px;
  font-style: normal;
  font-size: 14px;
  line-height: 160%;
  margin-top: 100px;
  padding: 10px 0;
}

@media screen and (max-width: 980px) {
  .matla__bloc {
    margin-top: 30px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 380px) {
  .matla__bloc .matla__bloc {
    width: 100%;
    height: 100%;
  }
}

.matla__bloc iframe {
  width: 335px;
  height: 304px;
}

@media screen and (max-width: 380px) {
  .matla__bloc iframe .matla__bloc iframe {
    width: 100%;
    height: 100%;
    padding: 0 10px;
  }
}

.matla__bloc-name {
  margin-top: 25px;
  padding: 0 10px;
}

.matla__bloc-list {
  margin-top: 25px;
  margin-bottom: 45px;
  padding: 0 10px;
}

.matla__bloc-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.matla__bloc-li p {
  font-weight: normal;
}

.matla__bloc-li a {
  margin-left: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 160%;
  color: blue;
}

.matla__bloc-link {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #3482C1;
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 66.4%;
}

@media screen and (max-width: 980px) {
  .matla__bloc-link {
    line-height: 100%;
    padding: 0 20px;
  }
}

.matla__bloc-link:hover,
.matla__bloc-link:focus {
  background: #FFFFFF;
  border: 2px solid #28679A;
  color: #28679A;
}

.antigua__text {
  max-width: 1440px;
  width: 100%;
  height: auto;
  margin: 50px auto;
}

@media screen and (max-width: 870px) {
  .antigua__text {
    padding: 0 10px;
  }
}

.antigua__text-name {
  width: 57%;
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 140%;
  text-transform: uppercase;
  color: #28679A;
  padding-bottom: 10px;
  border-bottom: 3px solid #28679A;
}

@media screen and (max-width: 980px) {
  .antigua__text-name {
    width: 100%;
  }
}

@media screen and (max-width: 850px) {
  .antigua__text-name {
    font-size: 28px;
    line-height: 130%;
  }
}

@media screen and (max-width: 480px) {
  .antigua__text-name {
    font-size: 20px;
  }
}

.antigua__text-block {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 70px;
}

.antigua__text-block__card {
  width: 50%;
  height: 252px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(40, 103, 154, 0.05);
  padding: 15px;
  font-family: 'Roboto', sans-serif;
  cursor: default;
  font-weight: 300;
  text-align: left;
  line-height: 23px;
}

.antigua__text-block__card:nth-child(2) {
  background: rgba(40, 103, 154, 0.1);
}

.antigua__text-block__card:nth-child(3) {
  background: rgba(40, 103, 154, 0.1);
}

@media screen and (max-width: 980px) {
  .antigua__text-block__card {
    width: 100%;
    height: auto;
  }
  .antigua__text-block__card:nth-child(4) {
    background: rgba(40, 103, 154, 0.1);
  }
  .antigua__text-block__card:nth-child(3) {
    background: rgba(40, 103, 154, 0.05);
  }
}

.antigua__text-title {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 176.5%;
  color: #28679A;
}

@media screen and (max-width: 780px) {
  .antigua__text-title {
    font-size: 18px;
  }
}

.antigua__text-content {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 176.5%;
  color: #000;
}

@media screen and (max-width: 780px) {
  .antigua__text-content {
    font-size: 18px;
  }
}

.antigua__text-animal {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 176.5%;
  color: #000000;
  margin-top: 36px;
  margin-left: 36px;
}

@media screen and (max-width: 480px) {
  .antigua__text-animal {
    font-size: 16px;
    margin-top: 16px;
    margin-left: 16px;
  }
}

.gallery {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.gallery-slider {
  max-width: 1440px;
  width: 100%;
  margin: 50px auto;
  padding: 0 10px;
}

.gallery-slider__container {
  width: 100% !important;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gallery-slider__container-colection {
  height: 70vh !important;
}

.gallery-slider__container-card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery-slider__container-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.gallery-slider__container-text {
  max-width: 600px;
  height: 100%;
  padding: 0 80px;
  width: 100%;
  font-size: 25px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  background-color: rgba(52, 130, 193, 0.6);
  text-align: left;
  cursor: default;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-slider__container-text span {
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}

.gallery-slider__container-panel {
  bottom: 0 !important;
}

.location {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.location__bloc {
  width: 100%;
  margin: 0 auto;
}

.location__bloc-content {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.location__bloc-name {
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  margin: 30px auto;
  padding: 0 10px;
}

.location__bloc-list {
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
  margin: 30px auto;
  padding: 0 10px;
}

.location__bloc-li a {
  color: blue;
}

.location__bloc-link {
  width: 280px;
  height: 60px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #28679A;
  font-family: 'Roboto', sans-serif;
  cursor: default;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .location__bloc-link {
    width: 100%;
    height: 60px;
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.location__bloc-link:after {
  content: "";
  border: 2px solid rgba(0, 0, 0, 0);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.location__bloc-link:hover:after {
  border: 2px solid #28679A;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  height: -webkit-calc(100% + 10px);
  height: calc(100% + 10px);
}

.location__bloc-link {
  background-color: #4782BC;
  color: #fff;
}

.location__bloc-button {
  background-color: transparent;
}

@media screen and (min-width: 480px) {
  .location__bloc-button {
    margin-left: 20px;
  }
}

.antigua__bigform {
  max-width: 1380px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto;
}

@media screen and (max-width: 980px) {
  .antigua__bigform {
    padding: 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}

.antigua__bigform-name {
  width: 100%;
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 140%;
  text-transform: uppercase;
  color: #28679A;
  padding-bottom: 10px;
  border-bottom: 3px solid #28679A;
}

@media screen and (max-width: 980px) {
  .antigua__bigform-name {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 850px) {
  .antigua__bigform-name {
    font-size: 28px;
    line-height: 130%;
  }
}

@media screen and (max-width: 480px) {
  .antigua__bigform-name {
    font-size: 20px;
  }
}

.antigua__bigform-title {
  font-family: 'Raleway', sans-serif;
  cursor: default;
  font-size: 35px;
  color: #000;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 780px) {
  .antigua__bigform-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .antigua__bigform-title {
    font-size: 16px;
  }
}

.antigua__bigform-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 980px) {
  .antigua__bigform-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.antigua__bigform-img {
  margin-top: 60px;
  padding-right: 20px;
}

@media screen and (max-width: 980px) {
  .antigua__bigform-img {
    display: none;
  }
}

.antigua__bigform-img img {
  width: 100%;
  height: 100%;
}

.antigua__bigform-block {
  width: 552px;
}

@media screen and (max-width: 980px) {
  .antigua__bigform-block {
    width: 100%;
    padding: 0 20px;
  }
}

.antigua__bigform-block__title {
  font-family: 'Raleway', sans-serif;
  cursor: default;
  font-size: 25px;
  color: #000;
  text-align: left;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 42px;
}

@media screen and (max-width: 780px) {
  .antigua__bigform-block__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .antigua__bigform-block__title {
    font-size: 16px;
    line-height: 23px;
  }
}

.antigua__bigform-form {
  width: 100%;
}

.antigua__bigform-wife {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}

.antigua__bigform-wife__title {
  font-family: 'Roboto', sans-serif;
  cursor: default;
  font-size: 18px;
  font-weight: 300;
}

.antigua__bigform-wife__label {
  font-family: 'Roboto', sans-serif;
  cursor: default;
  font-size: 16px;
  margin: 0 20px;
  font-weight: 300;
}

.antigua__bigform-groups {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 580px) {
  .antigua__bigform-groups {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.antigua__bigform-group {
  width: 215px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.antigua__bigform-group:nth-child(2) {
  margin-left: 21px;
}

@media screen and (max-width: 580px) {
  .antigua__bigform-group {
    width: 80%;
    margin-bottom: 20px;
  }
  .antigua__bigform-group:nth-child(2) {
    margin-left: 0px;
  }
}

.antigua__bigform-group__label {
  font-family: 'Roboto', sans-serif;
  cursor: default;
  font-size: 21px;
  text-align: left;
  font-weight: 700;
  margin: 15px 8px;
}

.antigua__bigform-group__input {
  width: 100%;
  height: 75px;
  padding-left: 15px;
  text-align: left;
  background-color: #ffffff;
  color: #000;
  border: 1px solid #C4C4C4;
  font-size: 20px;
}

.antigua__bigform-group__input:hover, .antigua__bigform-group__input:active, .antigua__bigform-group__input:focus {
  border: 1px solid #4facfe;
}

.antigua__bigform-group__input::-webkit-input-placeholder {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 180%;
  color: #8D8D8D;
  padding: 0;
}

.antigua__bigform-group__input:-ms-input-placeholder {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 180%;
  color: #8D8D8D;
  padding: 0;
}

.antigua__bigform-group__input::-ms-input-placeholder {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 180%;
  color: #8D8D8D;
  padding: 0;
}

.antigua__bigform-group__input::placeholder {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 180%;
  color: #8D8D8D;
  padding: 0;
}

.antigua__bigform-group__subtitle {
  font-family: 'Roboto', sans-serif;
  cursor: default;
  font-size: 12px;
  text-align: left;
  font-weight: 300;
  margin: 3px 8px;
}

.antigua__bigform-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}

.antigua__bigform-contacts__label {
  font-family: 'Roboto', sans-serif;
  cursor: default;
  font-size: 18px;
  font-weight: 700;
  margin: 15px 8px;
}

.antigua__bigform-contacts__input {
  width: 455px;
  height: 75px;
  padding-left: 20px;
  text-align: left;
  background-color: #ffffff;
  color: #000;
  border: 1px solid #C4C4C4;
  font-size: 20px;
  margin: 8px 0;
}

.antigua__bigform-contacts__input:hover, .antigua__bigform-contacts__input:active, .antigua__bigform-contacts__input:focus {
  border: 1px solid #02679e;
}

@media screen and (max-width: 580px) {
  .antigua__bigform-contacts__input {
    width: 100%;
  }
}

.antigua__bigform-contacts__input::-webkit-input-placeholder {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 180%;
  color: #8D8D8D;
  padding: 0;
}

.antigua__bigform-contacts__input:-ms-input-placeholder {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 180%;
  color: #8D8D8D;
  padding: 0;
}

.antigua__bigform-contacts__input::-ms-input-placeholder {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 180%;
  color: #8D8D8D;
  padding: 0;
}

.antigua__bigform-contacts__input::placeholder {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 180%;
  color: #8D8D8D;
  padding: 0;
}

.antigua__bigform-contacts__button {
  width: 455px;
  height: 75px;
  background-color: #4782BC;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  cursor: default;
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid #4782BC;
  margin-top: 40px;
  cursor: pointer;
}

.antigua__bigform-contacts__button:hover {
  background-color: #fff;
  color: #4782BC;
}

@media screen and (max-width: 580px) {
  .antigua__bigform-contacts__button {
    width: 100%;
  }
}

.control {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 6px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 21px;
  background: #e6e6e6;
  border: 0px solid #000000;
  -webkit-border-radius: undefined;
          border-radius: undefined;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #4facfe;
}

.control input:checked ~ .control__indicator {
  background: #02679e;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #02679e;
}

.control__indicator:after {
  -webkit-box-sizing: unset;
          box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control-radio .control__indicator {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.control-radio .control__indicator:after {
  left: 8px;
  top: 8px;
  height: 0px;
  width: 0px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: background 150ms;
  -o-transition: background 150ms;
  transition: background 150ms;
}

.control-radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.control-radio .control__indicator::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.358rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #2aa1c0;
  -webkit-border-radius: 3rem;
          border-radius: 3rem;
  opacity: 0.5;
  z-index: 99999;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

@-webkit-keyframes s-ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0.01;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes s-ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0.01;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes s-ripple-dup {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes s-ripple-dup {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.control-radio input + .control__indicator::before {
  -webkit-animation: s-ripple 150ms ease-out;
          animation: s-ripple 150ms ease-out;
}

.control-radio input:checked + .control__indicator::before {
  -webkit-animation-name: s-ripple-dup;
          animation-name: s-ripple-dup;
}

.button-popap {
  width: 150px;
  height: 50px;
  color: #fff;
  background-color: #3482C1;
  position: fixed;
  top: 30%;
  left: -55px;
  z-index: 9999999;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (max-width: 980px) {
  .button-popap {
    display: none;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal__dialog {
  max-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal__content {
  position: relative;
  width: 100%;
  padding: 40px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  max-height: 80vh;
  overflow-y: auto;
}

.modal__close {
  position: absolute;
  top: 8px;
  right: 14px;
  font-size: 30px;
  color: #000;
  opacity: .5;
  font-weight: 700;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.modal__title {
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}

.modal__input {
  display: block;
  margin: 20px auto 20px auto;
  max-width: 280px;
  width: 100%;
  height: 50px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  font-size: 18px;
  text-align: center;
  padding: 0 20px;
  outline: 0;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.modal .btn {
  display: block;
  width: 280px;
  margin: 0 auto;
}

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

.hide {
  display: none;
}

.fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

.btn-popap {
  width: 220px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  outline: 0;
  margin: 0 auto;
}

.btn_white-popap {
  background-color: #fff;
}

.btn_dark-popap {
  background-color: #3482C1;
  color: #fff;
  border: none;
}

.btn_min-popap {
  height: 50px;
}

.btn-popap:hover {
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.button-up {
  position: fixed;
  bottom: 35px;
  right: 100px;
  z-index: 995;
  opacity: 0;
  -webkit-transition: all ease 0.9s;
  -o-transition: all ease 0.9s;
  transition: all ease 0.9s;
  background-color: transparent;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (max-width: 980px) {
  .button-up {
    bottom: 100px;
    right: 25px;
  }
}

.button-up svg {
  fill: #3482C1;
  -webkit-animation: buttonUp 2s infinite linear;
          animation: buttonUp 2s infinite linear;
  background: transparent;
}

.show-button-up {
  opacity: 1;
}

@-webkit-keyframes buttonUp {
  40% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes buttonUp {
  40% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.second-name {
  font-size: 50px;
  font-family: 'Raleway', sans-serif;
  cursor: default;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
  margin: 50px 0 20px 0;
  text-align: center;
}

.second-content {
  max-width: 1640px;
  width: 100%;
  margin: 80px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 1100px) {
  .second-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.second-screen {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .second-screen {
    width: 100%;
  }
}

.second-screen__colection {
  width: 100%;
  height: 500px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.second-screen__colection-show {
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.second-screen__colection-slide {
  height: 100%;
  position: relative;
}

.second-screen__colection-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.second-screen__block {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  position: absolute;
  bottom: 85px;
  padding: 5px 20px;
  background-color: rgba(150, 150, 150, 0.5);
}

.second-screen__block-prev, .second-screen__block-next {
  background-color: transparent;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

.second-screen__block-out {
  font-style: italic;
  color: #fff;
  cursor: default;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.second-screen__block-out span:nth-child(1) {
  font-size: 30px;
  padding-bottom: 20px;
}

.second-screen__block-out span:nth-child(2) {
  font-size: 40px;
  font-weight: bold;
  margin: 0 4px;
}

.second-screen__block-out span:nth-child(3) {
  font-size: 30px;
  padding-top: 20px;
}

.second-screen__text {
  width: 49%;
  padding: 0 20px;
}

@media screen and (max-width: 1100px) {
  .second-screen__text {
    width: 100%;
  }
}

.second-screen__text li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 12px 0;
  padding: 20px;
  background-color: #eee;
}

.second-screen__text li:nth-child(1) {
  margin: 0;
}

.second-screen__text li span {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .second-screen__text li span {
    font-size: 12px;
  }
}

.second-screen__text li span b {
  margin: 0 12px;
}

.second-screen__content {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
}

.second-screen__content-text {
  width: 60%;
  font-size: 18px;
  line-height: 30px;
  padding: 0 10px;
}

@media screen and (max-width: 1100px) {
  .second-screen__content-text {
    width: 100%;
    padding: 0 20px;
  }
}

.images {
  max-width: 1440px;
  width: 100%;
  margin: 5px auto;
  overflow-x: hidden;
}

.images-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: auto;
  margin: auto;
}

.img {
  width: 100px;
  height: 70px;
  margin: 3px;
}

.img-show {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 50;
  width: 80%;
  height: 80%;
}

.price {
  max-width: 1440px;
  width: 100%;
  margin: 0px auto;
}

@media screen and (max-width: 1500px) {
  .price {
    padding: 0 10px;
  }
}

.price-name {
  font-size: 50px;
  font-family: 'Raleway', sans-serif;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 80px;
}

.price-table, .price-additionally {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 780px) {
  .price-table__body, .price-additionally__body {
    display: none;
  }
}

.price-table__body tr:nth-child(1), .price-additionally__body tr:nth-child(1) {
  font-weight: bold;
  background-color: #f3f1f5;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  font-family: Roboto,sans-serif;
}

.price-table__body tr:nth-child(3), .price-additionally__body tr:nth-child(3) {
  background-color: #f3f1f5;
}

.price-table__body tr:nth-child(5), .price-additionally__body tr:nth-child(5) {
  background-color: #f3f1f5;
}

.price-table__body tr:nth-child(7), .price-additionally__body tr:nth-child(7) {
  background-color: #f3f1f5;
}

.price-table__body tr:nth-child(9), .price-additionally__body tr:nth-child(9) {
  background-color: #f3f1f5;
}

.price-table__body tr:nth-child(11), .price-additionally__body tr:nth-child(11) {
  background-color: #f3f1f5;
}

.price-table__body tr:nth-child(13), .price-additionally__body tr:nth-child(13) {
  background-color: #f3f1f5;
}

.price-table__body tr:nth-child(15), .price-additionally__body tr:nth-child(15) {
  background-color: #f3f1f5;
}

.price-table__col, .price-additionally__col {
  padding: 10px;
  text-align: left;
  font-size: 16px;
  font-family: Roboto,sans-serif;
  line-height: 1.2;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.price-table__col:nth-child(1), .price-additionally__col:nth-child(1) {
  width: 15%;
  text-align: left;
}

.price-table__col:nth-child(2), .price-additionally__col:nth-child(2) {
  width: 5%;
  text-align: center;
}

.price-table__col:nth-child(3), .price-additionally__col:nth-child(3) {
  width: 5%;
}

.price-table__col:nth-child(4), .price-additionally__col:nth-child(4) {
  width: 10%;
}

.price-table__col:nth-child(5), .price-additionally__col:nth-child(5) {
  width: 30%;
  text-align: left;
}

.price-table__col:nth-child(6), .price-additionally__col:nth-child(6) {
  width: 8%;
  text-align: center;
}

.price-table__col:nth-child(7), .price-additionally__col:nth-child(7) {
  width: 8%;
  text-align: center;
}

.price-table__col:nth-child(8), .price-additionally__col:nth-child(8) {
  width: 8%;
  text-align: center;
}

.price-table__col:nth-child(9), .price-additionally__col:nth-child(9) {
  width: 10%;
  text-align: center;
}

.price-block {
  width: 100%;
  overflow-y: hidden;
}

.price-table {
  width: 1440px !important;
  overflow-y: scroll;
}

.price-additionally {
  width: 60%;
  margin-top: 35px;
}

@media screen and (max-width: 980px) {
  .price-additionally {
    width: 100%;
    margin-top: 20px;
  }
}

.price-additionally__free {
  background-color: #fff;
}

.price-children {
  width: 100%;
  margin: 80px 0;
}

.price-children__text {
  padding: 10px;
  text-align: left;
  font-size: 16px;
  font-family: Roboto,sans-serif;
  line-height: 1.2;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.mobprice {
  width: 100%;
  margin: 0 auto;
}

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

@media screen and (min-width: 780px) {
  .mobprice-table__body {
    display: none;
  }
}

.mobprice-table__body tr:nth-child(1) {
  font-weight: bold;
  background-color: #f3f1f5;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  font-family: Roboto,sans-serif;
}

.mobprice-table__body tr:nth-child(3) {
  background-color: #f3f1f5;
  font-weight: bold;
  background-color: #f3f1f5;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  font-family: Roboto,sans-serif;
}

.mobprice-table__body tr:nth-child(5) {
  background-color: #f3f1f5;
  font-weight: bold;
  background-color: #f3f1f5;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  font-family: Roboto,sans-serif;
}

.mobprice-table__body tr:nth-child(7) {
  background-color: #f3f1f5;
  font-weight: bold;
  background-color: #f3f1f5;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  font-family: Roboto,sans-serif;
}

.mobprice-table__body tr:nth-child(9) {
  background-color: #f3f1f5;
  font-weight: bold;
  background-color: #f3f1f5;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  font-family: Roboto,sans-serif;
}

.mobprice-table__body tr:nth-child(11) {
  background-color: #f3f1f5;
  font-weight: bold;
  background-color: #f3f1f5;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  font-family: Roboto,sans-serif;
}

.mobprice-table__body tr:nth-child(13) {
  background-color: #f3f1f5;
  font-weight: bold;
  background-color: #f3f1f5;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  font-family: Roboto,sans-serif;
}

.mobprice-table__body tr:nth-child(15) {
  background-color: #f3f1f5;
  font-weight: bold;
  background-color: #f3f1f5;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  font-family: Roboto,sans-serif;
}

.mobprice-table__body tr:nth-child(17) {
  background-color: #f3f1f5;
  font-weight: bold;
  background-color: #f3f1f5;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  font-family: Roboto,sans-serif;
}

.mobprice-table__col {
  padding: 10px;
  text-align: left;
  font-size: 16px;
  font-family: Roboto,sans-serif;
  line-height: 1.2;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.mobprice-block {
  width: 100%;
}

@media screen and (min-width: 780px) {
  .mobprice-block {
    display: none;
  }
}

.mobprice-table {
  margin-bottom: 50px;
}

.mobprice-additionally {
  width: 60%;
  margin-top: 35px;
}

@media screen and (max-width: 980px) {
  .mobprice-additionally {
    width: 100%;
    margin-top: 20px;
  }
}

.mobprice-additionally__free {
  background-color: #fff;
}

.mobprice-children {
  width: 100%;
  margin: 80px 0;
}

.mobprice-children__text {
  padding: 10px;
  text-align: left;
  font-size: 16px;
  font-family: Roboto,sans-serif;
  line-height: 1.2;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

@media screen and (max-width: 980px) {
  .price-additionally__body {
    margin-top: 30px;
    display: block;
  }
}

.footer {
  width: 100%;
  background-color: #02679e;
  padding: 20px 0;
}

@media screen and (max-width: 980px) {
  .footer {
    display: none;
  }
}

.footer-top {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 20px 0;
  cursor: default;
}

.footer-top__block {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  cursor: default;
  max-width: 340px;
}

.footer-top__block-name {
  font-size: 30px;
  font-weight: 700;
}

.footer-top__block-subname {
  font-size: 22px;
  font-weight: 500;
  margin: 15px 0;
}

.footer-top__block-text {
  font-size: 16px;
  font-weight: 300;
}

.footer-top__block-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 5px 0;
}

.footer-top__block-link:hover {
  text-decoration: underline;
}

.footer-top__block-link:hover svg {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.footer-top__block-link svg {
  fill: #fff;
  margin: 0 5px;
}

.footer-top__block-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-top__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-top__container-block {
  max-width: 250px;
  margin: 10px 30px;
  font-family: 'Roboto', sans-serif;
  cursor: default;
}

.footer-top__container-block span {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}

.footer-top__container-block ul {
  margin: 15px 0;
}

.footer-top__container-block ul li {
  margin: 8px 0;
}

.footer-top__container-block ul li:hover {
  text-decoration: underline;
}

.footer-top__container-block ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.footer-bottom {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 20px 0;
  cursor: default;
  padding: 0 10px;
}

.footer-bottom__block {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Roboto', sans-serif;
  cursor: default;
}

.footer-bottom__block:nth-child(3) ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-bottom__block a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  cursor: default;
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-bottom__block a:hover {
  text-decoration: underline;
}

.footer-bottom__block a:hover svg {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.footer-bottom__block a svg {
  fill: #fff;
  margin: 0 5px;
}

.footer-bottom__block span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  cursor: default;
  margin-bottom: 5px;
}

.footer-bottom__block ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer-bottom__block ul li {
  margin: 5px 0;
}

.footer-content {
  max-width: 680px;
  text-align: center;
  margin: 40px auto 10px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  cursor: default;
  cursor: default;
}

.footer-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-content p {
  font-size: 16px;
  font-weight: 300;
}

.mobfooter {
  width: 100%;
  background-color: #02679e;
  padding: 20px 0;
}

@media screen and (min-width: 980px) {
  .mobfooter {
    display: none;
  }
}

.mobfooter-top {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
  cursor: default;
}

.mobfooter-top__block {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  cursor: default;
  max-width: 340px;
}

.mobfooter-top__block-name {
  font-size: 30px;
  font-weight: 700;
}

.mobfooter-top__block-subname {
  font-size: 22px;
  font-weight: 500;
  margin: 15px 0;
}

.mobfooter-top__block-text {
  font-size: 16px;
  font-weight: 300;
}

.mobfooter-top__block-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 5px 0;
}

.mobfooter-top__block-link:hover {
  text-decoration: underline;
}

.mobfooter-top__block-link:hover svg {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.mobfooter-top__block-link svg {
  fill: #fff;
  margin: 0 5px;
}

.mobfooter-top__block-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.mobfooter-top__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mobfooter-top__container-block {
  min-width: 250px;
  width: 100%;
  margin: 10px 30px;
  font-family: 'Roboto', sans-serif;
  cursor: default;
}

.mobfooter-top__container-block span {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobfooter-top__container-block span svg {
  fill: #fff;
}

.mobfooter-top__container-block:active .mobfooter-top__container-block:hover .mobfooter-ul {
  display: block !important;
}

.mobfooter-top__container-block ul {
  margin: 15px 0;
}

.mobfooter-top__container-block ul li {
  margin: 8px 0;
}

.mobfooter-top__container-block ul li:hover {
  text-decoration: underline;
}

.mobfooter-top__container-block ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.mobfooter-bottom {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 20px 0;
  cursor: default;
  padding: 0 10px;
}

@media screen and (max-width: 380px) {
  .mobfooter-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mobfooter-bottom__block {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Roboto', sans-serif;
  cursor: default;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobfooter-bottom__block a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  cursor: default;
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobfooter-bottom__block a:hover {
  text-decoration: underline;
}

.mobfooter-bottom__block a:hover svg {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.mobfooter-bottom__block a svg {
  fill: #fff;
  margin: 0 5px;
}

.mobfooter-bottom__block span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  cursor: default;
  margin-bottom: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.mobfooter-bottom__block span svg {
  fill: #fff;
}

.mobfooter-bottom__block ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.mobfooter-bottom__block ul li {
  margin: 5px 0;
}

.mobfooter-content {
  max-width: 680px;
  text-align: center;
  margin: 40px auto 10px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  cursor: default;
  cursor: default;
  padding: 0 10px;
}

.mobfooter-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.mobfooter-content p {
  font-size: 16px;
  font-weight: 300;
}

.mobfooter-ul {
  display: none;
}

.mobfooter-top__container-block:focus .mobfooter-ul, .mobfooter-top__container-block:hover .mobfooter-ul {
  display: block;
}

.mobfooter-top__container-block:focus svg, .mobfooter-top__container-block:hover svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.post__how {
  max-width: 930px;
  width: 100%;
  margin: 50px auto;
  padding: 10px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 780px) {
  .post__how {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px auto;
  }
}

.post__how-text {
  width: 100%;
}

.post__how-text h1 {
  font-size: 50px;
  font-family: 'Raleway', sans-serif;
  cursor: default;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 18px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .post__how-text h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .post__how-text h1 {
    font-size: 26px;
    line-height: 1;
  }
}

.post__how-text p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  cursor: default;
  margin: 15px 0;
}

.post__how-text h3 {
  font-size: 50px;
  font-family: 'Raleway', sans-serif;
  cursor: default;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 18px;
}

@media screen and (max-width: 980px) {
  .post__how-text h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .post__how-text h3 {
    font-size: 26px;
    line-height: 1;
  }
}

.post__how-img {
  width: 100%;
  margin: 30px auto;
}

.post__how-img img {
  width: 100%;
  height: auto;
}

.post__give-citizenship {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px 0 50px;
}

@media screen and (max-width: 980px) {
  .post__give-citizenship {
    padding: 0 20px;
  }
}

.post__give-citizenship h3 {
  font-size: 50px;
  font-family: 'Raleway', sans-serif;
  cursor: default;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 18px;
}

@media screen and (max-width: 980px) {
  .post__give-citizenship h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .post__give-citizenship h3 {
    font-size: 26px;
    line-height: 1;
  }
}

.post__give-citizenship p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  cursor: default;
  margin-bottom: 18px;
}

.post__give-citizenship ul {
  border-left: 5px solid #0082C6;
}

.post__give-citizenship ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  cursor: default;
  margin-left: 25px;
  margin-bottom: 4px;
}

@media screen and (max-width: 480px) {
  .post__give-citizenship ul li {
    margin-left: 10px;
  }
}

.post__give-citizenship ul li span {
  color: #0083CA;
  font-weight: bold;
  margin-right: 5px;
}

.burger-menu__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
  height: 50px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 999;
}

@media screen and (min-width: 980px) {
  .burger-menu__button {
    display: none;
  }
}

.burger-menu__button-item {
  background: black;
  display: inline-block;
  height: 5px;
  margin-top: 4px;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  width: 40px;
}

.burger-menu__button-item:nth-child(2) {
  -webkit-transition-delay: 100ms;
       -o-transition-delay: 100ms;
          transition-delay: 100ms;
}

.burger-menu__button-item:nth-child(3) {
  -webkit-transition-delay: 100ms;
       -o-transition-delay: 100ms;
          transition-delay: 100ms;
}

.burger-menu__button.active .burger-menu__button-item:nth-child(1) {
  -webkit-transform: rotate(-45deg) translateX(-6px) translateY(5px);
      -ms-transform: rotate(-45deg) translateX(-6px) translateY(5px);
          transform: rotate(-45deg) translateX(-6px) translateY(5px);
}

.burger-menu__button.active .burger-menu__button-item:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.burger-menu__button.active .burger-menu__button-item:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateX(4px) translateY(-8px);
      -ms-transform: rotate(-45deg) translateX(4px) translateY(-8px);
          transform: rotate(-45deg) translateX(4px) translateY(-8px);
}

.burger-menu__content-links {
  width: 100%;
  height: 100%;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #3482C1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0 30px 0;
  -webkit-box-shadow: 2px 2px 14px 0px rgba(50, 50, 50, 0.65);
          box-shadow: 2px 2px 14px 0px rgba(50, 50, 50, 0.65);
  opacity: 0;
  z-index: -1;
}

.burger-menu__content-links ul {
  width: 95%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 22px;
}

@media screen and (min-width: 980px) {
  .burger-menu__content-links {
    display: none;
  }
}

.show__burger-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  z-index: 555;
}

.burger-submenu__grazhdanstvo-link, .burger-submenu__pmg-link, .burger-submenu__vng-link, .burger-submenu__comparison-link, .burger-submenu__company-link, .burger-submenu__blog-link {
  width: 100%;
  margin: 8px 0;
}

.burger-submenu__grazhdanstvo-button, .burger-submenu__pmg-button, .burger-submenu__vng-button, .burger-submenu__comparison-button, .burger-submenu__company-button, .burger-submenu__blog-button {
  width: 100%;
  border-bottom: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 15px;
}

.burger-submenu__grazhdanstvo-button a, .burger-submenu__grazhdanstvo-button span, .burger-submenu__pmg-button a, .burger-submenu__pmg-button span, .burger-submenu__vng-button a, .burger-submenu__vng-button span, .burger-submenu__comparison-button a, .burger-submenu__comparison-button span, .burger-submenu__company-button a, .burger-submenu__company-button span, .burger-submenu__blog-button a, .burger-submenu__blog-button span {
  color: #fff;
  letter-spacing: 1px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.burger-submenu__grazhdanstvo-button p, .burger-submenu__pmg-button p, .burger-submenu__vng-button p, .burger-submenu__comparison-button p, .burger-submenu__company-button p, .burger-submenu__blog-button p {
  color: #ffffff;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-weight: bold;
  font-size: 18px;
}

.burger-submenu__grazhdanstvo, .burger-submenu__pmg, .burger-submenu__vng, .burger-submenu__comparison, .burger-submenu__company {
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 200px;
}

.burger-submenu__grazhdanstvo-one, .burger-submenu__grazhdanstvo-two, .burger-submenu__pmg-one, .burger-submenu__vng-left, .burger-submenu__vng-right, .burger-submenu__comparison-left, .burger-submenu__comparison-right, .burger-submenu__company-one {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 30px;
  padding: 10px 0;
  font-size: 16px !important;
}

.burger-submenu__grazhdanstvo-one li, .burger-submenu__grazhdanstvo-two li, .burger-submenu__pmg-one li, .burger-submenu__vng-left li, .burger-submenu__vng-right li, .burger-submenu__comparison-left li, .burger-submenu__comparison-right li, .burger-submenu__company-one li {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.burger-submenu__grazhdanstvo-one li a, .burger-submenu__grazhdanstvo-two li a, .burger-submenu__pmg-one li a, .burger-submenu__vng-left li a, .burger-submenu__vng-right li a, .burger-submenu__comparison-left li a, .burger-submenu__comparison-right li a, .burger-submenu__company-one li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.burger-submenu__grazhdanstvo-one li a svg, .burger-submenu__grazhdanstvo-two li a svg, .burger-submenu__pmg-one li a svg, .burger-submenu__vng-left li a svg, .burger-submenu__vng-right li a svg, .burger-submenu__comparison-left li a svg, .burger-submenu__comparison-right li a svg, .burger-submenu__company-one li a svg {
  margin-right: 5px;
}

.burger-submenu__grazhdanstvo-one li span, .burger-submenu__grazhdanstvo-two li span, .burger-submenu__pmg-one li span, .burger-submenu__vng-left li span, .burger-submenu__vng-right li span, .burger-submenu__comparison-left li span, .burger-submenu__comparison-right li span, .burger-submenu__company-one li span {
  cursor: default;
  font-weight: bold;
}

.activeSubMenu {
  display: block;
}

/* gallery navigation */

.g_navigation {
  text-align: center;
}

.g_navigation li {
  display: inline-block;
}
.g_navigation li a {
  padding: 0 1em;
  color: #000;
  margin: 0 2em;
}

@media screen and (max-width: 480px) {
  .g_navigation li {
    width: 100%;
    margin: 1em 0;
  }
}

#gallery_frame {
  height: 90vh;
}