123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- @font-face {
- font-family: Montserrat-bold;
- src: url(font/Montserrat-Bold.ttf);
- }
- @font-face {
- font-family: Montserrat-regular;
- src: url(font/Montserrat-Regular.ttf);
- }
- @font-face {
- font-family: Montserrat-medium;
- src: url(font/Montserrat-Medium.ttf);
- }
- @font-face {
- font-family: Roboto;
- src: url(font/Roboto.ttf);
- }
- @font-face {
- font-family: Merriweather-bold;
- src: url(font/Merriweather-Bold.ttf);
- }
- @font-face {
- font-family: Merriweather-regular;
- src: url(font/Merriweather-Regular.ttf);
- }
- @font-face {
- font-family: Play;
- src: url(font/Play-Regular.ttf);
- }
- @font-face {
- font-family: Play-bold;
- src: url(font/Play-Bold.ttf);
- }
- body{
- margin: 0;
- }
- .contact_info_2 {
- /*КОнтактная информация*/
- display: flex;
- height: 440px;
- position: absolute;
- right: 0px;
- left: 0px;
- top: 50px;
- background-color: #ffffff;
- display: flex;
- justify-content: center;
- }
- .end_2 {
- /*Конечная строка серая*/
- background-color: #efefef;
- display: flex;
- height: 60px;
- position: absolute;
- right: 0px;
- left: 0px;
- top: 60%;
- line-height: 60px;
- justify-content: center;
- }
- .end_txt2 {
- font-family: Roboto;
- font-size: 15px;
- font-weight: 500;
- color: #222222;
- margin-left: -38%;
- }
- #end_img2 {
- margin-top: 18px;
- margin-left: 370%;
- }
- .UpBorder2 {
- /*Полоска черная сверху*/
- height: 48px;
- position: absolute;
- right: 0px;
- left: 0px;
- top: 0px;
- background-color: #1e1e1e;
- display: flex;
- justify-content: center;
- }
- .text2 {
- margin-top: 14px;
- color: #ffffff;
- font-family: Montserrat-medium;
- font-size: 16px;
- display: inline-block;
- }
- #TextLux2 {
- margin-left: -340%;
- }
- #Contacts2 {
- margin-left: 300%;
- }
- #Help2 {
- margin-left: 450%;
- }
- .yandex_map {
- display: flex;
- justify-content: center;
- margin-top: 30%;
- }
- .div_helping{
- display: flex;
- justify-content: center;
- }
- #helping {
- max-width: 100%;
- height: 100%;
- }
- #text_helping{
- width: 70%;
- position: absolute;
- margin-top: 20%;
- font-family: Play-bold;
- color: #ffffff;
- font-weight: bold;
- font-size: 200%;
- text-align: center;
- }
- a {
- text-decoration: none;
- }
|