@charset "UTF-8";
@font-face {
  font-family: Open Sans;
  src: url("../font/Open_Sans/OpenSans-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: Open Sans;
  src: url("../font/Open_Sans/OpenSans-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Open Sans;
  src: url("../font/Open_Sans/OpenSans-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: Open Sans;
  src: url("../font/Open_Sans/OpenSans-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: Open Sans;
  src: url("../font/Open_Sans/OpenSans-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: Open Sans;
  src: url("../font/Open_Sans/OpenSans-ExtraBold.ttf");
  font-weight: 900;
}
* {
  box-sizing: border-box;
  font-family: Open Sans, Arial;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
}

a {
  cursor: pointer;
}

b {
  font-weight: 500;
}

body {
  background: #FFFFFF;
  color: #111114;
}
@media (prefers-color-scheme: dark) {
  body {
    background: #111114;
    color: #FFFFFF;
  }
}

body.lock {
  overflow: hidden;
}

.container {
  max-width: 1260px;
  width: 90vw;
  margin: auto;
}

button {
  cursor: pointer;
  transition: 0.1s;
}

.back-arrow {
  padding: 15px 20px;
  background: #F7F7F7;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 700;
  margin-right: 30px;
}

header {
  color: #000;
  padding: 25px;
}
header.main {
  color: rgb(255, 255, 255);
  background: url(/assets/img/header_back.png) lightgray 50%/cover no-repeat;
}
header .container {
  position: relative;
}
header .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top.desk {
  display: flex;
}
header .top.mob {
  display: none;
}
header .top a,
header .top .services {
  display: flex;
  gap: 8px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  color: #000;
  align-items: center;
}
header .top a b,
header .top .services b {
  rotate: 270deg;
  font-weight: 400;
  transform: scaleY(2);
}
header .top a .list,
header .top .services .list {
  display: none;
  position: absolute;
  padding: 20px;
  top: 100%;
  width: max-content;
  left: 0;
}
header .top a .list div,
header .top .services .list div {
  background: rgba(255, 255, 255, 0.1882352941);
  padding: 20px;
  border-radius: 10px;
  max-height: 200px;
  width: max-content;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2392156863);
}
header .top a .list div a,
header .top .services .list div a {
  color: #000;
  text-decoration: none;
}
header .top a .list div a:hover,
header .top .services .list div a:hover {
  text-decoration: underline;
}
header .top .services:hover .list {
  display: block;
}
header .top form {
  display: flex;
  align-items: center;
  position: relative;
}
header .top form .search {
  background: #F7F7F7;
  color: #1e1e1e;
  border: none;
  padding: 16px 20px 16px 40px;
  border-radius: 12px;
  outline: #878787;
}
header .top form .search::placeholder {
  color: #878787;
}
header .top form button {
  background: transparent;
  border: none;
  position: absolute;
  left: 8px;
  filter: brightness(0.6);
}
header .top form button:hover {
  box-shadow: none;
}
header .top a.enter {
  padding: 10px 20px;
  border-radius: 16px;
  border: none;
  background: #2BB06D;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-weight: 600;
}
header .top a.enter img {
  filter: brightness(20);
}
header .top p span:last-child {
  font-size: 1.2em;
  text-decoration: none !important;
  color: rgb(0, 0, 0) !important;
}
header.main .top a {
  color: #fff;
}
header.main .top .services {
  color: #fff;
}
header.main .top .services .list div a {
  color: #fff;
}
header.main .top form .search {
  background: rgba(247, 247, 247, 0.3294117647);
  color: #fff;
  outline: #fff;
}
header.main .top form .search::placeholder {
  color: #fff;
}
header.main .top form button {
  filter: none;
}
header.main .top a.enter {
  background: #fff;
  color: #2BB06D;
}
header.main .top a.enter img {
  filter: none;
}
header.main .top p span:last-child {
  color: rgb(255, 255, 255) !important;
}
header.calc {
  color: rgb(255, 255, 255);
  background: url(/assets/img/calc_header.png) lightgray 50%/cover no-repeat;
}
header.calc .top p span:last-child {
  color: rgb(255, 255, 255) !important;
}
header.calc .center {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
header.calc .center p {
  margin: 10px 0;
}
header.calc .center .left,
header.calc .center .right {
  width: 48%;
}
header.calc .center .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header.calc .center .left h1 {
  font-size: 3.5em;
  font-weight: 900;
}
header.calc .center .left p {
  font-size: 1.3em;
}
header.calc .center .left p span {
  color: #0C8478;
  background: #fff;
  border-radius: 4px;
  padding: 1px;
}
header.calc .center .left .facts {
  font-size: 2em;
  font-weight: 700;
}
header .center {
  font-weight: 600;
  font-size: 1.2em;
  padding: 50px 0;
  width: 70%;
}
header .center h1 {
  font-size: 2rem;
}
header .center p {
  margin: 20px 0 30px;
}
header .center .buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
header .center .buttons a {
  background: rgba(255, 255, 255, 0.17);
  color: #FFFFFF;
  font-weight: 400;
  border: none;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 3px 0px #fff;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  cursor: pointer;
  border-radius: 20px;
  padding: 20px 40px;
  width: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1;
}
header .center .buttons a img {
  width: 20px;
}
header .center .buttons a p {
  margin: 0;
}
header .white-circles {
  position: absolute;
  bottom: -25px;
  right: 0;
  height: 80%;
  background: #fff;
  border-radius: 500px;
}
header .white-circles::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 110%;
  border: 3px solid #fff;
  border-radius: 500px;
  left: -5%;
  top: -6%;
  z-index: 0;
}
header .white-circles .backman {
  width: 100%;
  height: 100%;
}

section h2 {
  font-size: 2em;
  margin: 50px 0 10px;
}
section p {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #878787;
}

section.offert h2 {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
section.offert p {
  font-size: 1em;
  color: #222;
}

.calc section {
  margin-top: 40px;
}
.calc section h2 {
  font-size: 3em;
  width: max-content;
  margin: 0 auto 10px;
}
.calc section .subheader {
  width: max-content;
  margin: auto;
}

.three-steps .steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
.three-steps .steps .right-arrow {
  font-size: 2.5em;
  font-weight: 600;
  color: #2BB06D;
  transform: scaleY(1.5);
}
.three-steps .steps div {
  position: relative;
  background: #F4F5F7;
  border-radius: 16px;
  padding: 20px 26px;
  width: 28%;
  display: flex;
  flex-direction: column;
}
.three-steps .steps div img {
  width: 200px;
  height: 200px;
  margin: 20px auto 10px;
  object-fit: contain;
}
.three-steps .steps div p {
  color: #333;
  font-size: 1.1em;
  margin: 0;
}
.three-steps .steps div b {
  color: #07F;
  font-size: 1.2em;
  font-weight: 600;
}
.three-steps .steps div .corner-number {
  position: absolute;
  left: 6px;
  top: 6px;
  padding: 6px 12px;
  border-radius: 10px;
  color: #2BB06D;
  background: #FFF;
  font-weight: 700;
}
.three-steps .annotation {
  color: #222;
  width: 100%;
  padding: 10px 24px;
  font-size: 1em;
  border-radius: 24px;
  border: 1px dashed var(--text-sec, #878787);
}

.benefits {
  background: #F4F5F7;
  padding: 40px 0;
}
.benefits .cards {
  margin-top: 40px;
  display: flex;
  gap: 30px 4%;
  flex-wrap: wrap;
}
.benefits .cards div {
  width: 48%;
  border-radius: 14px;
  background: #FFF;
  overflow: hidden;
}
.benefits .cards div .info {
  width: 100%;
  padding: 20px;
}
.benefits .cards div .info h4 {
  font-size: 2em;
}
.benefits .cards div .info p {
  font-size: 1.3em;
  margin-top: 8px;
}
.benefits button {
  background: #2BB06D;
  color: #fff;
  border-radius: 16px;
  border: none;
  padding: 18px;
  font-size: 1.3em;
  font-weight: 500;
  width: 100%;
  margin-top: 12px;
  width: 50%;
  margin: 32px 25%;
}

.sec_calc {
  padding: 20px 0 50px;
}
.sec_calc .calculator {
  color: #333;
  background: #F4F5F7;
  margin: auto;
  margin-top: 30px;
}
.sec_calc .calculator .slider-box .amount-input {
  background: #ffffff;
}

.calc .popular-questions {
  background: #EEEFF3;
  padding: 40px 0 50px;
}
.calc .popular-questions h2 {
  font-size: 2em;
  margin: 20px 0 0;
}
.calc .popular-questions .faq {
  margin: 20px auto;
}
.calc .popular-questions .faq .faq-item {
  background: #ffffff;
  border-radius: 14px;
  margin-bottom: 10px;
  overflow: hidden;
}
.calc .popular-questions .faq .faq-question {
  width: 100%;
  padding: 14px 18px;
  border: none;
  background: none;
  text-align: left;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.calc .popular-questions .faq .icon {
  font-size: 22px;
  color: #5f6b7a;
}
.calc .popular-questions .faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: #666;
  transition: all 0.3s ease;
}
.calc .popular-questions .faq .faq-item.active .faq-answer {
  max-height: 150px;
  padding: 10px 20px 20px;
}
.calc .popular-questions .faq .faq-item.active .icon {
  color: #2ecc71;
}

.do-it {
  margin: auto;
}
.do-it .content {
  border-radius: 16px;
  background: #F4F5F7;
  margin: 30px 0 80px;
  display: flex;
  gap: 3%;
  padding: 16px 18px;
}
.do-it .left {
  padding: 20px 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.do-it .left h4 {
  font-size: 2em;
}
.do-it .left p {
  width: 70%;
}
.do-it .left a {
  background: #2BB06D;
  color: #fff;
  border-radius: 16px;
  border: none;
  padding: 18px;
  font-size: 1.3em;
  font-weight: 500;
  width: 100%;
  margin-top: 12px;
  background: #1F2A44;
  width: max-content;
  text-decoration: none;
}
.do-it .right {
  width: 50%;
  border-radius: 16px;
  background: #FFF;
  padding: 35px;
  display: flex;
  justify-content: space-between;
}
.do-it .right div p {
  color: #222222;
  margin-bottom: 10px;
}
.do-it .right div p b {
  font-size: 1.1em;
  font-weight: 600;
}
.do-it .right .grey-field {
  height: 100%;
  width: 40%;
  background: #D9D9D9;
  border-radius: 12px;
}

.banks h2 {
  font-size: 3em;
  font-weight: 400;
  text-align: center;
}
.banks .subheader {
  text-align: center;
}
.banks .cards {
  margin: 40px 0;
  display: flex;
  gap: 20px 1%;
  flex-wrap: wrap;
}
.banks .cards .item {
  width: 24%;
  background: #F7F7F7;
  padding: 6px 12px;
  border-radius: 12px;
}
.banks .cards .item .bank-logo {
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  justify-content: center;
}
.banks .cards .item .info {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  gap: 10px;
  padding: 15px;
}
.banks .cards .item .info p {
  font-size: 1em;
  margin: 3px 0;
  font-weight: 300;
}
.banks .cards .item .info p b {
  font-weight: 600;
  font-size: 1.2em;
  color: #222;
}
.banks .cards .item .five-min {
  text-align: center;
  font-size: 0.9em;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.banks .cards .item a {
  display: block;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  background: #1F2A44;
  border-radius: 12px;
  text-decoration: none;
}
.banks .cards .item:hover .five-min span {
  rotate: 20deg;
  animation: spin 2s linear infinite;
}

.slider {
  position: relative;
}
.slider .slider-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: overlay;
  scroll-behavior: smooth;
}
.slider .slider-container::-webkit-scrollbar {
  display: none;
}
.slider .slider-container .slide {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  width: 32%;
}
.slider .slider-container .slide .info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  padding: 25px;
}
.slider .slider-container .slide .info h3 {
  font-weight: 900;
  font-size: 1.5em;
  margin-bottom: 5px;
}
.slider .slider-container .slide .info p {
  color: #fff;
  width: 90%;
  font-weight: 400;
  font-size: 1.2em;
  margin-bottom: 8px;
}
.slider .slider-container .slide .info a {
  background: rgba(255, 255, 255, 0.17);
  color: #FFFFFF;
  font-weight: 400;
  border: none;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 3px 0px #fff;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  cursor: pointer;
  border-radius: 12px;
  padding: 8px 35px;
  width: max-content;
  margin-left: auto;
  font-weight: 600;
}
.slider .slider-container .slide:last-child .info {
  background: rgba(0, 0, 0, 0.2509803922);
}

.main {
  margin-bottom: 40px;
}
.main .block-container {
  margin: 0 0 40px;
}
.main h2 {
  font-size: 2em;
  font-weight: 700;
  margin: 30px 0 10px;
}
.main .card-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: overlay;
  scroll-behavior: smooth;
}
.main .card-container::-webkit-scrollbar {
  display: none;
}
.main .card-container.proficiency .card .info {
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}
.main .card-container.proficiency .card img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
}
.main .card-container .card {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  width: 32%;
  height: 360px;
}
.main .card-container .card .info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  padding: 25px;
}
.main .card-container .card .info h3 {
  font-weight: 900;
  font-size: 2em;
  margin-bottom: 5px;
}
.main .card-container .card .info p {
  color: #fff;
  width: 90%;
  font-weight: 400;
  font-size: 1.2em;
  margin-bottom: 8px;
}
.main .card-container .card .info a {
  background: rgba(255, 255, 255, 0.17);
  color: #FFFFFF;
  font-weight: 400;
  border: none;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 3px 0px #fff;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  cursor: pointer;
  border-radius: 12px;
  padding: 16px 35px;
  width: 100%;
  margin-left: auto;
  font-weight: 600;
  font-size: 1.2em;
  margin-top: auto;
}
.main .bottom_container {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  width: 32%;
}
.main .bottom_container .info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  padding: 25px;
}
.main .bottom_container .info h3 {
  font-weight: 900;
  font-size: 1.5em;
  margin-bottom: 5px;
}
.main .bottom_container .info p {
  color: #fff;
  width: 90%;
  font-weight: 400;
  font-size: 1.2em;
  margin-bottom: 8px;
}
.main .bottom_container .info a {
  background: rgba(255, 255, 255, 0.17);
  color: #FFFFFF;
  font-weight: 400;
  border: none;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 3px 0px #fff;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  cursor: pointer;
  border-radius: 12px;
  padding: 8px 35px;
  width: max-content;
  margin-left: auto;
  font-weight: 600;
}
.main .bottom_container {
  width: 100%;
  margin-top: 30px;
}

footer {
  background: #F3F4F4;
  padding: 30px;
}
footer .container {
  display: flex;
  gap: 5%;
}
footer .container .left {
  width: 30%;
}
footer .container .links {
  display: flex;
  gap: 10%;
  width: 65%;
}
footer .container .links div {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
footer .container .links div a {
  color: #000;
  text-decoration: none;
}
footer .container .links div .offert {
  color: #878787;
  font-size: 0.9em;
}

.calculator {
  width: 100%;
  max-width: 600px;
  border-radius: 24px;
  background: #FFF;
  color: #333;
  padding: 24px 30px;
}
.calculator .grey-back {
  margin: 0;
  padding: 3px 24px;
  font-weight: 400;
  background: #F4F5F7;
  border-radius: 8px;
  width: max-content;
}
.calculator .top {
  color: #333;
  display: flex;
  justify-content: space-between;
}
.calculator .top h4 {
  font-size: 1.2em;
}
.calculator button {
  background: #2BB06D;
  color: #fff;
  border-radius: 16px;
  border: none;
  padding: 18px;
  font-size: 1.3em;
  font-weight: 500;
  width: 100%;
  margin-top: 12px;
}
.calculator button span {
  font-size: 1em;
}

.slider-box {
  width: 100%;
  border-radius: 12px;
  margin: 18px 0;
}
.slider-box .label {
  color: #75757D;
  font-size: 14px;
  font-weight: 400;
}
.slider-box .amount-input {
  font-size: 1.2em;
  font-weight: 600;
  border: none;
  background: #F4F5F7;
  outline: none;
  width: 100%;
  margin: 5px 0 -14px;
  padding: 10px 15px;
  border-radius: 8px;
}
.slider-box input[type=range] {
  width: 98%;
  appearance: none;
  height: 6px;
  background: #EEEFF3;
  border-radius: 10px;
  margin-left: 1%;
}
.slider-box {
  /* ползунок */
}
.slider-box input[type=range]::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  background: #3AE180;
  border-radius: 40%;
  cursor: pointer;
  margin-top: 0px;
}
.slider-box .range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #75757D;
  margin-top: 4px;
}

.no-page .background {
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.no-page .logo {
  position: absolute;
  top: 5%;
  left: 5%;
  height: 16px;
  z-index: 1;
}
.no-page p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
  text-align: center;
  color: #fff;
  z-index: 1;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1100px) {
  header .center {
    width: 60%;
  }
  header .white-circles {
    height: 65%;
  }
}
@media (max-width: 700px) {
  * {
    font-size: 13px;
  }
  header {
    overflow: hidden;
  }
  header .container {
    width: 100%;
  }
  header .top.desk {
    display: none;
  }
  header .top.mob {
    display: flex;
  }
  header .top.mob .open-menu {
    border: none;
    background: transparent;
    filter: brightness(0.5);
  }
  header .top.mob .menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    left: 0;
    top: -110%;
    z-index: 999;
  }
  header .top.mob .menu.active {
    top: 90px;
  }
  header .top.mob .menu a {
    color: #000;
    font-size: 1.2em;
    justify-content: center;
  }
  header .top.mob .menu .offert {
    color: #878787;
    font-size: 1em;
  }
  header .top .logo {
    height: 28px;
  }
  header .bottom .buttons {
    flex-direction: column;
  }
  header.main .top.mob .open-menu {
    filter: none;
  }
  header.calc .top a {
    color: #fff;
  }
  header.calc .top.mob .open-menu {
    filter: none;
  }
  header .center {
    width: 100%;
  }
  header .white-circles {
    height: unset;
    width: 80%;
    right: -80px;
    z-index: 0;
  }
  section h2 {
    margin: 30px 0 10px;
  }
  .slider .left-arrow {
    left: 5px;
    padding: 11px 14px;
  }
  .slider .right-arrow {
    right: 5px;
    padding: 11px 14px;
  }
  .slider .slider-container {
    gap: 10px;
  }
  .slider .slider-container .slide {
    min-width: 320px;
  }
  .main .card-container {
    gap: 10px;
  }
  .main .card-container .card {
    min-width: 300px;
    padding: 0;
  }
  .main .card {
    padding: 10px;
  }
  .main .card .image {
    min-width: 45px;
    height: 45px;
  }
  .main .card button {
    padding: 8px;
  }
  .payment a {
    height: 35px;
  }
  footer .container {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  footer .container .left {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .back-arrow {
    padding: 7px 14px;
    margin-right: 10px;
  }
  header.calc .center {
    flex-direction: column;
  }
  header.calc .center .left, header.calc .center .right {
    width: 100%;
  }
  header.calc .center .left h1 {
    font-size: 2.5em;
  }
  header.calc .center .facts {
    display: none;
  }
  header.calc .center .right {
    margin-top: 20px;
  }
  .calc section h2 {
    font-size: 2em;
    width: 100%;
  }
  .calc section .subheader {
    width: 100%;
    margin: auto;
  }
  .three-steps .steps {
    flex-direction: column;
  }
  .three-steps .steps div {
    width: 100%;
    margin-top: 10px;
  }
  .three-steps .steps div img {
    width: 110px;
    height: 110px;
    margin: 0px auto 10px;
  }
  .three-steps .steps .right-arrow {
    display: none;
  }
  .benefits .cards div img {
    height: 200px;
  }
  .benefits .cards div .info h4 {
    font-size: 1.3em;
  }
  .benefits .cards div .info p {
    font-size: 1em;
  }
  .benefits button {
    margin: 20px auto 0;
    width: 100%;
  }
  .do-it .content {
    flex-direction: column;
  }
  .do-it .content .right {
    width: 100%;
  }
  .banks h2 {
    font-size: 2em;
  }
  .banks .cards .item {
    width: 100%;
  }
}
@media (max-width: 355px) {
  header .top p span {
    display: block;
  }
  .slider .slider-container .slide {
    min-width: 90vw;
  }
}

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