@charset "UTF-8";
@font-face {
  font-family: "Noah Text", sans-serif;
  src: url("../fonts/Noah-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "TT Norms", sans-serif;
  src: url("../fonts/TTNormsRegular.ttf") format("ttf");
}
body {
  height: 100vh;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.content {
  flex: 1 0 auto;
}

.container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1230px) {
  .container {
    padding: 0 15px;
  }
}

.form__open {
  width: 230px;
  height: 62px;
  border: 2px solid #C2161A;
  border-radius: 30px;
  background: none;
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #C2161A;
  flex: none;
  order: 0;
  flex-grow: 0;
  transition: background 0.2s;
}
@media (max-width: 720px) {
  .form__open {
    width: 100%;
  }
}
.form__open:hover {
  background: #C2161A;
  border: 2px solid #C2161A;
  box-shadow: 0px 0px 30px rgba(194, 22, 26, 0.3);
  color: #FFFFFF;
}

.header {
  border-bottom: 2px solid #C2161A;
}
.header__wrapp {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .header img {
    max-width: 120px;
    width: 100%;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}
@media (max-width: 400px) {
  .header__logo img {
    max-width: 72px;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .header__logo-sotrans img {
    max-width: 78px;
    width: 100%;
  }
}
.header__btn button {
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #242424;
  max-width: 214px;
  min-width: 114px;
  height: 49px;
  background: none;
}
@media (max-width: 1230px) {
  .header__btn button {
    padding: 0 15px;
  }
}
@media (max-width: 720px) {
  .header__btn button {
    font-size: 12px;
    line-height: 120%;
  }
}

.slider {
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
}
.slider__item {
  position: relative;
}
.slider__item img {
  width: 100%;
  object-fit: cover;
}
.slider__text {
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
  width: 100%;
  height: 100%;
}
@media (max-width: 520px) {
  .slider__text {
    padding-top: 26px;
  }
}
.slider__text h1 {
  max-width: 580px;
  width: 100%;
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 120%;
  /* or 58px */
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 820px) {
  .slider__text h1 {
    font-weight: 400;
    font-size: 36px;
    padding: 0 30px;
  }
}
@media (max-width: 520px) {
  .slider__text h1 {
    font-weight: 400;
    font-size: 24px;
    padding: 0 30px;
  }
}
.slider__text p {
  max-width: 580px;
  width: 100%;
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  /* or 43px */
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 820px) {
  .slider__text p {
    font-size: 26px;
    line-height: 150%;
    padding: 0 30px;
  }
}
@media (max-width: 520px) {
  .slider__text p {
    font-size: 16px;
    line-height: 150%;
    padding: 0 30px;
  }
}
.slider__arrows {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .slider__arrows {
    display: none;
  }
}
.slider__prev {
  transform: rotate(180deg);
}

.slick-arrow {
  background: none;
}

@media (max-width: 820px) {
  .section {
    padding: 20px 15px;
  }
}
.section__img {
  max-width: 800px;
  width: 100%;
}
@media (max-width: 1230px) {
  .section__img {
    padding-left: 15px;
  }
}
@media (max-width: 1230px) {
  .section__img :last-child {
    padding-right: 15px;
  }
}
@media (max-width: 720px) {
  .section__img {
    padding: 15px 0;
  }
}
.section__img img {
  width: 100%;
  object-fit: cover;
}
.section__item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin: 120px 0;
}
@media (max-width: 720px) {
  .section__item {
    margin: 40px 0 10px 0;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding-bottom: 80px;
  }
}
@media (max-width: 720px) {
  .section__item:last-child {
    flex-direction: column-reverse !important;
    margin: 40px 0 10px 0 !important;
  }
}
@media (max-width: 720px) {
  .section__item:last-child .section__btn {
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.section__item:first-child .section__btn {
  margin-top: 140px;
}
@media (max-width: 1200px) {
  .section__item:first-child .section__btn {
    margin-top: 0px;
  }
}
@media (max-width: 720px) {
  .section__item:first-child .section__btn {
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.section__text {
  max-width: 374px;
  width: 100%;
}
.section__text h2 {
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 120%;
  color: #242424;
}
.section__text p {
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242424;
  padding: 25px 0;
}
@media (max-width: 720px) {
  .section__text p {
    padding: 10px 0;
  }
}

.map {
  padding: 77px 0;
  background: #fff;
}
.map__container {
  position: relative;
}
.map__content--active {
  display: flex !important;
}
.map__wrapp {
  display: none;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .map__wrapp {
    flex-direction: column;
  }
}
@media (max-width: 820px) {
  .map__yandex {
    max-width: 820px;
    width: 100%;
    padding-bottom: 35px;
  }
  .map__yandex iframe {
    max-width: 820px;
    width: 100%;
  }
}
.map__yandex iframe {
  border-radius: 30px;
}
.map__title {
  padding-bottom: 74px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 820px) {
  .map__title {
    display: none;
  }
}
.map__title h2 {
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #A6A6A6;
}
@media (max-width: 1230px) {
  .map__title h2 {
    font-size: 26px;
    line-height: 120%;
  }
}
.map__title-sm {
  padding-bottom: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0px;
  max-width: 460px;
  width: 100%;
  right: 0px;
}
.map__title-sm h2 {
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  color: #A6A6A6;
  cursor: pointer;
}
.map__title-sm h2:last-child {
  margin-left: 20px;
}
@media (max-width: 1300px) {
  .map__title-sm {
    max-width: 350px;
    right: 110px;
  }
}
@media (max-width: 1030px) {
  .map__title-sm {
    max-width: 310px;
  }
}
@media (max-width: 960px) {
  .map__title-sm {
    max-width: 290px;
    right: 70px;
  }
}
@media (max-width: 880px) {
  .map__title-sm {
    max-width: 284px;
    right: 20px;
  }
}
@media (max-width: 820px) {
  .map__title-sm {
    left: 15px;
    right: 0;
    top: -60px;
  }
}
.map__item {
  display: flex;
  align-items: start;
  padding: 0 0 35px 0;
}
.map__item a {
  margin-left: 20px;
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  display: flex;
  align-items: center;
  /* Black */
  color: #242424;
}
@media (max-width: 820px) {
  .map__item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
}
.map__item p {
  margin-left: 20px;
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  display: flex;
  align-items: center;
  /* Black */
  color: #242424;
}
@media (max-width: 820px) {
  .map__item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
}
.map__item ul {
  margin-left: 20px;
}
.map__item ul li {
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  display: flex;
  align-items: center;
  /* Black */
  color: #242424;
}
@media (max-width: 820px) {
  .map__item ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
}
.map__info {
  max-width: 460px;
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 1230px) {
  .map__info {
    padding: 100px 0 0 10px;
  }
}
@media (max-width: 820px) {
  .map__info {
    padding: 30px 0 0 0;
  }
}

@media (max-width: 1230px) {
  iframe {
    max-width: 500px;
    max-height: 400px;
  }
}

.footer {
  padding: 55px 0;
  background: #242424;
  flex: 0 0 auto;
}
.footer__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.footer__items p {
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  display: flex;
  align-items: center;
  /* White */
  color: #FAFAFA;
}
.footer__items .modal__link {
  border-bottom: 1px solid #FAFAFA;
  cursor: pointer;
}
@media (max-width: 820px) {
  .footer__items:last-child {
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
  }
  .footer__items:last-child p:first-child {
    padding: 0 0 25px 0;
  }
}
@media (max-width: 520px) {
  .footer__items:last-child {
    align-items: start;
  }
}
@media (max-width: 440px) {
  .footer__logo img {
    max-width: 130px;
    width: 100%;
  }
}
@media (max-width: 440px) {
  .footer__logo-sotrans img {
    max-width: 160px;
    width: 100%;
  }
}
.footer__btn button {
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FAFAFA;
  max-width: 214px;
  height: 49px;
  background: none;
}
@media (max-width: 720px) {
  .footer__btn {
    display: none;
  }
}
.footer__btn-sm {
  display: none;
}
@media (max-width: 720px) {
  .footer__btn-sm {
    display: block;
    text-align: -webkit-center;
  }
}
.footer__btn-sm button {
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FAFAFA;
  max-width: 214px;
  height: 49px;
  background: none;
}
@media (max-width: 520px) {
  .footer__btn-sm button {
    font-size: 12px;
    line-height: 120%;
  }
}

.wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.politics, .agreement {
  display: none;
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  z-index: 99;
  padding: 30px 0;
}
.politics__privacy-text, .agreement-text {
  -webkit-mask-image: linear-gradient(180deg, #323333 65.67%, rgba(50, 51, 51, 0) 111.5%);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left top, left bottom;
  transition: 1s;
}
.politics__btn, .agreement__btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
}
.politics__btn span, .agreement__btn span {
  font-family: "TT Norms", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-left: 20px;
  /* Black */
  color: #242424;
}
.politics__text, .agreeement__text {
  position: relative;
}
.politics__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, white, transparent);
  z-index: 100;
  margin-right: 15px;
}

.politics__window, .agreement__window {
  padding: 0 15px;
  max-width: 854px;
  width: 100%;
}
.politics__window h1, .agreement__window h1 {
  max-width: 768px;
  width: 100%;
  font-family: "Noah Text";
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 120%;
  padding-bottom: 40px;
  /* or 58px */
  text-align: center;
  /* Black */
  color: #323333;
}
@media (max-width: 520px) {
  .politics__window h1, .agreement__window h1 {
    font-size: 24px;
  }
}
.politics__window p, .agreement__window p {
  position: relative;
  max-height: 530px;
  padding-right: 86px;
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  overflow-y: scroll;
}
@media (max-width: 800px) {
  .politics__window p {
    padding-right: 30px;
  }
}
@media (max-width: 520px) {
  .politics__window p, .agreement__window p {
    padding-right: 15px;
    max-height: 370px;
  }
}
.politics__window p::-webkit-scrollbar, .agreement__window p::-webkit-scrollbar {
  z-index: 200;
  width: 3px;
}
.politics__window p::-webkit-scrollbar-track, .agreement__window p::-webkit-scrollbar-track {
  background: #A6A6A6;
}
.politics__window p::-webkit-scrollbar-thumb, .agreement__window p::-webkit-scrollbar-thumb {
  background-color: #C2161A;
}

.form {
  background: rgba(0, 0, 0, 0.3803921569);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  flex-flow: column nowrap;
  justify-content: center; /* см. ниже */
  align-items: center;
  z-index: 99;
  padding: 30px 0;
  display: none;
  opacity: 0;
  transition: opacity 1s;
}
.form__cross {
  width: 26px;
  height: 26px;
  border-radius: 40px;
  z-index: 1;
  margin-left: auto;
  cursor: pointer;
  top: -22px;
  right: -50px;
  position: absolute;
}
@media (max-width: 520px) {
  .form__cross {
    top: -15px;
    right: -15px;
  }
}
.form__cross:before {
  content: "+";
  color: #E4E4E4;
  position: absolute;
  z-index: 2;
  transform: rotate(45deg);
  font-size: 46px;
  line-height: 1;
  top: -9px;
  left: 0px;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
}
.form__cross:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #E4E4E4;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
  transform: scale(0.01);
}
.form__cross:hover:after {
  transform: scale(1);
}
.form__cross:hover:before {
  transform: scale(0.8) rotate(45deg);
  color: #fff;
}
.form h2 {
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  /* or 43px */
  /* Black */
  color: #323333;
}
.form p {
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #323333;
}
.form p:last-child {
  text-align: start;
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #A6A6A6;
}
.form p:last-child span {
  cursor: pointer;
  border-bottom: 1px solid #A6A6A6;
}
.form__request {
  position: relative;
}
.form__request form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form__request form input {
  max-width: 341px;
  width: 100%;
  height: 59px;
  border: 2px solid #A6A6A6;
  border-radius: 30px;
  margin: 10px 0;
  padding: 10px 20px;
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #323333;
}
.form__request form input._error {
  box-shadow: 0 0 15px red;
}
.form__request form input ::-webkit-input-placeholder {
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #A6A6A6;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.form__request form input :-moz-placeholder {
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #A6A6A6;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.form__request form input ::-moz-placeholder {
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #A6A6A6;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.form__request form input :-ms-input-placeholder {
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #A6A6A6;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.form__request form input ::-ms-input-placeholder {
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #A6A6A6;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.form__request form button {
  max-width: 341px;
  width: 100%;
  margin: 10px 0;
}
.form__answer {
  position: relative;
  display: none;
}
.form__answer img {
  margin: 15px 0;
}
.form__answer p {
  margin-bottom: 20px;
}
.form__wrap {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  min-height: 100%;
  margin: auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.form__window {
  text-align: center;
  padding: 50px;
  flex-shrink: 0;
  flex-grow: 0;
  background: #fff;
  width: 100%;
  max-width: 520px;
  overflow: visible;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transform: scale(0.9);
  padding: 50px 90px;
  border-radius: 10px;
}
@media (max-width: 520px) {
  .form__window {
    padding: 30px;
  }
}
.form__policy {
  display: flex;
}
.form__policy input {
  width: 20px !important;
  height: 20px !important;
}

.form__policy label {
  width: 350px;
}

.form__policy label .user__agreement {
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 520px) {
  .form__policy label {
    width: 200px;
    margin-left: 10px;
    font-size: 15px;
  }
}

.form__close {
  width: 230px;
  height: 62px;
  border: 2px solid #16C23C;
  border-radius: 30px;
  background: none;
  font-family: "Noah Text", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #16C23C;
  flex: none;
  order: 0;
  flex-grow: 0;
  transition: background 0.5s;
}
.form__close:hover {
  background: #16C23C;
  border: 2px solid #16C23C;
  box-shadow: 0px 0px 30px rgba(22, 194, 60, 0.3);
  border-radius: 30px;
  color: #FFFFFF;
}

.slick-dots {
  bottom: -50px !important;
}

.slick-dots li {
  width: 15px !important;
  height: 15px !important;
  margin: 0 7px !important;
}
@media (max-width: 400px) {
  .slick-dots li {
    width: 5px !important;
    height: 5px !important;
  }
}

.slick-dots li button {
  width: 15px !important;
  height: 15px !important;
}

.slick-dots li button:before {
  font-size: 15px !important;
  color: #D9D9D9 !important;
  opacity: 1 !important;
  padding: 0 !important;
}

.slick-dots li.slick-active button:before {
  color: #C2161A !important;
}

.active {
  color: #242424 !important;
  border-bottom: 2px solid #C2161A;
  padding-bottom: 5px;
}

.slider-animation {
  transform: translate(0, -50%);
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.title-animation {
  transform: translate(-120%, 0);
  opacity: 0;
  transition: all 0.8s ease 0s;
}

.subtitle-animation {
  transform: translate(0, 120%);
  opacity: 0;
  transition: all 0.8s ease 0s;
}

.btn-animation {
  transform: translate(0, 120%);
  opacity: 0;
  transition: all 0.8s ease 0s;
}

.img-animation {
  transform: translate(120%, 0);
  opacity: 0;
  transition: all 0.8s ease 0s;
}

.title-two-animation {
  transform: translate(120%, 0);
  opacity: 0;
  transition: all 0.8s ease 0s;
}

.subtitle-two-animation {
  transform: translate(120%, 0);
  opacity: 0;
  transition: all 0.8s ease 0s;
}

.btn-two-animation {
  transform: translate(0, 120%);
  opacity: 0;
  transition: all 0.8s ease 0s;
}

.img-two-animation {
  transform: translate(-120%, 0);
  opacity: 0;
  transition: all 0.8s ease 0s;
}

.map-animation {
  transform: translate(0, 20%);
  opacity: 0;
  transition: all 0.8s ease 0s;
}

.slider-animation._active {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.btn-animation._active {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.8s ease 0.4s;
}

.title-animation._active {
  transform: translate(0, 0);
  opacity: 1;
}

.subtitle-animation._active {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.8s ease 0.3s;
}

.img-animation._active {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.8s ease 0.3s;
}

.title-two-animation._active {
  transform: translate(0, 0);
  opacity: 1;
}

.subtitle-two-animation._active {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.8s ease 0.3s;
}

.btn-two-animation._active {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.8s ease 0.4s;
}

.img-two-animation._active {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.8s ease 0.3s;
}

.map-animation._active {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.8s ease 0.2s;
}

/*# sourceMappingURL=style.css.map */
