*{
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
@font-face {
    font-family: BBC Reith Sans;
    src: url(b/B/Desktop/BBCReithSans_Md.ttf);
}
@font-face {
    font-family: BBC Reith Sans Light;
    src: url(b/B/Desktop/BBCReithSans_Lt.ttf);
}
@font-face {
    font-family: BBC Reith Sans Medium;
    src: url(b/B/Desktop/BBCReithSans_Md.ttf);
}
body{
    font-family: BBC Reith Sans;
}
.container{
    padding: 5px 120px;
    max-width: none;
    
}
header ul{
    list-style: none;
    display: flex;
    margin-bottom: 0;
    justify-content: space-between
}
header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header{
    box-shadow: 0px -1px 10px 0px #0000001A;

}
header li a{
    padding: 7px 15px;
    transition: 0.5s; 
    text-align: center;
    box-sizing: border-box!important;
    width: 100%;
    outline: none;
    color: #45494F;
    border: 2px solid white;
    font-family: BBC Reith Sans Light;
    
}
header li a:hover{
    color: #2E75FF;
    border: 2px solid #EAEDF5;
    border-radius: 8px;
    
}
header li:hover a{
    text-decoration: none;
}
header li{
    box-sizing: border-box!important;
    
}
#logo{
    transition: 0.5s
}
#logo:hover{
    opacity: 0.5;
    cursor: pointer
}
.hover-img{
    opacity: 0;
    position: relative;
    left: -16px;
    transition: 0.5s
}
header li a:hover .hover-img{
    opacity: 1
}
.hover-img-col{
    transition: 0.5s
}
header li a:hover .hover-img-col{
    opacity: 0
}
h1{
    color: #1652AC;
    font-family: BBC Reith Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;

}
.some-color{
    width: 225px;
    height: 15px;
    background: #EDEFF3;
    margin-top: 55px;
    margin-bottom: 55px;
}
#{
    margin-top: 55px;
    margin-bottom: 55px;
}
#left-content p{
    width: 80%;
    line-height: 32px
}
.content .container{
    display: flex;
    align-items: center;
}
.low-content{
    display: flex;
    align-items: center;
}
#right-content{
    width: 32%
}
#right-content p{
    font-weight: 400;
    font-family: BBC Reith Sans Light;
    line-height: 32px
}
.low-content h3{
    letter-spacing: 2.45px;
    color: #1652AC;
    margin-bottom: 20px;
    font-size: 20px;

}
.low-content span{
    font-family: BBC Reith Sans
}
.banner{
    display: flex;
    
}
.banner .right-cont{
    background: linear-gradient(180deg, #163DA2 0%, #003584 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 185px;
    padding-right: 220px;
    color: white;

}
.banner h3{
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 2.45px
}
.right-cont p{
    font-weight: 400;
    font-family: BBC Reith Sans Light;
    line-height: 32px
}
.right-cont span, .box span{
    font-family: BBC Reith Sans
}
.box .left-cont{
    padding-left: 120px;
    width: 50%
}
.box p{
    font-weight: 400;
    font-family: BBC Reith Sans Light;
    line-height: 32px
}
#grad{
    width: 45%;
}
.grad-item{
    background: linear-gradient(to left, #5755cf 20%, #c62a8d 50%, #f48329 80%);
    height: 110px;
    border-radius: 15px 0 0 15px;
    box-shadow: 0px 0px 7px grey;
    width: 100%
}
.grad-item:first-child{
    margin-bottom: 50px;
}
.box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box h3{
    font-size: 20px;
    letter-spacing: 2.45px;
    color: #1652AC;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 40px;
    width: 85%
}
#grad{
    padding: 130px 0 80px 50px;
    border-radius: 0 0 0 50px;
    box-shadow: 9px 7px 20px lightgrey;
    margin-bottom: 130px
}
.box .left-cont{
    width: 45%
}
.inform{
    background: #FBFBFC;
    padding-top: 65px;
    border-bottom: 2px solid #EEF0F4;
    padding-bottom: 80px;
}
.item-inf{
    box-shadow: 0px 1px 4px 0px #00000026;
    border-radius: 15px;
    background: white;
    max-width: 33%;
    margin-bottom: 7px;
    padding-right: 35px;
    padding-left: 120px;
    height: 135px;
    display: flex;
    align-items: center;
    transition: 0.5s;
}
.item-inf:hover{
    background: lightgrey;
    cursor: pointer;
}
.item-inf p{
    margin-bottom: 0;
    font-size: 18px;
    line-height: 32px;
    font-family: BBC Reith Sans Medium;
    font-weight: 500;
    position: relative;
    color: #45494F;
}
.item-inf p:before{
    content: '';
    position: absolute;
    left: -75px;
    background-repeat: no-repeat;
    top: 50%;
    transform: translate(0 , -50%)
}
.item-inf:nth-child(1) p:before{
    background-image: url(images/Untitled-1.png);
    width: 45px;
    height: 40px;
}
.item-inf:nth-child(2) p:before{
    background-image: url(images/Vector-4.png);
    width: 50px;
    height: 60px;
}
.item-inf:nth-child(3) p:before{
    background-image: url(images/Vector-5.png);
    width: 58px;
    height: 58px;
}
.item-inf:nth-child(4) p:before{
    background-image: url(images/22.png);
    width: 72px;
    height: 40px;
    left: -85px;
}
.item-inf:nth-child(5) p:before{
    background-image: url(images/Vector-6.png);
    width: 60px;
    height: 44px;
}
.item-inf:nth-child(6) p:before{
    background-image: url(images/Untitled-2.png);
    width: 52px;
    height: 55px;    
}
.item-inf:nth-child(7) p:before{
    background-image: url(images/Vector-8.png);
    width: 54px;
    height: 54px;   
}
.item-inf:nth-child(8) p:before{
    background-image: url(images/Vector-9.png);
    width: 56px;
    height: 43px;   
}
.item-inf:nth-child(9) p:before{
    background-image: url(images/Vector-10.png);
    width:  60px;
    height: 60px;   
}
.item-inf:nth-child(10) p:before{
    background-image: url(images/Vector-11.png);
    width:  52px;
    height: 56px;   
}
.container-inf{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 40px;
    margin-bottom: 55px;
    
}
.inform h2{
    font-size: 28px;
    letter-spacing: 4.5px;
    text-align: center;
}
.container-strings{
    margin-left: 120px;
    margin-right: 120px;
    background: white;
    border-radius: 15px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
}
.container-strings ul{
    list-style: none;
}
.container-strings li:first-letter{
    margin-right: 20px;
}
.strings-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 65px;
    padding-bottom: 45px;
}
.strings-items ul{
    width: 49%;
}
.strings-items li{
    line-height: 36px;
    color: #363636;
    font-family: BBC Reith Sans Light;
    font-weight: 700;
    margin-bottom: 25px;
}
.strings-items li span{
    color: black;
    font-weight: 600;
    font-family: BBC Reith Sans Medium;
}
.some-slider > img{
    margin: 0 auto;
    display: block;
    width: 610px;
    height: 810px;
} 
.slider-BILDER{
    margin-top: 75px;
}
.slider-BILDER h2{
    margin-bottom: 30px;
}
.some-slider{
    max-width: 610px;
    margin: 0 auto;
}
.inputs div{
    width: 125px;
    height: 80px;
    box-shadow: 0px 0px 21px rgba(64, 68, 75, 0.14);
    border-radius: 8px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    transition: 0.5s;
}
.inputs{
    display: flex;
    justify-content: flex-start;
    margin-right: 50px;
}
.inputs div:hover{
    background: lightgrey;
    cursor: pointer;
}
.cirkle{
    width: 80px;
    display: flex;
    justify-content: space-between;
}
.cirkle img:nth-child(2), .cirkle img:nth-child(3){
    width: 14px;
}
#nav{
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}
.container-panel-inp{
    padding-left: 120px;
    padding-right: 120px;
    margin-top: 80px;
}
.panel-inp{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
   
}
.panel-inp button{
    border: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.21);
    border-radius: 12px;
    background: linear-gradient(180deg, #0C5CD6 0%, rgba(0, 56, 140, 0) 100%), #004FC7;
    color: white;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #FFFFFF;
    transition: 0.5s;
    max-width: 32.5%;
    margin-right: 10px;
    margin-bottom: 10px;
    outline: none;
    letter-spacing: 1.5px
}
.panel-inp button:hover{
    background: darkgrey;
}
.container-panel-inp h2{
    margin-bottom: 30px;
}
.container-bottom-banner > p{
    color: #1652AC;
    font-size: 34px;
    letter-spacing: -0.4px;
    padding-top: 145px;
}
.text-input p{
    color: #464C53;
    letter-spacing: -0.4px;
    line-height: 32px;
}
.text-input span{
    color: #1652AC;
}
.text-input button{
    background: linear-gradient(180deg, #0C5CD6 0%, rgba(0, 56, 140, 0) 100%), #004FC7;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 1px 4px rgba(48, 67, 133, 0.5);
    border-radius: 12px;
    border: 1px solid #FFFFFF;
    width: 305px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    margin-top: 20px;
    transition: 0.5s;
}
.text-input button:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0 , -50%);
    background-image: url(images/Arrow4.png);
    width: 80px;
    height: 15px;
}
.text-input button:hover{
    background-color: darkgrey;
}
.container-bottom-banner{
    display: flex;
    align-items: flex-start;
    padding-left: 120px;
    padding-right: 120px;
    justify-content: space-between;
    padding-bottom: 75px;
    border-bottom: 2px solid #EEF0F4;
}
.text-input + img{
    max-width: 200px;
    margin-top: 140px;
    position: relative;
    margin-right: 0;
}
.text-input{
    padding-top: 75px;
    max-width: 420px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 50px;
}
.container-foot{
    padding: 50px 120px 55px;
    display: flex;
    justify-content: space-between;
}
.container-foot ul li{
    color: #9EABBB;
    font-family: BBC Reith Sans Light;
    font-weight: 600;
}
.container-foot ul li:first-child{
    color: #A3ADBA;
    font-family: BBC Reith Sans Medium;
    font-weight: 700;
}
.container-foot ul:last-child li:first-child{
    opacity: 0;
}
.container-foot ul{
    list-style: none;
}
.container-foot li span{
    color: #464C53;
}
.container-foot li a{
    color: #A3ADBA;
    text-decoration: underline;
}
.mini-menu div{
    width: 20px;
    height: 3px;
    background: #C4C4C4;
    margin-bottom: 3px;
}
.mini-menu{
    display: none;
    
}
.mini-menu:hover{
    cursor: pointer;
    
}
.mini-menu div:nth-child(3){
    margin-bottom: 0
}
#other-img{
    display: none;
}
#other-img2{
    display: none;
}
@media screen and (max-width:1510px){
     header li a{
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
    .container{
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media screen and (max-width:1460px){
    .panel-inp button{
        max-width: 49%;
        flex: 0 0 49%
    }
}
@media screen and (max-width:1350px){
    .banner .right-cont{
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media screen and (max-width:1200px){
    .text-input + img{
        display: none;
    }
    #other-img2{
        display: block;
        margin-top: 60px;
    }
    .container-bottom-banner{
        flex-direction: column;
        align-items: center;
    }
    .text-input{
        margin-right: 0;
        padding-top: 20px;
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .text-input button{
        width: 100%;
    }
    .container-bottom-banner{
        padding: 0 10px 10px;
    }
    .container-bottom-banner > p{
        padding-top: 50px;
        max-width: 100%;
        text-align: center;
    }
    .panel-inp{
        justify-content: center;
    }
    .content img{
        width: 500px;
    }
    .low-content img{
        width: 500px;
    }
    header li a{
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }
    .banner .right-cont{
        padding-left: 40px;
        padding-right: 140px;
    }
    .container{
        padding-left: 40px;
        padding-right: 40px;
    }
    .item-inf{
        max-width: 49.5%;
        flex: 0 0 49.5%
    }
    .container-foot ul{
        width: 50%;
    }
    .container-foot{
        flex-wrap: wrap;
    }
    .box .left-cont {
        padding-left: 10px;
        padding-right: 10px;
    }
    .box{
        padding-left: 0;
        padding-right: 0;
    }
    #right-content {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    
}
@media screen and (max-width:992px){
     .container-foot ul{
        width: 100%;
    }
    .mini-menu{
        display: block;
        transition: 0.5s;
    }
    .container-foot{
        padding-left: 35px;
        padding-right: 35px;
    }
    header ul{
        display: none;
    }
    header img{
        width: 80px;
    }
    .content .container{
        flex-direction: column;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    .content .container h1{
        text-align: center;
    }
    .some-color{
        margin: 0 auto;
        
    }
     .content img{
        display: none;
    }
    #left-content p{
        width: 100%;
    }
    #other-img{
        display: block;
        margin: 0 auto;
        width: 80%;
    }
    #other-div{
        display: none;
    }
    .low-content{
        flex-direction: column;
        
    }
    .low-content img{
        width: 80%;
    }
    .low-content h3{
        text-align: center;
    }
    .banner{
        flex-direction: column;
    }
    .banner img{
        width: 100%;
    
    }
    .banner .right-cont{
        padding: 40px 15px 15px 15px;
    }
    .box{
        flex-direction: column-reverse;
        padding-left: 0;
        padding-right: 0;
    }
    #grad{
        padding: 60px 0;
        border-radius: 0;
        width: 100%;
        box-shadow: 0px 0px 30px lightgrey;
        margin-bottom: 80px;
    }
    #grad div{
        width: 100%;
        border-radius: 0;
        height: 80px;
    }
    .box .left-cont h3{
        text-align: center;
    }
    #ital-st{
        font-style: italic;
    }
    .item-inf{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .box .left-cont{
        width: 100%;
        padding-left: 0;
    }
    .inform{
        padding-top: 30px;
    }
    .container-inf{
        padding: 50px 10px;
    }
    .container-inf{
        padding-bottom: 0;
    }
    .strings-items{
        flex-direction: column;
    }
    .container-strings{
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    .strings-items li{
        padding-left: 15px; 
        padding-right: 15px;
    }
    .some-slider > img{
        width: 80%;
        height: auto;
    }
    .some-slider{
        max-width: 100%;
    }
    #nav .inputs{
        display: none;
    }
    .cirkle{
        margin: 0 auto;
    }
     .panel-inp button{
        max-width: 100%;
        flex: 0 0 100%
    }
    h1{
        font-size: 34px
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 18px;
    }
}


