@font-face {
  font-family:"SFProDisplay";
  src:url("fonts/SFProDisplay-Regular.eot");
  src:local("☺"), 
      url("../fonts/SFProDisplay-Regular.woff") 
      format("woff"), 
      url("../fonts/SFProDisplay-Regular.ttf") 
      format("truetype"), 
      url("../fonts/SFProDisplay-Regular.svg") 
      format("svg");
  font-weight:400;
  font-style:normal;
}

@font-face {
  font-family: 'Montserrat', sans-serif;;
  src: url();
}

* {
  font-family: 'Montserrat', sans-serif;;
}

body, h1, h2, h3, h4, h5, h6, p, a, form, button, input, textarea, ul, li {
  font-family: 'Montserrat', sans-serif;;
}

a {
  text-decoration: none;
}

body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

button {
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;;
}

:root {
  --white-color: #fff;
  --black-color: #000;
  --text-color-1: #222222;
  --text-color-2: #636363;
  --text-color-3: #9F9F9F;
  --text-color-4: #969696;
  --green-color-1: #287878;;
  --bg-color-1: #F2FFFF;
  --bg-color-2: #F1FFFF;
  --bg-color-3: radial-gradient(81.47% 223.22% at 15.21% 6.35%, #DEFDFD 0%, #F2FFFF 100%);
}

/* section {
  min-height: 600px;
} */

.title {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 120%;
  color: var(--black-color);
  text-transform: uppercase;
  margin: 0 0 9px 0;
}

.container_all {
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 0;
}

.container__line {
  height: 4px;
  width: 200px;
  border: none;
  background: var(--green-color-1);
  margin: 0;
}

.container__header {
  margin: 0 0 30px 0;
}

.container__header_item {
  display: flex;
  margin: 0 0 40px 0;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  flex-wrap: wrap;
}

.container__rubric {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: var(--text-color-2);
  margin: 0 10px 4px 0;
}

.rubric_active {
  color: var(--green-color-1);
}

.container__header_item img {
  margin: 0 15px 4px 0;
}

.container2 {
  max-width: 870px;
  margin: 0 auto;
}

.container3 {
  max-width: 1070px;
  margin: 0 auto;
}

/* header */
header {
  background: var(--bg-color-1);
}

header .container_all {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__menu .header__menu_list {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.header__menu .header__menu_list li{
  padding: 0px 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: var(--black-color)
}

.header__menu_items {
  color: var(--black-color);
}

.header__menu .header__menu_list li .header__menu_items:hover {
  color: var(--green-color-1);
}

.header_menu_active {
  border-bottom: 1px solid var(--green-color-1);
}

.header__burger {
  display: none;
}

.header__button, .header__button_adap {
  background: var(--green-color-1);
  color: var(--white-color);
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  padding: 12px 58px;
}

.dropdown-toggle {
  background-color: unset!important;
  border: 0;
}
.dropdown-toggle {
  white-space: nowrap;
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-toggle::after {
  margin-left: 0.255em;
  content: url(../img/icons/dropGrey.svg);
}

.dropdown_adap {
  display: none;
}

.header__button_adap {
  display: none;
}

/* ===INDEX.HTML=== */
/* main */
main {
  background: var(--bg-color-1);
  background-size: cover;
}

main .container_all {
  padding: 50px 0 124px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main__left {
  width: 50%;
  z-index: 1;
}

.main__title {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 135%;
  color: var(--black-color);
  margin: 0 0 22px 0;
}

.main__subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color-4);
  margin: 0 0 30px 0;
}

.main__button {
  padding: 19px 145px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  background: var(--green-color-1);
  border: none;
  color: var(--white-color);
  border-radius: 30px;
}

.main__back-img {
  position:absolute;
  z-index: 0;
  right: 0;
}

.main__modal {
  display: none;
  position: fixed;
  z-index: 15;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.main__modal_content {
  background-color: var(--white-color);
  margin: auto;
  padding: 18px;
  border: 0;
  width: 306px;
  border-radius: 20px;
  text-align: left;
}

.main__modal_close {
  float: right;
  top: 0;
}

.main__modal_close:hover,
.main__modal_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#main__modal_title {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color-1);
  margin: 0 0 16px 0;
}

#main__modal_form {
  position: relative;
}

.main__modal_name, .main__modal_phone {
  width: 280px;
  margin: 0 0 13px 0;
  padding: 16px 15px;
  color: var(--text-color-1);
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 10px;
  outline: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
}

.main__modal_container {
  display: block;
  position: relative;
  padding: 2.5px 0 0 35px;
  margin: 0 0 20px 0;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;

}

.main__modal_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}

.main__modal_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 20px;
  background: none;
  border-radius: 3px;
  border: 1px solid #9c9c9c;
}

.main__modal_container input:checked ~ .main__modal_checkmark {
  background-color: var(--blue-color-1);
  border: 1px solid var(--blue-color-1);
}

.main__modal_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.main__modal_container input:checked ~ .main__modal_checkmark:after {
  display: block;
}

.main__modal_container .main__modal_checkmark:after {
  left: 5px;
  top: 2px;
  width: 8px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-radius: 1px;
}

.main__modal_button {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  color: var(--white-color);
  background-color: var(--green-color-1);
  border: none;
  padding: 13px 0;
  border-radius: 30px;
  width: 100%;
}

/* section ABOUT */
.about {
  background: var(--white-color);
}

.about__content {
  display: flex;
  justify-content: space-between;
}

.about__text {
  width: 48.71%;
}

.about__text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: var(--black-color);
  margin: 0 0 20px 0;
}

.text-weight-500 {
  font-weight: 500;
}

.about__content img {
  width: 48.71%;
  object-fit: cover;
  border-radius: 12px;
}

/* section CHOOSE */
.choose {
  background: url(../img/background-img1.jpg);
  background-size: cover;
}

.choose__content {
  display: flex;
  flex-direction: column;
}

.choose__content_items {
  padding: 30px;
  box-shadow: 0px 20px 40px rgba(40, 120, 120, 0.15);
  border-radius: 12px;
  background: var(--white-color);
  width: 74.36%;
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  align-self: flex-start;
}

.choose__content_items:nth-child(even) {
  flex-direction: row-reverse;
  align-self: flex-end;

}

.choose__content_items img, .choose__content_text {
  margin: 0 13px 0 0;
}

.choose__content_text h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  color: var(--green-color-1);
  margin: 0 0 20px 0;
}

.choose__content_text p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: var(--black-color);
}

/* section PLATFORM */
.platform {
  background: var(--white-color);
}

.platform__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
  padding-top: 30px;
}

.platform__content_items {
  text-align: center;
}

.platform__content_items img {
  margin: 0 0 10px 0;
}

.platform__content_items p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  color: var(--black-color);
}

/* section TEAM */
.team {
  background: var(--bg-color-3);
}

.team__container_header {
  display: flex;
  margin: 0 0 40px 0;
  align-items: center;
  justify-content: space-between;
}

.team__container_header_right {
  display: flex;
}

.swiper-button-prev1 img {
  margin: 0 15px 0 0;
}

.swiper-button-prev1, .swiper-button-next1 {
  cursor: pointer;
}

.team__img_block {
  margin: 0 0 15px 0;
  overflow: hidden;
  border-radius: 12px;
}

.team__img_block img {
  transition: all ease 0.3s;
  object-fit: cover;
} 

.team__items_title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--black-color);
  margin: 0 0 10px 0;
  min-height: 3rem;
}

.team__items_subtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #636363;
  margin: 0 0 15px 0;
}

.teamSwiper .swiper-slide:hover .team__img_block img {
  transform: scale(1.1);
}

.teamSwiper .swiper-slide:hover .team__items_title {
  color: var(--green-color-1);
}

.team__button {
  width: 100%;
  background: var(--green-color-1);
  color: var(--white-color);
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  border: none;
  padding: 13.5px 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.teamSwiper .swiper-slide {
  text-align: left;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 12px;
}

.teamSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 370px;
  object-fit: cover;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.team__more-info {
  display: flex;
  align-items: center;
}

.team__more-info-btn{
  border: none;
  background-color: transparent;
}

.team__more-info p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: var(--green-color-1);
  margin: 0 5px 0 0;
}

.teamSwiper .swiper-slide .team__more-info img {
  width: 21px;
  height: 9px;
}

.team__description{
  display: none;
  margin-top: 1rem;
}

.team__description._active{
  display: inline-block;
}

.team__description::hover{
  cursor: default;
}

/* section CONTACTS */
.contacts {
  background: var(--white-color);
}

.contacts .container_all {
  padding: 60px 0 170px 0;
}

.contacts__content {
  position: relative;
  align-items: center;
}

.contacts__content_items {
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
  z-index: 1;
}

.contacts__content_items img {
  margin: 0 10px 0 0;
  z-index: 1;
}

.contacts__content_items p {
  font-family: "SFProDisplay";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: var(--text-color-1);
  z-index: 1;
}

.contacts__back-img {
  position: absolute;
  right: 0;
  top: -26px;
}

/* footer */
footer {
  background: var(--bg-color-2);
}

footer .container_all {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__developer {
  text-align: right;
}

.footer__developer p {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 150%;
  color: var(--text-color-1);
}

.footer__allrights p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: var(--text-color-3);
}

@media (max-width: 1200px) {
  .container_all {
    max-width: 1050px;
    margin: 0 auto;
  }

  main .container_all {
    padding: 30px 0;
  }

  .main__back-img {
    width: 70%;
  }

  .about__content img {
    height: 455px;
  }

}

@media (min-width: 1150px) and (max-width: 1199px) {

}

@media (max-width: 1150px) {
  .container_all{
    max-width: 1050px;
    margin: 0 auto;
  }

}

@media (max-width: 1050px) {
  .container_all {
    max-width: 980px;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .container_all {
    max-width: 900px;
    margin: 0 auto;
  }

  .header__menu .header__menu_list li {
    padding: 0px 10px;
  }

  .choose__content_items {
    width: 85.36%;
  }
}


@media (max-width: 991px) {
  .container_all{
    max-width: 870px;
    margin: 0 auto;
  }

  body.lock{
    overflow:hidden
  }

  main .container_all {
    flex-direction: column;
  }

  .main__left, .main__right {
    width: 100%;
    text-align: center;
  }

  .main__left {
    margin: 0 0 50px 0;
  }

  .header__button {
    display: none;
  }

  .header__button_adap {
    display: block;
    margin: 0 49px;
    /* align-items: center; */
    /* justify-content: center; */
    align-self: center;
  }

  .header__menu {
    position: fixed;
    top: -1000%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #f6f7f9;
    margin: 90px 0px 20px 0px;
    z-index: 4;
  }

  .header__menu .header__menu_list {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 46px;
    padding: 0;
  }

  .header__menu .header__menu_list li{
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    margin: 10px 0;
  }

  .header__menu.active {
    top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 3;
    margin: 0;
  }

  .header__burger span {
    position: absolute;
    background-color: #000000;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger:after {
    bottom: 0;
  }

  .header__burger:before {
    top: 0;
  }

  .header__burger:after, .header__burger:before {
    content: "";
    background-color: #000000;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 9px;
  }

  .header__burger.active span{
    transform: scale(0) translate(0px, -50%);
  }

  .header__burger.active:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 9px;
  }

  .header__lang {
    display: none;
  }

  .header__lang2 {
    display: block;
    padding: 10px 20px;
  }

  .main__title {
    width: 100%;
  }

  .dropdown_desktop {
    display: none;
  }

  .dropdown_adap {
    display: block;
  }

  .main__back-img {
    position: relative;
  }
  
  .about__content {
    flex-direction: column;
  }

  .about__text {
    width: 100%;
  }

  .about__content img {
    width: 100%;
  }
  
  .choose__content_items {
    width: 100%;
  }

  .teamSwiper .swiper-slide img {
    height: 450px;
  }

  .contacts__back-img {
    position: relative;
    width: 100%;
  }

  .contacts .container_all {
    padding: 60px 0;
  }

  footer .container_all {
    padding: 30px 0;
  }
}

@media (max-width: 800px) {
  .container_all {
    max-width: 675px;
    margin: 0 auto;
  }

  
}

@media (max-width: 767px) {
  .choose__content_items {
    flex-direction: column;
  }

  .choose__content_items:nth-child(even) {
    flex-direction: column;
  }

  .platform__content {
    grid-template-columns: 1fr 1fr;
  }

  .choose__content_items img {
    margin: 0 0 13px 0;
  }

  .choose__content_text {
    margin: 0;
  }

  footer .container_all {
    flex-direction: column;
  }

  .footer__logo, .footer__allrights {
    margin: 0 0 30px 0;
  }
}

@media (max-width: 700px) {
  .container_all {
    max-width: 570px;
    margin: 0 auto;
  }

}

@media (max-width: 600px) {
  .container_all {
    max-width: 470px;
    margin: 0 auto;
  }

  header .container_all {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header__menu.active {
    top:35px;
  }
  
}

@media (max-width: 550px) {
  
}

@media (max-width: 500px) {
  .container_all {
    max-width: 370px;
    margin: 0 auto;
  }

  .main__title {
    font-size: 31px;
    line-height: 38px;
  }

  .main__back-img {
    width: 100%;
  }

  .teamSwiper .swiper-slide img {
    height: 600px;
  }

  .main__button {
    padding: 19px 80px;
  }

}

@media (max-width: 414px) {
  .main__title {
    font-size: 24px;
  }

  .main__subtitle {
    font-size: 17px;
  }

  .main__button {
    font-size: 18px;
  }

  .contacts .container_all {
    padding: 30px 0;
  }

  .header__logo img {
    width: 70%;
  }
}

@media (max-width: 375px) {
  .container_all{
    max-width: 330px;
    margin: 0 auto;
  }

  .main__button {
    padding: 19px 50px;
  }
 
  .about__content img {
    height: 310px;
  }

  .platform__content {
    grid-template-columns: 1fr;
  }

  .teamSwiper .swiper-slide img {
    height: 395px;
  }

  .contacts__back-img {
    margin: 30px 0 0 0;
  }

  .contacts__content_items {
    margin: 0 0 10px 0;
  }

  .contacts__content_items p {
    font-size: 18px;
  }

  .contacts__back-img {
    margin: 30px 0 0 0;
  }
}

@media (max-width: 350px) {
  .container_all {
    max-width: 300px;
    margin: 0 auto;
  }


}

@media (max-width: 320px) {
  .container_all {
    max-width: 280px;
    margin: 0 auto;
  }

  .title  {
    font-size: 24px;
  }

}