

h1 {
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 116.57%;
    /* or 33px */
    color: #8805A8;
    margin-top: 24px;
    margin-bottom: 24px;
    width: 100%;
    text-align:center;
}

h2 {
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 116.57%;
    color: #8805A8;
    margin-bottom: 24px;
    width: 100%;
    text-align:center;
}

h3 {
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 116.57%;
    text-align:center;
    color: #8805A8;
    width: 100%;

}

h4 {
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 116.57%;
    text-align:center;
    color: #8805A8;
    width: 100%;
}

h5 {
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 116.57%;
    text-align:center;
    color: #8805A8;
    width: 100%;
}

h6 {
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 116.57%;
    text-align:center;
    color: #8805A8;
    width: 100%;
}

table {margin-bottom:30px;}

ol {
    width: 100%;
}
ul {
    width: 100%;
}
p {
    width: 100%;
}


}

h4 {
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 116.57%;
    text-align:center;
    color: #8805A8;
    width: 100%;
}

h5 {
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 116.57%;
    text-align:center;
    color: #8805A8;
    width: 100%;
}

h6 {
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 116.57%;
    text-align:center;
    color: #8805A8;
    width: 100%;
}

ol {
    width: 100%;
}
ul {
    width: 100%;
}


.ftslide
{

    height: 220px;
    float: left;
    margin: 14px;
}


.ftslideone

{

    height: 420px;
    float: left;
    margin-left: 63%;
}

.ftslidetwo

{

    height: 320px;
    float: left;
    margin: 20px;
}


.ftslidefour

{

    height: 220px;
    float: left;
    margin: 10px;
}

ul {
	list-style-type:disc;
    width: 100%;
}

.lstnone {
	list-style-type:none;
    text-align:center;
    margin-top:15px;
}


.text-box{
    width: 379px;
    height: 465px;
    background: #FFFFFF;
    border-radius: 20px;

}

blockquote p{
    width: 100%;
}


.default-text {
    justify-content:center;
    align-items: flex-start;
    text-align: justify;
    padding-left:20px ;
    padding-right: 20px;
    font-family: Calibri;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    color: #757575;
}

.default-text a:hover{
    color: #8805A8;
}



.about {
    padding-top: 50px;
}
.image-box {
    border-radius: 10px;
}

.image-box:after{
    /*content: "";*/
    display: block;
    position: absolute;
    top: 42px;
    left: 47px;
    right: 80px;
    bottom: -20px;
    background-color: #ff00bc;
    border-radius: 10px;
    z-index: -1;
}

@media (max-width: 1200px) {

    h1 {
        font-family: Calibri;
        font-style: normal;
        font-weight: bold;
        font-size: 28px;
        line-height: 116.57%;
        /* or 33px */
        color: #8805A8;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    h2 {
        font-family: Calibri;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 116.57%;

        color: #8805A8;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    h3 {
        font-family: Calibri;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 116.57%;
        text-align: center;
        color: #8805A8;
        margin-bottom: 20px;
    }
    h4 {
        font-family: Calibri;
        font-style: normal;
        font-weight: bold;
        font-size: 19px;
        line-height: 116.57%;
        text-align:center;
        color: #8805A8;
        margin-bottom: 20px;
    }


}

.leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 10px 10px 10px 0; /* Отступы вокруг картинки */
    height: 470px;
}