@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
*, body {
  box-sizing: border-box;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #010101;
}

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

.btn {
  display: inline-block;
  width: 100%;
  padding: 12px 24px;
  color: #fff;
  background: linear-gradient(103.41deg, #3968C5 -4.76%, #46A4BA 72.49%);
  outline: none;
  border: none;
  border-radius: 3px;
  text-align: center;
  font-size: 17px;
  line-height: 1.3;
  cursor: pointer;
}
.btn:hover {
  opacity: 0.7;
}
.btn--secondary {
  max-width: 181px;
  padding: 6px 24px;
  background-color: #20BB07;
  font-size: 13px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .btn {
    font-size: 13px;
    padding: 7px 12px;
  }
  .btn--secondary {
    font-size: 12px;
    max-width: 143px;
    margin-bottom: 15px;
  }
}

.hero {
  padding: 171px 0 101px;
  background: url("/images/hero_denok.png") center center/cover no-repeat;
}
@media (max-width: 767px) {
  .hero {
    padding: 101px 0 48px;
  }
}
.hero-content {
  max-width: 650px;
  padding: 56px 36px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 16px;
  text-align: center;
  font-weight: 800;
}
@media (max-width: 767px) {
  .hero-content {
    max-width: 257px;
    padding: 25px 15px;
  }
}
.hero__title {
  color: #3968C5;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 15px;
    margin-bottom: 14px;
  }
}
.hero__subtitle {
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: #09CDFF;
}
@media (max-width: 767px) {
  .hero__subtitle {
    font-size: 17px;
  }
}

.products {
  padding: 102px 0 135px;
}
@media (max-width: 767px) {
  .products {
    padding: 42px 0 90px;
  }
}
.products .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px 30px;
}
@media (max-width: 991px) {
  .products .container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
}
@media (max-width: 767px) {
  .products .container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 13px;
  }
}
@media (max-width: 374px) {
  .products .container {
    grid-template-columns: 1fr;
  }
}

.product-item {
  padding: 15px 20px 30px;
  background: #FFFFFF;
  box-shadow: -5px -4px 30px rgba(244, 244, 244, 0.25), 4.34595px 3.62162px 30px rgba(152, 152, 152, 0.25);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .product-item {
    padding: 10px 12px 18px;
  }
}
.product-item__logo {
  margin-bottom: 0px;
}
.product-item__logo img {
  width: 100%;
}
@media (max-width: 767px) {
  .product-item__logo img {
    max-width: 150px;
  }
}
.product-item__ico {
  width: 40px;
  display: block;
  margin: 40px auto 10px;
}
@media (max-width: 767px) {
  .product-item__ico {
    width: 30px;
  }
}
.product-item__favorite {
  max-width: 62px;
}
.product-item__favorite img {
  width: 100%;
}
.product-item__summ {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .product-item__summ {
    font-size: 24px;
  }
}
.product-item__rate {
  text-align: center;
  margin-bottom: 24px;
}
.product-item__status {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .product-item__status {
    margin-bottom: 12px;
  }
}
.product-item__btn {
  white-space: nowrap;
}

.automatic {
  padding: 0 0 171px 0;
}
@media (max-width: 767px) {
  .automatic {
    overflow: 0 0 174px 0;
  }
}
.automatic .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 46px;
}
@media (max-width: 991px) {
  .automatic .container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
@media (max-width: 767px) {
  .automatic .container {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}
.automatic-item img {
  width: 100%;
}
@media (max-width: 767px) {
  .automatic-item img {
    max-width: 345px;
    display: block;
    margin: 0 auto;
  }
}

.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer-main {
  padding: 41px 0 75px;
}
@media (max-width: 767px) {
  .footer-main {
    padding: 50px 0 60px;
  }
}
.footer__logo {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
.footer__logo span {
  color: #09CDFF;
}
@media (max-width: 767px) {
  .footer__logo {
    margin-bottom: 24px;
  }
}
.footer-nav {
  max-width: 590px;
  width: 100%;
}
@media (max-width: 991px) {
  .footer-nav {
    max-width: initial;
    width: auto;
  }
}
.footer-nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .footer-nav-list {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer-nav__link {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 991px) {
  .footer-nav__link {
    display: block;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .footer-nav__link {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.footer-rights {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}
.footer-rights .container {
  text-align: center;
  border-top: 1px solid #fff;
  padding: 18px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer-rights {
    font-size: 14px;
  }
}

.page-head {
  padding: 150px 0 72px;
  background: url("/images/hero_denok.png") center center/cover no-repeat;
}
@media (max-width: 767px) {
  .page-head {
    padding: 100px 0 56px;
  }
}

.page__title {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .page__title {
    font-size: 20px;
  }
}

.news {
  padding-bottom: 150px;
}
.news-asside {
  max-width: 370px;
  padding: 28px 24px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: -5px -4px 30px rgba(244, 244, 244, 0.25), 4.34595px 3.62162px 30px rgba(152, 152, 152, 0.25);
  border-radius: 5px;
}
@media (max-width: 991px) {
  .news-asside {
    display: none;
  }
}
.news-article {
  padding: 30px 0;
  border-bottom: 1px solid #efefef;
}
.news-article:first-of-type {
  padding-top: 0;
}
.news-article:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.news-article .news-item__img {
  max-width: 100%;
}
.news-article .news-item__title {
  font-size: 18px;
  margin-bottom: 0;
}
.news-article .news-item__datetime {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #747474;
}
.news-article .news-item__desc {
  font-size: 14px;
}
.news-article .news-item__desc a {
  color: #FF9E0C;
}

.news-content {
  padding-top: 60px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .news-content {
    padding-top: 50px;
  }
}

.news-list {
  max-width: 770px;
  width: 100%;
  margin-right: 16px;
}
@media (max-width: 991px) {
  .news-list {
    max-width: 100%;
    margin-right: 0;
  }
}

.news-item {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: -5px -4px 30px rgba(244, 244, 244, 0.25), 4.34595px 3.62162px 30px rgba(152, 152, 152, 0.25);
  border-radius: 5px;
  overflow: hidden;
}
.news-item + .news-item {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .news-item {
    max-width: 345px;
  }
}
@media (max-width: 767px) {
  .news-item {
    flex-direction: column-reverse;
    padding: 0;
    margin: 0 auto 20px;
  }
}
.news-item__info {
  padding: 42px 0px 37px 39px;
  width: 100%;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .news-item__info {
    margin-right: 0;
    padding: 26px 20px 14px 20px;
  }
}
.news-item__img {
  max-width: 260px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .news-item__img {
    max-width: 100%;
    height: 163px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.news-item__desc {
  font-size: 16px;
  line-height: 1.3;
}
.news-item__desc a {
  color: #09CDFF;
}
@media (max-width: 767px) {
  .news-item__desc {
    font-size: 14px;
  }
}
.news-item__datetime {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.3;
  color: #747474;
}
@media (max-width: 767px) {
  .news-item__datetime {
    font-size: 14px;
  }
}

.news-more__btn {
  display: block;
  max-width: 353px;
  margin: 80px auto 0 auto;
}

.news__title {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 60px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .news__title {
    font-size: 28px;
    margin-bottom: 28px;
  }
}

.article {
  background: #FFFFFF;
  border-radius: 20px;
  position: relative;
  z-index: 5;
  padding: 72px 0 70px;
}
@media (max-width: 767px) {
  .article {
    padding: 40px 0 70px;
  }
}
.article__title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .article__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.article__date {
  color: #747474;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .article__date {
    font-size: 14px;
  }
}
.article__desc {
  margin-top: 43px;
}
.article__desc p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .article__desc p {
    font-size: 16px;
  }
}
.article__img {
  margin: 60px auto;
  display: block;
  max-width: 686px;
  width: 100%;
}
@media (max-width: 767px) {
  .article__img {
    margin: 40px 0;
  }
}
.article__btn {
  display: block;
  max-width: 353px;
  margin: 56px auto 0;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
}
.modal.active {
  display: block;
}
.modal-overlay {
  background: rgba(0, 0, 0, 0.13);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.modal-content {
  max-width: 545px;
  padding: 30px 111px 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 10;
  text-align: center;
  background: #FFFFFF;
  box-shadow: -5px -4px 30px rgba(244, 244, 244, 0.25), 4.34595px 3.62162px 30px rgba(152, 152, 152, 0.25);
  border-radius: 5px;
}
@media (max-width: 991px) {
  .modal-content {
    padding: 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .modal-content {
    padding: 30px;
    width: calc(100% - 20px);
  }
}
.modal__img {
  max-width: 216px;
  margin: 0 auto 52px;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .modal__img {
    nav-index: 178px;
    margin-bottom: 35px;
  }
}
.modal__title {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .modal__title {
    font-size: 18px;
  }
}
.modal__price {
  font-weight: 800;
  margin-bottom: 62px;
  text-transform: uppercase;
  font-size: 46px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .modal__price {
    font-size: 30px;
    margin-bottom: 44px;
  }
}
.modal-close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 23px;
  right: 23px;
  z-index: 11;
}
@media (max-width: 767px) {
  .modal-close {
    width: 12px;
    height: 12px;
    top: 14px;
    right: 14px;
  }
}
.modal-close::before {
  position: absolute;
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  top: 6px;
  background-color: #000;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .modal-close::before {
    width: 12px;
  }
}
.modal-close::after {
  position: absolute;
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  top: 6px;
  background-color: #000;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .modal-close::after {
    width: 12px;
  }
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
*, body {
  box-sizing: border-box;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #010101;
}

section {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  section {
    padding-bottom: 60px;
  }
}

main {
  position: relative;
}

h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 40px;
    margin-bottom: 30px;
  }
}

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

.btn {
  display: inline-block;
  width: 100%;
  padding: 12px 24px;
  color: #fff;
  background: linear-gradient(90deg, #3968C5 0%, #46A4BA 100%);
  border-radius: 20px;
  outline: none;
  border: none;
  text-align: center;
  font-size: 17px;
  line-height: 1.3;
  cursor: pointer;
}
.btn:hover {
  opacity: 0.7;
}
.btn--secondary {
  background-color: #fff;
  color: #3968C4;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .btn {
    font-size: 18px;
  }
  .btn--secondary {
    font-size: 12px;
    max-width: 143px;
    margin-bottom: 15px;
  }
}

@media (max-width: 495px) {
  .mob--hide {
    display: none;
  }
}

.mob--show {
  display: none;
}
@media (max-width: 495px) {
  .mob--show {
    display: block;
  }
}

.asset-1 {
  position: absolute;
  top: 205px;
  left: 0;
}
@media (max-width: 1160px) {
  .asset-1 {
    top: 185px;
  }
}
@media (max-width: 767px) {
  .asset-1 {
    display: none;
  }
}

.asset-3 {
  position: absolute;
  left: 0;
  bottom: 320px;
  z-index: -1;
}
@media (max-width: 1160px) {
  .asset-3 {
    bottom: 700px;
  }
}
@media (max-width: 767px) {
  .asset-3 {
    bottom: 200px;
  }
}

.form-item {
  position: relative;
  margin-bottom: 37px;
  width: 100%;
}
.form-item._error .form__error {
  display: block;
  text-align: left;
}
.form-item._error .form__input {
  border-color: #DF1313;
}

.form__error {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  color: #DF1313;
  font-size: 14px;
  line-height: 21px;
  display: none;
}

.form__input {
  width: 100%;
  border: 1px solid #545E78;
  border-radius: 10px;
  outline: none;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  line-height: 24px;
  color: #747474;
}
.form__input::-moz-placeholder {
  color: #747474;
  font-size: 16px;
  line-height: 24px;
}
.form__input::placeholder {
  color: #747474;
  font-size: 16px;
  line-height: 24px;
}

.form__btn {
  height: 56px;
  width: 100%;
  border: 1px solid transparent;
  outline: none;
  background: linear-gradient(90deg, #3968C5 0%, #46A4BA 100%);
  font-size: 20px;
  line-height: 30px;
  padding: 13px;
  cursor: pointer;
  color: #fff;
  border-radius: 10px;
}
.form__btn:hover {
  border: 1px solid #3968C4;
  background: #fff;
  color: #3968C4;
}

.calculator {
  width: 100%;
  padding: 32px 35px;
  box-shadow: 4px 4px 20px rgba(46, 47, 46, 0.25);
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1160px) {
  .calculator {
    flex-direction: column;
    align-items: center;
    padding: 30px 25px;
  }
}
@media (max-width: 767px) {
  .calculator {
    max-width: 100%;
  }
}
.calculator-left {
  width: calc(50% - 25px);
}
@media (max-width: 1160px) {
  .calculator-left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.calculator-right {
  width: calc(50% - 25px);
}
@media (max-width: 1160px) {
  .calculator-right {
    width: 100%;
  }
}
.calculator-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.calculator-item {
  font-size: 20px;
  line-height: 30px;
}
.calculator-item + .calculator-item {
  margin-top: 30px;
}
.calculator-item__value {
  width: 180px;
  padding: 10px;
  background: #E1E7F5;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 600px) {
  .calculator-item__value {
    width: 130px;
  }
}
@media (max-width: 600px) {
  .calculator-item {
    font-size: 16px;
    line-height: 24px;
  }
}
.calculator-slider__numbers {
  display: flex;
  justify-content: space-between;
}

.banner {
  padding-top: 134px;
  padding-bottom: 95px;
  overflow-x: hidden;
  background: url("/images/denok-banner-bg.png") center center/cover no-repeat;
  overflow: hidden;
}
@media (max-width: 1160px) {
  .banner {
    padding-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .banner {
    padding-top: 81px;
  }
}
@media (max-width: 768px) {
  .banner {
    padding-top: 81px;
  }
}
@media (max-width: 767px) {
  .banner {
    padding-bottom: 0px;
  }
}
.banner-calculator {
  position: relative;
  z-index: 5;
  max-width: 902px;
  width: 100%;
  border-radius: 20px;
  margin: 0 0 0 auto;
  z-index: 1;
}
@media (max-width: 1160px) {
  .banner-calculator {
    max-width: 460px;
  }
}
@media (max-width: 768px) {
  .banner-calculator {
    margin: 0 auto;
  }
}
.banner__title {
  font-size: 55px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 400;
  width: 100%;
  color: #fff;
  text-align: right;
}
@media (max-width: 991px) {
  .banner__title {
    text-align: left;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
.banner__img {
  position: absolute;
  max-width: 571px;
  left: -100px;
  bottom: -105px;
}
.banner__img img {
  width: 100%;
}
@media (max-width: 1160px) {
  .banner__img {
    bottom: -26px;
  }
}
@media (max-width: 991px) {
  .banner__img {
    max-width: 395px;
  }
}
@media (max-width: 767px) {
  .banner__img {
    position: static;
    margin: -40px auto -10px;
  }
}
.banner-content {
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .banner-content {
    flex-direction: row-reverse;
    position: relative;
  }
}
@media (max-width: 767px) {
  .banner-content {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
}
.banner-left {
  margin-right: 45px;
}
@media (max-width: 991px) {
  .banner-left {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .banner-left {
    margin-top: -40px;
    z-index: -1;
    min-width: calc(100% + 30px);
    margin-left: -15px;
    height: 232px;
    overflow: hidden;
  }
}
.banner-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  margin: 0 0 0 auto;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .banner-text {
    width: 100%;
  }
}
.banner-text__fast span {
  display: none;
}
@media (max-width: 600px) {
  .banner-text__fast span {
    display: inline;
  }
}
@media (max-width: 600px) {
  .banner-text__time {
    display: none;
  }
}

.works {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .works {
    padding: 60px 0;
    margin-bottom: 0px;
  }
}
.works-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .works-list {
    flex-direction: column;
    align-items: center;
  }
}
.works-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.works-item__img {
  margin-bottom: 20px;
}
.works-item__title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 23px;
  line-height: 29px;
}
@media (max-width: 600px) {
  .works-item__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.works-item__desc {
  max-width: 217px;
  text-align: center;
}
@media (max-width: 991px) {
  .works-item {
    margin-bottom: 50px;
  }
  .works-item:last-of-type {
    margin-bottom: 0;
  }
}

.feedback {
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .feedback {
    padding-bottom: 60px;
  }
  .feedback .container {
    padding-right: 0;
  }
}
.feedback-list {
  overflow: hidden;
  position: relative;
  padding: 30px 30px 70px 30px;
  margin: -30px;
}
@media (max-width: 991px) {
  .feedback-list {
    overflow: auto;
  }
  .feedback-list::-webkit-scrollbar {
    display: none;
  }
}
.feedback-list .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: transparent;
  font-size: 24px;
  line-height: 28px;
  background-color: #E1E7F5;
  margin: 0 7.5px !important;
  opacity: 1;
}
.feedback-list .swiper-pagination-bullet-active {
  background-color: #3968C4;
  color: #3968C4;
  opacity: 1;
}
.feedback-item {
  padding: 20px 30px;
  font-size: 20px;
  line-height: 30px;
  border: 1px solid #E4E4E4;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .feedback-item {
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .feedback-item {
    max-width: 315px;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 10px;
  }
}
.feedback-item__name {
  display: flex;
  align-items: center;
}
.feedback-item__name img {
  display: block;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .feedback-item__name img {
    width: 50px;
    height: 50px;
  }
}
.feedback-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
  color: #747474;
}
.feedback-item__text {
  height: 301px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .feedback-item__text {
    height: 146px;
  }
}

.us {
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  .us {
    padding-bottom: 60px;
    overflow: hidden;
  }
}
.us__title {
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 50px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .us__title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 34px;
  }
}
.us-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
@media (max-width: 991px) {
  .us-list {
    grid-template-columns: 1fr;
  }
}
.us-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 364px;
}
@media (max-width: 991px) {
  .us-item {
    max-width: 400px;
    margin: 0 auto;
  }
}
.us-item__img {
  margin-bottom: 20px;
}
.us-item__img img {
  width: 120px;
  height: 120px;
}
.us-item__title {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 500;
  padding: 10px 14px;
  background: linear-gradient(90deg, #3968C5 0%, #46A4BA 100%);
  border-radius: 5px;
  margin-bottom: 20px;
  color: #fff;
  line-height: 30px;
}
@media (max-width: 767px) {
  .us-item__title {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
  }
}

.new {
  position: relative;
}
.new .asset-2 {
  position: absolute;
  top: 200px;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .new .asset-2 {
    top: -200px;
  }
}
.new .container {
  position: relative;
  z-index: 3;
}
.new-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .new-list {
    max-width: 540px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
  }
}
.new-item {
  cursor: pointer;
  padding: 10px 10px 20px;
  box-shadow: 4px 4px 20px rgba(104, 104, 104, 0.2);
  border-radius: 20px;
  min-height: 180px;
  width: calc(33.3% - 20px);
}
@media (max-width: 991px) {
  .new-item {
    margin-bottom: 40px;
    width: 100%;
  }
  .new-item:last-of-type {
    margin-bottom: 0;
  }
}
.new-item.show {
  border-color: #3968C4;
}
.new-item.show .new-item__desc {
  display: block;
}
.new-item__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #3968C4;
  margin-bottom: 12px;
  min-height: 124px;
}
@media (max-width: 991px) {
  .new-item__title {
    min-height: initial;
  }
}
.new-item__desc {
  display: none;
  height: 245px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
}
.new-item__date {
  margin-top: 20px;
  color: #747474;
}
.new-item__img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.new-item__img img {
  width: 100%;
  display: block;
  height: 250px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.order .container {
  position: relative;
}
.order__title {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 30px;
  font-weight: 500;
}
.order-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-content {
  overflow-x: auto;
  width: 100%;
  padding-bottom: 120px;
}
.order-content::-webkit-scrollbar {
  display: none;
}
@media (max-width: 600px) {
  .order-content {
    padding-bottom: 154px;
  }
}
.order-table {
  border-top: 2px solid #3968C4;
}
@media (max-width: 1200px) {
  .order-table {
    min-width: 1210px;
  }
}
.order-row {
  width: 100%;
  padding: 15px 0;
  display: grid;
  grid-template-columns: 27px 1fr 0.7fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0 85px;
}
.order-row-head {
  font-weight: 500;
}
@media (max-width: 600px) {
  .order-row {
    grid-gap: 0 34px;
  }
}
.order__cell {
  text-align: center;
}
@media (max-width: 767px) {
  .order__cell {
    font-size: 14px;
    line-height: 18px;
  }
}

.coockie {
  position: fixed;
  bottom: 30px;
  padding: 20px 100px;
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgba(46, 47, 46, 0.25);
  z-index: 7;
  background: #FFFFFF;
  max-width: 1280px;
  width: calc(100% - 40px);
  box-shadow: 4px 4px 20px rgba(46, 47, 46, 0.25);
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1160px) {
  .coockie {
    padding: 20px 32px;
  }
}
@media (max-width: 767px) {
  .coockie {
    padding: 20px;
  }
}
.coockie .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .coockie .container {
    flex-direction: column;
    align-items: center;
  }
}
.coockie__text {
  width: 100%;
  margin-right: 60px;
}
@media (max-width: 600px) {
  .coockie__text {
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
.coockie__btn {
  max-width: 308px;
  width: 100%;
  padding: 13px;
  background: linear-gradient(90deg, #3968C5 0%, #46A4BA 100%);
  color: #fff;
  text-align: center;
  outline: none;
  border: none;
  border-radius: 10px;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
}
.coockie__btn:hover {
  opacity: 0.6;
}

.header {
  padding: 24px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
}
.header--secondary {
  position: static;
}
.header--secondary .header-nav__link {
  color: #010101;
}
.header--secondary .header__logo span {
  color: #010101;
}
.header--secondary .header__burger span {
  background-color: #010101;
}
.header._border {
  border-bottom: 1px solid #585858;
}
@media (max-width: 991px) {
  .header {
    padding: 18px 0;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 18px 0;
  }
}
.header-content {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 991px) {
  .header-content {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .header-content {
    padding-bottom: 6px;
  }
}
.header__logo {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 800;
  margin-right: 104px;
  color: #09CDFF;
}
.header__logo span {
  color: #fff;
}
.header-nav {
  width: 100%;
}
@media (max-width: 991px) {
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    transform: translateX(100%);
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 20;
  }
  .header-nav.show {
    transform: translateX(0);
  }
  .header-nav.show .header-nav-list {
    transform: translateX(0);
    transition: 0.5s;
  }
}
.header-nav__overlay {
  display: none;
}
@media (max-width: 991px) {
  .header-nav__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.08);
  }
}
.header-nav-list {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .header-nav-list {
    padding: 58px 26px 35px;
    height: 350px;
    max-width: 224px;
    width: 100%;
    background-color: #fff;
    box-shadow: 4px 4px 20px rgba(46, 47, 46, 0.25);
    border-radius: 0px 0px 0px 20px;
    position: fixed;
    top: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 9;
    transform: translateX(100%);
    transition: 0.5s;
  }
}
.header-nav__item {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .header-nav__item {
    margin-right: 0;
    padding: 15px 0;
    width: 100%;
    text-align: right;
  }
}
.header-nav__cabinet {
  margin: 0 0 0 auto;
  width: 50px;
  height: 50px;
  background: url("/images/denok-profile-icon.png") center center/50px no-repeat;
  cursor: pointer;
}
.header-nav__cabinet:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .header-nav__cabinet {
    order: -1;
  }
}
.header-nav__link {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}
.header-nav__link:hover {
  color: #09CDFF;
}
@media (max-width: 991px) {
  .header-nav__link {
    font-size: 16px;
    font-weight: 400;
    color: #010101;
  }
}
.header-nav__close {
  display: none;
}
@media (max-width: 991px) {
  .header-nav__close {
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 10;
    cursor: pointer;
  }
  .header-nav__close::before {
    position: absolute;
    content: "";
    width: 21px;
    height: 2px;
    top: 9px;
    background-color: #3968C4;
    transform: rotate(45deg);
  }
  .header-nav__close::after {
    position: absolute;
    content: "";
    width: 21px;
    height: 2px;
    top: 9px;
    background-color: #3968C4;
    transform: rotate(-45deg);
  }
}
.header__burger {
  width: 36px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}
.header__burger span {
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 100px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .header__burger {
    display: flex;
    width: 26px;
    height: 21px;
  }
  .header__burger span {
    width: 26px;
  }
}

.footer {
  margin: auto 0 0 0;
}
.footer-main {
  padding: 53px 0 156px;
  background-color: #449BBB;
}
@media (max-width: 1024px) {
  .footer-main {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .footer-main {
    padding: 50px 0 22px;
  }
}
.footer-main .container {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .footer-main .container {
    padding-bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-bottom {
  padding: 17px 0;
  color: #585858;
}
.footer__company {
  margin-right: 40px;
  color: #545E78;
}
@media (max-width: 767px) {
  .footer__company {
    margin: 0 0 20px 0;
  }
}
.footer__privacy {
  color: #545E78;
}
.footer__privacy:hover {
  text-decoration: underline;
}
.footer__logo {
  margin: 0 104px 0 0;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer__logo {
    margin: 0 0 32px 0;
  }
}
.footer-nav__list {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-nav__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-nav__item {
  margin-right: 40px;
}
.footer-nav__item a {
  font-size: 18px;
  color: #fff;
  line-height: 21px;
}
.footer-nav__item a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer-nav__item {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer-nav__item:last-of-type {
    margin-bottom: 0;
  }
}

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 20;
}
.modal.active {
  display: block;
}
.modal-overlay {
  background: rgba(0, 0, 0, 0.13);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.modal-content {
  max-width: 400px;
  width: 100%;
  padding: 30px 68px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 10;
  text-align: center;
  border-radius: 20px;
}
.modal-content--m {
  max-width: 400px;
  padding: 30px 68px;
}
@media (max-width: 991px) {
  .modal-content {
    padding: 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .modal-content {
    padding: 30px;
    width: calc(100% - 20px);
  }
  .modal-content--m {
    padding: 30px 13px;
  }
}
.modal-content--s {
  max-width: 400px;
  padding: 20px;
}
.modal__subtitle {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 22px;
  text-align: center;
  font-weight: 500;
}
.modal__img {
  max-width: 216px;
  margin: 0 auto 52px;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .modal__img {
    nav-index: 178px;
    margin-bottom: 35px;
  }
}
.modal__title {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .modal__title {
    font-size: 18px;
  }
}
.modal__price {
  font-weight: 800;
  color: #3968C4;
  margin-bottom: 62px;
  text-transform: uppercase;
  font-size: 46px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .modal__price {
    font-size: 30px;
    margin-bottom: 44px;
  }
}
.modal-close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 23px;
  right: 23px;
  z-index: 11;
}
@media (max-width: 991px) {
  .modal-close {
    width: 12px;
    height: 12px;
    top: 14px;
    right: 14px;
  }
}
.modal-close::before {
  position: absolute;
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  top: 6px;
  background-color: #000;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .modal-close::before {
    width: 12px;
  }
}
.modal-close::after {
  position: absolute;
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  top: 6px;
  background-color: #000;
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .modal-close::after {
    width: 12px;
  }
}

.modal--approved .modal__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  padding: 10px 0;
  border-top: 1px solid #EDEDED;
  color: #61B136;
}
.modal--approved .modal__price {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
.modal--approved .modal__conditions {
  padding: 10px 0;
  border-bottom: 1px solid #EDEDED;
  border-top: 1px solid #EDEDED;
}
.modal--approved .modal__age {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 400;
}
.modal--approved .modal__age span {
  font-weight: 600;
}
.modal--approved .modal__term {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 400;
}
.modal--approved .modal__term span {
  font-weight: 600;
}
.modal--approved .modal__percent {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin: 10px 0;
}
.modal--approved .modal__percent span {
  font-size: 24px;
  line-height: 28px;
}
.modal--approved .modal__btn {
  width: 100%;
  padding: 13px 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: linear-gradient(89.96deg, #3969C4 0.04%, #45A0BB 103.87%);
  border-radius: 20px;
  cursor: pointer;
}
.modal--approved .modal__btn:hover {
  opacity: 0.7;
}
.modal--approved .modal__logo {
  max-width: 250px;
  width: 100%;
  margin: 0 auto 24px;
}
.modal--approved .modal__logo img {
  width: 100%;
  display: block;
}

.approved {
  padding-bottom: 64px;
}
.approved .container {
  max-width: 1210px;
}
@media (max-width: 767px) {
  .approved {
    padding-bottom: 40px;
  }
}



.approved__title {
  padding: 30px 125px;
  text-align: center;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  background: #F0FCFF;
  border-radius: 20px;
}
.approved__title span {
  color: #2488FF;
}
@media (max-width: 767px) {
  .approved__title {
    margin-bottom: 20px;
    font-size: 32px;
    padding: 20px 32px;
    line-height: 1.2;
  }
  .approved__title > span {
    display: block;
  }
}
@media (max-width: 495px) {
  .approved__title {
    font-size: 32px;
    padding: 8px 16px;
  }
}

.approved__desc {
  margin: 24px auto 0;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
}
.approved__desc span {
  color: #2488FF;
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .approved__desc {
    font-size: 24px;
    margin-top: 16px;
  }
  .approved__desc span {
    font-size: 32px !important;
  }
}
@media (max-width: 495px) {
  .approved__desc {
    margin-top: 10px;
  }
}

.approved-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
@media (max-width: 1024px) {
  .approved-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
@media (max-width: 600px) {
  .approved-list {
    grid-template-columns: 1fr;
  }
}

.approved__item {
  background: #FFFFFF;
  padding: 24px 20px 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 4px 4px 20px rgba(8, 35, 41, 0.2);
  border-radius: 20px;
}

.approved__item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px 0;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

.approved__item-age {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}
.approved__item-age span {
  display: block;
  font-weight: 600;
}

.approved__item-term {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 20px;
  line-height: 30px;
  text-align: right;
}
.approved__item-term span {
  display: block;
  font-weight: 600;
}

.approved__item-logo {

  max-width: 233px;
  width: 100%;
  margin-bottom: 10px;
}
.approved__item-logo img {
  object-position: left;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 48px;
  display: block;

  /*width: auto;*/
  /*height: 44px;*/
  /*display: block;*/
  /*margin: 0 auto;*/
  /*width: 100%;*/
  /*display: block;*/
}

.approved__item-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 10px;
  background: #61B136;
  border-radius: 0px 20px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.approved__item-body {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}

.approved__item-price {
  font-size: 35px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}

.approved__item-status {
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  color: #61B136;
  text-align: center;
}

.approved__item-documents {
  text-align: center;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.approved__item-btn {
  width: 100%;
  padding: 13px 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: linear-gradient(89.96deg, #3969C4 0.04%, #45A0BB 103.87%);
  border-radius: 20px;
  cursor: pointer;
}
.approved__item-btn:hover {
  opacity: 0.7;
}

.approved__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.approved__subtitle {
  font-size: 32px;
  line-height: 37px;
  font-weight: 600;
  margin-bottom: 12px;
}

.approved__price {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 47px;
  font-weight: 600;
}

.approved__percent {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: 600;
}

.approved__btn {
  max-width: 255px;
  width: 100%;
  padding: 18px;
  height: 60px;
  background-color: #33B1F9;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 28px;
}
.approved__btn:hover {
  background-color: #1e72a3;
}

.approved__img {
  max-width: 524px;
  margin: 40px 0;
}
.approved__img img {
  width: 100%;
}

input[type=range] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100%;
  height: 5px;
  background: #E1E7F5;
  border-radius: 5px;
  background-image: linear-gradient(#3968C4, #3968C4);
  background-size: 70% 100%;
  background-repeat: no-repeat;
}

/* Input Thumb */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #3968C4;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #3968C4;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #3968C4;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

input[type=range]::-webkit-slider-thumb:hover {
  background: #3968C4;
}

input[type=range]::-moz-range-thumb:hover {
  background: #ff0200;
}

input[type=range]::-ms-thumb:hover {
  background: #3968C4;
}

/* Input Track */
input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type=range]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}/*# sourceMappingURL=style.css.map */