.telbox
{
	padding-bottom: 20px;
	padding-top: 5px;
}

.cg
{
	display: block;
	font-size: 12px;
}

.tel
{
	font-size: 18px;
    font-weight: 500;
    color: black;
    padding-left: 30px;
}

.address
{
	white-space: normal !important;
    display: block;
    width: auto !important;
	color: black;
}

.cim
{
	    font-size: 23px !important;
    padding-bottom: 10px;
    font-weight: 800;
    text-align: center;
    color: black;
}

.fms
{
	width: 37px;
    height: 37px;
    background-image: url(/resurces/fms.png);
    background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
}
.link
{
	    padding-left: 46px;
}

.social
{
	    max-width: 40px !important;
}

.h2 a 
{
    color: #000000 !important;
    text-decoration: unset !important;
}

.row
{
	white-space: nowrap;
    padding-left: 16px;
    min-height: 35px;
    /* display: inline; */
    justify-items: center;
    display: flex;
}

.telo
{
	background-image: url(/resurces/phoneIcon.png);
    background-size: 26px 28px;
    background-repeat: no-repeat;
    width: 50px;
    height: 100%;
    display: inline-block;
    background-position: center;
}

.mail
{
	background-image: url(/resurces/mailIcon.png);
    background-size: 35px 23px;
    background-repeat: no-repeat;
    width: 50px;
    height: 100%;
    display: inline-block;
    background-position: center;
}

.textFrame
{
	
}

#main
{
	padding: 35px 35px 0 35px !important;
	background-color: #b8c6db !important;
    background-image: linear-gradient(
242deg
, #b8c6db 0%, #f5f7fa 74%) !important;
}

.h1
{
	font-size: 20px;
    font-weight: 600;
	color: black;
}

.h2
{
	font-size: 18px;
    font-weight: 500;
    margin-left: 15px;
    width: min-content;
    display: inline-flex;
}

.myimg
{
	opacity: 0.1;
	max-height: 580px;
}

.frame
{
	position: relative;
}

.text
{
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 300px;
    padding: 15px 20px;
    background-color: #ffffff75;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 3px;
	    border: 2px solid #248cc8;
}

.textInside
{
	padding-left: 26px;
}

.site-title
{
	font-weight:600 !important;
	
}