@import url("../fonts/bicubik/font.css");
@font-face{
    font-family: 'MontserratRegular';
    src: url('../fonts/MontserratRegular.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}
html, body {
    background: #FFF;
    font-family: 'MontserratRegular';
    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: #10abf4;
    height: 10px;
}
.top-header {
    height: 600px;
    background: url(../img/bg.jpg);
    flex-direction: column;
    align-items: center;
    position: relative;
}
.top-header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(16 171 244 / 50%), transparent);
}
.top-header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/grid.png);
    z-index: 1;
    opacity: 0.2;
}
.logotip {
    align-items: center;
    position: relative;
    z-index: 1;
}
.logotip img {
    width: 250px;
    transition: 0.2s;
}
.logotip img:hover {
   filter: saturate(1.5); 
   cursor: pointer;
}
.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 {
    width: 40%;
}
.aboutinfo-img img {
    width: 100%;
    padding: 40px;
    background: #10abf4;
}
.aboutinfo-content {
    width: 50%;
}
.aboutinfo-content h1 {
    color: #656565;
    font-size: 28px;
    padding: 0;
    margin: 20px 0px;
    letter-spacing: 2px;
    font-family: 'Bicubik';
}
.content-title-over {
    color: #10abf4;
    font-size: 34px;
}
.aboutinfo-content-smalldesc {
    font-size: 18px;
    line-height: 32px;
}
.aboutinfo-content-desc {
    font-size: 18px;
    line-height: 32px;
    border: 1px solid #10abf4;
    display: block;
    padding: 20px;
    margin: 10px 0px;
}
.aboutinfo-inform-panel {
    margin-top: 20px;
}
.aboutinfo-inform-block {
    background: rgb(16 171 244);
    padding: 20px;
    width: 28%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin: 1px;
}
.aboutinfo-inform-block i {
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
}
.aboutinfo-line {
    text-align: center;
    padding: 40px;
    background: #10abf4;
    color: #fff;
    font-size: 18px;
    margin: 40px 0px;
}
.aboutinfo-preim h2{
    color: #656565;
    font-size: 28px;
    padding: 0;
    margin: 20px 0px;
    letter-spacing: 2px;
    font-family: 'Bicubik';
    text-align: center;
}
.preim-info {
    display: block;
    text-align: center;
    padding: 20px;
    margin: 10px;
    font-size: 18px;
    background: rgb(0 0 0 / 5%);
}
.preim-info.flex-c i {
    color: #10abf4;
    font-size: 32px;
}


/*contact*/
.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: #10abf4;
    padding: 15px;
}
.contact-infoblock a {
    color: #ffffff;
    text-decoration: none;
    background: rgb(255 255 255 / 10%);
    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;
    border: 1px solid #fff;
}
.contact-infoblock a:hover {
    background: #2740a4;
    color: #ffffff;
}
.contact-infoblock a:hover i {
    color: #ffffff;
    transition: 0.2s;
}
.contact-infoblock span {
    color: #ffffff;
    font-size: 21px;
    letter-spacing: 1px;
    font-family: 'Bicubik';
}
.contact-infoblock i {
    padding: 4px;
    width: 14px;
    text-align: center;
    margin-right: 10px;
}
.ttnumber {
    font-size: 18px;
    background: rgb(255 255 255);
    padding: 10px 15px;
    margin: 1px 0px;
    color: #656565;
}
.mfc{
    margin-top: 20px;
}
.mfc i{
    margin: 0;
}
/*footer*/
.footer {
    background: #10abf4;
    padding: 30px 0;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    position: relative;
}
.footer-link {
    color: #002c77;
    text-decoration: none;
}
.footer-link:hover {
    opacity: 0.5;
}
.footer-totop {
    display: flex;
    color: #10abf4;
    font-size: 32px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 50px;
    background: #ffffffe6;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.2s;
    border: 1px solid transparent;
}
.footer-totop:hover {
    background: #10abf4;
    color: #fff;
    border: 1px solid #fff;

}
.footer-info i {
    background: #0000008a;
    color: #ffffff;
    border-radius: 50%;
    width: 55px;
    padding: 20px 0px;
    border: 1px solid #7aadfaa8;
}
.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;
}