@charset "UTF-8";
@import 'assets/css/jquery.bxslider.css';
html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, img, small, strong, b, u, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, footer, header,
nav, section, summary, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, footer, header, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none;
}

/*@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap&subset=cyrillic";*/
@font-face {
  font-family: "open_sans";
  /* regular */
  src: url("assets/fonts/OpenSans-regular/OpenSans-Regular-webfont.eot");
  src: url("assets/fonts/OpenSans-regular/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/OpenSans-regular/OpenSans-Regular-webfont.woff") format("woff"), url("assets/fonts/OpenSans-regular/OpenSans-Regular-webfont.ttf") format("truetype"), url("assets/fonts/OpenSans-regular/OpenSans-Regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sans";
  /* semibold */
  src: url("assets/fonts/OpenSans-semibold/OpenSans-Semibold-webfont.eot");
  src: url("assets/fonts/OpenSans-semibold/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/OpenSans-semibold/OpenSans-Semibold-webfont.woff") format("woff"), url("assets/fonts/OpenSans-semibold/OpenSans-Semibold-webfont.ttf") format("truetype"), url("assets/fonts/OpenSans-semibold/OpenSans-Semibold-webfont.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "open_sans";
  /* bold */
  src: url("assets/fonts/OpenSans-bold/OpenSans-Bold-webfont.eot");
  src: url("assets/fonts/OpenSans-bold/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/OpenSans-bold/OpenSans-Bold-webfont.woff") format("woff"), url("assets/fonts/OpenSans-bold/OpenSans-Bold-webfont.ttf") format("truetype"), url("assets/fonts/OpenSans-bold/OpenSans-Bold-webfont.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
/*==================================== icons list =====================================*/
@font-face {
  font-family: "icon-font";
  src: url("assets/fonts/icons/fontello.eot");
  src: url("assets/fonts/icons/fontello.eot?#iefix") format("embedded-opentype"), url("assets/fonts/icons/fontello.woff2") format("woff2"), url("assets/fonts/icons/fontello.woff") format("woff"), url("assets/fonts/icons/fontello.ttf") format("truetype"), url("assets/fonts/icons/fontello.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html.modal-opened {
  overflow: hidden;
}

body {
  word-wrap: break-word;
  overflow-y: scroll;
  cursor: default;
  font: 14px "open_sans", sans-serif;
  color: #002A34;
}
body.nav-opened {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.wrapper {
  position: relative;
}
@media (max-width: 980px) {
  .wrapper {
    padding-top: 50px;
  }
}

.container {
  width: 1170px;
  min-width: 320px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 980px) {
  .container {
    padding: 0 10px;
  }
}

.content {
  min-height: calc(100vh - 160px);
}

a {
  color: #004C05;
}

h3 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn {
  display: inline-block;
  height: 32px;
  padding: 6px 15px 7px;
  border-radius: 21px;
  background: #fff;
  color: #002A34;
  text-decoration: none;
  font-weight: 600;
  -ms-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.btn.active, .btn:hover {
  background: #A0D5C3;
}

/*========================= header =========================*/
.header {
  position: relative;
  height: 80px;
  padding: 20px 0;
  overflow: hidden;
  background: #004C05;
  color: #fff;
}
.header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  display: inline-block;
  width: 182px;
  height: 40px;
  background: url("assets/images/logo.png") no-repeat left center;
  background-size: auto 100%;
}
.header .nav {
  display: inline-block;
  text-transform: uppercase;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header .nav-toggle {
  display: none;
  width: 31px;
  height: 28px;
  position: absolute;
  top: 11px;
  left: 10px;
  z-index: 3;
}
.header .nav-toggle:before, .header .nav-toggle:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 4px solid #fff;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header .nav-toggle:before {
  top: 0;
}
.header .nav-toggle:after {
  border-bottom: 4px solid #fff;
  bottom: 0;
  height: 8px;
}
.header .nav__item {
  display: inline-block;
  position: relative;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
  -ms-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.header .nav__item:before {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  height: 4px;
  background: #fff;
  border-radius: 60px 60px 0 0;
  -ms-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.header .nav__item:hover {
  opacity: 1;
}
.header .nav__item:hover:before {
  bottom: -30px;
}
.header .nav__item + .nav__item {
  margin-left: 30px;
}
@media (max-width: 980px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 2;
    padding: 4px 0 0;
    overflow: visible;
  }
  .header .logo {
    display: block;
    width: 70px;
    height: 45px;
    margin: 0 auto;
    background: url("assets/images/logo-adaptive.svg") no-repeat left center;
    background-size: 100% auto;
    z-index: 1;
  }
  .header .nav-toggle {
    display: block;
  }
  .header .nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 100%;
    padding: 60px 10px 0;
    background: #004C05;
  }
  .header .nav__item {
    display: block;
    width: 250px;
    margin: 20px auto;
    text-align: center;
  }
  .header .nav__item:before {
    display: none;
  }
  .header .nav__item + .nav__item {
    margin-left: auto;
  }
  .header.nav-opened .nav-toggle:before {
    transform: rotate(45deg);
    top: 12px;
  }
  .header.nav-opened .nav-toggle:after {
    transform: rotate(-45deg);
    height: 0;
    border-bottom: none;
    bottom: 12px;
  }
  .header.nav-opened .nav {
    right: 0;
  }
}

/*========================= footer =========================*/
.footer {
  padding: 30px 0;
  background: #A0D5C3;
  color: #555;
  text-align: center;
}
.footer .nav {
  display: inline-block;
}
.footer .nav .nav__item {
  margin: 0 20px;
  color: #555;
  text-decoration: none;
}
.footer .nav .nav__item:hover {
  color: #002A34;
}
.footer .social {
  float: right;
}
.footer .social__button {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  font-size: 19px;
  line-height: 20px;
  text-decoration: none;
  color: #555;
}
.footer .social__button + .social__button {
  margin-left: 25px;
}
.footer .social__button.facebook {
  /* '' */
}
.footer .social__button.facebook:before {
  font-family: "icon-font";
  text-decoration: inherit;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer .social__button.facebook:before {
  content: "";
}
.footer .social__button.twitter {
  /* '' */
}
.footer .social__button.twitter:before {
  font-family: "icon-font";
  text-decoration: inherit;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer .social__button.twitter:before {
  content: "";
}
.footer .social__button.telegram {
  /* '' */
}
.footer .social__button.telegram:before {
  font-family: "icon-font";
  text-decoration: inherit;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer .social__button.telegram:before {
  content: "";
}
.footer .social__button:hover {
  color: #002A34;
}
.footer .copyright {
  float: left;
}
@media (max-width: 768px) {
  .footer {
    padding: 25px 0 15px;
  }
  .footer .nav {
    display: flex;
    justify-content: space-around;
  }
  .footer .social {
    float: none;
    padding-top: 30px;
  }
  .footer .social__button + .social__button {
    margin-left: 45px;
  }
  .footer .copyright {
    float: none;
    padding-top: 30px;
    font-size: 12px;
  }
}

/*========================= slider =========================*/
.slider-wrap {
  opacity: 1;
  overflow: hidden;
  -ms-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.slider-wrap.hidden {
  opacity: 0;
}

.bx-wrapper {
  border: none;
  box-shadow: none;
}
.bx-wrapper .bx-pager {
  bottom: -50px;
  padding: 18px 0;
}
.bx-wrapper .bx-pager-item .bx-pager-link {
  width: 18px;
  height: 12px;
  border-radius: 20px;
  border: 2px solid #004C05;
  background: transparent;
  -ms-transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.bx-wrapper .bx-pager-item .bx-pager-link:hover, .bx-wrapper .bx-pager-item .bx-pager-link.active {
  background: #004C05;
}

.slider {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.slide {
  /*display: flex;
  flex-direction: column;
  padding: 25px 25px 10px;*/
  padding: 15px 20px;
  background: #efefef;
  border-radius: 20px;
}
.slide .slide__title-wrap {
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 18px;
}
.slide .slide__title-wrap:after {
  content: "";
  display: block;
  float: none;
  clear: both;
}
.slide .slide__logo {
  float: left;
  max-width: 50px;
  height: 45px;
  margin-right: 15px;
  line-height: 45px;
}
.slide .slide__logo img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.slide .slide__title {
  font-size: 20px;
  font-weight: 600;
}
.slide .slide__link {
  font-size: 12px;
  color: #004C05;
}
.slide .slide__info {
  display: none;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.5;
  flex-grow: 2;
}
.slide .slide__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slide .slide__buttons .slide__button_compare {
  position: relative;
  padding-left: 43px;
  margin-left: 10px;
  /* '' */
}
.slide .slide__buttons .slide__button_compare:before {
  font-family: "icon-font";
  text-decoration: inherit;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slide .slide__buttons .slide__button_compare:before {
  content: "";
}
.slide .slide__buttons .slide__button_compare:before {
  position: absolute;
  left: 14px;
  top: 5px;
  width: 22px;
  height: 22px;
  font-size: 22px;
  vertical-align: middle;
}
.slide .slide__buttons .slide__button_compare.active:before {
  top: 7px;
  left: 21px;
  font-size: 0;
  width: 7px;
  height: 11px;
  transform: rotate(45deg);
  border-right: 3px solid #002A34;
  border-bottom: 3px solid #002A34;
}
@media (max-width: 768px) {
  .slide {
    padding: 10px;
  }
  .slide .slide__logo {
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
  }
  .slide .slide__title {
    font-size: 18px;
  }
  .slide .slide__link {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 61px);
  }
  .slide .slide__buttons .slide__button_compare {
    font-size: 0;
    padding-right: 7px;
  }
}

/*========================= landing sections =========================*/
.section-welcome {
  padding: 60px 0 20px;
}
.section-welcome .container {
  position: relative;
  z-index: 1;
}
.section-welcome h3 {
  margin-bottom: 50px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 980px) {
  .section-welcome {
    padding: 15px 0 10px;
  }
  .section-welcome h3 {
    margin-bottom: 26px;
    font-size: 18px;
    line-height: 1.35;
  }
}

.info-table {
  font-size: 0;
  display: none;
}
.info-table table {
  display: block;
  width: 100%;
}
.info-table thead,
.info-table tbody {
  display: block;
  width: 100%;
}
.info-table thead {
  position: sticky;
  top: 0;
}
.info-table thead tr {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.info-table thead th,
.info-table thead td {
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
}
.info-table thead th img,
.info-table thead td img {
  display: inline-block;
  vertical-align: middle;
  max-width: 34px;
  max-height: 24px;
  margin: -5px 7px 0 0;
}
.info-table tr {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  margin: 1px 0 2px;
  border-radius: 10px;
}
.info-table th,
.info-table td {
  display: inline-block;
  text-align: left;
  padding: 1px 20px;
  font-size: 12px;
  /*border: 1px solid red;
  overflow: hidden;*/
}
.info-table th:not(:last-child) {
  width: 150px;
}
.info-table td {
  width: 0;
  /*@include animate();*/
}
.info-table td:not(.visible) {
  display: none;
  /*width: 0;
  padding: 0;*/
}
.info-table td.visible {
  width: calc(100% - 150px);
}
.info-table.col-2 td.visible {
  width: calc(50% - 75px);
}
.info-table.col-3 td.visible {
  width: calc(33.3333% - 50px);
}
.info-table .filled {
  background: #efefef;
}
.info-table .info-table__title {
  font-weight: bold;
}
@media (max-width: 768px) {
  .info-table th,
.info-table td {
    padding: 1px 10px;
  }
  .info-table thead td {
    font-size: 0;
    text-align: center;
  }
  .info-table thead td img {
    margin-right: 0;
  }
  .info-table th:not(:last-child) {
    width: 120px;
  }
  .info-table td.visible {
    width: calc(100% - 120px);
  }
  .info-table.col-2 td.visible {
    width: calc(50% - 60px);
  }
  .info-table.col-3 td.visible {
    width: calc(33.3333% - 40px);
  }
}

.compare-alert {
  position: fixed;
  top: -500px;
  right: 50px;
  z-index: 9;
  padding: 15px 20px;
  background: #A0D5C3;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  -ms-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.compare-alert.in {
  top: 100px;
}
.compare-alert .compare-alert__system {
  margin-top: 10px;
}
.compare-alert .compare-alert__system_logo {
  height: 20px;
  vertical-align: middle;
}
.compare-alert .compare-alert__system_title {
  display: inline-block;
  vertical-align: middle;
}
.compare-alert .compare-count {
  font-weight: bold;
}
@media (max-width: 980px) {
  .compare-alert {
    right: 20px;
  }
  .compare-alert.in {
    top: 80px;
  }
}
@media (max-width: 768px) {
  .compare-alert {
    width: 260px;
    right: calc(50% - 150px);
  }
}

.section-info {
  position: relative;
  padding: 35px 0 80px;
  background: #efefef;
  background: linear-gradient(-45deg, #fff, #efefef);
}
.section-info .section-info__text {
  position: relative;
  z-index: 1;
  width: 560px;
  max-width: 50%;
  font-weight: 600;
  line-height: 1.7;
  color: #555;
}
.section-info .section-info__text h3 {
  margin-bottom: 35px;
  color: #004C05;
}
.section-info .section-info__text p {
  margin-bottom: 20px;
}
.section-info .section-info__graphic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: -45px;
  bottom: 0;
  left: 50%;
  width: 50%;
  overflow: hidden;
  /*background: url( $image_url + '/question.svg') no-repeat left center;*/
}
@media (max-width: 980px) {
  .section-info h3 {
    margin-bottom: 33px;
    font-size: 22px;
  }
  .section-info .section-info__text {
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .section-info {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
  }
  .section-info .section-info__text {
    width: auto;
    max-width: 100%;
  }
  .section-info .section-info__graphic {
    top: auto;
    width: 60vw;
    height: 72vw;
    bottom: -10vw;
    left: auto;
    right: -18vw;
  }
  .section-info .section-info__object {
    width: 100%;
  }
}

.section-contact {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  background: #A0D5C3;
}
.section-contact:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: calc(50% + 290px);
  border-bottom: 77px solid #A0D5C3;
  border-right: 50vw solid transparent;
}
.section-contact:after {
  content: "";
  position: absolute;
  top: calc((25vw - 105px)*(-1));
  top: -60%;
  left: 0;
  width: calc(50vw - 290px);
  height: 120%;
  border-radius: 0 50% 50% 0;
  background: radial-gradient(100% 50% at left, rgba(255, 255, 255, 0.8), transparent);
}
.section-contact .section-contact__info {
  position: relative;
  z-index: 1;
  width: calc(50% - 290px);
  padding: 20px 0;
}
.section-contact .section-contact__text {
  width: 295px;
  padding-left: 20px;
  margin-left: auto;
}
.section-contact .section-contact__text h3 {
  margin-bottom: 12px;
}
.section-contact .section-contact__text h6 {
  font-weight: bold;
}
.section-contact .section-contact__text a {
  color: #002A34;
}
.section-contact .section-contact__text_block {
  line-height: 1.9;
}
.section-contact .section-contact__text_block + .section-contact__text_block {
  margin-top: 25px;
}
.section-contact .section-contact__map {
  flex-grow: 2;
  margin-right: 0;
}
.section-contact .section-contact__map .map {
  width: 100%;
}
@media (max-width: 1200px) {
  .section-contact:before {
    right: calc(100% - 295px);
  }
  .section-contact .section-contact__info {
    width: 295px;
  }
}
@media (max-width: 980px) {
  .section-contact:before {
    right: calc(100% - 285px);
  }
  .section-contact .section-contact__info {
    width: 285px;
  }
  .section-contact .section-contact__text {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .section-contact {
    display: block;
  }
  .section-contact:before, .section-contact:after {
    display: none;
  }
  .section-contact .section-contact__info {
    width: auto;
    padding: 30px 10px 25px;
  }
  .section-contact .section-contact__text {
    width: auto;
    padding: 0;
    text-align: center;
  }
  .section-contact .section-contact__text h3 {
    text-align: center;
  }
  .section-contact .section-contact__text_block {
    display: inline-block;
    width: 47%;
    text-align: right;
  }
  .section-contact .section-contact__text_block + .section-contact__text_block {
    margin: 0 0 0 5%;
    text-align: left;
  }
  .section-contact .section-contact__map .map {
    max-height: 300px;
  }
}
@media (max-width: 480px) {
  .section-contact .section-contact__text {
    text-align: left;
  }
  .section-contact .section-contact__text_block {
    display: block;
    width: auto;
    text-align: left;
  }
  .section-contact .section-contact__text_block + .section-contact__text_block {
    margin: 25px 0 0;
  }
}

/*========================= Modals =========================*/
.modal {
  display: none;
  position: fixed;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
}
.modal:before, .modal:after {
  content: "";
  display: block;
}
.modal.in {
  display: flex;
}
.modal .modal-content {
  flex-shrink: 0;
  width: 610px;
  max-width: 100%;
  position: relative;
  border-radius: 20px;
  background: #fff;
}
.modal .modal-header {
  position: relative;
  line-height: 26px;
  padding: 20px 30px;
  border-radius: 20px 20px 0 0;
  background: #efefef;
}
.modal .modal-header .modal-header__title {
  color: #555;
  font-weight: 600;
  font-size: 20px;
}
.modal .modal-close {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 26px;
  height: 26px;
}
.modal .modal-close:before, .modal .modal-close:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 22px;
  border-top: 2px solid #004C05;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.modal .modal-close:before {
  transform: rotate(45deg);
}
.modal .modal-close:after {
  transform: rotate(-45deg);
}
.modal .modal-close:hover:before {
  transform: rotate(135deg);
}
.modal .modal-close:hover:after {
  transform: rotate(45deg);
}
.modal .modal-body {
  padding: 20px 30px 35px;
  line-height: 1.7;
}
.modal .modal__logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.modal .modal__title {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 980px) {
  .modal {
    padding: 10px;
  }
  .modal .modal-header {
    padding: 10px 20px;
  }
  .modal .modal-body {
    padding: 10px 20px 15px;
    line-height: 1.5;
  }
  .modal .modal__logo {
    max-width: 50px;
    max-height: 30px;
    margin-right: 7px;
  }
  .modal .modal-close {
    top: 12px;
  }
}

/* sass style.scss style.css */

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