@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://use.typekit.net/zpm4kbd.css");

body {
    background: linear-gradient(354.11deg, #1C3252 4.54%, #1C3252 34.44%, #00193D 34.5%, #00193D 64.35%), #00193D;
}
.container {
    max-width: 1330px;
}
.item-page {
    margin-top: 50px;
    margin-bottom: 50px;

    border-radius: 10px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 1);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 1);
}
#header img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 100%;
    width: 100%;
}
#header .img-holder .logo img {
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: -60px;
    left: 86px;
}
#content {
    padding: 70px 115px 105px;
    background-color: white;
}
h1 {
    margin-bottom: 30px;
    font-family: "purista-web", sans-serif;
    font-size: 40px;
    line-height: 46px;
    color: #00193D;
    font-weight: bold;
}
h2 {
    margin: 35px 0 22px;
    font-family: "purista-web", sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #00193D;
}
h3 {
    margin-top: 25px;
    font-family: "purista-web", sans-serif;
    font-size: 23px;
    line-height: 25px;
    color: #00193D;
}
h4 {
    margin-top: 25px;
    font-family: "purista-web", sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #00193D;
}
ul, ol {
    padding-left: 30px;
}
p, li {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #7F8C9E;
}
a {
    font-family: "Poppins", sans-serif;
    color: #753fa0;
    transition: .3s ease-in-out;
    text-decoration: underline;
}
a:hover {
    color: #4b1d6f;
}
.btn-wrapper{
    display: flex;
    gap: 10px;
}
a.btn {
    display: inline-block;
    position: relative;
    border-radius: 26px;
    font-size: 16px;
    line-height: 16px;
    padding: 13px 20px 15px;
    color: white;
    font-weight: bold;
    background-color: #753fa0;
    text-decoration: none;
    transition: .3s;
}
a.btn:hover, a.btn:focus {
    color: white;
    background-color: #4b1d6f;
}
a.btn:active{
    --bs-btn-active-color : white;
    --bs-btn-active-bg : #753fa0;
}

.img-holder {
    position: relative;
}
.logos .logo img{
    padding: 10px;
    max-height: 138px;
    max-width: 186px;
    object-fit: contain;
    width: 100%;
    vertical-align: bottom;
}
.logos .logo{
    display: flex;
}
@media only screen and (max-width: 768px) {
    .logos .logo{
        justify-content: center;
    }
    #content {
        padding: 35px 30px 52px;
    }
    #header .img-holder .logo img {
        bottom: -30px;
        left: 37px;
        max-width: 200px;
    }
    .tekst-block-2{
        order: 1;
    }
    .image-block-2{
        order: 2;
    }
    .btn-wrapper{
        display: block;
    }
    .btn-wrapper .btn{
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 575px) {
    #header .img-holder .logo img {
        left: 45px;
        max-width: 125px;
    }

    h1{
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    h2{
        font-size: 20px;
        line-height: 24px;
    }
    h3{
        font-size: 18px;
        line-height: 20px;
    }
    h4{
        font-size: 16px;
        line-height: 18px;
    }
}