@font-face{
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html, body{
	background: #FFF;
	font-family: CenturyGothic;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #878787;
    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: 1200px;
	margin: 0 auto;
}
.linetop-header {
    background: #fd4d1c;
    height: 5px;
    color: #FFF;
    text-align: center;
    padding: 2px;
    font-size: 14px;
}
.top-header {
    padding: 100px;
    background: rgb(12 11 200 / 25%);
    background-image: url(../img/grid.png);
}
.logotip {
    align-items: center;
}
.logotip img {
    width: 350px;
    margin-top: 15px;
}


.navigate-menu {
    background: #f5f5f5;
    padding: 5px;
}
.navigate-menu a {
    padding: 12px 20px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #0c0bc8;
    margin: 1px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 10px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 250px;
}
.navigate-menu a:hover {
    color: #fff;
    background: #fd4d1c;
}
.dic-n-line {
    width: 1px;
    text-align: center;
    margin: 0px 5px;
    background: #dbdbdb;
}
/*cont*/
.imgcontent {
    padding: 50px 0;
    background: rgb(0 0 0 / 15%);
    background-image: url(../img/grid.png);
}
.telephone-img img {
    width: 430px;
}
.img-content {
    width: 50%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}
.img-content h1 {
    color: #2c2928;
    font-size: 32px;
    padding: 0;
    margin: 20px 0px;
}
.content-title-over {
    color: #ff4a1b;
    margin-left: 15px;
    font-size: 32px;
}
.img-content-desc {
    font-size: 18px;
}
.img-inform-panel {
    margin-top: 20px;
}
.img-inform-block {
    background: rgb(255 255 255 / 50%);
    padding: 20px;
    width: 25%;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
}
.img-inform-block i {
    font-size: 32px;
    color: #ff491b;
    margin-bottom: 10px;
}
/*preim*/
.preim{
    padding: 30px 0;
}
.preim-bg h3 {
    color: #33559e;
    font-size: 28px;
    text-transform: uppercase;
}
.preim-bg span {
    color: #33559e;
    font-size: 28px;
    background: #f5f5f5;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 10px;
}
.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: #1e1e1e;
    font-size: 32px;
}
.preim-title {
    font-size: 21px;
    margin-bottom: 10px;
    color: #1e1e1e;
    font-weight: bold;
}
.preim-title i{
    color: #ff471a;
}
.preim-content-desc {
    font-size: 18px;
    margin-bottom: 20px;
}
.preim-item {
    margin: 25px 0px;
    border-radius: 10px;
}

/*pack*/
.pack-bg {
    background: #f5f5f5;
    padding: 30px;
    margin: 0 auto;
}
.pack-bg h3 {
    text-align: center;
    color: #0d1500;
    font-size: 32px;
}
.pack-title-over {
    color: #130dc5;
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 10px;
}
.pack-img {
    text-align: center;
    margin: 0 auto;
    width: 35%;
    display: flex;
    align-items: center;
}
.pack-img img {
    width: 100%;
}
.pack-content{
	width: 50%;
}
.pack-step-desc {
    display: block;
    font-size: 21px;
    margin-bottom: 20px;
}
.pack-step {
    display: block;
    background: #fff;
    padding: 15px;
    margin: 15px 0px;
    border-radius: 10px;
    border-left: 4px solid #e8e8e8;
    box-shadow: 2px 2px 0 2px #e8e8e8;
}
.pack-step-num {
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    color: #0c0cbc;
    font-weight: bold;
}
.pack-desc {
    margin-top: 20px;
    font-size: 16px;
}
.pack-desc-second {
    margin-top: 40px;
    letter-spacing: 5px;
    color: #2f2f2f;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border: 1px solid transparent;
    border-right: 30px solid #ff491b;
    border-left: 30px solid #0d0bc9;
    border-radius: 50%;
    padding: 15px 0px;
}
/*smallpreim*/
.smallpreim {
    background: #ffffff;
    padding: 40px;
    text-align: center;
    color: #2f2f2f;
    font-size: 18px;
    position: relative;
    border-top: 4px solid #ff491b;
}
/*sfaz*/
.contact{
    padding: 40px 0px;
    background: #f5f5f5;
    text-align: center;
}
.contact-map {
    width: 45%;
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px dashed #fd4d1c;
    border-radius: 10px;
    background: #fff;
}
.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 iframe{
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.contact-infoblock {
    text-align: left;
    width: 100%;
    padding: 10px 0px;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 10px 0px;
}
.contact-infoblock a {
    color: #ffffff;
    text-decoration: none;
    background: #0d0bc9;
    padding: 6px 10px;
    border-radius: 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: #fd4d1c;
    color: #ffffff;
}
.contact-infoblock a:hover i {
    color: #ffffff;
    transition: 0.2s;
}
.contact-infoblock span {
    color: #2f2f2f;
    font-size: 21px;
}
.contact-infoblock i {
    padding: 4px;
    color: #fd4d1c;
    width: 14px;
    text-align: center;
}
.ttnumber {
    font-size: 16px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 15px;
    margin: 1px 0px;
    border-radius: 10px;
}
.ttaddr{
    font-size: 16px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 15px;
    border-radius: 10px;
}
.mfc{
    margin-top: 20px;
}
/*footer*/
.footer {
    background: #0d0bc9;
    padding: 30px 0;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    position: relative;
}
.footer-link {
    color: #ff491d;
    text-decoration: none;
}
.footer-totop {
    display: flex;
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 50px;
    background: #ff491b;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.2s;
}
.footer-totop:hover {
    background: #1e1e1e;
}
.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;
}