/*
Theme Name: landing
*/

@font-face {
  font-family: Bebas;
  src: url(BebasNeueRegular.otf);
}

@font-face {
  font-family: Bebas-light;
  src: url(BebasNeueBook.otf);
}

html {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Bebas";
}

.cls-1,
.cls-3 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}

.cls-1 {
  stroke-width: 19.88px;
}

.cls-2,
.cls-4 {
  fill: #fff;
}

.cls-3 {
  stroke-width: 19.49px;
}

input {
  background: inherit;
}

svg,
img {
  display: unset;
  vertical-align: unset;
  box-sizing: unset;
}

h1 {
  display: block;

  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

h2 {
  display: block;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

h3 {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

h4 {
  display: block;

  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

header {
  background-color: #355e3b;
  color: #fff;
}

header svg {
  width: 120px;
  padding-right: 20px;
}

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

header h1 {
  text-align: center;
  font-size: 88pt;
  margin-bottom: 0;
  margin-top: 20px;
}

header p {
  font-size: 16pt;
  margin-bottom: 40px;
}

header h2 {
  font-size: 40pt;
  margin-bottom: 0;
}

header h3 {
  font-size: 18pt;
  margin-top: 0;
}

.logo_header {
  display: flex;
  padding: 0 0 0 20px;
  font-family: "Bebas-light";
  font-weight: 600;
  text-decoration: none;
  color:#fff;
  
}

header span {
  color: black;
}

.button_div {
  display: flex;
  justify-content: space-evenly;
  list-style-type: none;
  padding-left: 0;
  margin: 15px;
}

.button_div a {
  font-family: "Bebas";
  font-size: 20pt;
  color: #fff;
  text-decoration: none;
}

.button_list {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

.button_list:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: white;
  transition: width 0.5s;
}

.button_list:hover:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  background-color: #fff;
  transition: width 0.5s;
}

.settings h3 {
  text-align: right;
  padding-right: 40px;
  font-size: 14pt;
  font-family: "Bebas-light";
}

.settings h1 {
  color: #355e3b;
  font-size: 80pt;
  margin-bottom: 0;
  text-align: center;
}

.settings h2 {
  text-align: center;
  font-size: 28pt;
  font-weight: 100;
  margin-top: 0;
}

.list_set {
  display: grid;
  grid-template-columns: 50% 50%;
}

.list_set div {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 24pt;
  text-align: center;
}

.list_set p {
  width: 50%;
}

.algoritm {
  display: flex;
  flex-direction: column;
}

.algoritm h1 {
  font-size: 66pt;
  color: #355e3b;
  padding-left: 40px;
  margin: 0;
}

.algoritm h2 {
  margin-top: 0;
  font-size: 28pt;
  padding-left: 40px;
  margin: 0;
  font-weight: 100;
}

.algoritm h3 {
  font-size: 24pt;
  color: #355e3b;
  text-align: center;
}

.algoritm ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  padding-left: 0;
}

.algoritm li {
  position: relative;
  width: 300px;
}

.algoritm h4 {
  font-size: 18pt;
  margin-bottom: 0;
  margin-top: 0;
}

.algoritm p {
  font-size: 14pt;
  margin-top: 0;
}

.alg::after {
  content: url("../assets/img/strelka.svg");
  display: block;
  position: absolute;
  left: 15vw;
  top: calc(25% - 5px);
}

.skobka {
  width: 96%;
  padding: 0 2% 0 2%;
  margin: 0;
  height: 50px;
}

.algoritm div ul {
  margin: 0;
}

.algoritm div h3 {
  margin-bottom: 0;
}

.con_work h1 {
  font-size: 66pt;
  color: #355e3b;
  padding-left: 40px;
  margin-bottom: 0;
}

.con_work ul {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
}

.con_work ul li {
  display: flex;
  list-style: none;
  align-items: center;
  max-width: 35%;
  font-size: 18pt;
}

.con_work span {
  font-size: 120pt;
  color: #355e3b;
  padding-right: 20px;
}

.input_data {
  padding: 0 40px;
}

.input_data h1 {
  font-size: 54pt;
  color: #355e3b;
  margin-bottom: 0;
}

.input_data h2 {
  font-size: 14pt;
  font-family: "Bebas";
  font-weight: 100;
  margin-top: 0;
}

.table1 {
  width: 90%;
  margin-bottom: 20px;
}

.table2 {
  width: 60%;
  margin-bottom: 40px;
}

.plus {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.plus h1 {
  color: #355e3b;
  font-size: 42pt;
  margin-bottom: 0;
}

.plus h2 {
  color: #355e3b;
  margin-top: 0;
  font-family: "Bebas-light";
  font-size: 38pt;
  margin-bottom: 0;
}

.gr_plus {
  display: grid;
  grid-template-columns: 28% 28% 28%;
  justify-content: space-evenly;
}

.gr_plus div {
  display: flex;
  align-items: center;
  font-size: 18pt;
}

.gr_plus div svg {
  display: none;
}

.gr_plus div img {
  padding-right: 5px;
  width: 40px;
  padding-bottom: 5px;
}

.footer_contact h1 {
  font-size: 66pt;
  color: #355e3b;
}

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

.footer_contact li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 32pt;
}

.footer_contact ul {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 0;
}

.test_input ul {
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.test_input ul input {
  font-family: "Bebas";
  font-size: 18pt;
  height: 50px;
  outline: 0;
  border-width: 0 0 2px;
  border-color: #355e3b;
  width: 300px;
  margin-right: 30px;
}

.test_input li {
  list-style: none;
}

.test_input div {
  padding-bottom: 20px;
}

.test_input {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.test_input p {
  font-size: 16px;
  width: 400px;
}

.test_100 {
  height: 70px;
  background-color: #355e3b;
  width: 400px;
  color: white;
  font-family: "Bebas";
  font-size: 18pt;
  border-radius: 50px;
  border: 0;
  outline: none;
}

.test_100:hover {
  background: white;
  color: #355e3b;
  border: 4px solid #355e3b;
}

.footer-1 form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

a[href^="mailto:"] {
  color: #355e3b;
  text-decoration: none;
}

a[href^="tel:"] {
  color: #355e3b;
  text-decoration: none;
}

.footer-1 form h3 {
  text-align: center;
}

.call_me {
  width: 400px;
  height: 70px;
  background-color: #355e3b;
  color: white;
  font-family: "Bebas";
  font-size: 18pt;
  border-radius: 50px;
  border: 0;
  outline: none;
}

.call_me:hover {
  background: white;
  color: #355e3b;
  border: 4px solid #355e3b;
}

.number {
  display: block;
  font-family: "Bebas";
  font-size: 18pt;
  height: 50px;
  width: 400px;
  outline: 0;
  border-width: 0 0 2px;
  border-color: #355e3b;
  margin-bottom: 20px;
}

form h3 {
  width: 90%;
  font-size: 28pt;
  color: #355e3b;
  margin-bottom: 0;
  text-align: center;
}

.footer-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-2 li {
  display: inline-block;
  font-family: "Bebas";
  font-size: 12px;
  margin-right: 10px;
}

.footer-2 h6 {
  font-size: 14px;
  font-family: "Bebas";
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: center;
}

@media (max-width: 1440px) {
  .alg::after {
    content: url("strelka.svg");
    display: block;
    position: absolute;
    left: 18vw;
    top: calc(25% - 5px);
  }
}

@media (max-width: 1023px) {
  .alg::after {
    content: url("strelka.svg");
    display: block;
    position: absolute;
    left: 18vw;
    top: calc(25% - 19px);
  }
}

@media (max-width: 767px) {
  .alg::after {
    display: none;
  }

  header h1 {
    font-size: 58pt;
  }

  header h2 {
    font-size: 32pt;
  }

  header h3 {
    font-size: 14pt;
  }

  header svg {
    width: 100px;
  }

  header p {
    font-size: 14pt;
  }

  .button_div a {
    font-size: 18px;
  }

  .settings h1 {
    font-size: 50pt;
  }

  .settings h2 {
    font-size: 22pt;
  }

  .list_set div {
    font-size: 20pt;
  }

  .algoritm h1 {
    font-size: 50pt;
  }

  .algoritm h2 {
    font-size: 22pt;
  }

  .list_set p {
    width: 80%;
  }

  .algoritm li {
    width: 25%;
  }

  .con_work h1 {
    font-size: 50pt;
  }

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

  .con_work ul li {
    max-width: 80%;
  }

  .input_data h1 {
    font-size: 50pt;
  }

  .gr_plus {
    display: flex;
    flex-direction: column;
    width: 70%;
  }

  .footer_contact h1 {
    font-size: 50pt;
  }

  .footer_contact br {
    display: none;
  }

  .footer_contact ul {
    flex-direction: column;
  }

  .test_input ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }
  .test_input ul input {
    width: 400px;
    margin-right: 0;
  }
}

@media (max-width: 610px) {
  .algoritm h1,
  .algoritm h2 {
    text-align: center;
    padding-left: 0;
  }

  .algoritm ul li {
    margin-bottom: 0;
  }

  .algoritm div ul li {
    margin-bottom: 20px;
  }

  .algoritm ul div svg {
    padding-top: 0;
    transform: rotate(90deg);
    width: 50px;
    height: 50px;
  }

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

  .algoritm li {
    width: 90%;
  }
}

@media (max-width: 425px) {
  header svg {
    width: 80px;
    padding-right: 0;
  }

  header p {
    text-align: center;
    width: 90%;
  }

  header h2 {
    font-size: 28pt;
  }

  header h3 {
    font-size: 10pt;
  }

  .logo_header {
    align-items: center;
    justify-content: space-evenly;
    padding: 0;
  }

  .settings h3 {
    font-size: 10pt;
    margin-top: 0;
    padding-right: 10px;
  }

  .list_set div {
    font-size: 14pt;
  }

  .con_work h1 {
    text-align: center;
    padding: 0;
  }

  .con_work ul li {
    font-size: 14pt;
  }

  .con_work span {
    font-size: 100pt;
  }

  .input_data h1 {
    text-align: center;
    padding: 0;
  }

  .gr_plus {
    width: 90%;
  }

  .footer_contact li {
    font-size: 18pt;
  }

  .test_100,
  .test_input ul input {
    width: 340px;
    font-size: 16pt;
  }

  .test_input p {
    width: 340px;
    font-size: 14pt;
  }

  .number,
  .call_me {
    width: 340px;
    font-size: 16pt;
  }
}

@media (max-width: 374px) {
  header svg {
    width: 80px;
    padding-right: 0;
  }

  header h1 {
    font-size: 46pt;
  }

  header p {
    font-size: 12pt;
  }

  header h2 {
    font-size: 28pt;
  }

  header h3 {
    font-size: 10pt;
  }

  .logo_header {
    align-items: center;
    justify-content: space-evenly;
    padding: 0;
  }

  .settings h3 {
    font-size: 10pt;
    margin-top: 0;
    padding-right: 10px;
  }

  .settings h1 {
    font-size: 40pt;
  }

  .settings h2 {
    font-size: 20pt;
  }

  .list_set div {
    font-size: 14pt;
  }
  .algoritm h1 {
    font-size: 40pt;
  }

  .algoritm h2 {
    font-size: 20pt;
  }

  .algoritm h3 {
    font-size: 18pt;
  }

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

  .algoritm li {
    width: 90%;
    margin-bottom: 25px;
  }
  .con_work h1 {
    font-size: 40pt;
  }

  .con_work ul li {
    font-size: 14pt;
  }

  .con_work span {
    font-size: 100pt;
  }

  .input_data {
    padding: 0 20px;
  }

  .input_data h1 {
    font-size: 40pt;
  }

  .input_data h2 {
    font-size: 12pt;
    margin-bottom: 20px;
  }

  .table1 {
    width: 100%;
  }

  .table2 {
    width: 80%;
  }

  .footer_contact h1 {
    font-size: 40pt;
  }

  .footer_contact li {
    font-size: 18pt;
  }

  .test_100,
  .test_input ul input {
    width: 300px;
    font-size: 16pt;
  }

  .test_input p {
    width: 300px;
    font-size: 14pt;
  }

  .number,
  .call_me {
    width: 300px;
    font-size: 16pt;
  }
}
