*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Regular.eot);
    src: local('Proxima Nova Regular'),local('ProximaNova-Regular'),url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Regular.woff) format('woff'),url(../fonts/ProximaNova-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Bold.eot);
    src: local('Proxima Nova Bold'),local('ProximaNova-Bold'),url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Bold.woff) format('woff'),url(../fonts/ProximaNova-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Semibold.eot);
    src: local('Proxima Nova Semibold'),local('ProximaNova-Semibold'),url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Semibold.woff) format('woff'),url(../fonts/ProximaNova-Semibold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Light.eot);
    src: local('Proxima Nova Light'),local('ProximaNova-Light'),url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Light.woff) format('woff'),url(../fonts/ProximaNova-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNovaT-Thin.eot);
    src: local('Proxima NovaT Thin'),local('ProximaNovaT-Thin'),url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNovaT-Thin.woff) format('woff'),url(../fonts/ProximaNovaT-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

body {
    font-family: "Proxima Nova",sans-serif;
    line-height: 1.3;
    margin: 0;
}

section {}
section .container {
    max-width: 1160px;
    padding: 100px 10px;
    margin: 0 auto;
    width: 100%;
}

.top_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px 0 10px;
    z-index: 1;
}
.top_menu nav {
    background: #e52a29;
    padding: 15px;
    display: flex;
    justify-content: center;
    gap: 10%;
}
.top_menu nav .close_menu {
	display:none;
}
.top_menu nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}
.top_menu nav a.active {
	border-bottom: 1px solid #fff;
}
.top_menu .toggle_menu {
	display:none;
}
.top_menu .toggle_menu span {}
.top_menu .toggle_menu::before {
	content:'';
}
.top_menu .toggle_menu::after {
	content:'';
}

.hero {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url(../img/1642539931_61-damion.png);
    background-position: left bottom;
    color: #fff;
    text-align: center;
	background-repeat:no-repeat;
}
.hero .container {
    padding: 150px 15px;
}
.hero .container .logo {
    margin: 0 auto;
    width: fit-content;
}
.hero .container .logo img {}
.hero .container h1 {font-size: 90px;font-weight: 600;margin: 50px 0;}
.hero .container .h2 {
    font-size: 20px;
    font-weight: 700;
    max-width: 700px;
    margin: 0 auto 30px;
}
.hero .container .subtitle {
    font-size: 17px;
    font-weight: 300;
    margin: 0 auto;
}

.about {}
.about .container {}
.about .container h2 {
    font-size: 48px;
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
    max-width: 580px;
    margin: 0 auto 50px;
}
.about .container .pre {
    text-align: center;
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 300;
}
.about .container .wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
.about .container .wrap .item {
    flex: 0 0 33.3333333%;
    border-right: 2px solid #c3c3c3;
    padding: 0 35px;
    text-align: center;
}
.about .container .wrap .item:last-child {
	border:0;
}
.about .container .wrap .item .number {
    margin: 0 auto;
    font-weight: 700;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #e52a29;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e52a29;
    margin-bottom: 20px;
}
.about .container .wrap .item .title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about .container .wrap .item .desc {}
.about .container .btn {
	width: fit-content;
	margin: 100px auto 0;
	font-weight: 600;
	border-radius: 5px;
	background: #e52a29;
	color: #fff;
	text-decoration: none;
	display: flex;
	height: 50px;
	padding: 0 25px;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	transition: all 0.2s;
}
.about .container .btn:hover {
	background: #c51716;
}
.why {
    background: #f5f5f5;
}
.why .container {
    max-width: 760px;
}
.why .container h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 50px;
}
.why .container img {
    width: 100%;
}
.why .container .dates {
    color: #fff;
    background: #6b6b6b;
    width: fit-content;
    margin: 20px 0 50px;
    padding: 5px 20px;
    letter-spacing: 2px;
    font-size: 14px;
}
.why .container h3 {
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 50px;
}
.why .container p {
    margin-bottom: 20px;
    font-size: 18px;
}
.why .container ul {}
.why .container ul li {
    font-size: 18px;
}
.why .container .btn {
    width: fit-content;
    margin: 50px 0 0;
    font-weight: 600;
    border-radius: 5px;
    background: #e52a29;
    color: #fff;
    text-decoration: none;
    display: flex;
    height: 50px;
    padding: 0 25px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.2s;
}
.why .container .btn:hover {
	background: #c51716;
}

.soultions {}
.soultions .container {}
.soultions .container h2 {
    font-size: 48px;
    text-align: center;
    line-height: 2;
}
.soultions .container h2 span {
    display: block;
    font-size: 36px;
}
.soultions .container .pre {
    text-align: center;
    font-size: 24px;
}
.soultions .container .wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.soultions .container .wrap .item {
    flex: 0 0 25%;
    padding: 20px;
}
.soultions .container .wrap .item .logo {
    height: 85px;
    display: flex;
    align-items: center;
}
.soultions .container .wrap .item .logo img {
    max-height: 50px;
}
.soultions .container .wrap .item .for {
    color: #9f9f9f;
    font-size: 14px;
    line-height: 1;
    height: 50px;
}
.soultions .container .wrap .item .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    min-height: 150px;
    padding-top: 25px;
    position: relative;
    margin-bottom: 20px;
}
.soultions .container .wrap .item .title::before {
    content:'';
    display: block;
    width: 50px;
    height: 2px;
    background: #e62929;
    position: absolute;
    top: 0;
    left: 0;
}
.soultions .container .wrap .item .desc {
    font-size: 14px;
    color: #979797;
}
.soultions .container .wrap .item .link {
    display: block;
    margin-top: 30px;
    width: fit-content;
}
.soultions .container .btn {
    width: fit-content;
    margin: 50px auto 0;
    font-weight: 600;
    border-radius: 5px;
    background: #e52a29;
    color: #fff;
    text-decoration: none;
    display: flex;
    height: 50px;
    padding: 0 25px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.2s;
}
.soultions .container .btn:hover {
    background: #c51716;
}

.main_mounth {
    background: #f5f5f5;
}
.main_mounth .container {}
.main_mounth .container h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 10px;
}
.main_mounth .container .pre {
    text-align: center;
    font-size: 20px;
    max-width: 500px;
    margin: 0 auto 30px;
}
.main_mounth .container .wrap {
    background: #ffffff;
    padding: 50px;
}
.main_mounth .container .wrap .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.main_mounth .container .wrap .head h3 {
    flex: 0 0 calc(100% - 240px);
    font-size: 36px;
    line-height: 1;
    max-width: 600px;
    font-weight: 500;
}
.main_mounth .container .wrap .head .logo {
    flex: 0 0 240px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.main_mounth .container .wrap .head .logo img {
    max-height: 70px;
}
.main_mounth .container .wrap .content {}
.main_mounth .container .wrap .content .line {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cfcfcf;
    padding: 25px 0;
    align-items: center;
}
.main_mounth .container .wrap .content .line:last-child {
    border:0;
}
.main_mounth .container .wrap .content .line .title {
    font-size: 20px;
    padding-right: 30px;
    line-height: 1;
}
.main_mounth .container .wrap .content .line .link {
    font-weight: 600;
    border-radius: 5px;
    background: #e52a29;
    color: #fff;
    text-decoration: none;
    display: flex;
    height: 50px;
    padding: 0 25px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.2s;
    flex: 0 0 230px;
}
.main_mounth .container .wrap .content .line .link:hover {
    background: #c51716;
}

.section_forma {
    background: #e62929;
}
.section_forma .container {}
.section_forma .container .forma_wrap {}
.section_forma .container .forma_wrap .forma {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section_forma .container .forma_wrap .forma h1 {
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    flex: 0 0 100%;
}
.section_forma .container .forma_wrap .forma label {
    flex: 0 0 calc(25% - 10px);
    position: relative;
}
.section_forma .container .forma_wrap .forma label .warning {
    background: #000;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 14px;
}
.section_forma .container .forma_wrap .forma label input {
    width: 100%;
    border: 0;
    height: 50px;
    border-radius: 5px;
    padding-left: 15px;
}
.section_forma .container .forma_wrap .forma label input.error {
    background: #ffebcc;
}
.section_forma .container .forma_wrap .forma .btn {
    flex: 0 0 calc(25% - 10px);
    background: #000;
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.2s;
}
.section_forma .container .forma_wrap .forma .btn:hover {background: #373737;}
.section_forma .container .forma_wrap .forma .notice {
    color: #fff;
    font-size: 13px;
    flex: 0 0 100%;
    text-align: right;
    margin-top: 10px;
}
.section_forma .container .forma_wrap .forma .notice a {
    color: #fff;
}
.section_forma .container .forma_wrap div.error {}
.section_forma .container .forma_wrap div.success {
    color: #fff;
    text-align: center;
    font-size: 24px;
}

footer {
    background: #000;
    color: #fff;
}
footer .container {
    max-width: 1160px;
    padding: 50px 10px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
footer .container .logo {}
footer .container .logo img {}
footer .container .text {}
footer .container .text p {
    color: #878787;
}
footer .container .text p.name {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}
@media (max-width:1000px) {
	.soultions .container .wrap {
    flex-wrap: wrap;
	}
	.soultions .container .wrap .item {
    flex: 0 0 50%;
    border-bottom: 2px solid #cbcbcb;
	}
}
@media (max-width:800px) {
	section {}
	section .container {
    padding: 50px 10px;
	}

	.top_menu {
    padding: 15px;
    background: #e52a29;
	}
	.top_menu nav {
    display: none;
	}
	.top_menu nav.open {
	display:flex;
	flex-wrap: wrap;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	justify-content: center;
	gap: 10px;
	align-content: center;
	}
	.top_menu nav .close_menu {
    display: block;
    position: absolute;
    z-index: 10;
    color: #fff;
    font-size: 50px;
    transform: rotate(45deg);
    right: 10px;
    top: 0;
    cursor: pointer;
	}
	.top_menu nav a {
    flex: 0 0 100%;
    font-size: 20px;
    text-align: center;
    max-width: fit-content;
    margin: 10px;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 5px;
	}
	.top_menu nav a.active {
    background: #fff;
    color: #e52a29;
	}
	.top_menu .toggle_menu {
    display: flex;
    width: 35px;
    height: 20px;
    flex-wrap: wrap;
    align-content: space-between;
    cursor: pointer;
	}
	.top_menu .toggle_menu span {
    height: 2px;
    width: 100%;
    background: #fff;
    display: block;
	}
	.top_menu .toggle_menu::before {
    height: 2px;
    width: 100%;
    background: #fff;
    display: block;
	}
	.top_menu .toggle_menu::after {
    height: 2px;
    width: 100%;
    background: #fff;
    display: block;
	}
	.hero {}
	.hero .container {
    padding: 100px 15px;
	}
	.hero .container .logo {}
	.hero .container .logo img {}
	.hero .container h1 {
    font-size: 28px;
	}
	.hero .container .h2 {}
	.hero .container .subtitle {}
	.about {}
	.about .container {}
	.about .container h2 {
    font-size: 28px;
	}
	.about .container .pre {
    font-size: 18px;
	}
	.about .container .wrap {
    flex-wrap: wrap;
    margin-top: 50px;
	}
	.about .container .wrap .item {
    flex: 0 0 100%;
    margin-bottom: 50px;
    border-right: 0;
    border-bottom: 2px solid #c3c3c3;
    padding-bottom: 50px;
	}
	.about .container .wrap .item .number {
    width: 50px;
    height: 50px;
    font-size: 30px;
	}
	.about .container .wrap .item .title {}
	.about .container .wrap .item .desc {}
	.about .container .btn {
    margin-top: 0;
    font-size: 15px;
	}
	.about .container .btn:hover {}

	.why {}
	.why .container {}
	.why .container h2 {
    font-size: 28px;
	}
	.why .container img {}
	.why .container .dates {}
	.why .container h3 {}
	.why .container p {}
	.why .container ul {}
	.why .container ul li {}
	.why .container .btn {
    font-size: 15px;
	}
	.why .container .btn:hover {}

	.soultions {}
	.soultions .container {}
	.soultions .container h2 {
    font-size: 28px;
    line-height: 1.3;
	}
	.soultions .container h2 span {
    font-size: 24px;
	}
	.soultions .container .pre {
    font-size: 18px;
    margin-top: 10px;
	}
	.soultions .container .wrap {
    justify-content: center;
	}
	.soultions .container .wrap .item {
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 30px;
    max-width: 400px;
	}
	.soultions .container .wrap .item:last-child {
	border:0;
	}
	.soultions .container .wrap .item .logo img {}
	.soultions .container .wrap .item .for {}
	.soultions .container .wrap .item .title {}
	.soultions .container .wrap .item .desc {}
	.soultions .container .wrap .item .link {}
	.soultions .container .btn {
    text-align: center;
    font-size: 15px;
	}
	.soultions .container .btn:hover {}

	.main_mounth {}
	.main_mounth .container {}
	.main_mounth .container h2 {
    font-size: 28px;
    text-align: left;
	}
	.main_mounth .container .pre {
    text-align: left;
    font-size: 16px;
    max-width: none;
	}
	.main_mounth .container .wrap {
    padding: 20px 10px;
	}
	.main_mounth .container .wrap .head {
    flex-wrap: wrap;
	}
	.main_mounth .container .wrap .head h3 {
    font-size: 25px;
	}
	.main_mounth .container .wrap .head .logo {justify-content: flex-start;margin-top: 30px;}
	.main_mounth .container .wrap .head .logo img {}
	.main_mounth .container .wrap .content {}
	.main_mounth .container .wrap .content .line {
    flex-wrap: wrap;
	}
	.main_mounth .container .wrap .content .line .title {
    padding: 0;
    margin-bottom: 20px;
    flex: 0 0 100%;
	}
	.main_mounth .container .wrap .content .line .link {
    font-size: 15px;
	}
	.main_mounth .container .wrap .content .line .link:hover {}

	.section_forma {}
	.section_forma .container {}
	.section_forma .container .forma_wrap {}
	.section_forma .container .forma_wrap .forma {}
	.section_forma .container .forma_wrap .forma h1 {
    font-size: 19px;
	}
	.section_forma .container .forma_wrap .forma label {
    flex: 0 0 100%;
    margin-bottom: 15px;
	}
	.section_forma .container .forma_wrap .forma label .warninig {}
	.section_forma .container .forma_wrap .forma label input {}
	.section_forma .container .forma_wrap .forma label input.error {}
	.section_forma .container .forma_wrap .forma .btn {
    flex: 0 0 100%;
	}
	.section_forma .container .forma_wrap .forma .btn:hover {}
	.section_forma .container .forma_wrap .forma .notice {
    text-align: center;
	}
	.section_forma .container .forma_wrap .forma .notice a {}
	.section_forma .container .forma_wrap div.error {}
	.section_forma .container .forma_wrap div.success {}

	footer .container {
    flex-wrap: wrap;
    gap: 30px;
	}
	footer .container .logo img {
    max-width: 130px;
	}
}