@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --primary-color: #2563eb;
  --secondary-color: #1e40af;
  --text-color: #1f2937;
  --light-bg: #f3f4f6;
  --white: #ffffff;
  --transition: all 0.3s ease;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: var(--text-color);
  background-color: #f4f4f4;
  min-height: 100vh;
  -webkit-appearance: none;
  width: 100vw;
}
body.stop {
  overflow: hidden;
}

textarea, input {
  font-family: "Montserrat", "Open Sans", "Poppins", Arial, sans-serif;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

a.red-b, button.red-b {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  background-color: #dd3832;
  border-radius: 12px;
  border: 1px solid #dd3832;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  padding: 16px 50px;
  position: relative;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a.red-b:hover, button.red-b:hover {
  color: #dd3832;
  border-color: #dd3832;
  background-color: #fff;
}
a.bl-b, button.bl-b {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  background-color: #3eb0e0;
  border-radius: 12px;
  border: 1px solid #3eb0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  padding: 16px 50px;
  position: relative;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a.bl-b:hover, button.bl-b:hover {
  color: #3eb0e0;
  border-color: #3eb0e0;
  background-color: #fff;
}

.hidden {
  display: none;
}

input[type=button].green-button,
button.green-button,
a.green-button {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 12px 24px;
  border-radius: 8px;
  color: var(--white);
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-decoration: none;
  display: inline-block;
}

input[type=button].green-button:hover,
button.green-button:hover,
a.green-button:hover {
  background-color: var(--white);
  color: var(--primary-color);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
          box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

header {
  width: 100%;
  z-index: 1000;
  background-color: #f4f4f4;
}
header .section {
  max-width: 1240px;
  padding: 80px 20px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .section .ban {
  width: 100%;
}
header .section .ban img {
  width: 100%;
}
header .section .descr .links {
  margin-top: 30px;
}
header .section .descr a.logo {
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 32px;
  color: #dd3832;
  display: block;
  margin-bottom: 50px;
}
header .section .descr .its {
  margin-bottom: 20px;
}
header .section .descr .its .it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .section .descr .its .it span {
  display: block;
  margin-left: 15px;
}
header .section .descr .items {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0 30px;
}
header .section .descr .items p {
  color: #e77370;
  font-size: 12px;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 1.55;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 7px 7px 7px 7px;
  background-color: #ffffff;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(221, 56, 50, 0.1);
          box-shadow: 0px 0px 40px 0px rgba(221, 56, 50, 0.1);
}
header .section .descr h1 {
  color: #222;
  font-size: 40px;
  line-height: 45px;
}
header .section .descr h1 b {
  color: #dd3832;
}
header .section .socials {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: 410px;
  right: 143px;
}
header .section .socials a {
  display: block;
  padding: 10px;
}
header .section .socials a i {
  font-size: 20px;
}
header .section .socials a i.bxl-telegram {
  color: #2ca5e0;
}
header .section .socials a i.bxl-whatsapp {
  color: #25d366;
}

section {
  width: 100%;
  margin: 0 auto;
}
.baner {
  background: linear-gradient(135deg, #ff352e, #c42f2a);
  padding: 40px;
  border-radius: 16px;
  color: var(--white);
  margin: 100px auto 70px;
  max-width: 1240px;
  -webkit-box-shadow: 0 10px 30px rgba(37, 99, 235, 0.2);
          box-shadow: 0 10px 30px rgba(37, 99, 235, 0.2);
  padding: 30px 20px;
  margin: 80px auto 50px;
  text-align: center;
}

.div2 {
  padding: 80px 0;
  background-color: var(--light-bg);
}
.div2 .div2_top {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 40px;
}

.div2_body {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.div2_body .it {
  background: var(--white);
  padding: 30px;
  border-radius: 12px;
  text-align: left;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 20px 25px;
}
.div2_body .it:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.div2_body .it b {
  display: block;
  text-align: left;
  font-size: 18px;
  color: #dd3832;
}
.div2_body .it i {
  color: #c3c3c3;
  margin-bottom: 20px;
  font-size: 60px;
}
.div2_body .it span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: var(--text-color);
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 14px;
}

.div3 {
  max-width: 1240px;
  padding: 40px;
  margin: 50px auto;
  background: linear-gradient(135deg, #ff352e, #c42f2a);
  border-radius: 16px;
}
.div3 .div3_top {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
.div3 .div3_body {
  padding: 20px 0;
}
.div3 .div3_body table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  text-align: center;
}
.div3 .div3_body table tr {
  border-bottom: 1px solid #fff;
}
.div3 .div3_body table tr th {
  padding: 10px;
}
.div3 .div3_body table tr td {
  padding: 10px;
}

.div6 {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  padding: 60px 20px 40px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.div6_left {
  text-align: left;
  font-weight: 600;
  padding-right: 20px;
}
.div6_left p {
  margin-bottom: 30px;
}
.div6_left .logo {
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 32px;
  color: #dd3832;
  display: block;
  margin-bottom: 50px;
}

.div6_right form {
  width: 400px;
}
.div6_right form input {
  display: block;
  width: 100%;
  border-radius: 7px;
  margin-bottom: 15px;
  border: 1px solid #555;
  height: 50px;
  text-indent: 15px;
}
.div6_right form textarea {
  padding: 10px 15px;
  border: 1px solid #555;
  width: 100%;
  resize: none;
  height: 100px;
  border-radius: 7px;
}
.div6_right form button {
  width: 100%;
}

.contacts {
  max-width: 1240px;
  padding: 60px 20px 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts h1 {
  font-size: 25px;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
}
.contacts span {
  display: block;
  margin-bottom: 15px;
}
.contacts img {
  max-width: 850px;
  width: 100%;
}
.contacts a.telegram {
  font-size: 16px;
  background-color: #2ca5e0;
  font-weight: 400;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contacts a.whatsapp {
  font-size: 16px;
  background-color: #25d366;
  font-weight: 400;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer {
  background-color: var(--text-color);
  color: var(--white);
  padding: 60px 0 30px;
  padding: 40px 0 20px;
}
footer .section {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  gap: 30px;
  text-align: center;
}
footer .section .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .section .socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
footer .section .socials a:hover {
  background: var(--primary-color);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.marquiz-widget {
    margin: 40px auto;
    padding: 40px 20px;
    background: var(--light-bg);
    width: 100%;
}