@font-face {
  font-display: swap;
  font-family: RedHatDisplay-Black;
  src: url(../fonts/RedHatDisplay-Black.woff2) format('woff2'), url(../fonts/RedHatDisplay-Black.woff) format('woff');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-display: swap;
  font-family: RedHatDisplay-Bold;
  src: url(../fonts/RedHatDisplay-Bold.woff2) format('woff2'), url(../fonts/RedHatDisplay-Bold.woff) format('woff');
  font-weight: 900;
  font-style: normal
}

@font-face {
  font-display: swap;
  font-family: RedHatDisplay-Light;
  src: url(../fonts/RedHatDisplay-Light.woff2) format('woff2'), url(../fonts/RedHatDisplay-Light.woff) format('woff');
  font-weight: 900;
  font-style: normal
}


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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 100%
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -moz-box-sizing: inherit
}

* {
  outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: 400;
  margin: 0
}

button {
  cursor: pointer
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border-style: none
}

a {
  display: inline-block;
  text-decoration: none;
  outline: 0;
  color: inherit
}

body {
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  overflow-x: hidden;

}
section {
  position: relative;
  padding-bottom: 300px;
  padding-top: 10px;
}
.mobile {
  display: none;
}

.desktop {
  display: block;
}
.header {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrapper {
  /* max-width: 1000px; */
  max-width: 754px;
  width: 100%;
  margin: 0 auto;
}
.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 123px;
  position: relative;

}
.header__menu_logo {
  margin-top: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 160px;
  height: 60px;
}
.header__menu_div {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
}
.header__menu_item {
  font-family: RedHatDisplay-Bold;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.header__menu_arrow {
  content: '';
  width: 14px;
  height: 8px;
  display: inline-block;
  margin-right: 16px;
  opacity: 0;
}
.active {
  opacity: 1;
}

/*.header__menu_item:hover .header__menu_arrow{
    opacity: 1;
}*/
.switcher__div {
  margin-top: 20px;
  position: absolute;
  right: -150px;
}

.switcher__label {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 19px;
}

.switcher__input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switcher__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.switcher__div_dark .switcher__slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 2px;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  background-color: #151515;
}
.switcher__div_light .switcher__slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 20px;
  bottom: 2px;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  background-color: #FCFCFC;
}
/*.switcher__div_dark .switcher__input:checked+.switcher__slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
.switcher__div_light .switcher__input:checked+.switcher__slider:before {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}*/

.switcher__text {
  font-family: RedHatDisplay-Bold;
  font-style: normal;
  font-weight: 400;
  font-size: 6px;
  line-height: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 3px;
}
.header_title {
  position: absolute;
    top: 35%;
  /*margin-top: 100px;*/
  font-family: RedHatDisplay-Black;
  font-style: normal;
  font-weight: 900;
  font-size: 70px;
  text-transform: uppercase;
}

.main_arrow {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);  
}

.arrow_down {
  background-size: contain;
  background-repeat: no-repeat;
  width: 72px;
  height: 152px;
}
.about {
  margin: 0 15px;
  margin-top: 20vh;
  height: 100vh;
  /*padding-top: 20vh;*/
}
.about .main_arrow, .offer .main_arrow {  
  bottom: 150px;
}
.title {
  font-family: RedHatDisplay-Bold;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  padding: 30px 0 45px;
  margin-top: 80px;
}

.subtitle {
  font-family: RedHatDisplay-Light;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  padding: 0px 0 30px;
}
.projects__div {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.projects__div_img {
  height: 126px;
  width: 126px;
  background-repeat: no-repeat;
  background-size: contain;
}
.offer__block {
  border-top: 2px solid rgba(255, 255, 255, 0.25);
  padding: 25px;
   transition: padding 0.1s ease-out 1ms

}
.offer__block:hover{
padding: 50px;
cursor: pointer;
}

.offer__block_last {
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
.offer__block .wrapper{
  max-width: 1150px;
}
.offer__block_title {
  font-family: RedHatDisplay-Bold;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  text-align: left;
  padding-bottom: 20px;
}

.offer__block_subtitle {
  font-family: RedHatDisplay-Light;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  max-width: 767px;
  width: 100%;
}
.partners__div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 150px;
  margin-bottom: 100px;
}

.partners__div_img {
  height: inherit;
  height: -webkit-fill-available;
  max-width: 155px;
  width: 100%;
  margin: 0 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.contact{
  height: calc(100vh - 150px);
}
.contact__form {
  width: 474px;
  margin: 30px auto;
}

.contact__form_input {
  font-family: RedHatDisplay-Light;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  border: none;
  width: 100%;
  padding: 10px 10px;
  margin: 5px auto 5px;
  text-align: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

textarea {
  resize: none;
  overflow: hidden;
  height: 45px;

}

.contact__form_btn {
  margin-top: 20px;
  width: 100%;
  padding: 14px;
  border: none;
  font-family: RedHatDisplay-Bold;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.form__error{
    border-color: #FF5D5D!important;
    color: #FF5D5D!important;
}
.contact__form_error{
  font-family: 'RedHatDisplay-Light';
font-style: normal;
font-weight: 300;
font-size: 12px;
text-align: center;
color: #FF5D5D;
opacity: 0;
}
.active {
  opacity: 1;
}
.footer {
  width: 100%;  
  position: absolute;
bottom: 90px;
  margin-bottom: 10px;
}
.footer__div{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__text {
  font-family: RedHatDisplay-Light;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
}
.footer__social_div{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer__social_img{
  height: 32px;
  width: 32px;  
  border-radius: 50%;
  border: 1px solid #737373;
 
  position: relative;
}
.footer__social_img_1{
   height: 14px;
  width: 14px;  
  background-repeat: no-repeat;
  background-size: contain;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%,-50%);
}
.footer__social_img_2{
   height: 16.6px;
  width: 17px;  
  background-repeat: no-repeat;
  background-size: contain;
   position: absolute;
 top: 60%;
 left: 50%;
 transform: translate(-50%,-60%);
   
}
.fixed__menu {
  display: none;
  width: 100%;
  height: 150px;
}

.fixed {
  display: block;
  position: fixed;
  z-index: 30;
  top: 0;
}

.header__nav_wrapper {
  width: 1000px;
  margin: 0 auto;
}
.fixed-page{
  overflow:hidden;
}
.main__blur{  
    position: relative;
    z-index: 1;
}
.main__blur.active{
  filter: blur(4px);
}
.overlay {
  z-index: 37;
  position: fixed;
  /*background: rgba(255, 255, 255, 0.55);*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  z-index: 38;
  display: none; 
}
.modal__img{
 margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  width: 147px;
  height: 110px;
}
.modal__text{
  font-family: 'RedHatDisplay-Bold';
font-style: normal;
font-weight: 700;
font-size: 18px;
text-align: center;
letter-spacing: 0.15em;
text-decoration-line: underline;
text-transform: uppercase;
cursor: pointer;
}

.about .wrapper, .contact .wrapper {
      display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: -webkit-fill-available;
}
.offer__wrapper{
   display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    height: -webkit-fill-available;
}
.offer{
  height: 100vh;
}
.footer__wrapper{
  display: block!important;
    height: auto!important;
}
@media screen and (max-width: 3000px) {
  .offer{
height: auto;
}
 .offer .main_arrow {  
  bottom: 30px;
}
}
@media screen and (max-width: 2025px) {
  .about .wrapper, .contact .wrapper ,.offer__wrapper{
    display: block;
    height: auto;
  }
.footer { 
 position: relative;
    margin-top: 20vh;
    bottom: unset;
    margin-bottom: 10px;
}
.about { 
  height: auto;
  /*padding-top: 20vh;*/
}
.about .main_arrow, .offer .main_arrow {  
  bottom: 90px;
}
.offer{
height: auto;
}

}
@media screen and (max-width: 1025px) {

 section {
    padding-bottom: 245px;
  }
  .header {
    /*height: 95vh;*/
  }
  .wrapper {
    max-width: 700px;
  }
  .offer__block .wrapper {
    max-width: 750px;

}
   .switcher__div {
    right: -0;
    bottom: -70px;
  }

  .main_arrow, .about .main_arrow, .offer .main_arrow {
    bottom: 0px;
  }

  .partners__div_img {
    max-width: 115px;
     margin: 0 20px;
  }
   .header__nav_wrapper {
    width: 700px;
  }
  .footer { 
  bottom: 30px; 
  position: absolute;
}
.contact {
    height: calc(100vh - 80px);
}
.projects__div_img {
  height: 126px;
  width: 126px;
  }
}
@media screen and (max-width: 768px) {
 .wrapper {
    max-width: 636px;
  }
  .offer__block .wrapper {
    max-width: 540px;
}
.subtitle {
  font-size: 16px;
}
 .header__nav_wrapper {
    width: 520px;
  }
  .partners__div {
    justify-content: center;
    margin-bottom: 270px;
  }
  .contact {
    height: 100vh;
}
}
@media screen and (min-width: 500px) and (max-width:900px)and (max-height:500px) and (orientation:landscape) {

  .header {
    height: auto;
  }

  .offer__block_subtitle {
    max-width: 500px
  }

  .wrapper {
    max-width: 600px;
  }
  .offer__block .wrapper {
    max-width: 640px;
}
 .header__nav_wrapper {
    width: 600px;
  }
  .footer{
    position: relative;
  }
  .header .main_arrow{
    top: 100vh;

}
}

@media screen and (max-width: 500px)and (max-height:950px) {
 section {
    padding-bottom: 60px;
    padding-top: 10px;
  }
 
  .header {
     height: calc(100vh + 10px);
     /*height: 100vh;*/
     padding-top: 0px;
}
.header .main_arrow, .about .main_arrow{
top: calc(100vh - 170px);
}
.about{
  height: 100vh;
}
  .wrapper {
    max-width: 360px;
  }
    .menu-burger__container {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;

  }
   .fixed {
    display: flex;
    position: fixed;
    z-index: 30;
    top: 0;
  }
    .menu-burger__div {
    width: 90%;
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    margin: 0 auto;
  }
  .menu-burger__logo {
    width: 92px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
  } 

  .menu-burger__header {
    width: 20px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
  }
   .header__nav {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    transition: all 0.4s ease;
    left: -100%;
    z-index: 30;
    height: 100vh;
  }
  .header__nav.open-menu {
    left: 0;
  }
  .header__menu {
    display: block;
    margin: 10px 20px;
    height: auto;
  }
  .header__menu_div {
    justify-content: flex-start;
    width: 100%;
  }
  .header__menu_item {
    margin: 30px auto;
    font-size: 16px;
    transition: 0.4s;
  }
    .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
    .switcher__div {
    top: 0;
    right: 0;
  }
   .header_title {
    font-size: 34px;
    top: 30%;
    /*margin-top: 200px;*/
  }

  .arrow_down {
    width: 54px;
    height: 113px;
  }
   .about,
  .contact {
    margin-top: 0;
  }
   .title {
    font-size: 25px;
    margin-top: 0px;
        padding: 30px 0 60px;
  }
  .title__partners{
     margin-top: 60px;
  }

  .subtitle {
    font-size: 15px;
    padding: 0px 0 25px;
  }
   .projects__div {
    width: 100%;
    justify-content: space-between;
  }
.offer__block:hover{
padding: 25px;
cursor: pointer;
}
  .offer__block_title {
    font-size: 22px;
  }

  .offer__block_subtitle {
    font-size: 15px;
    max-width: 320px;
  }
  .projects__div_img {
    width: 89px;
    height: 89px;
  }
 .partners__div {
    height: 110px;
    margin-bottom:450px;
    justify-content: center;
  }
  .partners__div_img {
    max-width: 125px;
    margin: 0px 15px
  }
   .partners__div_img_7{
    margin-top: 20px;
  }
.contact {
   height: calc(100vh - 50px);

    padding-bottom: 0;
}
.contact .title{
   padding: 60px 0 60px!important;
}
  .contact__form {
    width: 360px;
   margin: 0px auto 15px;
    padding: 0 20px;
  }
 
.footer {   
   position: relative;
    margin-top: 20vh;
    bottom: 0;
    margin-bottom: 10px;
   
}
.footer__div{
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.footer__text{
  text-align: center;
}

}
@media screen and (max-width:350px){
  .projects__div_img {
    width: 75px;
    height: 76px;
}
}
@media screen and (max-width: 500px)and (max-height:700px) {
.about .main_arrow{
top: auto;
    bottom: 0px;
}
.about{
  height: calc(100vh + 80px);
}
.contact .title{
    padding: 0px 0 30px;
}
}
@media screen and (max-width: 361px)and (max-height:800px) {
  .partners__div_img {
    max-width: 100px;
    margin: 0px 10px
  }
  .contact__form {
    width: 310px;
  }
  .g-recaptcha{
          margin: 0 -15px!important;
  }
  .about {
    height: calc(100vh + 185px);
  }
/*  .wrapper {
    max-width: 310px;
    margin: 0 auto;
  }


  .contact_form {
    width: 100%;
    margin: 15px auto;
    padding: 20px 4px;
  }

  .offer__block_subtitle {

    max-width: 230px;
  }*/
}