@charset "UTF-8";
/*   Встроены в HTML*/
html {
  line-height: 1.15;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: "Neucha";
  src: local(Neucha), url("../fonts/neucha.woff2") format("woff2"), url("../fonts/neucha.woff") format("woff"), url("../fonts/neucha.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Qanelas-Regular";
  src: url("../fonts/qanelas-regular.eot");
  src: url("../fonts/qanelas-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/qanelas-regular.woff") format("woff"), url("../fonts/qanelas-regular.woff2") format("woff2"), url("../fonts/qanelas-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Qanelas-Semibold";
  src: url("../fonts/qanelas-semibold.woff") format("woff"), url("../fonts/qanelas-semibold.woff2") format("woff2"), url("../fonts/qanelas-semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Qanelas-Medium";
  src: url("../fonts/qanelas-medium.woff") format("woff"), url("../fonts/qanelas-medium.woff2") format("woff2"), url("../fonts/qanelas-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Qanelas-Bold";
  src: url("../fonts/qanelas-bold.eot");
  src: url("../fonts/qanelas-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/qanelas-bold.woff") format("woff"), url("../fonts/qanelas-bold.woff2") format("woff2"), url("../fonts/qanelas-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: local("Open Sans Cond Light"), local(OpenSans-CondensedLight), url("../fonts/opensanscondlight.woff2") format("woff2"), url("../fonts/opensanscondlight.woff") format("woff"), url("../fonts/opensanscondlight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: local("Open Sans Condensed Bold"), local(OpenSans-CondensedBold), url("../fonts/opensanscondensedbold.woff2") format("woff2"), url("../fonts/opensanscondensedbold.woff") format("woff"), url("../fonts/opensanscondensedbold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Qanelas-Regular", "Arial", sans-serif;
  color: #0c1327;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}
img {
  width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.tab-pane {
  display: none;
}
.active {
  display: block;
}
.orange {
  color: #ff5a00;
}
.uppercase {
  text-transform: uppercase;
}
.blue {
  color: #4d6d9a;
}

.hidden {
  display: none;
}
.form__input.error {
  border: 2px solid #ff3131;
}
.visible-mobile {
  display: block;
}
.popup-content {
  display: none;
}
.nav-overlay {
  position: fixed;
  top: 68px;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 8;
}
.nav-overlay.active {
  display: block;
}
.bold {
  font-family: "Qanelas-Bold", "Arial", sans-serif;
}
@media (min-width: 768px) {
  .visible-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .nav-overlay {
    top: 85px;
  }
}
.page {
  position: relative;
  z-index: -99999;
}
.page::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #a99888;
  background-image: url(../img/bg414.jpg);
  background-size: cover;
  background-position: top center;
  z-index: -99999;
}

.page-main {
  position: relative;
}
.page-main--blog {
  margin-top: 68px;
}

@media (min-width: 992px) {
  .page-main--blog {
    margin-top: 75px;
  }
}
.container {
  width: auto;
  padding: 0 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1170px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social__item--margin {
  margin-bottom: 10px;
}
.social__item--desktop {
  display: none;
}
.social__item + .social__item {
  margin-left: 22px;
}
.social__item--header + .social__item {
  margin-left: 15px;
}
.social__link {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.social__link--size {
  width: 30px;
  height: 30px;
}
.social__link--vk {
  background-image: url("data:image/svg+xml,%3Csvg alt='Вконтакте Doma' width='33' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M16.123 18.92h1.97s.595-.064.9-.392c.28-.3.27-.865.27-.865s-.04-2.643 1.188-3.032c1.21-.383 2.763 2.555 4.41 3.685 1.243.855 2.19.668 2.19.668l4.4-.062s2.302-.14 1.21-1.95c-.09-.15-.636-1.34-3.272-3.787-2.76-2.56-2.39-2.147.934-6.577 2.024-2.698 2.834-4.345 2.58-5.05-.24-.673-1.73-.495-1.73-.495l-4.954.03s-.368-.05-.64.114c-.266.16-.437.532-.437.532s-.784 2.088-1.83 3.863c-2.206 3.746-3.088 3.944-3.45 3.71-.838-.54-.628-2.177-.628-3.34 0-3.63.55-5.144-1.073-5.536-.54-.13-.936-.216-2.314-.23-1.768-.018-3.264.006-4.11.42-.565.277-1 .892-.735.927.33.045 1.07.2 1.464.736.507.69.49 2.243.49 2.243s.29 4.273-.682 4.803c-.668.365-1.584-.38-3.55-3.778C7.71 3.815 6.95 1.89 6.95 1.89s-.146-.36-.408-.553c-.318-.233-.76-.307-.76-.307l-4.71.03s-.707.02-.966.328c-.23.273-.02.84-.02.84s3.687 8.623 7.862 12.97c3.827 3.985 8.173 3.723 8.173 3.723'%3E%3C/path%3E%3C/svg%3E");
}
.social__link--insta {
  background-image: url("data:image/svg+xml,%3Csvg alt='Инстаграм Doma' width='24' height='24' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.4 0H6.6C3 0 0 3 0 6.6v10.8C0 21 3 24 6.6 24h10.8c3.7 0 6.6-3 6.6-6.6V6.6C24 3 21 0 17.4 0zm4.5 17.4c0 2.5-2 4.5-4.5 4.5H6.6c-2.5 0-4.5-2-4.5-4.5V6.6c0-2.5 2-4.5 4.5-4.5h10.8c2.5 0 4.5 2 4.5 4.5v10.8z'/%3E%3Cpath d='M12 5.8c-3.4 0-6.2 2.8-6.2 6.2 0 3.4 2.8 6.2 6.2 6.2s6.2-2.8 6.2-6.2c0-3.4-2.8-6.2-6.2-6.2zm0 10.3c-2.2 0-4.1-1.8-4.1-4.1 0-2.2 1.8-4.1 4.1-4.1s4.1 1.8 4.1 4.1c0 2.2-1.9 4.1-4.1 4.1zM18.4 4c-.4 0-.8.2-1.1.5-.3.3-.5.7-.5 1.1 0 .4.2.8.5 1.1.3.3.7.4 1.1.4.4 0 .8-.2 1.1-.5.3-.2.5-.6.5-1s-.2-.8-.5-1.1c-.2-.3-.6-.5-1.1-.5z'/%3E%3C/svg%3E");
}
.social__link--tg {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' alt='Телеграм Doma' x='0px' y='0px' width='100' height='100' viewBox='0 0 50 50'%3E%3Cpath d='M46.137,6.552c-0.75-0.636-1.928-0.727-3.146-0.238l-0.002,0C41.708,6.828,6.728,21.832,5.304,22.445	c-0.259,0.09-2.521,0.934-2.288,2.814c0.208,1.695,2.026,2.397,2.248,2.478l8.893,3.045c0.59,1.964,2.765,9.21,3.246,10.758	c0.3,0.965,0.789,2.233,1.646,2.494c0.752,0.29,1.5,0.025,1.984-0.355l5.437-5.043l8.777,6.845l0.209,0.125	c0.596,0.264,1.167,0.396,1.712,0.396c0.421,0,0.825-0.079,1.211-0.237c1.315-0.54,1.841-1.793,1.896-1.935l6.556-34.077	C47.231,7.933,46.675,7.007,46.137,6.552z M22,32l-3,8l-3-10l23-17L22,32z'%3E%3C/path%3E%3C/svg%3E");
}
.social__link--tg-dark {
  background-image: url("data:image/svg+xml,%3Csvg fill='%234d6d9a' xmlns='http://www.w3.org/2000/svg' alt='Телеграм Doma' x='0px' y='0px' width='100' height='100' viewBox='0 0 50 50'%3E%3Cpath d='M46.137,6.552c-0.75-0.636-1.928-0.727-3.146-0.238l-0.002,0C41.708,6.828,6.728,21.832,5.304,22.445	c-0.259,0.09-2.521,0.934-2.288,2.814c0.208,1.695,2.026,2.397,2.248,2.478l8.893,3.045c0.59,1.964,2.765,9.21,3.246,10.758	c0.3,0.965,0.789,2.233,1.646,2.494c0.752,0.29,1.5,0.025,1.984-0.355l5.437-5.043l8.777,6.845l0.209,0.125	c0.596,0.264,1.167,0.396,1.712,0.396c0.421,0,0.825-0.079,1.211-0.237c1.315-0.54,1.841-1.793,1.896-1.935l6.556-34.077	C47.231,7.933,46.675,7.007,46.137,6.552z M22,32l-3,8l-3-10l23-17L22,32z'%3E%3C/path%3E%3C/svg%3E");
}
.social__link--wa-dark {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24px' height='24px' fill='%234d6d9a'%3E%3Cpath d='M19.077,4.928c-2.082-2.083-4.922-3.134-7.904-2.894C7.164,2.356,3.65,5.144,2.474,8.99 c-0.84,2.748-0.487,5.617,0.881,7.987L2.059,21.28c-0.124,0.413,0.253,0.802,0.67,0.691l4.504-1.207 c1.459,0.796,3.101,1.215,4.773,1.216h0.004c4.195,0,8.071-2.566,9.412-6.541C22.728,11.563,21.762,7.616,19.077,4.928z M16.898,15.554c-0.208,0.583-1.227,1.145-1.685,1.186c-0.458,0.042-0.887,0.207-2.995-0.624c-2.537-1-4.139-3.601-4.263-3.767 c-0.125-0.167-1.019-1.353-1.019-2.581S7.581,7.936,7.81,7.687c0.229-0.25,0.499-0.312,0.666-0.312c0.166,0,0.333,0,0.478,0.006 c0.178,0.007,0.375,0.016,0.562,0.431c0.222,0.494,0.707,1.728,0.769,1.853s0.104,0.271,0.021,0.437s-0.125,0.27-0.249,0.416 c-0.125,0.146-0.262,0.325-0.374,0.437c-0.125,0.124-0.255,0.26-0.11,0.509c0.146,0.25,0.646,1.067,1.388,1.728 c0.954,0.85,1.757,1.113,2.007,1.239c0.25,0.125,0.395,0.104,0.541-0.063c0.146-0.166,0.624-0.728,0.79-0.978 s0.333-0.208,0.562-0.125s1.456,0.687,1.705,0.812c0.25,0.125,0.416,0.187,0.478,0.291 C17.106,14.471,17.106,14.971,16.898,15.554z'/%3E%3C/svg%3E");
}
.social__link--youtube {
  background-image: url("data:image/svg+xml,%3Csvg alt='YouTube Студия Ремонтов' width='24' height='24' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.495 6.205a3.007 3.007 0 0 0-2.088-2.088c-1.87-.501-9.396-.501-9.396-.501s-7.507-.01-9.396.501A3.007 3.007 0 0 0 .527 6.205a31.247 31.247 0 0 0-.522 5.805 31.247 31.247 0 0 0 .522 5.783 3.007 3.007 0 0 0 2.088 2.088c1.868.502 9.396.502 9.396.502s7.506 0 9.396-.502a3.007 3.007 0 0 0 2.088-2.088 31.247 31.247 0 0 0 .5-5.783 31.247 31.247 0 0 0-.5-5.805zM9.609 15.601V8.408l6.264 3.602z'%3E%3C/path%3E%3C/svg%3E");
}
.social__link:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@media (min-width: 992px) {
  .social__link--size {
    width: 35px;
    height: 35px;
  }
}
.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-nav__list {
  display: none;
}
.main-nav__toggle-name {
  margin: 0;
  font-size: 0;
  cursor: pointer;
}
.main-nav__toggle-name:hover {
  color: #00afec;
}
.main-nav__toggle {
  position: relative;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 555;
  outline: none;
}
.main-nav__burger,
.main-nav__burger::after,
.main-nav__burger::before {
  width: 18px;
  height: 2px;
}
.main-nav__burger {
  position: absolute;
  top: 14px;
  left: 9px;
  display: block;
  background: #fb9b36;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
}
.main-nav__toggle--opened .main-nav__burger {
  background: rgba(251, 155, 54, 0);
}
.main-nav__burger::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  background: #fb9b36;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.main-nav__burger::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background: #fb9b36;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.main-nav__toggle--opened .main-nav__burger::before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.main-nav__toggle--opened .main-nav__burger::after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 768px) {
  .main-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .main-nav__toggle {
    margin-left: 10px;
  }
  .main-nav__toggle-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.alm-load-more-btn,
.btn {
  display: block;
  padding: 15px 11px;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-color: #4d6d9a;
  border: 2px solid #4d6d9a;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.btn:hover {
  color: #4d6d9a;
  background-color: #ffffff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.btn--bg {
  color: #4d6d9a;
  background-color: #ffffff;
}
.btn--bg:hover {
  color: #ffffff;
  background-color: #4d6d9a;
}

.btn--back {
  margin-top: 20px;
}
.btn--success {
  color: #ffffff;
}
.btn--back:active {
  color: #004298;
}
@media (min-width: 992px) {
  .btn--back {
    font-size: 18px;
  }
}
.page-header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #535772;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
  z-index: 1040;
}
.page-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-header__blockquote {
  display: none;
}
.page-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.page-header__wrapper {
  margin-bottom: 3px;
  width: 100%;
}
.page-header__tour {
  position: relative;
  text-decoration: none;
  color: inherit;
  width: 208px;
  padding: 6px;
  margin-bottom: 5px;
  font-size: 12px;
  border-width: 1px;
  border-color: var(--main-second-color);
}
.page-header__tour:hover {
  border-width: 1px;
}
.page-header__social {
  display: none;
}
.page-header__logo {
  display: block;
  font-size: 0;
  width: 59px;
  -ms-flex-item-align: center;
  align-self: center;
}
.page-header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5e5e5e;
}
.page-header__time {
  display: none;
}
.page-header__phone {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-header__phone:hover {
  color: var(--main-gen-color);
}
.page-header__link {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 10px 0;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-header__link:hover,
.page-header__link:active {
  color: var(--main-gen-color);
}
.page-header__link--calc {
  position: relative;
  padding-left: 19px;
  font-size: 0;
}
.page-header__link--calc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='800' height='800' viewBox='0 0 460 460'%3E%3Cpath fill='%232da3a5' d='M369.635 0H90.365C73.595 0 60 13.595 60 30.365v399.27C60 446.405 73.595 460 90.365 460h279.27c16.77 0 30.365-13.595 30.365-30.365V30.365C400 13.595 386.405 0 369.635 0zM108.204 343.61v-43.196a6.248 6.248 0 0 1 6.248-6.248h43.196a6.248 6.248 0 0 1 6.248 6.248v43.196a6.248 6.248 0 0 1-6.248 6.248h-43.196a6.248 6.248 0 0 1-6.248-6.248zm0-87v-43.196a6.248 6.248 0 0 1 6.248-6.248h43.196a6.248 6.248 0 0 1 6.248 6.248v43.196a6.248 6.248 0 0 1-6.248 6.248h-43.196a6.248 6.248 0 0 1-6.248-6.248zM308.891 421H151.109c-11.046 0-20-8.954-20-20s8.954-20 20-20h157.782c11.046 0 20 8.954 20 20s-8.954 20-20 20zM208.402 294.165h43.196a6.248 6.248 0 0 1 6.248 6.248v43.196a6.248 6.248 0 0 1-6.248 6.248h-43.196a6.248 6.248 0 0 1-6.248-6.248v-43.196a6.248 6.248 0 0 1 6.248-6.248zm-6.248-37.555v-43.196a6.248 6.248 0 0 1 6.248-6.248h43.196a6.248 6.248 0 0 1 6.248 6.248v43.196a6.248 6.248 0 0 1-6.248 6.248h-43.196a6.248 6.248 0 0 1-6.248-6.248zm143.394 93.248h-43.196a6.248 6.248 0 0 1-6.248-6.248v-43.196a6.248 6.248 0 0 1 6.248-6.248h43.196a6.248 6.248 0 0 1 6.248 6.248v43.196a6.248 6.248 0 0 1-6.248 6.248zm0-87h-43.196a6.248 6.248 0 0 1-6.248-6.248v-43.196a6.248 6.248 0 0 1 6.248-6.248h43.196a6.248 6.248 0 0 1 6.248 6.248v43.196a6.248 6.248 0 0 1-6.248 6.248zM354 149.637c0 11.799-9.565 21.363-21.363 21.363H127.364C115.565 171 106 161.435 106 149.637V62.363C106 50.565 115.565 41 127.364 41h205.273C344.435 41 354 50.565 354 62.363v87.274z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-header__button {
  display: block;
  background-color: transparent;
  border: none;
}
.page-header__btn {
  display: none;
}
.page-header__nav {
  position: absolute;
  display: none;
  padding: 15px;
  top: 90px;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 0 0 5px 5px;
  z-index: 9999;
}
.page-header__nav--apart {
  top: 68px;
}
@media (min-width: 768px) {
  .page-header__button {
    display: none;
  }
  .page-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-header__nav {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border: none;
    width: auto;
    z-index: 1;
  }
  .page-header__logo {
    width: 68px;
  }
  .page-header__wrapper {
    margin-bottom: 5px;
  }
  .page-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-header__item + .page-header__item {
    margin-left: 10px;
  }
  .page-header__link {
    padding: 3px 0;
    font-size: 16px;
    cursor: pointer;
  }
  .page-header__tour {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .page-header__phone {
    font-size: 23px;
  }
  .page-header__tour {
    margin-right: 43px;
  }
  .page-header__time {
    position: relative;
    display: block;
    margin: 0;
    margin-right: 10px;
    padding-left: 20px;
    font-size: 14px;
    color: inherit;
  }
  .page-header__time::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%2386b3d1' d='M7.999 1.333A6.674 6.674 0 0 0 1.332 8a6.674 6.674 0 0 0 6.667 6.667A6.674 6.674 0 0 0 14.665 8 6.674 6.674 0 0 0 8 1.333Zm0 12A5.34 5.34 0 0 1 2.665 8 5.34 5.34 0 0 1 8 2.667 5.34 5.34 0 0 1 13.332 8a5.34 5.34 0 0 1-5.333 5.333Z'/%3E%3Cpath fill='%2386b3d1' d='M8.665 4.667H7.332v4h4V7.333H8.665V4.667Z'/%3E%3C/svg%3E");
  }
  .page-header__time small {
    display: block;
    font-size: 12px;
  }
  .page-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-header__blockquote {
    display: block;
    margin: 0;
  }
  .page-header__blockquote p {
    display: inline-block;
    margin: 0;
    font-style: italic;
    color: #798087;
  }
  .page-header__blockquote cite {
    display: inline-block;
    font-style: normal;
    margin-left: 6px;
    font-size: 12px;
    color: #a4aaaf;
  }
  .page-header__btn {
    display: block;
    padding: 11px;
    margin-right: 0;
    margin-left: 15px;
    width: 200px;
  }
  .page-header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
  }
}
@media (min-width: 1120px) {
  .page-header__phone {
    font-size: 23px;
  }
  .page-header__tour {
    margin-bottom: 9px;
  }
  .page-header__logo {
    width: 70px;
  }
  .page-header__tour {
    margin-right: 10px;
  }
  .page-header__link {
    font-size: 18px;
  }
  .page-header__time {
    margin-right: 18px;
    padding-left: 23px;
    font-size: 16px;
  }
  .page-header__time small {
    font-size: 14px;
  }
  .page-header__wrapper {
    margin-bottom: 7px;
  }
  .page-header__item + .page-header__item {
    margin-left: 17px;
  }
}
/*!
     * animate.css -http://daneden.me/animate
     * Version - 3.7.0
     * Licensed under the MIT license - http://opensource.org/licenses/MIT
     *
     * Copyright (c) 2018 Daniel Eden
     */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-1 {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.animated-2 {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animated-3 {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.animated-4 {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@-webkit-keyframes ani_close_popup {
  0% {
    -webkit-transform: scale(1, 1) rotate(0, 0);
    transform: scale(1, 1) rotate(0, 0);
  }
  60% {
    -webkit-transform: scale(0.6, 0.6) rotate(-20deg);
    transform: scale(0.6, 0.6) rotate(-20deg);
  }
  70% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  80% {
    -webkit-transform: scale(1, 1) rotate(-10deg);
    transform: scale(1, 1) rotate(-10deg);
  }
  90% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  95% {
    -webkit-transform: scale(1.2, 1.2) rotate(-5deg);
    transform: scale(1.2, 1.2) rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(0);
    transform: scale(1, 1) rotate(0);
  }
}
@keyframes ani_close_popup {
  0% {
    -webkit-transform: scale(1, 1) rotate(0, 0);
    transform: scale(1, 1) rotate(0, 0);
  }
  60% {
    -webkit-transform: scale(1.4, 1.4) rotate(-20deg);
    transform: scale(1.4, 1.4) rotate(-20deg);
  }
  70% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  80% {
    -webkit-transform: scale(1, 1) rotate(-10deg);
    transform: scale(1, 1) rotate(-10deg);
  }
  90% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  95% {
    -webkit-transform: scale(1.2, 1.2) rotate(-5deg);
    transform: scale(1.2, 1.2) rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(0);
    transform: scale(1, 1) rotate(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.second-sub {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.second-sub__back {
  position: relative;
  padding: 15px 15px 15px 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a73e8;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}
.second-sub__back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -7px;
  width: 10px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' fill='none'%3E%3Cpath stroke='%230069FF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.422 1.455 7.24 7.273l5.818-5.818'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.second-sub.active {
  display: block;
}
.second-sub--grid.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.second-sub--grid .second-sub__item {
  width: 33.33333%;
}
.second-sub__item a {
  display: block;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2f2923;
  font-size: 12px;
  text-decoration: none;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
@media (min-width: 768px) {
  .second .second-sub__item a:hover,
  .second-sub__item:hover,
  .second-sub__item.active {
    text-decoration: underline;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .second-sub {
    padding-top: 20px;
  }
  .second-sub__item a {
    padding-top: 11px;
    padding-bottom: 11px;
    text-decoration: none;
    font-size: 14px;
    border-bottom: none;
  }
  .second-sub__item.active a {
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  .second-sub {
    padding-top: 38px;
  }
  .second-sub__item a {
    font-size: 16px;
  }
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 38, 40, 0.4);
  z-index: 1000;
}
.nav-overlay.active {
  display: block;
}
.form__btn {
  display: block;
  padding: 11px;
  margin: 0 auto;
  width: 100%;
  max-width: 387px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a181b;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border: 2px solid #1a73e8;
  border-radius: 15px 15px 0px 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.form__control {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #535772;
  background-color: #ffffff;
  border: 1px solid rgba(215, 215, 224, 0.7);
  border-radius: 5px;
  -webkit-appearance: none;
  outline: 0;
}
@media (min-width: 1240px) {
  .form__control {
    padding: 14px 23px;
  }
}
.form__control--border {
  padding-left: 0;
  border: none;
  color: #5b6987;
  border-radius: 0;
  border-bottom: 2px solid #b1cef6;
  background-color: transparent;
}
.form__control--textarea {
  margin-top: 30px;
  padding: 15px 20px;
  border: 2px solid #b1cef6;
  resize: none;
}
.form__control.error {
  border-bottom: 2px solid #f5081e;
}
.form--popup {
  position: relative;
  padding: 30px;
  margin: 0 auto;
  max-width: 370px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #b7d0f3;
  -webkit-box-shadow: 0px 8px 30px rgba(26, 24, 27, 0.1);
  box-shadow: 0px 8px 30px rgba(26, 24, 27, 0.1);
  border-radius: 20px;
}
.form__grid--vacancy {
  margin-bottom: 20px;
}
.form__wrapper + .form__wrapper {
  margin-top: 30px;
}
.form__title {
  margin: 0;
  margin-bottom: 30px;
  font-family: "Qanelas-Bold", "Arial", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.25;
  text-align: center;
}
.form__caption {
  margin: 0;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #004298;
  text-align: center;
}
.form__privacy {
  margin-top: 25px;
  font-size: 11px;
  text-align: center;
  color: #adadad;
}
.form__privacy a {
  color: inherit;
  cursor: pointer;
}
.form__privacy a:hover {
  text-decoration: none;
}
.form__btn {
  margin-top: 35px;
}
.form__btn--calc {
  margin-top: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover {
  -webkit-text-fill-color: #5b6987;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%);
}
@media (min-width: 768px) {
  .form__grid--vacancy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 595px;
  }
  .form__grid--vacancy .form__wrapper {
    width: 47%;
  }
  .form__grid--vacancy .form__wrapper + .form__wrapper {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .form--vacancy {
    padding: 40px;
  }
  .form__caption {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .form__wrapper--card {
    width: 48%;
  }
  .form__wrapper--card + .form__wrapper {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .form--width {
    padding: 30px 50px;
    max-width: 750px;
  }
  .form--width .form__wrapper {
    width: 45%;
  }
  .form--width .form__wrapper + .form__wrapper {
    margin-top: 0;
  }
  .form__title {
    font-size: 23px;
  }
  .form__caption {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 540px;
    font-size: 28px;
  }
  .form__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .form__control--card {
    font-size: 10px;
  }
}
@media (min-width: 1240px) {
  .form__caption {
    width: 630px;
    font-size: 32px;
  }
}
/*!
     * animate.css -http://daneden.me/animate
     * Version - 3.7.0
     * Licensed under the MIT license - http://opensource.org/licenses/MIT
     *
     * Copyright (c) 2018 Daniel Eden
     */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3%, 0);
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-1 {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.animated-2 {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animated-3 {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animated-4 {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-webkit-keyframes ani_close_popup {
  0% {
    -webkit-transform: scale(1, 1) rotate(0, 0);
    transform: scale(1, 1) rotate(0, 0);
  }
  60% {
    -webkit-transform: scale(0.6, 0.6) rotate(-20deg);
    transform: scale(0.6, 0.6) rotate(-20deg);
  }
  70% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  80% {
    -webkit-transform: scale(1, 1) rotate(-10deg);
    transform: scale(1, 1) rotate(-10deg);
  }
  90% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  95% {
    -webkit-transform: scale(1.2, 1.2) rotate(-5deg);
    transform: scale(1.2, 1.2) rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(0);
    transform: scale(1, 1) rotate(0);
  }
}
@keyframes ani_close_popup {
  0% {
    -webkit-transform: scale(1, 1) rotate(0, 0);
    transform: scale(1, 1) rotate(0, 0);
  }
  60% {
    -webkit-transform: scale(1.4, 1.4) rotate(-20deg);
    transform: scale(1.4, 1.4) rotate(-20deg);
  }
  70% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  80% {
    -webkit-transform: scale(1, 1) rotate(-10deg);
    transform: scale(1, 1) rotate(-10deg);
  }
  90% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  95% {
    -webkit-transform: scale(1.2, 1.2) rotate(-5deg);
    transform: scale(1.2, 1.2) rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(0);
    transform: scale(1, 1) rotate(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.page-footer {
  padding: 30px 0;
  padding-bottom: 70px;
  color: #ffffff;
  background-color: #5f6366;
}
.page-footer__caption {
  display: none;
}
.page-footer__list {
  margin: 0;
  padding: 0;

  list-style:  none;
}
.page-footer__head {
  position: relative;
  margin: 0;
  padding: 15px 0 15px;
  font-size: 17px;
  font-weight: 400;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
.page-footer__head::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' id='icon-caret-footer'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-footer__head.active {
  border-bottom: 1px solid transparent;
}
.page-footer__head.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.page-footer__subnav {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.page-footer__subnav.hidden {
  display: none;
}
.page-footer__subnav-item {
  display: block;
}
.page-footer__subnav-item + .page-footer__subnav-item {
  margin-top: 15px;
}
.page-footer__subnav-link {
  color: inherit;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.9;
}
.page-footer__subnav-link:hover {
  border-bottom: 1px solid #ffffff;
  opacity: 1;
}
.page-footer__top {
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
.page-footer__bottom {
  padding-top: 20px;
}
.page-footer__info {
  display: inline;
  margin: 0;
}
.page-footer__info--font {
  font-size: 16px;
}
.page-footer__info:last-child {
  display: block;
}
.page-footer__middle {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.page-footer__link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #c8c8c8;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-footer__link:hover {
  border-bottom: 1px solid #fff;
  opacity: 1;
}
@media (min-width: 768px) {
  .page-footer__caption {
    display: block;
    margin: 0;
    margin-right: 25px;
    font-size: 21px;
    letter-spacing: 0.7px;
    font-weight: 400;
  }
  .page-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .page-footer {
    padding-bottom: 30px;
  }
  .page-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 16px;
    opacity: 0.9;
  }
  .page-footer__middle {
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .page-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  .page-footer__nav {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ffffff;
  }
  .page-footer__subnav {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-footer__subnav.hidden {
    display: block;
  }
  .page-footer__subnav-link {
    font-size: 16px;
  }
  .page-footer__head {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 25px;
    border-bottom: none;
    cursor: auto;
  }
  .page-footer__head::after {
    content: none;
  }
}
.fixed-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
}
.fixed-menu__item {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fixed-menu__btn {
  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;
  width: 100%;
  min-height: 53px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-decoration: none;
  color: inherit;
}
.fixed-menu__btn::before {
  content: "";
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.fixed-menu__btn--wa {
  background-color: #40c351;
}
.fixed-menu__btn--wa::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24px' height='24px' fill='%23ffffff'%3E%3Cpath d='M19.077,4.928c-2.082-2.083-4.922-3.134-7.904-2.894C7.164,2.356,3.65,5.144,2.474,8.99 c-0.84,2.748-0.487,5.617,0.881,7.987L2.059,21.28c-0.124,0.413,0.253,0.802,0.67,0.691l4.504-1.207 c1.459,0.796,3.101,1.215,4.773,1.216h0.004c4.195,0,8.071-2.566,9.412-6.541C22.728,11.563,21.762,7.616,19.077,4.928z M16.898,15.554c-0.208,0.583-1.227,1.145-1.685,1.186c-0.458,0.042-0.887,0.207-2.995-0.624c-2.537-1-4.139-3.601-4.263-3.767 c-0.125-0.167-1.019-1.353-1.019-2.581S7.581,7.936,7.81,7.687c0.229-0.25,0.499-0.312,0.666-0.312c0.166,0,0.333,0,0.478,0.006 c0.178,0.007,0.375,0.016,0.562,0.431c0.222,0.494,0.707,1.728,0.769,1.853s0.104,0.271,0.021,0.437s-0.125,0.27-0.249,0.416 c-0.125,0.146-0.262,0.325-0.374,0.437c-0.125,0.124-0.255,0.26-0.11,0.509c0.146,0.25,0.646,1.067,1.388,1.728 c0.954,0.85,1.757,1.113,2.007,1.239c0.25,0.125,0.395,0.104,0.541-0.063c0.146-0.166,0.624-0.728,0.79-0.978 s0.333-0.208,0.562-0.125s1.456,0.687,1.705,0.812c0.25,0.125,0.416,0.187,0.478,0.291 C17.106,14.471,17.106,14.971,16.898,15.554z'/%3E%3C/svg%3E");
}
.fixed-menu__btn--tg {
  background-color: #29b6f6;
}
.fixed-menu__btn--tg::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50px' height='50px' fill='%23ffffff'%3E%3Cpath d='M46.137,6.552c-0.75-0.636-1.928-0.727-3.146-0.238l-0.002,0C41.708,6.828,6.728,21.832,5.304,22.445	c-0.259,0.09-2.521,0.934-2.288,2.814c0.208,1.695,2.026,2.397,2.248,2.478l8.893,3.045c0.59,1.964,2.765,9.21,3.246,10.758	c0.3,0.965,0.789,2.233,1.646,2.494c0.752,0.29,1.5,0.025,1.984-0.355l5.437-5.043l8.777,6.845l0.209,0.125	c0.596,0.264,1.167,0.396,1.712,0.396c0.421,0,0.825-0.079,1.211-0.237c1.315-0.54,1.841-1.793,1.896-1.935l6.556-34.077	C47.231,7.933,46.675,7.007,46.137,6.552z M22,32l-3,8l-3-10l23-17L22,32z'/%3E%3C/svg%3E");
}
@media (min-width: 428px) {
  .fixed-menu__button--whattsapp {
    padding-left: 58px;
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .fixed-menu {
    display: none;
  }
}
.toggle {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  border: 2px solid #1a73e8;
  cursor: pointer;
  outline: none;
}
.toggle--position {
  position: absolute;
  top: -15px;
}
.toggle--position::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  margin-left: -27px;
  margin-top: -27px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: -1;
}
.toggle--header {
  background-color: transparent;
  border-radius: 0;
  width: 25px;
  height: 20px;
  margin-right: 9px;
  border: none;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.toggle--header .toggle__burger {
  left: 0;
  top: 4px;
}
.toggle__burger,
.toggle__burger::after,
.toggle__burger::before {
  width: 25px;
  height: 3px;
}
.toggle__wrapper {
  position: absolute;
}
.toggle__burger {
  position: absolute;
  top: 15px;
  left: 8px;
  display: block;
  background-color: #1a73e8;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
}
.toggle__burger::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  background-color: #1a73e8;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.toggle__burger::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #1a73e8;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.toggle__burger--header {
  top: 16px;
}
.toggle__burger--header::before {
  bottom: 6px;
}
.toggle__burger--header::after {
  top: 6px;
}
.toggle--opened .toggle__burger {
  background: rgba(251, 155, 54, 0);
}
.toggle--opened .toggle__burger::before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.toggle--opened .toggle__burger::after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.copyright__info {
  display: block;
  margin: 0;
}
.copyright__info + .copyright__info {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0.9;
  }
  .copyright__info {
    width: 30%;
    font-size: 16px;
  }
  .copyright__info + .copyright__info {
    margin-top: 0;
  }
}
.page-errore {
  background-color: #f3f5f9;
}
.errore {
  padding-top: 80px;
  padding-bottom: 60px;
}
.errore__title {
  margin: 0;
  font-family: "Qanelas-Regular", "Arial", sans-serif;
  font-size: 24px;
  text-align: center;
  text-transform: none;
}
.errore__image {
  margin: 0 auto;
  max-width: 290px;
  padding: 50px 24px 20px 40px;
  position: relative;
}
.errore__image .errore__cat {
  overflow: visible;
  width: 100%;
}
.class-11 {
  fill: #59b3ff !important;
}
.class-1 {
  fill: #a2a2a2 !important;
}
@media (min-width: 992px) {
  .errore {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .errore__image {
    max-width: 330px;
  }
  .errore__title {
    font-size: 33px;
  }
}
.blog-header {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #5f6368;
  letter-spacing: 0.25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12), inset 0 -1px 0 0 #dadce0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12), inset 0 -1px 0 0 #dadce0;
}
.blog-header__container {
  max-width: 1304px;
  width: 100%;
}
.blog-header__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-header__list li {
  position: relative;
  font-family: "Qanelas-Medium", "Arial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.blog-header__link {
  font: inherit;
}
.blog-header__list li + li {
  margin-top: 5px;
}
.blog-header__list li.current-cat {
  color: #004298;
}
.blog-header__list li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #004298;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .blog-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-header__list li + li {
    margin-top: 0;
    /*margin-left: 10px;*/
  }

  .blog-header__list li {
    margin-right: 10px;
  }

  .blog-header__list li:last-child {
    margin-right: 0;
  }

  .blog-header__list li:hover::before {
    opacity: 1;
  }

  .blog-header__list li.current-cat:hover::before {
    opacity: 0;
    cursor: default;
  }
}
@media (min-width: 992px) {
  .blog-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .blog-header__container {
    padding: 0 32px;
  }
  .blog-header__list li {
    margin-right: 20px;
  }

  .blog-header__list li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .blog-header__list li + .blog-header__list li {
    margin-left: 30px;
  }
}
.blog {
  padding-top: 55px;
  padding-bottom: 60px;
  color: #202124;
}
.blog__title {
  margin: 0;
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}
.blog__title--block {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: left;
}

.blog__inner .blog__title--block {
  margin-bottom: 10px;
}

.blog__item.blog__item--interest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0;
}

.blog__item--interest:hover .blog__title--article {
  color: #2da3a5;
}

.blog__head {
  margin-bottom: 10px;
  flex-grow: 1;
}

.blog__title--article {
  margin-bottom: 0;
  text-align: left;
  font-size: 18px;
}
.blog__title--list {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: left;
}

.blog__item--interest a:first-child,
.blog__inner a:first-child,
.blog__category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #4d6d9a;
  letter-spacing: 1.5px;
}

.entry-header a:hover,
.blog__item--interest a:first-child:hover,
.blog__inner a:first-child:hover {
  text-decoration: underline;
}

.blog__category--date::after {
  content: "/";
  margin-left: 5px;
}
.blog__category + .blog__category {
  margin-left: 5px;
}
.blog__category--date:last-child:after {
  content: none;
}
.blog__inner p {
  margin: 0;
  margin-bottom: 15px;
  color: #414141;
  line-height: 1.7;
}
.blog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-transform: uppercase;
}
.blog__link-icon {
  width: 17px;
  height: 17px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.blog__link:hover {
  color: #4d6d9a;
}
.blog__link:hover .blog__link-icon {
  fill: #4d6d9a;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.blog__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
  box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
  border: 1px solid #4d6d9a;
  overflow: hidden;
  aspect-ratio: 1.5/1;
}

.blog__image img {
  object-fit: cover;
}

.blog__image--article {
  margin-bottom: 10px;
  border-radius: 20px;
}

.alm-reveal + .alm-reveal {
  margin-top: 25px;
}

.blog {
  background-color: #f5f7f9;
}
.blog__article {
  margin-bottom: 30px;
}
.blog__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size:  12px;
}
.blog__item + .blog__item {
  margin-top: 25px;
}
.blog .alm-btn-wrap {
  padding: 0;
  margin: 0;
  margin-top: 50px;
}
.blog__wrapper + .blog__wrapper {
  margin-top: 40px;
}

.blog__block .ajax-load-more-wrap.white .alm-load-more-btn {
  display: block;
  padding: 15px 11px;
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-color: #4d6d9a;
  border: 2px solid #4d6d9a;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.blog__block .ajax-load-more-wrap.white .alm-load-more-btn:hover {
  color: #4d6d9a;
  background-color: #ffffff;
  border-color: #4d6d9a;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.blog__block .ajax-load-more-wrap.white .alm-load-more-btn.done {
  border: 2px solid #4d6d9a;
  color: #4d6d9a;
  cursor: default;
}
@media (min-width: 768px) {
  .blog__inner p {
    font-size: 16px;
  }

  .blog__inner .blog__title--block {
    margin-bottom: 15px;
  }

  .blog__title {
    font-size: 32px;
  }

  .blog__title--article {
    font-size: 18px;
  }

  .blog__title--list {
    font-size: 22px;
  }

  .blog__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .blog__item--interest {
    width: 32%;
  }
  .blog__item--interest + .blog__item--interest {
    margin-top: 0;
  }
  .blog__block .blog__item + .blog__item {
    margin-top: 0;
  }

  .blog__block.blog__item + .blog__item {
    margin-top: 0;
  }

  .blog__block .blog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    padding: 15px;
    border-bottom: 1px solid rgba(140, 172, 214, 0.35);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .blog__block .blog__item:first-child {
    border-top: 1px solid rgba(140, 172, 214, 0.35);
  }

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

  .blog__block .blog__item:hover {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
  }
  .blog__cover {
    width: 70%;
  }

  .blog__block .blog__image {
    max-width: 150px;
  }

  .alm-reveal + .alm-reveal {
    margin-top: -1px;
  }

  .alm-reveal + .alm-reveal .blog__item:first-child {
    border-top: none;
  }
}

@media (min-width: 992px) {
  .blog {
    padding-bottom: 100px;
  }

  .blog__link {
    font-size: 16px;
  }
  .blog__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px;

    margin-bottom: 60px;

    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
  }
  .blog__inner {
    margin-left: 20px;
    width: 39%;
  }
  .blog__block .blog__image {
    max-width: 215px;
  }
  .blog__wrapper--trio {
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
  }

  .blog__image--article {
    margin-bottom: 0;
    width: 57%;
  }
  .blog-header__list li {
    font-size: 18px;
  }

  .blog__block .blog__item {
    padding: 25px;
  }
  .blog__title {
    margin-bottom: 100px;
    font-size: 40px;
  }
  .blog__title--block {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .blog__inner .blog__title--block {
    margin-bottom: 30px;
  }
  .blog__head {
    margin-bottom: 12px;
  }
  .blog__title--article {
    margin-bottom: 0;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog__title--list {
    margin-bottom: 0;
    font-size: 24px;
  }

  .blog__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog__inner p {
    margin-bottom: 30px;
    font-size: 18px;
    flex-grow: 1;
  }
  .blog .alm-btn-wrap {
    margin-top: 100px;
  }
  .blog__wrap {
    font-size:  14px;
  }
}
@media (min-width: 1200px) {
  .blog__title {
    font-size: 46px;
  }
  .blog__title--block {
    font-size: 35px;
  }
  .blog__title--article {
    font-size: 21px;
  }
  .blog__title--list {
    font-size: 26px;
  }
  .blog__wrapper + .blog__wrapper {
    margin-top: 60px;
  }
  .blog__inner {
    margin-left: 25px;
  }
  .blog__item {
    padding: 30px;
  }

  .blog__block .blog__item {
    padding: 30px;
  }
}
.article {
  padding-bottom: 60px;
  padding-top: 20px;
}
.article__title {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.17857;
  letter-spacing: -0.5px;
}
.entry-header a {
  margin: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #004298;
}
.nav-links {
  display: none;
}
.article__container {
  max-width: 850px;
}
.article figure {
  margin: 0;
  margin-bottom: 20px;
  padding-top: 10px;
  width: 100%;
}
.article p {
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.625;
}
.article h2 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 400;
}
.article figcaption {
  margin: 0;
  margin-top: 10px;
  color: #757575;
}
.article li {
  line-height: 1.625;
}
.article li + li {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .article {
    padding-top: 30px;
  }
  .article__title {
    font-size: 42px;
  }
  .article p,
  .article li {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .article {
    padding-bottom: 100px;
    padding-top: 40px;
  }
  .entry-header a {
    display: block;
    margin-bottom: 18px;
  }
  .article p {
    margin-bottom: 20px;
  }
  .article h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 32px;
    line-height: 1.25;
  }
  .article figure {
    margin-bottom: 35px;
    padding-top: 20px;
  }
  .article figcaption {
    margin-top: 15px;
    font-size: 16px;
  }
  .article__title {
    margin-bottom: 40px;
    font-size: 50px;
  }
}

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

.categories a {
  text-transform: uppercase;
  color: #004298;
  letter-spacing: 1.5px;
}

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

.categories a + a {
  margin-left: 5px;
}
