@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@100&display=swap');
body {
    font-family: 'Roboto Flex', sans-serif;font-size: 14px;color: #9797A6;
}

.bg-1{height: 213px;width: 530px; background-image: url("../img/bg_left.jpg"); background-position: left; background-repeat: no-repeat;}
.bg-2{height: 213px;background-image: url("../img/logo.png"); background-position: center; background-repeat: no-repeat;}
.bg-3{height: 213px;width: 530px; background-image: url("../img/bg_right.jpg"); background-position: right; background-repeat: no-repeat;}
.bg-4{font-size: 35px;color:#1367AA; letter-spacing: -0.5px}
.bg-5{font-size: 33px;color:#1367AA; letter-spacing: -0.5px}

   li {
    list-style-type: none; /* Убираем маркеры */
   }
   ul {
    margin-left: 0; /* Отступ слева в браузере IE и Opera */
    padding-left: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
   }
.plus {cursor: zoom-in;}
a.txt-1 {font-size: 14px;color:#fff;}
.txt-2 {font-size: 18px;color:#8D8D9B;}
.grey{background-color:#424251;height: 130px; }

