@font-face{
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'InterBold';
    src: url('../fonts/Inter-Bold.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'InterRegular';
    src: url('../fonts/Inter-Regular.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}
html, body {
    background: #FFF;
    font-family: InterRegular;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #a7a7a7;
    scroll-behavior: smooth;
}
/*flex*/
.flex-c{
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;	
}
.flex-s{
	display: flex;
    -webkit-justify-content: start;
    justify-content: start;
}
.flex-a{
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.flex-b{
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex-wr{
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*end flex*/
.wpp{
	padding: 0px;
	margin: 0px;
}
.wrap{
	width: 90%;
	margin: 0 auto;
    align-items: center;
}
.linetop-header {
    background: #5f8ede;
    height: 5px;
    color: #FFF;
    text-align: center;
    padding: 2px;
    font-size: 14px;
}
.top-header {
    height: 100vh;
    background: linear-gradient(161deg, #030439, #655757);
    flex-direction: column;
    align-items: center;
    position: relative;
}
.top-header:after {
    content: "";
    position: absolute;
    background: url(../img/grid.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
}
.top-header-desc{
    margin-top: 50px;
    position: relative;
    z-index: 1;

}
.top-header-title {
    color: #fefefe;
    font-size: 58px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: BebasNeue;
    padding: 40px 0px 20px 0px;
}
.top-header-desc span {
    font-size: 21px;
    text-align: center;
    display: block;
    color: #ccddfc;
    width: 80%;
    margin: 0 auto;
    font-family: InterRegular;
}
.logotip {
    align-items: center;
    position: relative;
    z-index: 1;
}
.logotip img {
    width: 300px;
    transition: 0.2s;
}
.logotip img:hover {
     filter: saturate(1.5); 
    cursor: pointer;
}
.to-next {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    font-size: 28px;
    background: rgb(255 255 255 / 5%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    border-radius: 50%;
    transition: 0.2s;
    z-index: 1;
}
.to-next:hover {
    background: #5f8ede;
}
.navigate-menu {
    padding: 5px;
    position: absolute;
    top: 15px;
    width: 100%;
    padding: 20px 0px;
    z-index: 1;
}
.navigate-menu a {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    margin: 1px;
    border-radius: 10px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 200px;
    font-size: 16px;
    font-family: InterRegular;
    padding: 4px 10px;
}
.navigate-menu a:hover {
    color: #fcc922;
}
.dic-n-line {
    width: 1px;
    height: 20px;
    text-align: center;
    margin: 0px 5px;
    background: rgb(255 255 255 / 5%);
}
/*cont*/
.aboutinfo {
    padding: 50px 0;
}
.aboutinfo-img img {
    width: auto;
}
.aboutinfo-content {
    width: 50%;
}
.aboutinfo-content h1 {
    color: #2c2928;
    font-size: 38px;
    padding: 0;
    margin: 20px 0px;
     font-family: BebasNeue;
     letter-spacing: 2px;
}
.content-title-over {
    color: #5f8ede;
    font-size: 48px;
}
.aboutinfo-content-desc {
    font-size: 18px;
    line-height: 26px;
}
.aboutinfo-inform-panel {
    margin-top: 20px;
}
.aboutinfo-inform-block {
    background: rgb(0 0 0 / 5%);
    padding: 20px;
    width: 28%;
    text-align: center;
    font-size: 21px;
    color: #001927;
     font-family: BebasNeue;
     margin: 1px;
}
.aboutinfo-inform-block i {
    font-size: 32px;
    color: #5f8ede;
    margin-bottom: 10px;
}
/*preim*/
.preim {
    padding: 30px 0;
    position: relative;
}
.preim:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0px;
    top: 0px;
    border: 30px solid transparent;
    border-right: 30px solid #203488;
    border-top: 30px solid #5f8ede;
}

.preim-img {
    width: 40%;
    height: auto;
    display: flex;
    align-items: center;
}
.preim-img img {
    width: 100%;
}
.preim-content{
	width: 50%;
    margin-right: 10%;
}
.preim-content h3 {
    color: #f184df;
    font-size: 36px;
    font-family: BebasNeue;
    margin: 20px 0px;
    letter-spacing: 2px;
}
.preim-content span {
    color: #1e1e1e;
    font-size: 46px;
    font-family: BebasNeue;
}
.preim-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1e1e1e;
    font-weight: bold;
    border-left: 3px solid #5f8ede;
    padding-left: 20px;
}
.preim-title i{
    color: #ff471a;
}
.preim-item {
    margin: 25px 0px;
    border-radius: 10px;
}

/*pack*/
.pack-bg {
    padding: 30px;
    margin: 0 auto;
}
.pack-bg h3 {
    text-align: center;
    color: #0d1500;
    font-size: 36px;
    margin: 0 auto 40px;
    font-family: BebasNeue;
}
.pack-title-over {
    color: #f184df;
    font-size: 46px;
}
.pack-img {
    text-align: center;
    margin: 0 auto;
    width: 35%;
    display: flex;
    align-items: center;
}
.pack-img img {
    width: 100%;
}
.pack-content {
    width: 50%;
    padding: 40px;
    background: #5f8ede;
}
.pack-step-desc {
    display: block;
    font-size: 16px;
    border: 1px dashed #fcc922;
    padding: 20px;
    color: #fcc922;
}
.pack-step {
    display: block;
    margin: 10px 0px;
    color: #ccddfc;
    font-size: 16px;
    padding: 10px;
}
.pack-step-num {
    font-size: 21px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    color: #fcc922;
    font-weight: bold;
    margin-right: 10px;
    background: #;
}
.pack-desc {
    margin-top: 20px;
    font-size: 16px;
}
.pack-desc-second {
    margin-top: 40px;
    letter-spacing: 5px;
    color: #5f8ede;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-family: BebasNeue;
    font-size: 24px;
}
/*sfaz*/
.contact{
    padding: 40px 0px;
    background: rgb(0 0 0 / 5%);
    text-align: center;
}
.contact-map {
    width: 50%;
    display: flex;
    align-items: center;
}
.contact-info {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact h3{
    text-align: center;
    color: #33559e;
    font-size: 28px;
    text-transform: uppercase;
}

.contact-infoblock {
    text-align: left;
    width: 100%;
    padding: 10px 0px;
    background: #fcc922;
    padding: 15px;
}
.contact-infoblock a {
    color: #ffffff;
    text-decoration: none;
    background: #5f8ede;
    padding: 6px 10px;
    margin-left: 5px;
    text-align: center;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.contact-infoblock a:hover {
    background: #2740a4;
    color: #ffffff;
}
.contact-infoblock a:hover i {
    color: #ffffff;
    transition: 0.2s;
}
.contact-infoblock span {
    color: #2f2f2f;
    font-size: 21px;
    font-family: 'BebasNeue';
    font-size: 24px;
    letter-spacing: 2px;
}
.contact-infoblock i {
    padding: 4px;
    width: 14px;
    text-align: center;
    margin-right: 10px;
}
.ttnumber {
    font-size: 16px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 15px;
    margin: 1px 0px;
    color: #1e1e1e;
}
.ttaddr {
    font-size: 16px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 15px;
    text-transform: lowercase;
    color: #1e1e1e;
}
.mfc{
    margin-top: 20px;
}
.mfc i{
    margin: 0;
}
/*footer*/
.footer {
    background: linear-gradient(161deg, #030439, #655757);
    padding: 30px 0;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    position: relative;
}
.footer-link {
    color: #5f8ede;
    text-decoration: none;
}
.footer-link:hover {
    opacity: 0.5;
}
.footer-totop {
    display: flex;
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 50px;
    background: #fcc922;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.2s;
}
.footer-totop:hover {
    background: #fff;
    color: #fcc922;
}
.footer-info i {
    background: #0000008a;
    color: #ffffff;
    border-radius: 50%;
    width: 55px;
    padding: 20px 0px;
    border: 1px solid #7aadfaa8;
}
.footermenu a{
    color: #FFF;
}
.img-inform-block:hover{
    opacity: 0.7;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}