 /* @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap"); */
 @import url("/css/font.css");

 body {
     /* height: 100%; */
     margin: 0px;
     margin: 0px;
     font-family: "Montserrat", sans-serif;
     overflow-x: hidden;
     font-size: 20px;
 }

 ul {
     padding: 0px;
     margin: 0px;
 }

 li {
     list-style: none;
 }

 a {
     text-decoration: none;
     color: unset;
     cursor: pointer;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 p {
     margin: 0px;
 }

 input,
 button,
 textarea,
 select {
     outline: none;
     -webkit-appearance: none;
     -moz-appearance: none;
     -ms-appearance: none;
     font-family: "Montserrat", sans-serif;
 }

 /* .center { margin: auto; width: 50%; border: 3px solid green; padding: 10px; }   */
 /* .container { display: flex; justify-content: center; align-items: center; }   */

 .container {
     /* width: 1200px; */
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 20px;
     line-height: 1.5;
 }

 .center {
     width: 100%;
     max-width: 1170px;
     height: auto;
     margin: 0 auto;
     position: relative;
     /* width: 100%; */
     /* height: auto;
     margin: 0 auto;
     position: relative; */
     /* max-width: 60%; */
     /* Или любое значение ширины, отличное от 100% */
     /* margin: 0 auto; */
     /* position: fixed; */
     /* top: 40%; */
     /* left: 50%; */
     /* transform: translate(-50%, -50%); */

     /* display: flex;  */
     /* justify-content: center; align-items: justify;  */
 }

 .center img {
     max-width: 50%;
     max-height: 50%;
     margin: 0 auto;
     /* object-fit: contain; */
     object-position: center;
     /* border-style: dotted; */
     /* border-radius: 2px; */


 }

 .content {
     width: 100%;
     /* padding-top: 30px; */
     display: flex;
     flex-wrap: wrap;
     text-align: justify;
 }

 .content p {
     padding-top: 30px;
     text-indent: 40px;
     /* margin-left: 20px; */
 }

 .content a {
     text-decoration: none;
     /* color: #218838; */
     color: #1d66d5;
 }

 .content li {
     text-indent: 40px;
 }



 @media screen and (max-width: 1200px) {
     .center {
         width: 90%;
     }