@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

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

body {
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

b {
  font-weight: 700;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.content-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.wrapper {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding: 0;
}

.main {
  height: 400px;
  margin-top: 40px;
}
.main__banner {
  position: relative;
  height: 400px;
  width: 100%;
  background: url(../images/main.png) no-repeat left top;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main__banner h2 {
  letter-spacing: -0.02em;
  color: #2E2B26;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 3%;
}

.que {
  margin: 76px 0;
  margin-bottom: 30px;
}
.que .wrapper {
  max-width: 1120px;
}
.que__title {
  color: #2E2B26;
  letter-spacing: -0.02em;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
}
.que__text {
  max-width: 750px;
  width: 100%;
  margin-left: 120px;
}
.que__text p {
  color: #2E2B26;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.video video {
  width: 100%;
  display: block;
}

.video video {
    clip-path: inset(1px 1px);
}

.banner {
  margin-top: 89px;
}
.banner__inner {
  height: 450px;
  width: 100%;
  background: url(../images/why.jpg) no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.banner__info {
  max-width: 610px;
  /*margin-right: 9%;*/
  margin-right: 4%;
}
.banner__info h2 {
  color: #2E2B26;
  letter-spacing: -0.02em;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
}
.banner__info p {
  color: #2E2B26;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  margin-top: 33px;
}
.banner__info p span:first-of-type {
  color: #939393;
  font-weight: 700;
}

.promo {
  margin-top: 90px;
}
.promo__inner {
  max-width: 1080px;
  margin: auto;
  height: 392px;
  width: 100%;
  background: url(../images/promo.png) no-repeat;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 95px;
}
.promo__inner h2 {
  color: #2E2B26;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 45px;
}
.promo__inner p {
  color: #2E2B26;
  font-weight: 500;
  font-size: 19.8px;
  max-width: 463px;
  line-height: 1.6;
  margin-top: 43px;
}
.promo__inner a {
  color: #3B5CB1;
  text-decoration-line: underline;
  font-weight: 700;
  font-size: 27px;
  margin-top: 40px;
}

.how {
  margin-top: 90px;
}
.how__inner {
  height: 450px;
  width: 100%;
  background: url(../images/how.jpg) no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
.how__inner > div {
  max-width: 630px;
  /*margin-right: 115px;*/
  margin-right: 30px;
}
.how__inner h2 {
  color: #2E2B26;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.3;
  margin-bottom: 34px;
}
.how__inner p {
  color: #2E2B26;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.resultList {
  margin-top: 90px;
}
.resultList__info {
  color: #2E2B26;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 40px;
  margin-left: 55px;
}
.resultList__item {
  max-width: 507px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 27px;
  height: 400px;
}
.resultList__item:first-child {
  background: #EEFAFF;
}
.resultList__item:last-child {
  background: #F8EFFF;
}
.resultList__list {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.resultList__inner {
  max-width: 1080px;
  margin: auto;
  width: 100%;
}
.resultList__inner h2 {
  color: #2E2B26;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.3;
}

.products {
  margin-top: 90px;
}
.products__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 30px;
}
.products__icon {
  display: flex;
  align-items: center;
  width: 50%;
}
.products__icon i {
  margin-right: 25px;
}
.products__icon p {
  color: #2E2B26;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  max-width: 405px;
}
.products__inner {
  background: #F7F7F7;
  padding-bottom: 84px;
}
.products__wrap {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
.products__wrap h2 {
  color: #2E2B26;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 45px;
  padding-top: 75px;
}
.products__icons {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.icon-home {
  background: url(../images/home.svg) no-repeat;
  width: 25px;
  display: block;
  height: 31px;
}
.icon-home-two {
  background: url(../images/home-two.svg) no-repeat;
  width: 30px;
  height: 30px;
  display: block;
}
.icon-pdf {
  background: url(../images/pdf.png) no-repeat;
  width: 54px;
  height: 54px;
  display: block;
}

.product {
  margin-bottom: 40px;
  padding: 0 20px;
  width: 50%;
}
.product:nth-child(1) .product__inner {
  background: url(../images/product1.png) no-repeat left top #FFF;
}
.product:nth-child(2) .product__inner {
  background: url(../images/product2.png) no-repeat left 35px top 25px #FFF;
}
.product:nth-child(3) .product__inner {
  background: url(../images/product3.png) no-repeat left top 15px #FFF;
}
.product:nth-child(4) .product__inner {
  background: url(../images/product4.png) no-repeat left 50px top 35px #FFF;
}
.product__inner {
  height: 225px;
  background: #FFF;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product__content {
  margin-right: 80px;
}
.product__content h3 {
  color: #2E2B26;
  font-weight: 700;
  font-size: 27px;
}
.product__content p {
  color: #2E2B26;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 16px;
}
.product__content a {
  color: #3B5CB1;
  text-decoration-line: underline;
  font-weight: 700;
  font-size: 19.8px;
  display: block;
  margin-top: 25px;
}

.consult {
  margin-top: 90px;
}
.consult__inner {
  max-width: 1078px;
  margin: auto;
  height: 396px;
  background: url(../images/consult.png) no-repeat bottom left #FFFFEB;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 100px;
}
.consult__inner h2 {
  color: #2E2B26;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.3;
}
.consult__inner p {
  color: #2E2B26;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6;
  margin-top: 18px;
}
.consult__wrap {
  margin-top: 50px;
}
.consult__wrap button:first-child {
  background: #233E99;
  border-radius: 20.0705px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 17.8325px;
  height: 72px;
  padding: 0 49px;
  border: none;
  cursor: pointer;
}
.consult__wrap button:last-child {
  color: #233E99;
  text-align: center;
  text-decoration-line: underline;
  font-weight: 700;
  font-size: 17.8325px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 41px;
}

.consult__mob-image {
    display: none;
}

.tech {
  background: #1E3D40;
  padding: 74px 0;
  margin-top: 90px;
  position: relative;
  overflow: hidden;
}
.tech__inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
.tech__footer {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.tech__text {
  max-width: 450px;
  position: relative;
}
.tech__text:before {
  content: "";
  position: absolute;
  top: 121px;
  right: -150%;
  height: 6px;
  width: 250%;
  background: #FFF;
}
.tech__text p {
  font-weight: 500;
  font-size: 20px;
  color: #FFF;
  line-height: 1.7;
}
.tech__list {
  display: flex;
  flex-wrap: wrap;
}
.tech__item {
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tech__item:first-child {
  margin-right: 80px;
}
.tech__item > div {
  width: 228px;
  height: 228px;
  position: relative;
  overflow: hidden;
}
.tech__item > div img {
  position: relative;
  left: -74px;
  top: -48px;
}
.tech__item span {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  display: block;
  line-height: 1.45;
  margin-top: 30px;
}
.tech__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tech__header h2 {
  letter-spacing: -0.02em;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.3;
}
.tech__header p {
  color: #8BCED6;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
}

.sized {
  margin-top: 50px;
}
.sized__title {
  color: #2E2B26;
  font-weight: 700;
  font-size: 31.293px;
  line-height: 1.4;
}
.sized__desc {
  color: #2E2B26;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 17px;
}
.sized__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: auto;
  margin-top: 70px;
}
.sized__item {
  width: 50%;
  padding: 0 30px;
  height: 234px;
  margin-bottom: 60px;
}
.sized__item:nth-child(1) .sized__wrap {
  background: #F5FAEE;
  border-radius: 27px;
}
.sized__item:nth-child(2) .sized__wrap {
  background: #FAF7EE;
  border-radius: 27px;
}
.sized__item:nth-child(3) .sized__wrap {
  background: #EEF8FA;
  border-radius: 27px;
}
.sized__item:nth-child(4) .sized__wrap {
  background: #F7F7F7;
  border-radius: 27px;
}
.sized__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0 !important;
  margin-left: 10px;
}
.sized__wrap {
  display: flex;
  align-items: center;
  height: 234px;
  position: relative;
  overflow: hidden;
}
.sized__wrap > div {
  position: relative;
  overflow: hidden;
  width: 220px;
  height: 220px;
  top: 22px;
}
.sized__wrap > div img {
  position: relative;
  top: -36px;
  left: -36px;
}
.sized__inner h2 {
  color: #2E2B26;
  text-align: center;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.4;
}
.sized__inner p {
  color: #2E2B26;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin-top: 22px;
  line-height: 1.6;
}

.researches__inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  display: flex;
  margin-top: 41px;
}
.researches__image a {
  color: #3B5CB1;
  text-decoration-line: underline;
  font-weight: 700;
  font-size: 21.6763px;
  display: flex;
  align-items: center;
  margin-top: 26px;
}
.researches__content {
  max-width: 640px;
  margin-left: 70px;
}
.researches__content h2 {
  color: #2E2B26;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 47px;
}
.researches__content p {
  color: #2E2B26;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 27px;
}

.tabs {
  font-size: 0;
}

.tabs > input[type=radio] {
  display: none;
}

.tabs > div {
  /* скрыть контент по умолчанию */
  display: none;
  padding: 10px 15px;
  font-size: 16px;
}
.tabs > div img {
  display: block;
  max-width: 1073px;
  width: 100%;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked ~ #content-1,
#tab-btn-2:checked ~ #content-2,
#tab-btn-3:checked ~ #content-3,
#tab-btn-4:checked ~ #content-4,
#tab-btn-5:checked ~ #content-5,
#tab-btn-6:checked ~ #content-6,
#tab-btn-7:checked ~ #content-7 {
  display: block;
  margin-top: 35px;
}

.tabs > label {
  display: inline-block;
  text-align: center;
  user-select: none;
  line-height: 1;
  color: #2E2B26;
  font-weight: 700;
  font-size: 10.5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
  top: 1px;
  width: 150px;
  border-radius: 1.8px;
  background: #F7F7F7;
  text-transform: uppercase;
  padding: 15px 0;
  margin-right: 5px;
}
.tabs > label:last-child {
  margin: 0;
}

.tabs > label:not(:first-of-type) {
  border-left: none;
}

.tabs > input[type=radio]:checked + label {
  background: #3B5CB1;
  color: #FFF;
}

.tabs {
  max-width: 1085px;
  width: 100%;
  margin: auto;
}

.calendar h2 {
  color: #2E2B26;
  text-align: center;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.4;
  margin-top: 71px!important;
  margin-bottom: 50px;
}
.slider .wrapper .slider__inner {
 
}

.slider {
    margin-top: 90px;
}

.slider__inner {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1362px;
  margin: auto;
}
.slider__content {
  background: #F7F7F7;
  max-width: 706px;
  /*padding-left: 138px;*/
  padding-left: 75px;
}
.slider__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 62px;
}
.slider__header img{
  margin-right: 43px;
}
.slider__header p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #272727;
  opacity: 0.9;
}
.slider__icons {
  display: flex;
  flex-direction: column;
  padding-right: 46px;
  padding-top: 57px;
  padding-left: 0;
}
.slider__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 58px;
}
.slider__icon p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px ;
  color: #272727;
  opacity: 0.9;
  padding-left: 38px;
}
.slider__wrapper  {
    position: relative;
    background: #4E8ABE;
    width: 48%;
}

.slider__counter {
    position: absolute;
    top: 320px;
    left: 8%;

    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 32.4px;
    line-height: 100%;
    color: #7BB1DF;
    opacity: 0.9;
    z-index: 100;
}

.slider__counter span:first-of-type {
    color: #fff;
    opacity: 1;
}

.slider__dots {
    position: absolute;
    display: flex;
    align-items: center;
    top: 330px;
    left: 58%;
    z-index: 100;
}

.slider__dots li {
    margin-right: 14px;
    border-radius: 50%;
    border: 2px solid #B5DDFF;
    width: 11px;
    height: 11px;
    background: #7BB1DF;
    cursor: pointer;
}

.slider__dots li:last-of-type {
    margin-right: 0;
}

.slider__dots li.slick-active {
    border: 2px solid #fff;
    background: #fff;
    transform: scale(1.5);
}

.slider__dots button {
    border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.slider__controls .slick-dots {
    position: static;
}

.slider__text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16.2px;
  line-height: 175%;
  color: #FFFFFF;
  opacity: 0.9;
  padding-top: 110px;
  padding-left: 56px;
  padding-right: 143px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.testandcall {
  
  height: 270px;
  display: flex;
  justify-content: space-around;
  margin-top: 90px;
}
.test {
  display: flex;
  width: 508px;
  background: #EEFAFF;
  border-radius: 27px;
  padding-left: 53px;
  padding-top: 49px;
}
.test p {
  font-style: normal;
  font-weight: 500;
  font-size: 19.8px;
  line-height: 160%;
  color: #1B79A0;
  margin-bottom: 46px;
}

.test__inner p span {
    color: #1B79A0;
    font-weight: 600;
}

.test a {
  font-style: normal;
  font-weight: 700;
  font-size: 23.4px;
  line-height: 160%;
  text-decoration-line: underline;
  color: #1B79A0;
}
.test img {
  margin-right: 16px;
}
.call {
  display: flex;
  width: 508px;
  background: #F8EFFF;
  border-radius: 27px;
  padding-left: 53px;
  padding-top: 49px;
}
.call p {
  font-style: normal;
  font-weight: 500;
  font-size: 19.8px;
  line-height: 160%;
  color: #794C9C;
  margin-bottom: 46px;
}

.call__inner p span {
    color: #794C9C;
    font-weight: 600;
}

.call a {
  font-style: normal;
  font-weight: 700;
  font-size: 23.4px;
  line-height: 160%;
  text-decoration-line: underline;
  color: #794C9C;
}
.call img {
  margin-right: 16px;
}

.equipment {
    margin-top: 90px;
    padding-top: 72px;
    background: #F7F7F7;
}

.equipment__container {
    position: relative;
    overflow: hidden;
    max-width: 1440px;
    margin: 0 auto;
    height: 540px;
}

.equipment__wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
}

.equipment__content {
    position: absolute;
    /*left: 180px;*/
    width: 100%;
}

.equipment__title {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.equip-tabs__control {
    margin-right: 20px;
    border-radius: 9px;
    border: 1px solid rgba(56, 78, 112, 0.12);
    padding: 0 25px;
    width: 254px;

    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #5C6077;
    background: #FFFFFF;
    cursor: pointer;
}

.equip-tabs__control:hover {
    color: #233E99;
}

.equip-tabs__control.equip-active {
    background: #233E99;
    color: #fff;
}

.equip-tabs__control.equip-active .equip-tabs__icon {
    background: #3C58B7;
}

.equip-tabs__control.equip-active svg {
    fill: #fff;
}

.equip-tabs__control-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 56px;
    width: 100%;
}

.equip-tabs__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 18px;
    border-radius: 8.13951px;
    width: 25px;
    height: 25px;
    background: #F3F5F8;
}

.equip-tabs__icon svg {
    width: 13px;
    fill: #233E99;
}

.equip-tabs__contents {
    margin-top: 55px;
    position: relative;
}

.equip-tabs__content {
    position: absolute;
    left: -9999px;
    display: none!important;
    opacity: 0;
    visibility: hidden;
}

.equip-tabs__content.equip-active {
    display: block!important;
    position: static;
    left: 0;
    opacity: 1;
    visibility: visible;
}

.equipment-item {
    margin-right: 20px;
    border: 1px solid rgba(56, 78, 112, 0.12);
    border-radius: 9px;


    max-width: 254px;
    background: #fff;
    text-decoration: none;
    transition: background-color 0.25s ease;
}

.equipment-item:hover {
    background: #233E99;
}

.equipment-item:hover .equipment-item__title {
    color: #fff;
}

.equipment-item:hover .equipment-item__descr {
    color: #fff;
}

.equipment-item:hover .equipment-item__old-price {
    color: #fff;
}

.equipment-item:hover .equipment-item__prices {
    color: #fff;
}

.equipment-item:hover .equipment-item__arrow {
    fill: #fff;
}

.equipment-item__header {
    display: flex;
    justify-content: center;
    padding: 32px 58px 0;
}

.equipment-item__image {
    max-width: 137px;
    height: 128px;
}

.equipment-item__image img {
    width: auto;
    height: 100%;
}

.equipment-item__content {
    padding: 20px 60px 0 24px;
}

.equipment-item__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #18214D;
    text-decoration: none;
    transition: color 0.25s ease;
}


.equipment-item__descr {
    margin-top: 8px;
    font-weight: 600;
    font-size: 10.8px;
    line-height: 1.6;
    color: #5C6077;
    transition: color 0.25s ease;
}

.equipment-item__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0 20px 25px 25px;
}

.equipment-item__prices {
    display: flex;
    flex-direction: column;

    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #233E99;
    transition: color 0.25s ease;
}

.equipment-item__old-price {
    font-weight: 500;
    font-size: 10.8px;
    line-height: 14px;
    text-decoration: line-through;
    color: #5C6077;
    transition: color 0.25s ease;
}

.equipment-item__price {
    font-weight: 700;
}

.equipment-item__arrow {
    display: none;
    fill: #25409A;
    transition: fill 0.25s ease;
}


.equipment__controls{
    display: none;
}

@media (max-width:1500px) {
    .wrapper {
        max-width: 1500px;
    }

    .banner__inner {
        background: url("../images/why.jpg") center / cover no-repeat;
    }
}

@media (max-width: 1350px) {
    .slider__content {
        padding-left: 50px;
    }
}


@media (max-width: 1300px) {
      /* My adaptation */

    .banner__info {
        margin-right: 20px;
    }

    .how__inner > div {
        margin-right: 20px;
    }
}


@media (max-width:1200px) {
  .slider .wrapper .slider__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .wrapper {
    max-width: 1150px;
  }
  .slider__icons{
    padding-top: 30px;
    padding-left: 5px;
  }
  .slider__header p {
  font-size: 16px;
  }
  .slider__header img {
    margin-right: 5px;
  }
  .slider__header {
    margin-top: 40px;
  }
  .slider__text {
    padding-right: 0;
  }
  .slider {
    margin: auto;
    max-width: 1000px;
  }
  .test {
    width: 400px;
    padding-left: 5px;
    padding-top: 30px;
  }
  .test__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  .call {
    width: 400px;
    padding-left: 5px;
    padding-top: 30px;
  }
  .call__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
  }

  .slider__content {
    max-width: 100%;
  }

    .slider__inner .slick-dots {
        bottom: 170px;
        left: auto;
    }

    .main__banner {
        display: flex;
        background: url("../images/main.png") center left / 650px 80% no-repeat;
    }

    .main__banner h2 {
        margin-right: 20px;
    }

    .promo__inner {
        background: url("../images/promo.png") center / cover no-repeat;
    }

    .que {
        margin-top: 40px;
    }

    .banner__inner {
        background: url("../images/why.jpg") -210px 0 / cover no-repeat;
    }

    .how__inner {
        background: url("../images/how.jpg") -230px 0 / cover no-repeat;   
    }

    .resultList__item {
        margin-right: 25px;
    }

    .resultList__item:last-of-type {
        margin-right: 0;
    }

    .products__wrap {
        padding: 20px;
    }

    .products__wrap h2 {
        padding-top: 25px;
    }

    .products__inner {
        padding-bottom: 20px;
    }

    .products__icons {
        margin-top: 40px;
        align-items: flex-start;
    }

    .products__icon {
        margin-right: 40px;
        align-items: flex-start;
    }

    .products__icon i {
        margin-top: 8px;
        flex-shrink: 0;
    }

    .products__icon:last-of-type {
        margin-right: 0;
    }

    .product:nth-child(1) .product__inner {
        background: url("../images/product1.png") no-repeat left -40px top #FFF;
    }

    .product:nth-child(2) .product__inner {
        background: url("../images/product2.png") no-repeat left 5px top 25px #FFF;
    }

    .product:nth-child(3) .product__inner {
        background: url("../images/product3.png") no-repeat left -40px top 15px #FFF;
    }

    .product:nth-child(4) .product__inner {
        background: url("../images/product4.png") no-repeat left 10px top 35px #FFF;
    }

    .consult__inner {
        padding-right: 50px;
    }

    .tech {
        padding: 50px 0;
    }

    .tech__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .tech__header h2 {
        margin-right: 80px;
    }

    .tech__header p {
        margin-top: 20px;
    }

    .tech__footer {
        flex-wrap: wrap;
        justify-content: center;
    }

    .tech__item {
        margin-right: 180px;
    }

    .tech__item:last-of-type {
        margin-right: 0;
    }

    .tech__text {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1 1 100%;
        max-width: unset;
    }


    .tech__text::before {
        right: 0;
        width: 100%;
    }

    .tech__text p {
        text-align: center;
    }

    .slider {
        margin: 0;
        margin-top: 40px;
        max-width: 100%;
    }
    
    .slider .slick-next {
        display: none;
    }

    .slider__content {
        padding: 0 20px;
    }

    .slider .wrapper .slider__inner {
        max-width: 100%;
        width: 100%;
        margin: 0;
        flex-wrap: nowrap;
    }

    .slider__text {
        padding: 110px 25px 50px;
    }

    .testandcall {
        margin-top: 40px;
    }

    .test {
        margin-right: 50px;
        width: 508px;
        padding-left: 53px;
        padding-top: 49px;
    }

    .call {
        width: 508px;
        padding-left: 53px;
        padding-top: 49px;
    }

}

@media (max-width:992px) {
  .wrapper {
    max-width: 900px;
  }
  .researches__inner {
    max-width: 700px;
  }
    .main {
        height: unset;
    }

    .main__banner {
        padding: 60px 0;
        height: unset;
        background: url("../images/main.png") -110px center / 650px 100% no-repeat;
    }

    .main__banner h2 {
        font-size: 50px;
        line-height: 1.1;
        margin-right: 0;
    }

    .que {
        margin-bottom: 40px;
    }

    .que__title {
        display: none;
    }

    .que__text {
        margin-left: 0;
        max-width: unset;;
    }

    .que__text p:last-of-type {
        margin-bottom: 0;
    }

    .que .wrapper {
        max-width: 900px;
    }

    .banner {
        margin-top: 55px;
    }

    .banner__inner {
        height: unset;
        padding-top: 40px;
        padding-bottom: 260px;
        background: url("../images/factory-mob.png") left bottom no-repeat, #f7f7f7;
    }

    .banner__info h2 {
        font-size: 35px;
    }

    .banner__info p {
        margin-top: 25px;
    }

    .promo {
        margin-top: 50px;
    }

    .promo__inner {
        background: url("../images/promo.png") -170px center no-repeat;
    }

    .promo__inner h2 {
        font-size: 35px;
    }

    .promo__inner p {
        margin-top: 30px;
    }

    .promo__inner a {
        margin-top: 30px;
    }

    .how__inner h2 {
        margin-bottom: 25px;
        font-size: 35px;
    }

    .how__inner p {
        margin-bottom: 20px;
    }

    .how__inner div {
        max-width: unset;
        margin: 0;
        margin-left: 2%;
    }

    .resultList {
        margin-top: 50px;
    }

    .resultList__inner h2 {
        font-size: 35px;
    }

    .resultList__item {
        height: unset;
        padding-bottom: 50px;
    }

    .resultList__item img {
        height: 150px;
        width: 100%;
    }

    .resultList__info {
        margin: 40px 0 0;
        padding: 0 40px;
    }

    .products {
        margin-top: 50px;
    }

    .product {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .product__content {
        margin-right: 10px;
    }

    .product:nth-child(1) .product__inner {
        background: url("../images/product1.png") no-repeat left -55px top #FFF;
    }

    .product:nth-child(2) .product__inner {
        background: url("../images/product2.png") no-repeat left -10px top 25px #FFF;
    }

    .product:nth-child(3) .product__inner {
        background: url("../images/product3.png") no-repeat left -55px top 15px #FFF;
    }

    .product:nth-child(4) .product__inner {
        background: url("../images/product4.png") no-repeat left 0px top 35px #FFF;
    }

    .consult {
        margin-top: 50px;
    }

    .consult__inner {
        padding: 0;
        background: none;
        height: unset;
    }

    .consult__mob-image {
        position: relative;
        overflow: hidden;
        margin-top: 40px;
        width: 100%;
        height: 300px;
        display: block;
        background: #FFFFEB;
    }

    .consult__mob-image img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .consult__inner > div {
        max-width: unset;
        width: 100%;
    }

    .consult__inner h2 {
        font-size: 35px;
    }

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

    .consult__wrap button:last-of-type {
        margin-top: 20px;
        margin-left: 0;
    }

    .tech__header h2 {
        font-size: 35px;
    }

    .sized__inner h2 {
        font-size: 35px;
    }

    .sized__list {
        margin-top: 50px;
    }

    .sized__item {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .sized__wrap > div img {
        left: -60px;
    }

    .sized__content {
        padding-top: 30px;
        padding-right: 5px;
        justify-content: flex-start;
    }

    .sized__title {
        font-size: 24px;
    }

    .sized__desc {
        font-size: 15px;
        margin-top: 10px;
    }

    .researches__inner {
        max-width: unset;
        flex-direction: column;
        align-items: center;
    }

    .researches__image {
        margin-top: 20px;
        order: 2;
    }

    .researches__content {
        margin-left: 0;
    }

    .slider__inner {
        flex-direction: column;
        align-items: center;
    }

    .slider__wrapper  {
        height: unset;
    }
    
    .slider__image {
        height: 208px;
    }

    .slider__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slider .slider__inner .slick-dots {
        position: absolute;
        top: 230px;
        bottom: unset;
    }

    .slider__text {
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .slider__wrapper {
        width: 100%;
        max-width: 500px;
    }
    
    .testandcall {
        height: unset;
        flex-direction: column;
        align-items: center;
    }

    .test {
        margin-right: 0;
        margin-bottom: 35px;
    }

    .researches__content h2 {
        font-size: 35px;
    }


    .calendar h2 {
        font-size: 35px;
    }

    .slider__counter {
        top: 230px;
    }

    .slider__dots {
        top: 240px;
    }

    .equipment__content {
        left: 50px;
    }
}

@media (max-width: 850px) {
    .how {
        margin-top: 50px;
    }

    .how .wrapper {
        margin: 0;
        padding: 0;
        max-width: unset;
    }

    .how__inner {
        display: flex;
        align-items: flex-end;
        padding: 45px 20px;
        height: unset;
        /* background: url("../images/how.jpg") 0px bottom / 1200px 410px no-repeat, #F3F3F1; */
    }
}

@media (max-width:768px) {
  .wrapper {
    max-width: 750px;
  }
  .researches__inner {
    max-width: 430px;
  }

    .main__banner {
        padding: 70px 0;
        background: url("../images/main.png") -180px center / 650px 100% no-repeat, #B2EDFB;
    }

    .main__banner h2 {
        font-size: 40px;
    }

    .banner {

    }

    .banner .wrapper {
        padding: 0;
    }

    .banner__inner {
        padding: 40px 20px 260px;
        justify-content: flex-start;
    }

    .promo__inner {
        border-radius: 15px;
        padding: 30px 25px 160px;
        background: url("../images/promo.png") 0px bottom / 100% 70% no-repeat, #f3f7fb;
    }


    .how__inner {
        padding: 45px 20px 345px;
        background: url("../images/how.jpg") left bottom / 190% 70% no-repeat, #f5f5f5;
        align-items: flex-start;
    }

    .resultList__list {
        flex-direction: column;
        align-items: center;    
    }

    .resultList__item {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .resultList__item:last-of-type {
        margin-bottom: 0;
    }

    .resultList__item img {
        height: 250px;
    }

    .products__list {
        flex-direction: column;
        align-items: center;
    }

    .product {
        width: 100%;
        max-width: 520px;;
    }

    .product__content {
        margin-right: 80px;
    }

    .product:nth-child(1) .product__inner {
        background: url("../images/product1.png") no-repeat left -30px top #FFF;
    }

    .product:nth-child(2) .product__inner {
        background: url("../images/product2.png") no-repeat left 13px top 25px #FFF;
    }

    .product:nth-child(3) .product__inner {
        background: url("../images/product3.png") no-repeat left -32px top 15px #FFF;
    }

    .product:nth-child(4) .product__inner {
        background: url("../images/product4.png") no-repeat left 20px top 35px #FFF;
    }

    .products__icons {
        flex-direction: column;
    }

    .products__icon {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        padding-left: 50px;
    }

    .products__icon i {
        position: absolute;
        top: 0;
        left: 0;
    }

    .products__icon:last-of-type {
        margin-bottom: 0;
    }

    .tech__header h2 br {
        display: none;
    }

    .tech__header p br {
        display: none;
    
    }

    .tech__header div {
        margin-top: 25px;        
    }

    .tech__header p {
        margin-top: 0;
    }

    .tech__header p:last-of-type {
        margin-top: 35px;
    }

    .tech__item > div img {
        pointer-events: none;
        left: -36px;
        top: -14px;
        width: 300px;
        height: 300px;
    }

    .tech__text {
        margin-top: 20px;
    }

    .sized__list {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    .sized__item {
        width: 100%;
        max-width: 500px;
    }

    .sized__content {
        padding-top: 60px;
    }
}

@media (max-width: 620px) {
    .promo__inner {
        background: url("../images/promo.png") 0px bottom / 100% 61% no-repeat, #f3f7fb;
    } 

    .how__inner {
        background: url("../images/how.jpg") left bottom / 190% 60% no-repeat, #f4f4f2;
    }
}

@media (max-width: 576px) {
    .main__banner {
        padding: 50px 0;
        background: url("../images/main.png") -150px center / 490px 100% no-repeat;
    }

    .main__banner h2 {
        font-size: 30px;
    }

    .video {
        
    }

    .video .wrapper {
        position: relative;
        overflow: hidden;
        padding: 0;
        height: 260px;
    }

    .video video {
        position: absolute;
        left: -30px;
        width: 780px;
        height: 260px;
        max-width: none!important;
    }

    .banner {

    }

    .banner__info h2 {
        font-size: 25px;
    }

    .banner__info p {
        margin-top: 20px;
    }

    .promo__inner {
        background: url("../images/promo.png") right bottom / 600px 220px no-repeat, #f3f7fb;
    }

    .promo__inner h2 {
        font-size: 25px;
    }

    .how__inner {
        background: url("../images/how.jpg") left bottom / 1000px 400px no-repeat, #f4f4f2;
    }

    .how__inner h2 {
        font-size: 25px;
    }

    .resultList__inner h2 {
        font-size: 25px;
    }

    .products__wrap h2 {
        font-size: 25px;
    }

    .product__content {
        margin-right: 10px;
    }

    .consult__inner h2 {
        font-size: 25px;
    }

    .consult__inner p {
        font-size: 18px;
    }

    .tech__item {
        max-width: 200px;
    }

    .tech__item:first-of-type {
        margin-right: 18px;
    }

    .tech__item > div {
        width: 137px;
        height: 137px;
    }

    .tech__item > div img {
        left: -44px;
        top: -28px;
        width: 225px;
        height: 225px;
    }

    .tech__item span {
        font-size: 14px;
    }

    .tech__header p {
        font-size: 18px;
    }

    .tech__header p:last-of-type {
        margin-top: 20px;
    }

    .tech__text p {
        font-size: 18px;
    }

    .sized__inner h2 {
        font-size: 25px;
    }

    .sized__item {
        padding: 0;
        height: unset;
    }

    .sized__item:last-of-type {
        margin-bottom: 0;
    }

    .sized__wrap {
        height: unset;
        padding: 40px 10px;
    }

    .sized__wrap > div {
        position: static;
        height: unset;
    }

    .sized__wrap > div:first-of-type {
        margin-right: 20px;
        width: 122px;
        height: 120px;
    }

    .sized__wrap > div img {
        top: -33px;
        left: -47px;
        width: 222px;
        height: 222px;
    }

    .sized__content {
        padding: 0;
        height: unset;
    }

    .researches__content h2 {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .researches__content p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .researches__content p:last-of-type {
        margin-bottom: 0;
    }

    .researches__image {
        margin-top: 50px;
    }

    .calendar {
        margin-top: 50px;
    }

    .calendar h2 {
        font-size: 25px;
        margin-top: 0;
    }

    .tabs > label {
        width: 120px;
        margin-right: 7px;
        margin-bottom: 10px;
    }

    .tabs > div {
        padding: 0;
    }

    .slider .wrapper {
        padding: 0;
    }

    .slider__content {
        padding-bottom: 30px;
    }

    .slider__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .slider__header p {
        margin-top: 10px;
        font-weight: 600;
    }

    .slider__header p br {
        display: none;
    }

    .slider__icons {
        margin-top: 35px;
        padding: 0;
    }

    .slider__icon {
        margin-bottom: 25px;
    }

    .slider__icon:last-of-type {
        margin-bottom: 0;
    }

    .slider__icon p {
        font-size: 15px;
        line-height: 1.4;
    }

    .test {
        padding: 25px;
        padding-left: 20px;
        width: 100%;
    }

    .test p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .test__img {
        width: 100px;
        height: 130px;
        flex-shrink: 0;
    }

    .test__img img {
        margin-right: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .test__inner {
        padding-bottom: 0;
    }

    .test a {
        font-size: 18px;
        margin-top: 25px;
    }

    .call {
        width: 100%;
    }

    .call {
        padding: 25px;
        padding-left: 20px;
        width: 100%;
    }

    .call p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .call__img {
        width: 100px;
        height: 130px;
        flex-shrink: 0;
    }

    .call__img img {
        margin-right: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .call__inner {
        padding-bottom: 0;
    }

    .call a {
        font-size: 18px;
        margin-top: 25px;
    }

    .slider__counter {
        top: 240px;
        left: 16px;
        font-size: 24px;
    }

    .slider__dots {
        top: 248px;
        left: 76px;
    }

    .slider__dots li {
        width: 9px;
        height: 9px;
        margin-right: 10px;
    }
}

@media (max-width: 425px) {
    .researches__image > img {
        display: none;
    }

    .main .wrapper {
        padding: 0;
    }


    .main__banner {
        padding: 35px 0;
    }

    .main__banner h2 {
        font-size: 25px;
        line-height: 32px;
        max-width: 160px;
    }

    .que {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .que .wrapper {
        padding: 0 15px;
    }

    .que__text p {
        font-size: 14px;
        line-height: 1.6;
    }

    .video {
        margin-top: 40px;
    }

    .video video {
        left: -40px;
    }

    .banner {
        margin-top: 55px;
    }

    .banner__inner {
        padding: 35px 15px 260px;
    }

    .banner__info {
        margin-right: 0;
    }

    .banner__info h2 {
        font-size: 24px;
    }

    .banner__info p {
        margin-top: 25px;
        font-size: 14px;
    }

    .banner__info p span:last-of-type {
        margin-top: 30px;
        display: block;
    }

    .wrapper {
        padding: 0 15px;
    }

    .promo__inner {
        height: unset;
        background: url("../images/promo-mob.png") center bottom / contain no-repeat, #F8F9FC;
    }

    .promo__inner h2 {
        font-size: 24px;
    }

    .promo__inner p {
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.6;
    }

    .promo__inner a {
        margin-top: 15px;
        font-size: 19px;
        font-weight: 700;
    }

    .how__inner {
        padding: 45px 15px 345px;
        background: url("../images/how-mob.jpg") left bottom / contain no-repeat, #f4f4f2;
    }

    .how__inner div {
        margin-left: 0;
    }

    .how__inner h2 {
        margin-bottom: 0;
        font-size: 24px;
    }

    .how__inner p:first-of-type {
        margin-top: 30px;
    }

    .how__inner p {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 23px;
    }

    .how__inner p br {
        display: none;
    }

    .how__inner p:last-of-type {
        margin-bottom: 0;
    }

    .resultList__inner h2 {
        font-size: 24px;
    }

    .resultList__list {
        margin-top: 45px;
        counter-reset: resultItem;
    }

    .resultList__item {
        position: relative;
        border-radius: 15px;
        margin-bottom: 40px;
        padding-bottom: 0;
    }

    .resultList__item:last-of-type {
        margin-bottom: 0;
    }

    .resultList__item::after {
        content: "" counter(resultItem) "";
        counter-increment: resultItem;
        position: absolute;
        font-weight: 800;
        font-size: 133px;
        color: #fff;
        bottom: -25px;
        right: 25px;
    }

    .resultList__item img {
        height: 128px;
    }

    .resultList__info {
        position: relative;
        z-index: 1;
        margin-top: 0;
        padding: 20px 20px 45px 25px;
        font-size: 14px;
    }

    .products .wrapper {
        padding: 0;
    }

    .products__inner {
        padding: 0;
    }

    .products__wrap {
        position: relative;
        padding: 45px 15px 40px;
    }


    .products__wrap h2 {
        padding-top: 0;
        font-size: 24px;
        line-height: 31px;
        max-width: 200px;
    }

    .products__icons {
        position: absolute;
        top: 132px;
        pointer-events: none;

        margin-top: 0;
    }

    .products__icon {
        pointer-events: initial;
        padding-left: 70px;
        max-width: 275px;
    }

    .products__icon i {
        display: none;
    }

    .products__icon p {
        font-size: 14px;
        line-height: 23px;
    }

    .products__icon:first-of-type {
        margin-bottom: 355px;
    }

    .products__list {
        margin: 123px 0 0;
    }

    .product {
        padding: 0;
        margin-bottom: 30px;
        box-shadow: 0 7px 14px rgba(0, 0, 0, 0.03);
    }

    .product:nth-child(2) {
        margin-top: 130px;
    }

    .product:last-of-type {
        margin-bottom: 0;
    }

    .product__content {
        margin-right: 0;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .product__content h3 {
        font-size: 15px;
        line-height: 1;
    }

    .product__content p {
        margin-top: 10px;
        font-size: 11px;
        line-height: 17px;
    }

    .product__content a {
        margin-top: 8px;
        font-weight: 700;
        font-size: 11.2531px;
        line-height: 160%;
    }

    .product__inner {
        padding: 22px 50px 18px 20px;
        height: 135px;
    }

    .product:nth-child(1) .product__inner {
        background: url("../images/product1.png") no-repeat -9px top / 163px 160px #FFF;
    }

    .product:nth-child(2) .product__inner {
        background: url("../images/product2-mob.png") no-repeat 15px 20px, #FFF;
    }

    .product:nth-child(3) .product__inner {
        background: url("../images/product3.png") no-repeat -9px 5px / 208px 141px #FFF;
    }

    .product:nth-child(4) .product__inner {
        background: url("../images/product4-mob.png") no-repeat 21px 25px, #FFF;
    }

    .product:nth-child(1) {
        order: 1;
    }

    .product:nth-child(2) {
        order: 3;
    }

    .product:nth-child(3) {
        order: 2;
    }

    .product:nth-child(4) {
        order: 4;
    }

    .consult__inner h2 {
        font-size: 24px;
    }

    .consult__inner p {
        margin-top: 15px;
        font-size: 14px;
    }

    .consult__mob-image {
        margin-top: 35px;
    }

    .consult__mob-image {
        height: 149px;
    }
    
    .consult__mob-image img {
        width: 150px;
        height: 210px;
    }

    .consult__wrap {
        margin-top: 40px;
    }

    .consult__wrap > button:first-of-type {
        border-radius: 17px;
        padding: 15px 38px;
        height: unset ;
        font-size: 16px;
        line-height: 29px;
    }

    .consult__wrap > button:last-of-type {
        margin-top: 18px;
        font-size: 16px;
        line-height: 29px;
    }

    .tech {
        margin-top: 50px;
        padding: 45px 15px 100px;
    }

    .tech .wrapper {
        padding: 0;
    }

    .tech__header h2 {
        margin-right: 0;
        max-width: unset;
        font-size: 23px;
    }

    .tech__header h2 br {
        display: none;
    }

    .tech__header > div {
        margin-top: 25px;
    }

    .tech__header p {
        font-size: 14px;
        line-height: 24px
    }

    .tech__header p:last-of-type {
        margin-top: 25px;
    }

    .tech__footer {
        margin-top: 40px;
    }

    .tech__item span {
        margin-top: 15px;
        font-size: 10px;
        line-height: 15px;
    }

    .tech__item:first-of-type {
        margin-right: 16px;
    }

    .tech__text {
        margin-top: 10px;
    }

    .tech__text::before {
        display: none;
    }

    .tech__text p {
        padding-right: 10px;
        font-size: 14px;
        text-align: left;
    }

    .sized__inner h2 {
        max-width: 200px;
        font-size: 24px;
        text-align: left;
    }

    .sized__inner p {
        margin-top: 18px;
        font-size: 14px;
        line-height: 23px;
        text-align: left;
    }

    .sized__list {
        margin-top: 30px;
    }

    .sized__list .sized__item .sized__wrap {
        border-radius: 15px;
    }

    .sized__wrap {
        padding: 20px 15px 20px 18px;
    }

    .sized__wrap > div:first-of-type {
        overflow: initial;
        flex-shrink: 0;
        width: 90px;
        height: 90px;
    }

    .sized__wrap > div > img {
        top: -24px;
        left: -37px;
        width: 164px;
        height: 164px;
        pointer-events: none;
    }

    .sized__content {
        margin-left: 0;
    }

    .sized__title {
        font-size: 17px;
    }

    .sized__desc {
        font-size: 10px;
        line-height: 14px;
    }

    .researches {
        margin-top: 50px;
    }

    .researches__inner {
        margin-top: 0;
        align-items: flex-start;
    }

    .researches__content h2 {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 0;
    }

    .researches__content p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 35px;
    }

    .researches__content p:first-of-type {
        margin-top: 30px;
    }

    .researches__content p:last-of-type {
        margin-bottom: 0;
    }

    .researches__image {
        margin-top: 0;
    }

    .researches__image a {
        margin-top: 25px;
        font-size: 17px;
        line-height: 28px;
    }

    .researches__image a i {
        margin-top: -12px;
        margin-right: 18px;
        flex-shrink: 0;
        width: 44px;
        height: 44px;
    }

    .calendar {
        margin-top: 70px;
    }

    .calendar h2 {
        text-align: left;
        max-width: 185px;
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 15px;
    }

    .tabs > label {
        margin: 1px 1px;
        font-size: 7px;
        width: 94px;
        height: 25px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    #tab-btn-1:checked ~ #content-1,
    #tab-btn-2:checked ~ #content-2,
    #tab-btn-3:checked ~ #content-3,
    #tab-btn-4:checked ~ #content-4,
    #tab-btn-5:checked ~ #content-5,
    #tab-btn-6:checked ~ #content-6,
    #tab-btn-7:checked ~ #content-7 {
        margin-top: 30px;
    }

    .slider {
        margin-top: 50px;
    }

    .slider__content {
        padding: 0 15px;
        background: #fff;
    }

    .slider__header {
        margin-top: 0;
    }

    .slider__header img {
        margin-right: 0;
        width: 192px;
        height: 62px;
    }

    .slider__header p {
        margin-top: 10px;
        font-size: 13px;
        line-height: 18px;
    }

    .slider__icon {
        align-items: flex-start;
        margin-bottom: 25px;
    }

    .slider__icon:last-of-type {
        margin-bottom: 0;
    }

    .slider__icon img {
        margin-top: 5px;
        width: 47px;
        height: 47px;
    }

    .slider__icon p {
        padding-left: 25px;
        font-size: 12px;
        line-height: 19px;
    }

    .slider__wrapper  {
        margin-top: 30px;
    }

    .slider__text {
        padding: 80px 25px 25px 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .testandcall {
        margin-top: 60px;
    }

    .test {
        position: relative;
        border-radius: 15px;
        padding: 17px 90px 24px 20px;
    }

    .test__inner {
        padding-top: 10px;
    }

    .test p {
        font-size: 12px;
        line-height: 19px;
    }

    .test a {
        font-size: 14px;
        line-height: 21px;
        margin-top: 25px;
    }

    .test__img {
        position: absolute;
        right: 0;
        top: 17px;
        width: 120px;
        height: 120px;
    }
    
    .call {
        border-radius: 15px;
        padding: 17px 25px 20px 20px;
    }
    
    .call__inner {
        padding-top: 10px;
    }

    .call p {
        font-size: 12px;
        line-height: 19px;
    }

    .call a {
        font-size: 14px;
        line-height: 21px;
        margin-top: 0;
    }

    .call__img {
        width: 80px;
        height: 115px;
    }

    .equipment {
        padding-bottom: 30px;
    }

    .equipment__container {
        padding-left: 15px;
        height: unset;
    }

    .equipment__content {
        position: static;
    }

    .equip-tabs {
        margin-top: 25px;
    }

    .equip-tabs__control {
        margin-right: 10px;
        padding: 0 12px;
        width: 128px;
        font-size: 10px;
    }

    .equip-tabs__control-inner {
        height: 28px;
    }

    .equip-tabs__icon {
        margin-right: 10px;
        width: 12px;
        height: 12px;
    }

    .equip-tabs__icon svg {
        width: 6px;
    }

    .equip-tabs__contents {
        margin-top: 28px;
    }

    .equipment__title {
        opacity: 1;
        position: static;
        visibility: visible;

        font-weight: 700;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: -0.02em;
        color: #2E2B26;
    }

    .equipment__controls {
        display: block;
        margin-top: 35px;
    }

    .equipment__dots {
        padding-bottom: 4px;
        display: flex;
        height: unset;
        align-items: center;
        justify-content: center;
    }

    .equipment__dots li {
        margin-right: 0px!important;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background: #BDC5E0;
    }
	ul > li:first-of-type{
		margin-top:auto!important;
	}
    .equipment__dots li.slick-active {
        transform: scale(1.5);
        background: #233E99;
    }

    .equipment__dots li:last-of-type {
        margin-right: 0;
    }

    .equipment__dots button {
        border: 0 !important;
        clip: rect(1px, 1px, 1px, 1px) !important;
        clip-path: inset(50%) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
        white-space: nowrap !important;
    }

    .equipment-item {
        width: 180px;
    }

    .equipment-item__header {
        padding: 34px 26px 0;
    }

    .equipment-item__content {
        padding: 33px 15px 0 15px;
    }

    .equipment-item__title {
        font-size: 15px;
    }

    .equipment-item__descr {
        font-weight: 400;
        font-size: 10px;
        color: #5C6077;
    }

    .equipment-item__footer {
        margin-top: 10px;
        padding: 0 20px 20px 15px;
    }

    .equipment-item__old-price {
        font-size: 9px;
        line-height: 130%;
        color: #AEBED9;
    }

    .equipment-item__price {
        font-weight: 600;
        font-size: 15px;
        line-height: 130%;
        color: #18214D;
    }

    .equipment-item__arrow {
        display: block;
    }

    .main__banner {
        background: url("../images/main.png") -150px center / 440px 100% no-repeat;
    }
}

@media (max-width: 350px) {
    .main__banner {
        background: url("../images/main-mob.png") no-repeat;
    }
}


/* 
@media(max-width: 430px){
  .que__title{
    display: none;
  }
  .que__text {
    margin-left: 0;
  }
  .que__text {
    font-size: 14px;
  }
  .banner .wrapper {
    padding: 0;
    background: #F7F7F7;
    width: 100%;
  }
  .banner__inner {
    align-items: baseline;
    height: 700px;
    background: url(../images/Frame5.png) no-repeat;
    padding: 37px 15px 0px 15px;
  }
  .banner__info {
    margin-right:0;
  }
  .banner__info h2 {
    font-size: 24px;
  }
  .banner__info p {
    font-size: 14px;
  }
  .main {
    height: 200px;
    margin-top: 0;
  }
  .main__banner h2 {
    font-size: 25px;
    padding-left: 128px;
    margin-right: 0;
  }
  .main__banner {
    background: url(../images/image.png) no-repeat;
    height: 200px;
  }
  .main .wrapper {
    padding: 0px 20px 0px 0px;
  }
  .video img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: 5%;
  }
  .video .wrapper {
    padding: 0;
  }
  .promo__inner {
    background: url(../images/bg.png) no-repeat;
    padding: 32px 20px 0px 32px;
    justify-content: flex-start;
  }
  .promo__inner h2 {
    font-size: 24px;
  }
  .promo__inner p {
    padding-right: 40px;
    font-size: 14px;
  }
  .promo__inner a {
    font-size: 19px;
    margin-top: 15px;
  }
  .how .wrapper {
    padding: 0;
  }
  .how__inner {
    padding: 15px;
    display: block;
    height: 700px;
    background: url(../images/girlflover.png) no-repeat;
  }
  .how__inner h2 {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .how__inner p {
    font-size: 14px;
  }
  .how__inner > div {
    margin-right: 0;
  }
  .resultList__inner h2 {
    font-size: 25px;
  }
  .resultList__list {
    flex-direction: column;
  }
  .resultList__info {
    font-size: 14px;
    margin-top: 21px;
    margin-left: 25px;
  }
  .resultList__item {
    height: 355px;
    margin-bottom: 30px;
  }
  .products .wrapper {
    padding: 0;
  }
  .products__wrap h2 {
    font-size: 27px;
    padding-top: 44px;
  }
  .products__wrap {
    padding: 15px;
  }
  .consult__inner {
    height: 290px;

    background: url(../images/forma.png) no-repeat center;
    padding-right: 0;
  }
  .consult__inner h2 {
    font-size: 24px;
  }
  .consult__inner p {
    font-size: 14px;
  }
  .consult__wrap {
    margin-top: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .consult__wrap button:first-child {
    font-size: 16px;
    height: 59px;
    padding: 0 35px;
  }
  .consult__wrap button:last-child {
    margin-left: 0;
    margin-top: 18px;
  }
  .tech__header {
    flex-direction: column;
  }
  .tech__header h2 {
    font-size: 24px;
  }
  .tech__header p {
    font-size: 13px;
    margin-top: 20px;
  }
  .tech {
    padding: 30px 0;
  }
  .tech__item {
    max-width: 150px;
  }
  .tech__footer {
    flex-direction: column;
  }
  .tech__item > div img {
    position: inherit;
    left: 0;
    top: 0; 
    width: 150px;
  }
  .tech__item:first-child {
    margin-right:0;
  }
  .tech__list{
    
  }
  .tech__item > div {
    width: auto;
    height: auto;
  }
  .tech__item span {
    font-size: 14px;
    margin-top: 0;
  }
  .tech .wrapper {
    padding: 0px 10px;
  }
  .tech__text:before {
    display: none;
  }
  .tech__text {
    display: flex;
    flex-direction: column;
    align-content: center;
  }
  .tech__text img {
    width: 233px;
    margin-left: 40px;
  }
  .tech__text p {
    font-size: 14px;
    text-align: start;
  }
  .sized__inner h2 {
    font-size: 24px;
    text-align: start;
  }
  .sized__inner p {
    font-size: 14px;
    text-align: start;
  }
  .sized__list {
    flex-direction: column;
  }
  .sized__item {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .sized__desc {
    font-size: 11px;
  }
  .sized__wrap > div img {
    top: -6px;
    left: -30px;
    max-width: 167px;
  }
  .sized__wrap {
    width: 300px;
    height: 131px;
  }
  .sized__wrap > div {
    height: auto;
    width: auto;
  }
  .sized__title {
    font-size: 17px;
  }
  .researches__image img{
    display: none;
  }
  .researches__inner {
    flex-direction: column-reverse;
    
  }
  .products__icon p {
    font-size: 14px;
  }
  .product__content h3 {
    font-size: 13px;
  }
  .product__content p {
    font-size: 10px;
  }
  .product__content a  {
    font-size: 11.8px;
  }
  .product__content {
    margin-right: 33px;
  }.icon-home-two {
    display: none;
  }
  .icon-home {
    display: none;
  }
  .researches__content {
    margin-left: 0;
  }
  .researches__content h2 {
    font-size: 24px;
  }
  .researches__image a {
    font-size: 17.6763px;
  }
  .calendar h2 {
    text-align: start;
    font-size: 27px;
  }
  .tabs {
    
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .tabs > label {
    width: 135px;
  }
  .slider__icon p {
    font-size: 12px;
    padding-left: 5px;
  }
  .slider__inner {
    flex-direction: column;
  }
  .slider__content {
    background:none;
    width: 100%;
  }
  .slider__wrapper {
    width: 100%;
  }
  .slider__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .slider__icons {
    padding-left: 5px;
    padding-right: 5px;
  }
  .slider__text {
    font-size: 12.2px;
    padding-top: 40px;
    padding-left: 2px
  }
  .testandcall {
    flex-direction: column;
    margin-top: 150px
  }
  .test {
    width: 280px;
    padding-left: 9px;
    padding-top: 14px;
  }
  .test p {
  font-size: 12px;
  }
  .test__img img {
    width: 74px;
  }
  .test a {
    font-size: 12.4px;
  }
  .call {
    width: 280px;
    padding-left: 9px;
    padding-top: 14px;
    margin: 20px 0px 20px 0px;
  }
  .call p {
  font-size: 12px;
  }
  .call__img img {
    width: 74px;
  }
  .call a {
    font-size: 12.4px;
  }
} */

p {
    text-align: left!important;
}
img{
	margin-left:0!important;
}
p:first-of-type{
	margin:0!important;
}

ul {
    margin: auto!important;
}
ul > li {
    margin: 0;
}
.slider__dots li{
	margin-right:14px!important;
	margin-top:0px!important;
	margin-left:0px!important;
	margin-bottom:0px!important;
}
ul:not([id*="bx_"]) > li:before{
	content:unset!important;
}