:root {
    --primary: #233752;
	--orange: #EA6750;
	--red: #be1e2d;
}


@media (min-width: 1025px) {
  .container:not(.first-block) .form-block.in-slide {
    width: unset;
  }
  
  .container:not(.first-block) .form-block.in-slide div:nth-child(1),
  .container:not(.first-block) .form-block.in-slide div:nth-child(2) {
    flex: 2;
  }

  .btn {
    padding: 0.5rem 1rem;
  }

  .ico-phone::before {
    content: none;
  }

  .btn.ico {
    padding-left: 1rem;
  }

  html {
    /* font-size: 16px; */
  }
}

@media (min-width: 851px) {
  .ico-phone::before {
    content: none;
  }
}

section.highlight-blue {
  display: flex;
  flex: auto;
  align-items: center;
  color: #000;
  background-color: #fff;
}

.logo {
  font-size: 1.6rem;
}

.container:not(.first-block) .form-block.in-slide div:nth-child(1),
.container:not(.first-block) .form-block.in-slide div:nth-child(2) {
  border: 1px solid #c8d8eb;
}

.phone-block {
  text-align: right;
}

section {
  margin-top: 0;
}

.container {
  max-width: 1000px;
}

header {
  color: #fff;
  background-color: #363942;
}

.header-contact-block .phone {
  color: #fff;
}

.header-contact-block .btn {
  border: none;
  font-size: 16px;
  letter-spacing: unset;
  color: #fff;
  background-color: var(--orange);
}

.first {
  padding: 30px 0;
  background-color: #363942;
/*
	background-image: url(/images/airlab/bg.png);
	background-repeat: no-repeat;
	background-position: 60% -24%;
*/
}

.main-block {
  display: grid;
/*  column-gap: 2rem;*/
  grid-template-areas: 
    "heading"
    "subheading2"
    "subheading";
/*  grid-template-columns: 1.5fr 1fr;*/
  grid-template-rows: auto auto 1fr;
}

.main-block h1 {
  display: block;
  grid-area: heading;
  margin: 0;
  height: fit-content;
  font-weight: 500;
  font-size: 170px;
  line-height: 1;
  color: #fff;
}

.main-block h2 {
  position: relative;
  display: block;
  grid-area: subheading;
  height: fit-content;
  font-weight: 500;
  font-size: 22px;
  text-align: left;
  color: #fff;
}
.main-block h4 {
  position: relative;
  display: block;
  grid-area: subheading2;
  height: fit-content;
  font-weight: 500;
  font-size: 22px;
  text-align: left;
  color: #fff;
    padding: 0;
    margin: 0;
}
.main-block img {
  grid-area: image;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-block hr {
  position: absolute;
  right: 0;
  border: 2px solid var(--red);
  width: 100vw;
  background: #262626;
  background-position: bottom;
  background-repeat: repeat-x;
}

.sub-block p {
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}

.sub-block p:first-child {
  margin-top: 10px;
}

.second {
  padding: 30px 0;
}

.second p {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 26px;
  color: var(--primary);
}

.photos-block {
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
}

.photos-block div {
  width: 100%;
  height: 100%;
  object-fit: cover;
text-align: center;
}

.photos-block div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photos-block div p {
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #363942;
}
.photos-block div span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}
.third {
  padding: 30px 0;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background-color: var(--primary);
}

.fourth {
  padding: 30px 0;
  background-color: #000;
    margin-bottom: 30px;
}

.fourth .photos-block img {
  min-width: 0;
  max-width: 150px;
}

.third.title {
    text-transform: uppercase;
    padding: 20px 0;
}

.fifth {
  padding: 30px 0;
}

.fifth p {
  font-weight: 500;
  font-size: 26px;
  text-align: center;
}

.fifth .table {
    display: grid;
    width: 90%;
    grid-template-columns: 50% auto;
    border: 2px solid #000000;
    background-color: #000000;
    grid-gap: 2px;
    margin: 0 auto;
}
.fifth .table > div {
    background-color: #fff;
    text-align: center;
    padding: .5rem 0;
}
.fifth .table > div:nth-child(1), .fifth .table > div:nth-child(2) {
    font-weight: 600;
    font-size: 1rem;
}

.fifth .acces {
    display: grid;
    width: 90%;
    grid-template-columns: 50% auto;
    grid-gap: 1rem;
    margin: 0 auto;
}
.fifth .acces > div {
    border: 1px solid #000000;
    text-align: center;
}
.fifth .acces > div > div {
    text-align: left;
    margin-bottom: .5rem;
    padding-left: 1rem;
}
.fifth .acces > div > div:first-child {
    
}
.fifth .acces > div > div:last-child {
    font-weight: 600;
}
.fifth .acces img {
    width: 80%
}

.fifth.technical-data div {
    text-align: center
}

table {
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #000;
  border-collapse: collapse;
  width: 100%;
  font-size: 26px;
  text-align: center;
}

th {
  border: 2px solid #000;
  padding: 10px;
  font-weight: 700;
}

td {
  border: 2px solid #000;
  padding: 10px;
}

.seventh {
  padding: 30px 0;
}

.seventh h3 {
  font-weight: 700;
  font-size: 26px;
}

.seventh p {
  font-weight: 500;
  font-size: 1rem;
}

.eighth {
  padding: 30px 0;
  color: #fff;
  background-color: var(--primary);
}

.eighth h3 {
  font-weight: 700;
  font-size: 26px;
}

.eighth ul li {
  font-weight: 500;
  font-size: 1rem;
}
.eighth ul li:before {
  content: "";
  position: relative;
  bottom: 1px;
  display: inline-block;
  width: 18px;
  height: 8px;
  background-image: url("/images/airlab/airlab-tick.svg");
  background-repeat: no-repeat;
}

.ninth {
  padding: 60px 0 20px;
}

.last-block {
  display: grid;
  column-gap: 40px;
  grid-template-areas: 
    "lb-text lb-image"
    "lb-subtext lb-subtext";
  grid-template-columns: 2fr 1fr;
}

.last-block-text {
  grid-area: lb-text;
  font-weight: 500;
  font-size: 1rem;
}

.last-block-image {
  grid-area: lb-image;
/*
  width: 100%;
  height: 100%;
*/
  object-fit: cover;
}
.last-block-image img {
    width: 100%;
}
.last-block-image div p:nth-child(1) {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1rem;
  text-align: right;
}
.last-block-image div p:nth-child(2) {
  font-weight: 500;
  font-size: 1rem;
  text-align: right;
}
.last-block-subtext {
  grid-area: lb-subtext;
}

.last-block-subtext p:nth-child(1) {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1rem;
  text-align: right;
}

.last-block-subtext p:nth-child(2) {
  font-weight: 500;
  font-size: 1rem;
  text-align: right;
}

.footSocials__list {
    display: flex;
    gap: .5rem;
        justify-content: end;
    margin-top: .5rem;
}
.footSocials__item {
    width: 2rem;
    height: 2rem;
    background: var(--primary);
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    position: relative;
    transition: background-color .3s;
    cursor: pointer;
}
.footSocials__item[href*="vk.com"]:before {
    mask: url(/images/airlab/vk.svg) center center / 100% no-repeat;
    -webkit-mask: url(/images/airlab/vk.svg) center center / 100% no-repeat;
}
.footSocials__item[href*="dzen.ru"]:before {
    mask: url(/images/airlab/dz.svg) center center / 100% no-repeat;
    -webkit-mask: url(/images/airlab/dz.svg) center center / 100% no-repeat;
}
.footSocials__item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

.footer-block {
    align-items: flex-start;
}

@media (max-width: 1440px) {
  .container {
    margin-right: auto;
    margin-left: auto;
  }
  html {
    font-size: initial;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 16px !important;
  }
}

@media (max-width: 850px) {
  .main-block {
    display: block;
  }
    
    .fifth .acces {
        width: 100%
    }
    
  .main-block h1 {
    text-align: center;
  }

  .main-block h2 {
    text-align: center;
  }

  .main-block img {
    margin-top: 20px;
  }

  .main-block hr {
    left: calc(-50vw + 50%);
    margin-top: 10px;
  }

  .ninth {
    padding: 30px 0;
  }

  .last-block {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
	.d-none {
		display: none;
	}
	.d-invert {
		background-color: #fff;
		color: #000;
	}
    .footer-block {
        padding-bottom: 6rem;
    }
    
    .first .sub-block {
        padding-top: .5rem;
    }
  .container h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
  }

  .main-block h1 {
    font-size: 7rem;
  }

  .photos-block {
/*
    flex-direction: column;
    gap: 30px;
*/
  }
.fifth .table {
    border: 1px solid #000000;
    grid-gap: 1px;
}
  .fourth .photos-block {
    display: grid;
    justify-content: space-around;
    grid-template-columns: 50% auto;
    grid-gap: 1rem;
  }
    .photos-block div img {
        width: auto;
        height: auto;
    }
  .fifth p {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  table {
    font-size: 1rem;
  }

  .sixth .photos-block {
    gap: 10px;
  }
  
  .last-block {
    display: block;
  }
}

.ico-phone::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.9783 9.9757C13.2164 9.36337 12.5174 9.06568 11.8415 9.06568C10.8637 9.06568 10.1597 9.68767 9.52235 10.3249C9.44905 10.3982 9.3603 10.4324 9.2431 10.4324C8.706 10.4325 7.76111 9.75982 6.4347 8.43325C4.87425 6.87269 4.28426 5.88014 4.68098 5.48326C5.75643 4.40817 6.09217 3.33042 4.44558 1.28261C3.85612 0.548954 3.27939 0.192383 2.68246 0.192383C1.87744 0.192383 1.26547 0.835882 0.725552 1.40368C0.632206 1.50183 0.544029 1.59455 0.457575 1.681C-0.152667 2.29119 -0.152354 3.62215 0.458463 5.24149C1.12864 7.01824 2.45186 8.95104 4.18444 10.6839C5.52432 12.0237 6.98219 13.1064 8.40054 13.8334C9.63883 14.4681 10.8399 14.8082 11.7826 14.8082C11.7827 14.8082 11.7828 14.8082 11.783 14.8082C12.3729 14.8082 12.8521 14.6795 13.1686 14.4178C13.8115 13.8863 15.0081 12.9018 15.0001 11.7323C14.9957 11.1051 14.652 10.5173 13.9783 9.9757Z' fill='%23fff'/%3e%3c/svg%3e ");
}

.footer-block-sub {
	font-size: 0.55rem; 
	line-height: 1rem;
}
.footer-block-sub .policy {
	text-align: right; 
	flex-grow: 2;
}
#carrotquest-messenger-collapsed-container {
	display: none;
}