/* лунный календарь на главной*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

/*
.container{
    background-color: transparent;
    max-width: 1500px;
    width: 100%;
    margin: auto;
}
*/
.lk-row-plug{
    /*display: flex;*/
    background: #FFFFFF;
    border-radius: 3px;
    /*margin-bottom: 15px;*/
}
.lk-row-flex{
    display: flex;
    flex-wrap: wrap;
}

/*plug*/
.lk-plug{
  	max-width: 1502px;
  	margin: auto;
  	width:100%;
    padding: 80px 100px;
    background-image: url("/images/mooncal_bckg.jpg");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}
.lk-plug-data-title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 148%;
    color: #000000;
    margin-right: 5px;
}
.lk-plug-data{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #000000;
    margin-right: 5px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.lk-plug-zod_moon{
    display: flex;
    margin-right: 5px;
}
.lk-plug-zod_moon .lk-plug-box{
    margin-right: 25px;
    max-width: 40px;
    max-height: 40px;
}
.lk-plug-images{
    display: flex;
    width: 370px;
    justify-content: space-between;
    margin-right: 5px;
}
.lk-plug-box{
    display: flex;
    margin-right: 15px;
    max-width: 54px;
    max-height: 46px;
    width: auto;
}
.lk-plug-box:last-child{
    margin-right: 0;
}
.lk-plug-img{
    max-width: 100%;
    max-height: 100%;
}
.lk-plug-block{
    align-items: center;
    padding: 25px 30px;
    justify-content: space-between;
}
.lk-plug-all{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration-line: underline;
    color: #000000;
}
.lk-plug-all-media{
    display: none;
}
.lk-plug-all-media-phone{
    display: none;
}
@media (max-width: 1350px){
.lk-plug{
  padding: 80px 60px
  }
}
@media (max-width: 1300px){
  .lk-plug{
  padding: 80px 20%;
  }
  .lk-plug-data-title{
    width: 45%;
  }
    .lk-plug-block{
        height: 193px;
        box-sizing: border-box;
    }
    .lk-plug-all{
        display: none;
    }
    .lk-plug-all-media{
        display: flex;
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        text-decoration-line: underline;
        color: #000000;
        margin-left: 40px;
    }
    .lk-plug-data{
        width: 50%;
    	display: flex;
    	justify-content: flex-end;
    }
    .lk-plug-zod_moon{
        width: 40%;
    }
}
@media (max-width: 1100px){
    .lk-plug{
        justify-content: space-between;
    }
    .lk-plug-zod_moon{
        margin-right: 0;
        width: 30%;
    }
    .lk-plug-box{
        display: flex;
        align-items: center;
        justify-content: center;
    }

}
@media (max-width: 979px){
    .lk-plug{
        background-position: left;
        background-position-x: -300px;
        background-size: cover;
      	padding: 70px 60px
    }
    .lk-plug-data-title {
    	width: 42%;
	}
    .lk-plug-data {
        width: 56%;
    }
    .lk-plug-zod_moon {
        margin-right: 0;
        width: auto;
    }
}
@media (max-width: 767px){
  .lk-plug-block{
        min-height: 250px;
    	padding: 20px;
    }
  	.lk-plug-data-title{
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid #EAEAEA;
        padding-bottom: 20px;
      	align-items: normal;
        font-size: 22px;
      	margin-right: 5px;
    }
  	.lk-plug-all-media-phone{
        display: flex;
        margin: 5px 0 5px 0;
        white-space: nowrap;
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        text-decoration-line: underline;
      	color: #000000;
    }
    .lk-plug-all-media{
          display: none;
    }
    .lk-plug{
        background-image: none;
      	padding:0;
    }
    .lk-plug-data{
        font-size: 22px;
      	width: auto;
    }
  	.lk-plug-images {
         margin-top: 20px;
        width: 100%;
        justify-content: space-betwen;
    }
}
