* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

*::-webkit-input-placeholder {
  color: #c0c0c0;
  opacity: 1;
}

*:-moz-placeholder {
  color: #c0c0c0;
  opacity: 1;
}

*::-moz-placeholder {
  color: #c0c0c0;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #c0c0c0;
  opacity: 1;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
}

::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09);
}

::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0);
  min-height: 10px;
}

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  border-radius: 100px;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #000;
}

body input:required:valid,
body textarea:required:valid {
  color: #000;
}

html, body {
  height: 100%;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  opacity: 1;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
    display: flex;
    margin-top: 110px;
    justify-content: center;
    
}

.title-1 {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-style: normal;
    box-sizing: border-box;
    margin: 0;
    font-size: 44px;
    line-height: 60px;
    font-family: Roboto,sans-serif;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}


p {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-family: Roboto,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 44px;
    color: #000;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 25px;
    text-align: center;
	text-decoration-line: underline;
}

.logo {
	padding-top: 50px;
	padding-left: 100px;
}

/*# sourceMappingURL=main.css.map */