html {
    width: 1150px;
    margin: auto;
    scrollbar-gutter: stable;
    font-family: 'CALIBRI';
}
body {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10-11 */
    -moz-user-select: none; /* Firefox */
    user-select: none; /* Современные браузеры */
}
a {
    text-decoration: none;
    color: #000;
}
a:visited {
    color: #000;
}
a:active {
    color: #000;
}
input {
    cursor: pointer;
}
.a {
    width: 1150px;
    height: 60px;
}
.a1 img {
    width: auto;
    height: 110px;
    float: left;
    margin-left: 15px;
    
}
.a2 button {
    width: 100px;
    height: 40px;
    float: right;
    margin-left:3px;
    border: none;
    cursor:pointer;
    text-align: center;
    border-radius: 5px;
    background-color: rgb(239, 242, 243);
    transition: all 1s;
    
}
.a2 button:hover {
    background-color: rgb(255, 255, 255);
}
.b {
    width: 1150px;
    height: 70px;
}
.b2 button {
    width: 130px;
    height: 40px;
    float: right;
    margin-left:3px;
    border: none;
    cursor:pointer;
    text-align: center;
    border-radius: 5px;
    transition: all 1s;
    margin-top: 10px;
    background-color: rgb(255, 255, 255);
}
.c {
    width: 1150px;
    height: 3px;
    background-color: rgb(239, 242, 243);
}
.d {
    width: 1150px;
    height: 310px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgb(239, 242, 243);
}
.d1 {
    width: 190px;
    height: 250px;
    float: left;
    margin-top: 10px;
    margin-left: 28px;
    padding: 5px;
}
.d1 button {
    all: unset;
    padding-top: 9px;
    cursor: pointer;
}
.d2 {
    width: 190px;
    height: 250px;
    float: left;
    margin-top: 10px;
    margin-left: 28px;
    padding: 5px;
    text-align: center;
}
.d3 {
    width: 160px;
    height: 230px;
    float: right;
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    margin-right: 28px;
    border-radius: 5px;
    border: 15px double  rgb(239, 242, 243);
    background-color: rgb(255, 255, 255);
}
.d4 img {
    width: 140px;
    height: 140px;
    margin-top: 10px;
    margin-left: 10px;
}
.d5 {
    width: 160px;
    height: 30px;
    margin-top: 15px;
    text-align: center;
}
.e {
    width: 1150px;
    height: 100px;
    padding-top: 10px;
}
.e1 button {
    width: auto;
    height: auto;
    float: left;
    border: none;
    cursor:pointer;
    padding: 7px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 20px;
    background-color: rgb(255, 255, 255);
}
.e1 button:hover {
    background-color: rgb(239, 242, 243);
}
.e3 {
    width: 230px;
    height: 65px;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}
.e4 {
    width: 164px;
    height: 25px;
    float: left;
    border-radius: 5px;
    padding-left: 12px;
    padding-top: 6px;
    background-color: rgb(239, 242, 243);
}
.e5 {
    width: 164px;
    height: 25px;
    float: left;
    margin-top: 3px;
    border-radius: 5px;
    padding-left: 12px;
    padding-top: 6px;
    background-color: rgb(239, 242, 243);
}
.e6 {
    width: 45px;
    height: 55px;
    float: right;
    margin-left: 3px;
    border-radius: 5px;
    padding-top: 10px;
    padding-left: 5px;
    background-color: rgb(239, 242, 243);
}
.e6 img {
    width: 40px;
    height: 40px;
}
.e6 button {
    width: 50px;
    height: 65px;
    border: none;
    outline: none;
    margin-left: -5px;
    margin-top: -10px;
    border-radius: 5px;
    cursor: pointer;
    background-color: rgb(239, 242, 243);
}
.e6 button img {
    width: 40px;
    height: 40px;
    margin-left: -1px;
    margin-top: -2px;
}
.f {
    width: 1150px;
    height: 715px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.f button {
    all: unset;
}
.f1 {
    width: 200px;
    height: 319px;
    display: flex;
    margin: 15px;
    flex-direction: column;
    border-radius: 5px;
    background-color:  rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
}
.f2 {
    width: 140px;
    height: 140px;
    margin-left: 30px;
    margin-top: 35px;
}
.f2 img {
    width: 140px;
    height: 140px;
}
.f3 {
    width: 200px;
    margin-top: 60px;
    text-align: center;
}
.g {
    width: 1150px;
    height: 685px;
}
.g1 {
    width: 1120px;
    height: 500px;
    position: relative;
    margin-top: 15px;
    margin-left: 15px;
    border-radius: 5px;
    background-color:  rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
}
.g2 {
    width: 750px;
    height: 170px;
    float: left;
    margin-left: 15px;
    padding-right: 30px;
    overflow: hidden;
}
.g3 {
    width: 250px;
    height: 20px;
    left: 0;
    bottom: 0;
    margin-left: 15px;
}
.g3 {
    width: 1px;
    height: 450px;
    float: left;
    margin-top: 25px;
    background-color: #000;
}
.g4  {
    width: 280px;
    height: auto;
    float: right;
    text-align: center;
    margin-top: 300px;
    margin-right: 15px;
    right: 0;
}
.g5 {
    width: 165px;
    height: 39px;
    border-radius: 5px;
    text-align: center;
    border: none;
    font-size: 16px;
    font-family: 'CALIBRI';
    position: absolute;
    right: 15px;
    bottom: 25px;
    color: rgb(252, 252, 252);
    background-color: rgb(67, 200, 53);
}
.h img{
    width: 320px;
    height: auto;
    margin-top: 150px;
    margin-left: 415px;
}
.i {
    width: 800px;
    height: 705px;
    margin-left: 170px;
    margin-top: 15px;
    padding: 5px;
}
.i1 {
    margin-top: 3px;
    font-size: 14px
}
.i2 {
    margin-top: 3px;
    font-size: 14px;
    margin-top: 5px;
}
.j {
    width: 1150px;
    height: 90px;
}
.j1 {
    width: 103px;
    height: 40px;
    float: right;
    margin-top: 15px;
}
.j1 button {
    width: 103px;
    height: 40px;
    float: right;
    margin-top: -1px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
.j1 img {
    width: 100px;
    height: auto;
}
.k {
    width: 800px;
    height: auto;
    margin-top: 20px;
    margin-left: 170px;
    margin-bottom: 50px;
}
.k button {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    margin-bottom: 5px;
}
.k1 {
    width: 800px;
    height: auto;
    text-align: center;
}
.k2 {
    width: 800px;
    height: auto;
    text-align: justify;
}
.k3 {
    width: 400px;
    float: left;
}
.k4 {
    width: 400px;
    float: right;
    text-align: right;
}
.k5 {
    width: 800px;
    float: right;
    text-align: right;
}
.k6 {
    width: 1150px;
}
.k7 {
    width: 266px;
    float: right;
    text-align: right;
}
.k8 {
    width: 266px;
    float: left;
}
.k9 {
    width: 200px;
    float: left;
    text-align: right;
}
.k10 {
    width: 400px;
    height: 550px;
    float: left;
}
.k11 {
    width: 400px;
    height: 550px;
    float: right;
}
.k12 {
    width: 800px;
    height: auto;
    border-bottom: 1px solid #000;
}
.k13 {
    width: 400px;
    height: 50px;
}
.k14 {
    width: 400px;
    height: auto;
}
.k15 {
    width: 30px;
    height: 40px;
    float: left;
    text-align: center;
    border: 1px solid #000;
}
.k16 {
    width: 430px;
    height: 40px;
    float: left;
    text-align: center;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.k17 {
    width: 80px;
    height: 40px;
    float: left;
    text-align: center;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.k18 {
    width: 50px;
    height: 40px;
    float: left;
    text-align: center;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.k19 {
    width: 100px;
    height: 40px;
    float: left;
    text-align: center;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.k20 {
    width: 100px;
    height: 40px;
    float: left;
    text-align: center;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.k21 {
    width: 30px;
    height: 40px;
    float: left;
    text-align: center;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.k22 {
    width: 430px;
    height: 40px;
    float: left;
    text-align: center;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.k23 {
    width: 80px;
    height: 40px;
    float: left;
    text-align: center;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.k24 {
    width: 50px;
    height: 40px;
    float: left;
    text-align: center;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.k25 {
    width: 100px;
    height: 40px;
    float: left;
    text-align: center;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.k26 {
    width: 100px;
    height: 40px;
    float: left;
    text-align: center;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.k27 {
    width: 220px;
    height: auto;
    float: right;
}
.k28 {
    width: 800px;
    height: auto;
    float: left;
}
.k29 {
    width: 700px;
    height: auto;
    float: left;
}
.k30 {
    width: 380px;
    height: auto;
    float: left;
    margin-left: 20px;
}
.k31 {
    width: 350px;
    height: auto;
    float: left;
    margin-top: 50px;
    margin-left: 20px;
    border-top: 1px solid #000;
    text-align: center;
}
.l {
    width: 300px;
    height: auto;
    margin-top: 100px;
    margin-left: 425px;
    border-radius: 5px;
    padding-top: 10px;
    padding-left: 25px;
    padding-bottom: 5px;
    background-color:  rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
}
.l1 {
    width: 275px;
    height: 40px;
    text-align: center;
}
.l2 {
    width: 260px;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-left: 15px;
    border: none;
    background-color: rgb(239, 242, 243);
}
.l2:focus {
    outline: none
}
.l3 {
    width: 260px;
    height: 40px;
    border-radius: 5px;
    padding-left: 15px;
    border: none;
    background-color: rgb(239, 242, 243);
}
.l3:focus {
    outline: none
}
.l4 {
    width: 275px;
    height: 20px;
    color: rgb(244, 12, 12);
    text-align: center;
}
.l5 {
    width: 130px;
    height: 40px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background-color: rgb(5, 240, 56);
}
.l6 {
    width: 130px;
    height: 40px;
    margin-left: 145px;
    margin-top: -40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    background-color: rgb(5, 99, 240);
}
.l7 {
    width: 275px;
    height: auto;
    margin-top: 30px;
}
.l8 {
    width: 275px;
    height: auto;
    margin-top: 15px;
}
.l9 {
    width: 275px;
    height: auto;
    margin-top: 30px;
    text-align: center;
}
.l10 {
    width: 15px;
    height: 15px;
    margin-top: 15px;
}
.l11 {
    width: 230px;
    height: auto;
    margin-left: 35px;
    margin-top: -33px;
    padding-bottom: 10px;
}
.l12 {
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    border: none;
    color: rgb(255, 255, 255);
    background-color: rgb(5, 240, 56);
}
.l13 {
    width: 180px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    border: none;
    margin-left: 47px;
    color: rgb(255, 255, 255);
    background-color: rgb(5, 240, 56);
}
.m{
    width: 900px;
    height: 700px;
    margin-left: 125px;
    margin-top: 30px;
    display: flex;
}
.m1 {
    width: 150px;
    height: 700px;
}
.m1 a {
    width: 135px;
    height: 40px;
    float: left;
    border-radius: 5px;
    margin-top: 5px;
    line-height: 40px;
    padding-left: 15px;
    
}
.m1 a:hover {
    background-color: rgb(239, 242, 243);
}
.m2 {
    width: 750px;
    height: 500px;
    float: right;
    margin-left: 15px;
    border-radius: 5px;
    background-color:  rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
}
.m3 {
    width: 500px;
    height: 485px;
    padding-left: 25px;
    padding-top: 15px;
    float: left;
}
.m4 {
    width: 450px;
    height: 20px;
    margin-top: 10px;
}
.m5 {
    width: 480px;
    height: 30px;
    padding-left: 15px;
    border-bottom-width: 1px; /* Толщина линии внизу */
    border-bottom-style: solid; /* Стиль линии внизу */
    border-bottom-color: rgb(0, 0, 0);
}
.m6 {
    width: auto;
    height: 21px;
    display: inline-block;
    padding-top: 9px;
}
.m7 {
    width: 670px;
    height: 30px;
    padding-left: 15px;
    border-bottom-width: 1px; /* Толщина линии внизу */
    border-bottom-style: solid; /* Стиль линии внизу */
    border-bottom-color: rgb(0, 0, 0);
}
.m8 {
    width: 480px;
    height: 130px;
    margin-top: 15px;
    border-radius: 5px;
    border: 1px solid black;
}
.m9 {
    width: 120px;
    height: 20px;
    margin-top: 20px;
}
.m10 {
    width: 160px;
    height: 30px;
    margin-left: 115px;
    margin-top: -29px;
    border-bottom-width: 1px; /* Толщина линии внизу */
    border-bottom-style: solid; /* Стиль линии внизу */
    border-bottom-color: rgb(0, 0, 0);
}
.m11 {
    width: 150px;
    height: 184px;
    float: right;
    margin-top: 30px;
    margin-right: 30px;
}
.m11 img {
    width: 150px;
    height: 184px;
}

.m12 button {
    width: 130px;
    height: 40px;
    float: right;
    margin-top: 160px;
    margin-right: 30px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background-color: rgb(5, 240, 56);
}
.m13 button {
    width: 130px;
    height: 40px;
    float: right;
    margin-top: 20px;
    margin-right: 30px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background-color: rgb(248, 12, 12);
}
.m14 {
    width: 480px;
    height: 230px;
    margin-top: 15px;
    border-radius: 5px;
    border: 1px solid black;
}
.n {
    width: 300px;
    height: auto;
    text-align: center;
    margin-top: 100px;
    margin-left: 425px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 15px;
    background-color:  rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
}
.n1 {
    width: 540px;
    height: 700px;
    margin-left: 320px;
    margin-top: 30px;
    display: flex;
}
.n2 {
    width: 510px;
    height: 445px;
    display: flex;
    border-radius: 5px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color:  rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
}
.n3 {
    width: 220px;
    height: 40px;
    float: left;
    border-radius: 5px;
    border: none;
    padding-left: 15px;
    background-color: rgb(239, 242, 243);
}
.n4 {
    width: 220px;
    height: 40px;
    float: right;
    border-radius: 5px;
    border: none;
    padding-left: 15px;
    background-color: rgb(239, 242, 243);
}
.n5 {
    width: 180px;
    height: 40px;
    float: right;
    border-radius: 5px;
    border: none;
    margin-right: 40px;
    padding-left: 15px;
    background-color: rgb(239, 242, 243);
}
.n6 {
    width: 500px;
    height: 40px;
    float: left;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow-x: auto;
    white-space: nowrap;
    border: none;
    padding-left: 15px;
    background-color: rgb(239, 242, 243);
}
.n7 {
    width: 215px;
    height: 20px;
    float: left;
    margin-top: 20px;
    padding-left: 15px;
}
.n8 {
    width: 215px;
    height: 20px;
    float: right;
    margin-top: 20px;
    padding-left: 15px;
}
.n9 {
    width: 110px;
    height: 40px;
    margin-left: 280px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    border: none;
    color: rgb(255, 255, 255);
    background-color: rgb(5, 240, 56);
}
.n10 {
    width: 490px;
    height: 30px;
    text-align: center;
}
.n11 {
    width: 215px;
    height: 20px;
    float: right;
    padding-left: 15px;
    margin-left: 260px;
    color: rgb(229, 12, 12);
}
.n12 {
    width: 300px;
    height: 20px;
    float: left;
    padding-left: 15px;
}
.n13 {
    width: 110px;
    height: 40px;
    margin-top: 378px;
    margin-left: -117px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    border: none;
    color: rgb(255, 255, 255);
    background-color: rgb(10, 119, 244);
}