header {
    flex-direction: row;
    align-items: baseline;
    padding: 0;
    justify-content: space-between;
    margin-bottom: 80px;
}
header .logo,
header .part {
    position: relative;
}
header .logo {
    background: #d9e5f0;
    border-radius: 0 0 300px 0;
    padding: 100px 70px 150px calc((100% - 1200px) / 2);
    display: flex;
    flex-direction: column;
}
header .logo::after {
    display: none;
}
header .logo::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100px;
    width: 75px;
    background: #efefef;
    bottom: -100px;
    border-top-left-radius: 300px;
    box-shadow: -20px -20px 0px 20px #d9e5f0;
    z-index: -1;
}
header .logo a,
header .part h2 {
    position: relative;
}
header .logo a {
    margin-bottom: 10px;
}
header .logo a::after {
    width: 60px;
    height: 5px;
    content: '';
    display: block;
    background: #56a5ee;
    position: absolute;
    bottom: -20px;
    left: 0;
}
header .logo span {
    font-size: 12px;
    color: #56a5ee;
    display: block;
    margin-left: auto;
}
header .part {
    padding: 100px calc((100% - 1200px) / 2) 100px 148px;
    background: #1250b5;
    margin-top: auto;
    border-radius: 300px 0 0 300px;
    border-radius: 0px 0 0 300px;
    margin-left: 40px;
}
header .part::before {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 57%;
    top: 0;
    right: 30%;
    border-radius: 0% 0% 190px 300px/ 0 0 100% 100%;
    background: rgba(19, 87, 197, 0.5);
    box-shadow: 10px 10px 10px 0 rgba(14, 71, 165, 0.1);
    z-index: 1;
}
header .part::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 18%;
    border-radius: 0% 70% 0 300px/0% 53% 0 300px;
    background: rgba(21, 90, 204, 0.3);
    box-shadow: 10px -10px 10px 0 rgba(18, 80, 181, 0.6);
    z-index: 1;
}
header .part * {
    color: #fff;
    line-height: 23px;
    z-index: 2;
    position: relative;
    font-size: 12px;
}
header .part h2 {
    font-size: 30px;
    line-height: 36px;
    color: #f3f3f3;
    margin-bottom: 20px;
}
header .part .bit {
    content: '';
    position: absolute;
    height: 100px;
    width: 135px;
    background: #efefef;
    bottom: -100px;
    right: 0;
    border-top-right-radius: 500px;
    box-shadow: 20px -20px 0px 20px #1251b7;
    z-index: -1;
}
main {
    display: flex;
    margin-bottom: 100px;
}
.container {
    width: 100%;
}
.container h1 {
    font-size: 36px;
    line-height: 50px;
    position: relative;
    margin-bottom: 40px;
}
.container h1::before {
    width: 60px;
    height: 5px;
    content: '';
    display: block;
    margin-bottom: 30px;
    background: #56a5ee;
}
.main .container .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}
.main .container .grid .item {
    background: #f3f3f3;
    box-shadow: 0 3px 20px rgb(0 0 0 / 8%);
    border-radius: 22px;
    padding: 25px 25px 15px;
    display: grid;
    grid-template-columns: 1fr minmax(100px, 0.5fr);
    grid-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    will-change: transform;
    transition: 0.3s;
    transform: scale(1);
    position: relative;
}
.main .container .grid .item:hover {
    z-index: 2;
    transform: scale(1.12);
}
.main .container .grid .item *,
.main .container .grid .item:hover * {
    will-change: transform;
}
.main .container .grid .item *:not(p) {
    color: #56a5ee;
}
.main .container .grid .item img {
    grid-area: 2/2/3/3;
    margin: 0 auto;
    width: 100%;
}
.main .container .grid .item h2,
.main .container .grid .item p,
.main .container .grid .item span {
    grid-column: 1/2;
}
.main .container .grid .item h2 {
    min-height: 50px;
    font-size: 20px;
}
.main .container .grid .item h2::before {
    display: none;
}
.main .container .grid .item p {
    line-height: 26px;
    margin-bottom: 30px;
}
.main .container .grid .item span {
    max-width: max-content;
}
.main .container .grid .item:hover span::after {
    width: 100%;
}
.main .container .grid .item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.breadcrumbs {
    margin: 0 auto 100px calc((100% - 1200px) / 2);
    max-width: max-content;
}
main.wrapper {
    display: grid;
    grid-template-columns: 280px 1fr;
    grid-gap: 40px;
    margin-bottom: 100px;
}
aside {
    position: relative;
    background: #f3f3f3;
    box-shadow: 0 3px 20px rgb(0 0 0 / 8%);
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    margin-bottom: auto;
    overflow: hidden;
}
aside .ws-menu > .item {
    display: flex;
    flex-direction: column;
    position: relative;
    border-left: 2px solid #56a5ee;
    cursor: pointer;
    transition: 0.2s;
}
aside .ws-menu > .item:first-child,
aside .ws-menu > .item:first-child p {
    border-top-left-radius: 22px;
}
aside .ws-menu > .item:last-child,
aside .ws-menu > .item:last-child p {
    border-bottom-left-radius: 22px;
}
aside .ws-menu > .item:only-child p {
    border-bottom-left-radius: unset;
}
aside .ws-menu > .item:last-child .sub-menu .item:last-child {
    margin-bottom: 10px;
}
aside .ws-menu .item p {
    position: relative;
}
aside .ws-menu .item p::before,
aside .ws-menu .item p::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 25px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #56a5ee;
    transition: 0.2s;
    will-change: transform, width, height;
}
aside .ws-menu .sub-menu .item p::before,
aside .ws-menu .sub-menu .item p::after {
    top: 16px;
}
aside .ws-menu .item p:hover::before,
aside .ws-menu .item p:hover::after {
    height: 10px;
    width: 2px;
    top: 23px;
}
aside .ws-menu .sub-menu .item p:hover:before,
aside .ws-menu .sub-menu .item p:hover:after {
    top: 14px;
}
aside .ws-menu .item p:hover::before,
aside .ws-menu > .item.show > p::before,
aside .ws-menu .sub-menu .item.show p::before {
    transform: rotate(-45deg);
    left: 19px;
}
aside .ws-menu .item p:hover::after,
aside .ws-menu > .item.show > p::after,
aside .ws-menu .sub-menu .item.show p::after {
    transform: rotate(45deg);
    left: 25px;
}
aside .ws-menu > .item.show > p::before,
aside .ws-menu > .item.show > p::after,
aside .ws-menu > .item.show:hover > p::before,
aside .ws-menu > .item.show:hover > p::after,
aside .ws-menu .sub-menu .item.show p::before,
aside .ws-menu .sub-menu .item.show p::after,
aside .ws-menu .sub-menu .item.show:hover p::before,
aside .ws-menu .sub-menu .item.show:hover p::after {
    height: 13px;
    width: 2px;
    left: 20px;
    top: 22px;
}
aside .ws-menu .sub-menu .item.show p::before,
aside .ws-menu .sub-menu .item.show p::after,
aside .ws-menu .sub-menu .item.show:hover p::before,
aside .ws-menu .sub-menu .item.show:hover p::after {
    top: 13px;
}
aside .ws-menu > .item p {
    padding: 20px 20px 20px 40px;
    display: block;
    transition: 0.2s;
}
aside .ws-menu > .item.show > p {
    background: #d9e5f0;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.08);
}
aside .ws-menu .sub-menu .item.show p {
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.08);
}
aside .ws-menu .item .sub-menu {
    overflow: hidden;
    max-height: 0;
    transition: 0.45s;
}
aside .ws-menu .item.show > .sub-menu {
    max-height: 500px;
}
aside .ws-menu .item .sub-menu a,
aside .ws-menu .item .sub-menu p,
aside .ws-menu .item.show .sub-menu .item .sub-menu .item a,
aside .ws-menu .item.show .sub-menu .item .sub-menu .item p {
    opacity: 0;
    transition: 0.45s 0.45s, color 0.2s;
    display: flex;
    padding: 10px 0 10px 45px;
    position: relative;
    transform: scale(0.7) rotateX(-60deg);
    transform-origin: 50% 0;
}
aside .ws-menu .item .sub-menu .item:first-child a {
    padding-top: 20px;
}
aside .ws-menu .item.show .sub-menu a,
aside .ws-menu .item.show .sub-menu p,
aside .ws-menu .item.show .sub-menu .item.show .sub-menu .item a,
aside .ws-menu .item.show .sub-menu .item.show .sub-menu .item p {
    opacity: 1;
    transform: scale(1);
    transition: 0.45s, color 0.2s;
}
aside .ws-menu .item .sub-menu .item .sub-menu a,
aside .ws-menu .item .sub-menu .item .sub-menu p {
    padding-left: 55px;
}
aside .ws-menu .item .sub-menu a:hover {
    color: #56a5ee;
}
main.wrapper .container {
    margin-top: 40px;
}
main.wrapper .container h1 {
    margin-top: 20px;
    margin-bottom: 30px;
}
h2 {
    font-size: 30px;
    position: relative;
    margin-bottom: 30px;
    padding-top: 40px;
}
h2:before {
    width: 60px;
    height: 5px;
    content: '';
    display: block;
    background: #56a5ee;
    position: absolute;
    left: 0;
    top: 0;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 18px;
}
main.wrapper .container h3,
main.wrapper .container h4 {
    margin-bottom: 30px;
}
main.wrapper .container p,
main.wrapper .container div {
    line-height: 30px;
    margin-bottom: 30px;
}
main.wrapper .container code {
    margin-bottom: 30px;
}
main.wrapper .container p code,
main.wrapper .container div code {
    padding: 3px;
    font-weight: bold;
    margin-bottom: 0;
}
main.wrapper .container .code code {
    font-weight: normal;
}
main.wrapper .container table {
    margin-bottom: 30px;
    border-collapse: collapse;
    width: 100%;
}
main.wrapper .container table caption {
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 21px;
}
main.wrapper .container table tbody {
    overflow-x: auto;
    width: 100%;
}
main.wrapper .container table tbody tr {
    width: 100%;
    border-bottom: 1px solid #c8d7e4;
}
main.wrapper .container table tbody tr:first-child {
    border-top: 1px solid #c8d7e4;
}
main.wrapper .container table tbody th {
    background: #d9e5f0;
    text-align: center;
}
main.wrapper .container table tbody th,
main.wrapper .container table tbody td {
    padding: 20px 10px;
}
main.wrapper .container img {
    box-shadow: 0 3px 20px rgb(0, 0, 0, 0.2);
    border-radius: 22px;
    margin-bottom: 30px;
    padding: 10px;
}
main.wrapper .container a {
    color: #4a9de9;
    transition: 0.2s;
}
main.wrapper .container a:hover {
    color: #1654b1;
}
main.wrapper .container hr {
    background: url(../images/1.svg) repeat-x;
    height: 13px;
    border: none;
    margin: 30px 0 25px;
}
@media screen and (max-width: 1260px) {
    header {
        margin-bottom: 160px;
    }
    header .logo {
        padding: 100px 70px 150px 30px;
    }
    header .part {
        padding: 0 20px 0 0;
        background: unset;
        border-radius: 0;
        margin-top: unset;
    }
    header .part .bit,
    header .part::after,
    header .part::before {
        display: none;
    }
    header .part *,
    header .part h2 {
        color: #383d44;
    }
}
@media screen and (max-width: 950px) {
    header {
        flex-direction: column;
    }
    header .logo {
        padding: 70px 70px 75px 30px;
        margin-bottom: 30px;
    }
    header .logo img {
        width: 260px;
    }
    header .logo::before {
        display: none;
    }
    header .part {
        margin-left: 0;
        padding-left: 30px;
    }
    header .part h2 {
        font-size: 24px;
    }
    .main .container .grid {
        grid-gap: 20px;
    }
}
@media screen and (max-width: 768px) {
    .main .container .grid {
        grid-gap: 40px;
        grid-template-columns: 1fr;
    }
    .main .container .grid .item span::after {
        width: 100%;
    }
}
@media screen and (max-width: 578px) {
    .main .container .grid .item {
        grid-gap: 5px;
        padding: 15px;
    }
    header .part {
        padding: 0 10px;
    }
}