.container {
  max-width: 1310px;
  padding: 0 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
}

.btn__blue {
  padding: 16px 32px;
  background: #001BDD;
  border-radius: 7px;
  border: none;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
}

.btn__blue:hover {
  background: linear-gradient(85.12deg, #001BDD -33.49%, #008DDD 112.37%);
}

.btn__blue:active {
  background: #00118A;
}

h2 {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #1D1D1D;
}

.nav {
  padding: 20px 0;
  position: relative;
}

.nav__humburger {
  display: none;
}

.nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav ul li {
  margin: 0 20px 0 0;
}

.nav ul li:last-child {
  margin: 0;
}

.nav ul a {
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #1D1D1D;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.nav ul a:hover {
  color: #008DDD;
}

.header {
  height: calc( 100vh - 105px);
  background: url("../img/header_bg.jpg") center no-repeat;
  background-size: cover;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header h1 {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}

.header h2 {
  margin: 10px 0 0;
  text-align: center;
  color: #FFFFFF;
}

.chance {
  padding: 0 0 30px;
}

.chance__wrapper {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 100px 80px rgba(8, 24, 56, 0.03), 0px 41.7776px 33.4221px rgba(8, 24, 56, 0.0215656), 0px 22.3363px 17.869px rgba(8, 24, 56, 0.0178832), 0px 12.5216px 10.0172px rgba(8, 24, 56, 0.015), 0px 6.6501px 5.32008px rgba(8, 24, 56, 0.0121168), 0px 2.76726px 2.21381px rgba(8, 24, 56, 0.00843437);
          box-shadow: 0px 100px 80px rgba(8, 24, 56, 0.03), 0px 41.7776px 33.4221px rgba(8, 24, 56, 0.0215656), 0px 22.3363px 17.869px rgba(8, 24, 56, 0.0178832), 0px 12.5216px 10.0172px rgba(8, 24, 56, 0.015), 0px 6.6501px 5.32008px rgba(8, 24, 56, 0.0121168), 0px 2.76726px 2.21381px rgba(8, 24, 56, 0.00843437);
  border-radius: 7px;
  padding: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.chance__wrapper div {
  padding: 0 70px 0 0;
}

.chance__wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
  border-radius: 7px;
}

.chance ul {
  margin: 20px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  gap: 10px;
}

.chance ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12px 1fr;
      grid-template-columns: 12px 1fr;
  gap: 10px;
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #6D6D6D;
}

.chance ul li::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 0 0;
  background: url("../img/chance_icon.svg") center no-repeat;
  background-size: contain;
}

.actual {
  background: #F8F9FB;
  padding: 80px 0 70px;
}

.actual .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.actual__info {
  width: 290px;
}

.actual__slider {
  width: calc( 100% - 310px);
  margin: 0 -5px;
}

.actual .item {
  margin: 0 5px;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 7px;
}

.actual .item img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

.actual .item__name {
  margin: 5px 0 0;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #1D1D1D;
}

.actual .item ul {
  margin: 15px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  gap: 10px;
}

.actual .item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.actual .item ul p {
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #6D6D6D;
}

.actual .item ul p.item__price {
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #001BDD;
}

.actual .item ul p.item__price span {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #001BDD;
}

.actual .item .btn__blue {
  margin: 15px 0 0;
  width: 100%;
}

.actual .item:hover ul li:nth-child(1), .actual .item:hover ul li:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.actual .item:hover .btn__blue {
  display: block;
}

.actual h2 + p {
  margin: 20px 0 0;
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #6D6D6D;
}

.actual__arrow {
  margin: 40px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 210px;
}

.actual .slick-arrow {
  padding: 0;
  font-size: 0;
  border: none;
  padding: 14px 0;
  border: 1px solid #001BDD;
  background: transparent;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.actual .slick-arrow span {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.actual .slick-arrow span::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #001BDD;
  border-right: 1px solid #001BDD;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.actual .slick-arrow:hover {
  background: linear-gradient(85.12deg, #001BDD -33.49%, #008DDD 112.37%);
}

.actual .slick-arrow:hover span::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.actual .slick-arrow:active {
  background: #00118A;
}

.actual .slick-prev span::before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.product {
  padding: 80px 0;
  background: url("../img/product_bg.jpg") center no-repeat;
  background-size: cover;
}

.product h2 {
  color: #fff;
}

.product__wrapper {
  margin: 20px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px 1fr;
      grid-template-columns: 320px 1fr;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.product__tab {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  gap: 10px;
}

.product__tab_point {
  position: relative;
  border: 1px solid #FFFFFF;
  border-radius: 7px;
  padding: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__tab_point p {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 0 0 0 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product__tab_point svg path {
  fill: #FFFFFF;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product__tab_point_active {
  background: #FFFFFF;
}

.product__tab_point_active p {
  color: #001BDD;
}

.product__tab_point_active svg path {
  fill: #001BDD;
}

.product__tab_overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.product__grid {
  display: none;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.product__grid_active {
  display: -ms-grid;
  display: grid;
}

.product .item {
  padding: 10px;
  background: #FFFFFF;
  border-radius: 7px;
}

.product .item img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product .item__name {
  margin: 5px 0 0;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #1D1D1D;
}

.product .item ul {
  margin: 15px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  gap: 10px;
}

.product .item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product .item ul p {
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #6D6D6D;
}

.product .item ul p.item__price {
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #001BDD;
}

.product .item ul p.item__price span {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #001BDD;
}

.product .item .btn__blue {
  margin: 15px 0 0;
  width: 100%;
}

.seack {
  padding: 80px 0;
}

.seack .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.seack__info {
  background: url("../img/seack_bg.jpg") center no-repeat;
  background-size: cover;
  border-radius: 7px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  padding: 40px;
}

.seack__info h2 {
  color: #fff;
}

.seack__info p {
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 20px 0 0;
}

.seack__info button {
  margin: 40px 0 0;
  display: block;
  width: 100%;
  border-radius: 7px;
  border: 1px solid #FFFFFF;
  padding: 16px 0;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.seack__info button:hover {
  background: #fff;
  color: #001BDD;
}

.seack__item {
  background: #F8F9FB;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.seack__item p {
  max-width: 150px;
  margin: 10px 0 0;
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #6D6D6D;
}

.comment {
  padding: 80px 0 150px;
  background: #F8F9FB;
}

.comment .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

.comment__info {
  max-width: 600px;
  padding: 0 50px 0 0;
}

.comment__info p {
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #6D6D6D;
  margin: 20px 0 0;
  max-width: 342px;
}

.comment__info .btn__blue {
  margin: 40px 0 0;
}

.comment__slider {
  background: #FFFFFF;
  border-radius: 7px;
  -webkit-box-shadow: 0px 100px 80px rgba(8, 24, 56, 0.03), 0px 41.7776px 33.4221px rgba(8, 24, 56, 0.0215656), 0px 22.3363px 17.869px rgba(8, 24, 56, 0.0178832), 0px 12.5216px 10.0172px rgba(8, 24, 56, 0.015), 0px 6.6501px 5.32008px rgba(8, 24, 56, 0.0121168), 0px 2.76726px 2.21381px rgba(8, 24, 56, 0.00843437);
          box-shadow: 0px 100px 80px rgba(8, 24, 56, 0.03), 0px 41.7776px 33.4221px rgba(8, 24, 56, 0.0215656), 0px 22.3363px 17.869px rgba(8, 24, 56, 0.0178832), 0px 12.5216px 10.0172px rgba(8, 24, 56, 0.015), 0px 6.6501px 5.32008px rgba(8, 24, 56, 0.0121168), 0px 2.76726px 2.21381px rgba(8, 24, 56, 0.00843437);
}

.comment__slide {
  background: #FFFFFF;
  border-radius: 7px;
  padding: 40px;
}

.comment__slide p {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #1D1D1D;
}

.comment__slide p + p {
  margin: 10px 0 0;
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #6D6D6D;
}

.comment .slick-arrow {
  padding: 0;
  font-size: 0;
  border: none;
  padding: 14px 38px;
  border: 1px solid #001BDD;
  background: transparent;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: calc( 100% + 20px);
  left: calc( 50% + 5px);
}

.comment .slick-arrow span {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment .slick-arrow span::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #001BDD;
  border-right: 1px solid #001BDD;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.comment .slick-arrow:hover {
  background: linear-gradient(85.12deg, #001BDD -33.49%, #008DDD 112.37%);
}

.comment .slick-arrow:hover span::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.comment .slick-arrow:active {
  background: #00118A;
}

.comment .slick-prev {
  left: auto;
  right: calc( 50% + 5px);
}

.comment .slick-prev span::before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.company {
  padding: 80px 0;
}

.company .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.company__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}

.company__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 20px 0 0;
}

.company__name {
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #6D6D6D;
}

.company__item {
  padding: 40px;
  background: #F8F9FB;
  border-radius: 7px;
}

.company__item p {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #001BDD;
}

.company__item p + p {
  margin: 10px 0 0;
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #6D6D6D;
}

.company__bold {
  margin: 20px 0 0;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #1D1D1D;
}

.export {
  padding: 80px 0 80px;
  background: #F8F9FB;
}

.export__slider {
  margin: 20px -5px;
  width: calc( 100% + 10px);
}

.export__slide {
  margin: 0 5px;
  background: #FFFFFF;
  border-radius: 7px;
  padding: 42px 12px;
}

.export__slide img {
  width: 100%;
  height: 67px;
  -o-object-fit: contain;
     object-fit: contain;
}

.export .slick-dots {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.export .slick-dots button {
  padding: 0;
  margin: 0 5px;
  border: 1px solid #001BDD;
  border-radius: 100%;
  font-size: 0;
  width: 8px;
  height: 8px;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.export .slick-dots .slick-active button {
  background: #001BDD;
}

.form {
  padding: 80px 0;
  background: url("../img/form_bg.jpg") center no-repeat;
  background-size: cover;
}

.form .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 540px;
      grid-template-columns: 1fr 540px;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.form h2 {
  color: #fff;
}

.form__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 20px 0 0;
}

.form__row input {
  width: 100%;
  padding: 15px;
  border: 1px solid #ffffff99;
  border-radius: 7px;
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.form__row input::-webkit-input-placeholder {
  color: #ffffff99;
}

.form__row input:-ms-input-placeholder {
  color: #ffffff99;
}

.form__row input::-ms-input-placeholder {
  color: #ffffff99;
}

.form__row input::placeholder {
  color: #ffffff99;
}

.form__row input:focus {
  border: 1px solid #fff;
}

.form__wrapper {
  max-width: 650px;
}

.form textarea {
  margin: 10px 0 0;
  padding: 15px;
  width: 100%;
  height: 200px;
  border: 1px solid #ffffff99;
  border-radius: 7px;
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.form textarea::-webkit-input-placeholder {
  color: #ffffff99;
}

.form textarea:-ms-input-placeholder {
  color: #ffffff99;
}

.form textarea::-ms-input-placeholder {
  color: #ffffff99;
}

.form textarea::placeholder {
  color: #ffffff99;
}

.form textarea:focus {
  border: 1px solid #fff;
}

.form label {
  margin: 20px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16px 1fr;
      grid-template-columns: 16px 1fr;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.form label span {
  width: 16px;
  height: 16px;
  display: block;
  background: url("../img/check.svg") center no-repeat;
  background-size: contain;
}

.form label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.form label input:checked + span {
  background: url("../img/check_active.svg") center no-repeat;
  background-size: contain;
}

.form label p {
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #FFFFFF;
}

.form button {
  margin: 40px 0 0;
  display: block;
  border-radius: 7px;
  border: 1px solid #FFFFFF;
  padding: 16px 32px;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.form button:hover {
  background: #fff;
  color: #001BDD;
}

.footer {
  padding: 50px 0;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer hr {
  width: 100%;
  height: 1px;
  background: #6D6D6D;
  border: none;
  opacity: 0.2;
  margin: 20px 0;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer ul li {
  margin: 0 20px 0 0;
}

.footer ul li:last-child {
  margin: 0;
}

.footer ul a {
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #1D1D1D;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer ul a:hover {
  color: #008DDD;
}

.footer__subinfo p {
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #6D6D6D;
}

.footer__subinfo a {
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #6D6D6D;
}

.footer__develop p {
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #6D6D6D;
}

.footer__develop a {
  color: #001BDD;
}

.link-arrow {
  position: fixed;
  bottom: 120px;
  right: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #001BDD;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: -2;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #fff;
}

.link-arrow:hover {
  background: linear-gradient(85.12deg, #001BDD -33.49%, #008DDD 112.37%);
}

.link-arrow:hover svg path {
  stroke: #fff;
}

.link-arrow.active {
  opacity: 1;
  z-index: 50;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  z-index: 100;
}

.modal__btn {
  cursor: pointer;
}

.modal__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__overflow {
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.modal__wrapper {
  -webkit-box-shadow: 0px 100px 80px rgba(8, 24, 56, 0.03), 0px 41.7776px 33.4221px rgba(8, 24, 56, 0.0215656), 0px 22.3363px 17.869px rgba(8, 24, 56, 0.0178832), 0px 12.5216px 10.0172px rgba(8, 24, 56, 0.015), 0px 6.6501px 5.32008px rgba(8, 24, 56, 0.0121168), 0px 2.76726px 2.21381px rgba(8, 24, 56, 0.00843437);
          box-shadow: 0px 100px 80px rgba(8, 24, 56, 0.03), 0px 41.7776px 33.4221px rgba(8, 24, 56, 0.0215656), 0px 22.3363px 17.869px rgba(8, 24, 56, 0.0178832), 0px 12.5216px 10.0172px rgba(8, 24, 56, 0.015), 0px 6.6501px 5.32008px rgba(8, 24, 56, 0.0121168), 0px 2.76726px 2.21381px rgba(8, 24, 56, 0.00843437);
  border-radius: 7px;
  width: 100%;
  max-width: 520px;
  padding: 80px;
  max-height: 100%;
  background: url("../img/modal_bg.png") center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.modal h2 {
  text-align: center;
  color: #fff;
}

.modal h2 + p {
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 10px 0 0;
  text-align: center;
}

.modal__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  gap: 20px;
  margin: 40px 0 0;
}

.modal input {
  width: 100%;
  padding: 15px;
  border: 1px solid #ffffff99;
  border-radius: 7px;
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.modal input::-webkit-input-placeholder {
  color: #ffffff99;
}

.modal input:-ms-input-placeholder {
  color: #ffffff99;
}

.modal input::-ms-input-placeholder {
  color: #ffffff99;
}

.modal input::placeholder {
  color: #ffffff99;
}

.modal input:focus {
  border: 1px solid #ff;
}

.modal textarea {
  padding: 15px;
  width: 100%;
  height: 200px;
  border: 1px solid #ffffff99;
  border-radius: 7px;
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.modal textarea::-webkit-input-placeholder {
  color: #ffffff99;
}

.modal textarea:-ms-input-placeholder {
  color: #ffffff99;
}

.modal textarea::-ms-input-placeholder {
  color: #ffffff99;
}

.modal textarea::placeholder {
  color: #ffffff99;
}

.modal textarea:focus {
  border: 1px solid #fff;
}

.modal label {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16px 1fr;
      grid-template-columns: 16px 1fr;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.modal label span {
  width: 16px;
  height: 16px;
  display: block;
  background: url("../img/check.svg") center no-repeat;
  background-size: contain;
}

.modal label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.modal label input:checked + span {
  background: url("../img/check_active.svg") center no-repeat;
  background-size: contain;
}

.modal label p {
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 0;
}

.modal button {
  display: block;
  border-radius: 7px;
  border: 1px solid #FFFFFF;
  padding: 16px 32px;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.modal button:hover {
  background: #fff;
  color: #001BDD;
}

.modal__close {
  position: absolute;
  top: -16px;
  right: -16px;
  border-radius: 100%;
  background: linear-gradient(85.12deg, #001BDD -33.49%, #008DDD 112.37%), #D9D9D9;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.modal__close::before {
  content: '';
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  left: -8px;
  top: -8px;
  border-radius: 100%;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  z-index: -1;
}

.modal__close::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/close.svg") center no-repeat;
  background-size: contain;
}

.modal-product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  z-index: 100;
}

.modal-product__btn {
  cursor: pointer;
}

.modal-product__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-product__overflow {
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.modal-product__wrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 100px 80px rgba(8, 24, 56, 0.03), 0px 41.7776px 33.4221px rgba(8, 24, 56, 0.0215656), 0px 22.3363px 17.869px rgba(8, 24, 56, 0.0178832), 0px 12.5216px 10.0172px rgba(8, 24, 56, 0.015), 0px 6.6501px 5.32008px rgba(8, 24, 56, 0.0121168), 0px 2.76726px 2.21381px rgba(8, 24, 56, 0.00843437);
          box-shadow: 0px 100px 80px rgba(8, 24, 56, 0.03), 0px 41.7776px 33.4221px rgba(8, 24, 56, 0.0215656), 0px 22.3363px 17.869px rgba(8, 24, 56, 0.0178832), 0px 12.5216px 10.0172px rgba(8, 24, 56, 0.015), 0px 6.6501px 5.32008px rgba(8, 24, 56, 0.0121168), 0px 2.76726px 2.21381px rgba(8, 24, 56, 0.00843437);
  border-radius: 7px;
  position: relative;
  padding: 80px;
  width: 100%;
  max-width: 1100px;
  z-index: 1;
  max-height: 100%;
}

.modal-product__close {
  position: absolute;
  top: -16px;
  right: -16px;
  border-radius: 100%;
  background: linear-gradient(85.12deg, #001BDD -33.49%, #008DDD 112.37%), #D9D9D9;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.modal-product__close::before {
  content: '';
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  left: -8px;
  top: -8px;
  border-radius: 100%;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  z-index: -1;
  background: rgba(0, 0, 0, 0.35);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal-product__close::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/close.svg") center no-repeat;
  background-size: contain;
}

.modal-product__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 375px 1fr;
      grid-template-columns: 375px 1fr;
  gap: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.modal-product__row img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  border-radius: 3px;
}

.modal-product__row ul {
  margin: 20px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  gap: 3px;
  max-width: 300px;
}

.modal-product__row ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.modal-product__row ul p {
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #6D6D6D;
}

.modal-product__row ul p.modal-product__price {
  color: #001BDD;
}

.modal-product__row ul p.modal-product__price span {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #001BDD;
}

.modal-product__row .btn__blue {
  margin: 20px 0 0;
  width: 100%;
  max-width: 300px;
}

.modal-product__desk {
  margin: 40px 0 0;
}

.modal-product__desk p {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #1D1D1D;
}

.modal-product__desk p + p {
  margin: 10px 0 0;
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #6D6D6D;
}

@media (max-width: 1250px) {
  .nav img,
  .footer img {
    width: 100px;
  }
  .link-arrow {
    bottom: 50px;
    right: 20px;
  }
  .modal__close {
    top: 5px;
    right: 5px;
    background: transparent;
  }
  .modal__close::before {
    content: none;
  }
  .modal__wrapper {
    overflow-y: scroll;
  }
  .modal-product__close {
    top: 5px;
    right: 5px;
  }
  .modal-product__close::before {
    content: none;
  }
  .modal-product__wrapper {
    overflow-y: scroll;
    padding: 50px 15px 15px;
  }
}

@media (max-width: 1024px) {
  .nav .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px;
        grid-template-columns: 1fr 30px;
  }
  .nav ul {
    display: none;
  }
  .nav .btn__blue {
    display: none;
  }
  .nav img {
    width: 200px;
  }
  .nav__humburger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 24px;
    height: 14px;
    cursor: pointer;
  }
  .nav__humburger::before, .nav__humburger::after,
  .nav__humburger span {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #001BDD;
  }
  .nav__active {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    background: #fff;
    z-index: 150;
  }
  .nav__active ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: 10px;
    margin: 30px 0 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .nav__active .btn__blue {
    display: block;
    margin: 30px 0 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .nav__active .nav__humburger span {
    opacity: 0;
  }
  .nav__active .nav__humburger::before, .nav__active .nav__humburger::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .nav__active .nav__humburger::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header {
    height: 500px;
  }
  .header h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 30px;
  }
  .product__grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .seack .container {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  .seack__info {
    grid-row: auto/auto;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  .comment .container {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .comment__info {
    padding: 0;
    max-width: 100%;
  }
  .comment__slider {
    margin: 30px 0 0;
  }
  .company .container {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .company__img {
    height: 300px;
  }
  .form .container {
    -ms-grid-columns: 1fr 200px;
        grid-template-columns: 1fr 200px;
  }
  .footer .container:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: 10px;
    margin: 30px 0 0;
  }
  .footer ul a {
    margin: 0;
  }
  .footer ul li {
    margin: 0;
  }
  .footer .btn__blue {
    margin: 30px 0 0;
  }
  .footer img {
    width: 200px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
  .header {
    height: 100vh;
  }
  .header h1 {
    font-size: 30px;
  }
  .chance__wrapper {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: 30px;
  }
  .chance__wrapper div {
    padding: 0;
  }
  .chance__wrapper img {
    height: 300px;
  }
  .actual .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .actual__slider {
    width: 100%;
    margin: 30px 0 0;
  }
  .actual__info {
    width: 100%;
  }
  .actual ul li:nth-child(1), .actual ul li:nth-child(2) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .actual .btn__blue {
    display: block !important;
  }
  .product__wrapper {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: 30px;
  }
  .seack .container {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .seack__info {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .footer .container:nth-child(3) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: 20px;
  }
  .link-arrow {
    display: none;
  }
  .modal-product__row {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: 20px;
  }
  .modal-product__row img {
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 600px) {
  .chance__wrapper {
    padding: 20px;
  }
  .chance img {
    height: 150px;
    min-height: 1px;
  }
  .product__grid {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .seack__item {
    padding: 20px;
  }
  .seack__info {
    padding: 20px;
  }
  .comment__slide {
    padding: 20px;
  }
  .form .container {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .form img {
    display: none;
  }
  .modal__wrapper {
    padding: 50px 15px 15px;
  }
}

@media (max-width: 425px) {
  .company__grid {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .company__item {
    padding: 20px;
  }
  .export__slide {
    padding: 30px 12px;
  }
  .export img {
    height: 40px;
  }
  .form__row {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .seack .container {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .seack__info {
    grid-column: auto/auto;
  }
  .modal-product__row img {
    height: auto;
  }
}
/*# sourceMappingURL=style.css.map */