
@font-face {
  font-family: "Raleway"; 
  src: url("/font/Raleway/Raleway.ttf") format("truetype"); 
} 


body {
  font-family: 'Geologica', Open Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
  transition: 0.6s;
}
.top1 {position: fixed;top: 0;left: 0;right: 0;height: 100px;display: flex;justify-content: center;z-index: 10;}
.top2 {height: 100%;min-width: 1370px;background-color: #ffdd000d;background-color: #ffdd000d;border: 1px solid #fff;/* border-top-width: 0; */border-radius: 0 0 20px 20px;display: flex;justify-content: space-between; backdrop-filter: blur(100px);align-items: center;}
.top3-1{
    display: flex;
    margin-left: 80px;
    gap: 20px;
}

.top3-2{
    display: flex;
    margin-right: 80px;
    gap: 28px;
}

.top3-2-1{
    height: 26px;
    cursor: pointer;
}
.top3-2-2{}

.top3-2-1 img{
    height: 100%;
}
.top3-2-2 img{height: 100%;}
.top3-2 a{
    text-decoration:none;
    color:#000;
    display: flex;
    height: 28px;
    align-items: center;
    gap: 8px;
}
.ev1-bb {
    /* width: 659px; */
    display: flex;
    gap: 50px;
}
.ev1-tt {
    /* width: 301px; */
    display: flex;
    gap: 48px;
}


.fut1 {display: flex;justify-content: center;background-color: #252525;}
.fut2 {min-width: 1200px;margin: 54px 0;display: flex; justify-content: space-between;}
.fut3 {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 14px;
}
.fut3-1b {
  font-size: 18px;
  margin: 8px 0;
} 
.fut3-1 {
  margin: 2px 0;
}  

.fut3-b {
    display: flex;
    gap: 28px;
    margin-top: 8px;
}

.fut3-a {
    gap: 18px;
}

.middle1{
    display: flex;
    justify-content: center;
    margin-top: 120px;
}
.middle2{
    min-width: 1200px;
    max-width: 1200px;
    min-height: calc(86vh - 200px);
}

.kro1 {
    display:  flex;
    font-size: 14px;
    gap: 14px;
}
.kro1>div {}
.kro2 {}
.kro2:after {
    content: "/";
}
.h1 {
    font-size: 72px;
    font-weight: 800;
    margin: 66px 0;
}

.search1{
    /* display: flex; */
    position: relative;
    width: 100%;
    height: 60px;
    border: 1px solid #c9c9c966;
    border-radius: 10px;
}
.search1 input{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(100% - 150px);
    padding: 24px;
    border: none;
    border-radius: 22px;
    outline: none;
}
.search2{
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fd0;
    padding: 0 34px;
    gap: 9px;
}
.search2 img {
    height: 50%;
    padding-top: 6px;
}
.reglam1{
    display: flex;
    margin-top: 42px;
    height: 38px;
    justify-content: space-between;
}
.reglam2-1{
    display: flex;
    gap: 20px;
}
.reglam2-1-1, .reglam2-1-2{
    background-color: #f4f4f4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 23px;
    font-size: 14px;
    font-weight: 300;
}
.reglam2-2{
    display: flex;
    gap: 20px;
    align-items: center;
}
.reglam2-2-1{
    height: 76%;
    opacity: 0.1;
    
}
.reglam2-2-2{height: 100%;opacity: 0.4;cursor: pointer;}
.plitka .reglam2-2-1{
    opacity: 0.4;
    cursor: pointer;
}
.plitka .reglam2-2-2{
    opacity: 0.1;
        cursor: unset;
}


.mm1-title{
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
    font-size: 24px;
    align-items: flex-end;
}
.mm1-title-h1{}
.mm1-title-close{
    border-top: 2.5px solid #000;
    border-left: 2.5px solid #000;
    width: 12px;
    height: 12px;
    transform: rotate(-135deg);
    margin-right: 10px;
}
.mm2-obj{
    height: 90px;
    display: flex;
    background-color: #eee;
    border-radius: 10px;
    padding: 16px;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
.mm2-obj>div {
    display: flex;
    background-color: #fff;
    padding: 6px;
    border-radius: 10px;
    flex: 1 1 0;
    width: 0;
    justify-content: center;
}


.mm2-obj-txt {
   background-color: unset;
}

.mm2-obj-logo>div {
    width: 50%;
    display:  flex;
    justify-content: center;
    align-items: center;
}    
.mm2-obj-logo img {
  max-width: 80%;
  max-height: 90%;
}  
.mm2-obj-txt{
    background-color: unset!important;
    flex-direction: column;
    justify-content: space-between!important;
    padding: 0!important;
}

.mm2-obj-txt div:nth-child(1){
    font-size: 18px;
    font-weight: 500;
    margin: 2px 0 0 12px;
}    
.mm2-obj-txt div:nth-child(2){
    font-size: 14px;
    font-weight: 400;
    margin: 2px 0 0 12px;
}    
.mm2-obj-txt div:nth-child(3){
    font-size: 12px;
    font-weight: 200;
    margin: 2px 0 0 12px;
}    
.plitka .mm1-plitka {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 17px;
    margin-top: 20px;
}
.plitka .mm2-obj {
    width: calc(33% - 42px);
    flex-direction: column;
    height: unset;
    margin: 0;
}
.plitka .mm2-obj>div {  
     width: unset; 
}    


.mm1-plitka {
    max-height: 1500px;
    overflow: hidden;
    transition: 0.6s;
}

.height-0 .mm1-plitka {
   max-height: 0;
}

.height-0 .mm1-title-close {
    transform: rotate(45deg);
}
.mo-1{
    display: flex;
    height: 76px;
    justify-content: flex-start;
    align-items: center;
    gap: 36px;
    margin-top: 64px;
}
.mo-1-1{
    display: flex;
    height: 100%;
    gap: 20px
}
.mo-1-2{
    font-size: 18px;
    font-weight: 300;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    max-width: 300px;
}

.mo-1-1 img{
    height: 100%;
}
.mo-h1{
   font-size: 64px;
   font-weight: 600;    
   margin-top: 40px;
}
.mo-h2{
  font-size: 40px;
  font-weight: 600;
}
.mo-2 {
    filter: drop-shadow(2px 2px 124px #0000001a);
    background-color: #fff;
    border-radius: 40px;
    /* width: 100%; */
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.mo-dt{
    color: #bdbdbd;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.mo-dt-ev {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.mo-ev {
    background-color: #e6f6f8;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 32px;
    display: flex;
    flex-direction:column;
    text-decoration: none;
    color: #000;
}
.mo-ev-1 {
    display: flex;
    gap: 10px;
    justify-content:center;
    align-items: baseline;
}

.mo-ev-1  div:nth-child(1){
       font-size: 28px;
    font-weight: 500;   
}
.mo-ev-1  div:nth-child(2){
       font-size: 18px;
    font-weight: 500;   
    color: #aaa;
}
.mo-h3 {
    font-size: 24px;
    font-weight: 400;
    display:flex;
    margin-top: 20px;
    gap: 16px;
    align-items:baseline;
}
.mo-ost {
    font-size: 16px;
    font-weight: 300;
    opacity: 0.5;
}
.ev1 {grid-row-gap: 8px;background-color: #e6f6f8;border-radius: 20px;justify-content: flex-start;align-items: center;margin: 20px 0;padding: 32px;display: flex;gap: 36px;font-size: 16px;}
.ev1-1{
    width: 39%;
}
.ev1-2{
    width: 15%;
    text-align: right;
}
.ev1-2:after, .ev1-4:after {content:"₽"}
.ev1-3{/* width: 20%; */}
.ev1-4{width: 15%;text-align: right;}

.ev1-plus-kon {background-color: #e6f6f8;border-radius: 40px;width: max-content;margin: 31px 0;padding: 16px 40px;display: flex;/* position: relative; */align-items: center;gap: 10px;cursor: pointer;font-size: 16px;}

.ev1-plus-kon:after {
    content: "+";
    font-size: 36px;
    line-height: 0.8;
    color: #009eb8;
    font-weight: 500;
    border: 3px solid;
    padding: 0 3px;
} 

body .middle1 .iii {
    width: 35px;
    background: none;
    border: none;
    outline: none;
    text-align: center;
    font-size: 18px;
    padding:unset;
    border-radius: unset;
    background-color: unset !important;
}

.i-min, .i-max{
    background: none;
    font-size: 36px;
    line-height: 0.8;
    color: #009eb8;
    font-weight: 500;
    border: 3px solid;
    width: 34px;
    height: 34px;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor: pointer;
    border-radius: unset!important;
    padding: unset;
}
.inpp {
  display:flex;  
}

.dispnone {
    display: none
}

.kon1{width: 200px;padding: 10px;border-radius: unset !important;font-size: 16px;}
.kon-0,.kon-1{width: 176px;padding: 10px;border-radius: unset !important;font-size: 16px;}

.ev1-cena,.ev1-summa {
    width: 14.5%;
    text-align: right;
}
    

.ev1-cena:after,.ev1-summa:after {
   content: "₽";   
}
.ev1-fut{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ev1-fut1{
    font-size: 24px;
    font-weight: 400;
}
.ev1-fut2{background-color: #009eb8;border-radius: 40px;padding: 16px 96px;color: #fff;font-size: 18px;cursor: pointer;}
.pre1{
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
}
.pre1-1{
    flex: 1 1 0px;
    display: flex;
    gap: 52px;
    flex-direction: column;
}
.pre1-2{
    flex: 1 1 0px;
    display: flex;
    gap: 17px;
    flex: 1 1 0px;
    flex-direction: column;
}
.pre1-1-1,.pre1-1-2,.pre1-2{
    background-color: #ececec;
    border-radius: 40px;
    justify-content: center;
    align-items: start;
    margin: 0;
    padding: 40px;
    display: flex;
    flex-direction:column;
}
.pre1-1-2,.pre1-2{
  background-color: #dbebed;
}    
.pre1-2o1{
    font-size: 28px;
}
.pre1-1-1o,.pre1-1-1itog {
    display: flex;
    justify-content:space-between;
    width: -webkit-fill-available;
}

.pre1-1-1vskl {
    font-size: 12px;
    color: #aaa;
    border-bottom: 1px solid #000;
    padding: 16px 0;
    display: flex;
    gap: 12px;
    align-items:center;
}

.pre1-1-1vskl:before{
    content: "!";
    font-size: 32px;
    border: 4px solid #aaa;
    border-radius: 100px;
    padding: 0 16px;
}

input[type=checkbox]  {
    position: relative!important;
} 

input[type=checkbox]:after {
    position: absolute;
    content: " ";
    z-index: 2;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background-image: url(/img/nochecked.svg);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
}

input:checked:after {
    background-image: url(/img/checked.svg);
}

.pre1 button {
    background-color: #009EB8;
    outline: none;
    border: none;
    padding: 18px 28px;
    color: #FFF;
    border-radius: 100px;
    font-size: 20px;
    cursor: pointer;
}

.pre1-2o3 input {
    padding: 18px 24px;
    border: 1px solid #aaa;
    border-radius: 100px;
    width: 247px;
}
.pre1-2o3, .pre1-2o4  {
    width:-webkit-fill-available;
    display: flex;
    gap: 16px;
}


.block_1 {
    background-image: url(/img/logoNl.svg);
    width: 100vw;
    display: flex;
    height: 100vh;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 96, 80, 0.3);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px;
    animation: color-change 2.5s linear infinite;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
}


.block_1:after {
    content: "◝";
    transform-origin: center;
    display: inline-block;
    font-size: 232px;
    animation: rotation 1.6s linear infinite;
}


@keyframes color-change {
  0% { color: #003700;     background-size: 64px;}
  50% { color: #f7db51;    background-size: 88px; }
  100% { color: #003700;   background-size: 64px; }
}
@keyframes rotation { to{ transform: rotate(360deg)}}

.kro1 a{
    color: #000;
}

.plitka {
    margin-bottom: 40px;
}
.fut2 a{
    color: #fff!important;
}

.ok-h1 {
    font-size:72px;
    font-weight:bold;
    display:flex;
    gap: 20px;
    align-items:center;
    margin-bottom: 40px
    
}
.ok-h3 {
    font-size:18px;
    display:flex;
    gap: 20px;
    align-items:center;
    background-color:#FFF8CC;
    padding: 30px;
    border-radius: 10px;
    text-decoration: underline;
    cursor: pointer;
}
.ok-h3:hover {
    opacity: 0.6;
}
.ok-md {
    display:flex;
    justify-content:space-between;
    margin: 96px 0;
}
.ok-md-r>div {
    background-color: #FFF8CC;
    padding: 30px;
    border-radius: 10px;
    width: 386px;
    display: flex;
    flex-direction:column;
    gap: 20px;
}
.ok-md-r img {
    width: 246px;
}    
.ok-bil {
    transform: scale(0.5);
    transform-origin: left top;
    display: flex;
    gap: 86px;
    flex-wrap: wrap;
    width: 2400px;
}

.ok-md-l-bh {
    font-size: 36px;
    font-weight:bold;
}
.ok-md-l-b {
    font-weight:bold;
    margin-bottom: 16px;
}  

.ev1-hh-{
  display: flex;
    gap: 250px;
}

.type-mess1 {
    display: flex;
    gap: 16px;
}    
.type-mess2-1, .type-mess2-2  {
    display: flex;
    flex-direction:column;
    gap: 10px;
    justify-content:center;
} 
.type-mess2-3 {
  display: flex;
  justify-content:left;
    align-items:center;
    gap: 10px;
}    
.type-mess2-3 img {
    width: 24px;
}

