.mainWrap{
    margin:0 auto;
    padding:0;
    width: 100%;
    max-width: 1920px;
    min-width:300px;
    /*border-left:1px #ddd solid;
    border-right:1px #ddd solid;*/
    display: flex;
}
.globalLeft{
    width:395px;
    height: 100%;
    
}
.globalLeft a.logo{
    width: 100%;
    height: 112px;
    text-decoration: none;
    display: block;
    background-image: url(../img/icons/logo.png);
    background-repeat: no-repeat;
    background-size: 112px;
    background-position: center center;
    padding: 0;
    top: 58px;
    position: relative;
}
.globalLeft ul{
    position: relative;
    list-style-type: none;
    margin: 50px 0 50px 50px;
    background-color: #fff;
    min-width: 346px;
    top: 50px;
}
.globalLeft ul li{
    margin:0 0 30px 0;
}
.globalLeft ul li a{
    padding:2px 5px 2px 37px;
    color:#111111;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 0 center;
    transition: 450ms;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}
.globalLeft ul li:nth-child(1) a{
    background-image:url('../img/menu/i1.svg');
}
.globalLeft ul li:nth-child(2) a{
    background-image:url('../img/menu/i3.svg');
}
.globalLeft ul li:nth-child(3) a{
    background-image:url('../img/menu/i2.svg');
}
.globalLeft ul li:nth-child(4) a{
    background-image:url('../img/menu/i4.svg');
}
.globalLeft ul li:nth-child(5) a{
    background-image:url('../img/menu/i5.svg');
}
.globalLeft ul li:nth-child(6) a{
    background-image:url('../img/menu/i6.svg');
}
.globalLeft ul li:nth-child(7) a{
    background-image:url('../img/menu/i7.svg');
}
.globalLeft ul li:nth-child(8) a{
    background-image:url('../img/menu/i8.svg');
}
.globalLeft ul li:nth-child(9) a{
    background-image:url('../img/menu/i10.svg');
}
.globalLeft ul li:nth-child(10) a{
    background-image:url('../img/menu/i10.svg');
}
.globalLeft ul li a:hover{
    padding:2px 2px 2px 40px;
    color:#444444;
}
.globalRight{
    width:100%;
    background-color:#ffffff;
    border-left:1px #dbdbdb solid;
}
header{
    margin: 50px 50px 50px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}
header .SiteName{
    font-weight: 800;
    font-size: 28px;
    line-height: 40px;
    text-align: left;
    width:80%;
    text-transform: uppercase;
    text-decoration: none;
    color:#111111;
    max-width: 1120px;
    display:block;
}
header .headRight{
    width: 20%;
    display: flex;
    max-width: 140px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}
header .headRight .search{
    height: 44px;
    width: 44px;
    background-image: url('../img/icons/searchBtn.svg');
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center center;
}
header .headRight .langSelector {
    height: 44px;
    width: 72px;
    color: #1650B5;
    font-family: Inter;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
}
header .headRight .langSelector select{
    text-decoration: none;
    color: #1650B5;
    font-family: Inter;
    font-weight: 400;
    font-size: 28px;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    transition: 200ms;
    outline: none;
}
header .headRight .langSelector select option{
    border: 0;
    transition: 300ms;
}
.mainBlock {
    width: 100%;
    position: relative;
    display: block;
}
.bnBlock{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 1920px;
    min-width: 280px;
    height: 278px;
    margin: 0 22px 0 22px;
    border-radius: 20px;
}

.mainPage {
    margin: 22px;
    display: block;
}
.centerMenu{
    max-width: 1000px;
}
.centerMenu ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    list-style: none;
}
.centerMenu ul li{
    color: #ffffff;
}
.centerMenu ul li a {
    position: relative;
    box-sizing: border-box;
    display: block;
    background-color: #1650B5;
    text-decoration: none;
    border-radius: 20px;
    color: #ffffff;
    width: 486px;
    height: 207px;
    background-image: url('../img/icons/ornament.svg');
    background-repeat: no-repeat;
    background-size: 78px 147px;
    background-position: 94% center;
    padding: 27px 150px 27px 27px;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    transition: 300ms;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.465, 1);
}
.centerMenu ul li a:hover {
    background-position: 95% center;
    background-color: #235ec4;
}
.centerMenu ul li a span {
    display: block;
    position: absolute;
    width: 128px;
    height: 40px;
    color: #222;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    border-radius: 90px;
    left: 27px;
    top: auto;
    bottom: 27px;
    padding: 4px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.centerMenu ul li a:hover>span{
    background-color: #f3f3f3;
    color:#000;
}
.consultation{
    max-width: 486px;
    margin: 0 0 0 22px;

}
.consultation .right_books{

}
.consultation .right_books table{
    border:0;
    margin:20px 0;
    width: 100%;
}
.consultation .right_books table tr{
    
}
.consultation .right_books table tr td {
    padding: 0;
    border-collapse: collapse;
    vertical-align: middle;
    margin: 0 0 20px 0;
    min-width: 90px;
}
.consultation .right_books table tr td img{
    width: 70px;
    margin: 0 10px 0 0;
}
.consultation .right_books table tr td a{
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color:#111111;
    text-decoration: none;
    transition: 300ms;
}
.consultation .right_books table tr td a:hover{
    border-bottom:1px #999 dashed;
    color:#444;
}
.consultation h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}
.videoLent{

}

.videoLent .videoLentCategories {
    height: 322px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    margin:30px 0 30px 22px;
}
.videoLent h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 30px;
    margin: 0 0 22px 22px;
}
.videoLent .videoLentCategories a {
    display: flex;
    width: 347px;
    height: 322px;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color:#111111;
    text-decoration: none;
    margin-right: 22px;
    transition: 300ms;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    background-image: url('../img/icons/trArrow.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 99% 0;
}
.videoLent .videoLentCategories a img{
    border-radius: 20px;
    width: 347px;
    height: 240px;
    position: relative;
    bottom: 0;
}
.videoLent .videoLentCategories a:hover{
    filter: brightness(110%);
    background-position: 100% 0;
    color:#444444;
}
footer{
    width: 100%;
    background-color: #f6f6f6;
    border-top: 1px #888 solid;
    color:#111111;
    padding:50px;
    text-align: left;
    height: 203px;
    box-sizing: border-box;
    
}
footer .footerContainer{
    height: 103px;
    box-sizing: border-box;
    display: flex;
    max-width: 1820px;
}
footer .footerContainer div{
    max-width: 331px;
    min-height: 103px;
    margin-right: 90px;
    padding: 5px 5px 5px 55px;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 0 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
}
footer .footerContainer div:nth-child(1){
    background-image: url('../img/icons/markerIcon.svg');
}
footer .footerContainer div:nth-child(2){
    background-image: url('../img/icons/phoneIcon.svg');
}
footer .footerContainer div:nth-child(3){
    background-image: url('../img/icons/worldIcon.svg');
}
footer .footerContainer div:last-child{
    margin-right:0;
}
footer .footerContainer div h5{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 10px;
}
footer .footerContainer div p{
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color:#111111;
}
footer .footerContainer div  a{
    color:#111111;
}
/* page */
.content{
    padding: 50px 0 100px 0;
}
.content h1{
    font-size: 28px;
    line-height: 140%;
    margin-bottom:15px;
    color:#111111;
}
.content h2{
    font-size: 22px;
    line-height: 140%;
    margin-bottom:15px;
    color:#222222;
}
.content h3{
    font-size: 20px;
    line-height: 140%;
    margin-bottom:15px;
    color:#333333;
}
.content p{
    font-size: 16px;
    margin: 0 0 15px 0;
    line-height: 130%;
}
.content p a, .content a{
    color:#1650B5
}
.content ul, .content ol{
    margin:15px 15px 15px 50px;
}
.content ul li, .content ol li{
    margin: 10px 0;
    line-height: 130%;
}
.content .watches {
    font-size: 12px;
    text-align: right;
    color: #555;
}