<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
  height: 97px;
  display: flex;

}

.burger {
  display: none;
}

.vul2 {
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 83px;
  border-radius: 41px;
  background-color: #3a74af;
  padding: 0px 35px;
  margin-top: 30px;
}
.vul2r {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.vulm {
  display: flex;
  width: 60%;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 83px;
  border-radius: 41px;
  background-color: #3a74af;
  padding: 0px 35px;
  margin-top: 30px;
}

body {
  min-width: 320px;
  margin: 0px;
  font-family: 'Roboto';
  font-weight: normal;
  background: #e9f3ff;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 1300px;
  margin: auto;
}

.main-right img {
  margin-top: 40px !important;
  position: sticky;
  position: -webkit-sticky;
  top: 10px;
}

.osn .container {
  display: flex;
  justify-content: space-between;

}

header .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  position: relative;
}

.regis {
  color: #fff;
  margin-left: 10px;
  padding: 0 20px;
  height: 63px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 32px;
  background-color: #ff3a1a;
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: Pointer;
}

.regis:hover {
  transform: scale(1.05);
}



.mnogo {
  position: absolute;
  z-index: -1;
  top: -60px;
  width: 30% !important;
  margin-left: -150px;
}


.regis2:hover {
  transform: scale(1.05);
}

footer {
  background: #191919;
  margin-top: 40px;
  height: 100px;
  display: flex;
  border-top: 2px solid #f76329;
}

h1 {
  margin-top: 10px;
  font-size: 43px !important;
  color: #232323;
  font-weight: 400;
  text-align: center;
}

h1 span {
  font-weight: bold;
  color: #ff3a1a;
}

h2,
h3,
h4,
h5,
strong {
  font-weight: bold;
  color: #ff3a1a;
  font-size: 24px;
}

.men1 img {
  width: 150px;
}

@media (max-width: 590px) {
.men1 a {
  display: none;
}
}

.entry-footer {
  display: none;
}

.slots-new0 {
  width: 298px;
  height: 72px;
  border-radius: 36px;
  background-color: #3a74af;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slots-new {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: space-between;
}

.slots-new1 {
  width: 24%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  height: 200px;
  position: relative;
  margin-bottom: 18px;
}

.slots-new1:hover div {

  opacity: .7;

}

.slots-new1 div {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #08af92;
  border-radius: 15px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.slots-new1:before {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: auto;
  z-index: 333;
  bottom: auto;
}

.slots-new1:hover:before {
  opacity: 1;
}

.slots-new1 img {
  width: 100%;
}


.vul2 a {
  color: #fff;
  transition: .3s;
  height: 25px;
  display: flex;
  align-items: center;
}

.vul2 a:hover {
  font-weight: bold;
}

p,
li {
  line-height: 1.7;
  color: #474747;
}

footer .container {
  color: #fff;
  flex-direction: column;
  display: flex;
  align-items: baseline;
}

.slots-new0:hover {
  color: #fff;
  background: #519deb;
}

footer img {
  margin-top: 10px;
}

@media screen and (max-width: 1350px) and (min-width: 1000px) {

  .slots-new1 {
    height: 160px;
  }

  h1 {
    font-size: 35px !important;
    color: #232323;
    font-weight: 400;
    margin-top: 100px !important;
  }

  .mnogo {
    position: absolute;
    z-index: -1;

    width: 35% !important;
    margin-left: -140px;
  }

  .container {
    width: 1000px;
  }



}

@media screen and (max-width: 1000px) {
  h1 span {
    display: inline !important;
  }

  .b2,
  h1 br {
    display: none;
  }

  .burger {
    display: block;
    position: absolute;
    right: 5vw;
    width: 13vw;
    top: 2vw;
    z-index: 100;
  }

  .burger img {
    max-width: 100%;
    max-height: 30px;
    width: auto !important;
  }

  h2 {
    text-transform: none;
  }

  h1 {
    margin-top: 20px !important;
    font-size: 29px !important;
  }

  .main-right {
    display: none;
  }

  .main-left {
    width: 100%;
  }
  
  .vulm {
    display: none;
  }

  .vul2 {
    display: flex;
    color: #fff;
    align-items: baseline;
    justify-content: space-between;
    width: 54%;
    order: 3;
    overflow: scroll;
    margin: 20px 0px;
    position: absolute;
    right: 0px;
    flex-direction: column;
    transition: .3s;
    border-radius: 0px;
    height: auto;
    background: #fff;
    top: -10px;
    box-sizing: border-box;
    padding: 0px 15px;
    z-index: 99;
    right: -600px;
  }
  
  .vul2r {
    display: block;
  }

  .vul2.acr {


    right: 0px;

  }




  .vul2 a {
    color: #111;
    transition: .3s;
    margin: 0px 7px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  header {
    padding-top: 20px;
    height: auto;
  }


  .slots-new1:before {
    content: ' ';
    position: absolute;
    opacity: 0;
    z-index: 333;
    width: 100px;
    height: 100px;
    top: 0vw;
    background-size: 100% 100%;
  }


  .mnogo {
    position: absolute;
    z-index: -1;
    top: -52vw;
    width: 110% !important;
    margin-left: -55vw;
    transform: rotate(45deg);
  }

  .regis2 {
    width: 30vw !important;
  }

  .regis3 {
    width: 28vw !important;
    order: -3;
    margin-top: 5vw;
    height: 30px;
    margin-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
    margin-bottom: 20px;
  }


  .regis a:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    color: #fff;
  }

  body,
  html {
    overflow-x: hidden;
  }

  .container {
    width: 90vw;
    padding: 0px 5vw;
  }

  .osn {
    margin-top: 10vw;
  }




  footer img {
    margin-top: 10px;
    max-width: 100%;
  }

  .slots-new1 {
    width: 48%;
    position: relative;

    display: flex;
    overflow: hidden;
    height: 27vw;
  }

  header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .slots-new0 {
    margin-top: 20px;
    width: 100%;
  }


  .pdd {
    width: 150% !important;
    max-width: 150%;
    margin-left: -25%;
  }

}


a {
  text-decoration: none
}

.tac {
  display: block;
  text-align: center;
}

.logo {
  display: block;
  margin-top: 40px;
  text-align: center;
}


.slots-new .slots-new1:nth-child(1) {
    background: url(/img/8201mwdg-jysxxcjrj-r3kz8emewr.png) no-repeat!important;
    background-size: 100% 100%!important;
    background-position: center top!important;
}
.slots-new .slots-new1:nth-child(2) {
    background: url(/img/7rdazhoa-slm7d8fpm-y70hsi5eqn.jpg) no-repeat!important;
    background-size: 100% 100%!important;
    background-position: center top!important;
}
.slots-new .slots-new1:nth-child(3) {
    background: url(/img/7ggj9adp-d9s92d8cf-wzlvhjfc4s.jpg) no-repeat!important;
    background-size: 100% 100%!important;
    background-position: center top!important;
}
.slots-new .slots-new1:nth-child(4) {
    background: url(/img/book-immortal.png) no-repeat!important;
    background-size: 100% 100%!important;
    background-position: center top!important;
}

.pinniz1{
 font-size: 43px;
 margin-bottom:30px;
}

.pin222:hover{
  background:#ff3a1a;
}



.pinniz2{
  font-size: 18px;
  margin-bottom:30px;
  line-height:1.7;

}
  
.pinniz3 {
  text-align: center;
}

.pinniz {
  max-width: 770px;
  margin: 0 auto;
  color: #000719;
}

.pinniz img {
  width: 15vw;
  margin-right: 20px;
}

.piniz {
  max-width: 770px;
  margin: 0 auto;
  color: #000719;
}
.piniz img {
  display: block;
  margin: 0 auto;
}
.pin221 {
  width: 218px;
  height: 72px;
  border-radius: 36px;
  border: 1px dotted #00bc9d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:45px;
  font-size:1.1vw;
}
.pin222 {
  width: 278px;
  height: 72px;
  background-color: #00bc9d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  margin-left: 15px;
  cursor: pointer;
  border: 1px solid #00bc9d;
  color: #fff;
  border-radius: 0px 36px 36px 0px;
  margin-left: -30px;
}



.pin221 span{
  margin-left:5px;
  font-weight:bold;
  color:#0089f7;
}

.pin21 {
  font-size: 18px;
  line-height: 1.7;
}

.pin11{
  font-size: 43px;
  color: #000719;
  line-height:1.2;
  margin-top: 70px;
  margin-bottom:20px
}
.pin12 {
  width: 298px;
  height: 72px;
  border-radius: 36px;
  background-color: #3a74af;
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;

  transition:.3s;
  font-size: 18px;

}

.pin1 {
  margin: 0 auto;
}

.ili{
  margin:0px 30px;
}
.pin12:hover{
  transform:scale(1.05);
}
.pin2 {
  font-size: 20px;
  color: #000719;
  display: flex;
  margin-top:40px;
  justify-content: space-between;
  align-items: center;
}
.pin21 span{
  color:#0089f7;
}
.pin {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-direction: column;
}
.pin22{
  display:flex;
}


body {
  margin: 0px;
  font-family: 'Roboto';
  position: relative;
  background-size: cover;
  background-color: #e9f3ff;
  background-position: 40%;
}

.regis a:nth-child(1){
  display:flex;
}

a{
  color:inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-decoration:none;
}

.main2{
  margin-top:20px;
  font-size: 16px;
  padding-right:40px;
  line-height:1.5;
  color: #888888;
}

.main3{
  font-size: 20px;
  color: #0c314e;
  margin-top:30px;
  font-family: "Open Sans";

  font-weight: 700;
}



.hea1 img {
  width: 90%;
  max-width: 200px;
}
.hea1{
  margin-left:0px!important;
}

.left-footer{
  margin-right: 40px;
}

.left-footer img {
  margin-bottom: 88px;
  margin-top: 5px;
}

footer {
    height: 135px;
    background-color: #212121;
    color: #b1b1b1;
    display: flex;
    padding: 20px 0px 10px;
    flex-direction: column;
}
.cont {
    width: 1300px;
    margin: auto;
    display: flex;
}

.container{width:1300px;
 margin:0 auto;
}   


.hea2{
  display: -webkit-flex; 
  display:flex;
  flex-direction: row;   

}



.hea4{
  font-size:17px;
  position:relative;
}
.hea3{
  height: auto;
  color:#000719;
  font-size:17px;
  position:relative;
  margin-right: 15px!important;

}

.hea3:before{
 position:absolute;
 content:' ';
 width: 44px;
 height: 2px;
 background-color: #0089f7;
 top: 30px;
} 

.hea2{ 
 margin-right: 15px!important;
}

.bpo {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  bottom: 5px;
  max-width: 300px;
  margin: 0 auto;
}
.bpclose {
  position: absolute;
  top: -16px;
  right: -18px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url('/img/close.png') no-repeat;
}
@media (max-width : 340px) {
  .bpo {
    max-width: 87%;
  }
}


.hea2 div:hover{
  color:#0279cc;
}

.main-right{
  padding-left:20px;
  width: 80%;

}
.main-right .right2{
  border: 1px solid #e8e8e8;
  padding:10px;
  position:relative;

}

.fot1 {
    display: flex;
    align-items: center;
}
.fot2 {
    padding-left: 50px;
    font-size: 14px;
}


.mob{
  display:none;
}

@media screen and (max-width: 1350px)  and (min-width: 1000px)  {

  .pinniz {
    margin-top: 60px;
  } 

.cont {
    width: 1000px;
    margin: auto;
    display: flex;
}

  body {
    background-position: -200px -80px;

  }
  .container {
    width: 1000px;
  }
  .pin11 {
    font-size: 40px;
  }
  .pin21 {
    font-size: 16px;
    line-height: 1.7;
  }
  .pinniz1 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .pin222 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px)   {


 .ili{
  margin:0px 30px;
  font-size:13px;
  text-align:Center;
}
.cont {
    width: 1000px;
    margin: auto;
    display: flex;
}

h1 span{
  display:block;
}

h2 br,.pin21 br{
 display:none;
}
.hea3,.hea4 {
  font-size: 5vw;
}

body{


  background:#e9f3ff;
} 


.container {
  width: 90vw;
  padding: 0px 5vw;
}

header {
  color: #000719;

  height: 20px;
}
.pin {
  flex-direction: column;
  display: block;
}



.pin12 {
  width: 100%;
  height: 63px;
  margin: 17px 0px;
  font-size: 4.3vw;
}

.pin22 {
  display: block;
}

.pin221 {
  margin-top: 25px;
  font-size: 15px;
  width: 40vw;
}
.pin222 {
  font-size: 15px;
  position: absolute;
  margin-top: -75px;
  margin-left: 33vw;
  width: 55vw;
}
.pin21 {
  font-size: 1.2vw;
  line-height: 1.7;
  font-size: 14px;
}
.pinniz {
  color: #000719;
  padding-left: 0px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.pinniz1 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.4;
}

.pin2 {
  font-size: 20px;
  color: #000719;
  display: block;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}


.pinniz img {
  width: 40vw;
  margin-right: 5vw;
  float: left;
  margin-bottom: 50px;
}
.hea1 img {
  width: 30vw;
}

.pinniz2 {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.7;
}
.pin11 {
  font-size: 30px;

  margin-top: 70px;
  line-height: 1.4;
}

}
.cmg {
  display: block;
  margin: 0 auto;
}
.hdl {
  display: block;
  margin: 10px 0;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ff3a1a;
}
.hdl:hover,
.hdl:focus,
.hdl:active {
  color: #ef3214;
}</pre></body></html>