body {
    margin: 0 auto;
    line-height: 1.2;
    color: black;
    font-size: 16px;
    font-family: "BPG Dedaena", serif;
    height: 100%;

  }
  
  
@font-face {
  font-family: "DM Archium";
  src: url("/Calendar/fonts/dm-archium.woff2") format("woff2"),
       url("/Calendar/fonts/dm-archium.woff") format("woff"),
       url("/Calendar/fonts/dm-archium.ttf") format("truetype");
}

@font-face {
  font-family: "BPG Dedaena";
  src: url("/Calendar/fonts/bpg_dedaena.woff2") format("woff2"),
       url("/Calendar/fonts/bpg_dedaena.woff") format("woff"),
       url("/Calendar/fonts/bpg_dedaena.otf") format("opentype");
}


  

  .main {
    flex: 1 1 auto;

}

  /* section */
  
  section {

    padding: 0 0 150px 0 ;
  
  }
  
  
  
  html,
  body {
     height: 100%;
     scroll-behavior: smooth;
  }
  
  
  
  
  /*wrapper*/
  
  .wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  
  
  
  /*container*/
  
  .container {
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 15px;
  }
  
  
  
  
  
  /*MEDIA*/
  
  @media (max-width: 1230px) {
  
    .container {
        max-width: 1024px;
    }
   
  }
  
  
  @media (max-width: 1024px) {
  
    .container {
        max-width: 768px;
    }
   
  }
  
  
  @media (max-width: 768px) {
  
    .container {
        max-width: 425px;
    }
   
  }
  
  
  @media (max-width: 425px) {
  
    .container {
        max-width: 320px;
        
    }
   
  }
  
  @media (max-width: 320px) {
  
    .container {
        max-width: none;
    }
   
  }
  
  





               /* Header */

.header {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  position: fixed;
  transition: 2s;
  z-index: 100000;
  
  
}


.header__backgroundwlp {
  background-size: contain;
  background-repeat: repeat;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.9s ease; 
  backdrop-filter: blur(20px);
  height: 115px;
 
} 

.show__show {
  opacity: 1;
}




.header__content {
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 30px;
  position: relative;
  z-index: 100;
}





.header__title {
  font-size: 40px;
  color: black;
  font-weight: 700;
  margin: -75px 0px 0px -17rem;
  position: fixed; 
  transition: left 5s ease;
  font-family: bpg dedaena;
}



@media (max-width: 768px) {
.header__title {
  display: none;
}
}




.header__title__mobile {
  display: none;
  color: black;
  font-size: 27px;
  font-weight: 600;
  z-index: 1000;
  position: absolute;
  top: -50px;
  left: 50px;

}


@media (max-width: 768px) {

  .header__title__mobile {
    display: block;
  }
  
 
}


@media (max-width: 425px) {

  .header__title__mobile {
    font-size: 23px;
    left: 70px;

  }
  
 
}



@media (max-width: 320px) {

  .header__title__mobile {
    font-size: 20px;
    left: 73px;
  }
  
 
}


.downtitlemobile {
  
}


@media (max-width: 425px) {

  
.downtitlemobile {
  display: block;
}

  
 
}

  



  
.header__suptitle {
  font-size: 15px;
  color: white;
  font-weight: 500;

}





.header__content .header__nav .header__ul .header__li  {
  position: relative;
  float: left;
  list-style: none;

}

.header__content .header__nav .header__ul .header__li .header__links {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 17px;
  color: rgb(250, 250, 250);
  font-weight: 500;
  margin: 0 40px 0 0 ;

  list-style: none;
}

.header__content .header__nav .header__ul .header__li .header__links:hover {
color: gray;

}




.header__content .header__nav .header__ul .header__li .header__links:last-child {
margin: 0;
}



@media (max-width: 1230px) {

  .header__content .header__nav .header__ul .header__li .header__links {
      margin: 0 35px 0 0 ;
  }
 
}

@media (max-width: 1024px) {

  .header__content .header__nav .header__ul .header__li .header__links {
      margin: 0 16px 0 0 ;
      font-size: 13px;
      
  }
 
}

@media (max-width: 768px) {

  .header__content .header__nav .header__ul .header__li .header__links {
      display: none;
  }
  .header__faithlogo {
      display: none;
  }
  
  .header {
      background-color: transparent;
  }

 
}








.header__ul__two {
  position: absolute;
  left: 0;
  width: 180px;
  background: white;
  list-style: none;
  display: none;
  
}


.header__ul__three {
  position: absolute;
  left: 0;
  width: 180px;
  background: white;
  list-style: none;
  display: none;
}

.header_ul_four {
  position: absolute;
  left: 0;
  width: 180px;
  background: white;
  list-style: none;
  display: none;
}



.header__li__two {
  width: 100%;
  list-style: none;
  

  
}

.header__li:hover > .header__ul__two {
  display: initial;
  
}


.header__li__three {
  width: 100%;
  list-style: none;
}
.header__li:hover > .header__ul__three {
  display: initial;
}

.header__li__four {
  width: 100%;
  list-style: none;
  
}

.header__li:hover > .header_ul_four {
  display: initial;
}


.header__a__two {
  text-decoration: none;
  font-size: 16px;
  color: black;
  display: flex;
  margin: 20px 0 20px 0 ;
  padding: 10px 0 10px 0 ;
  font-style: italic;
  

  
}
.header__a__three {
  text-decoration: none;
  font-size: 16px;
  color: black;
  display: flex;
  margin: 20px 0 20px 0 ;
  padding: 10px 0 10px 0 ;
  font-style: italic;
}

.header__a__four {
  text-decoration: none;
  font-size: 16px;
  color: black;
  display: flex;
  margin: 20px 0 20px 0 ;
  padding: 20px 0 0px 0 ;
  font-style: italic;
}



.header__a__two:hover {
  color: #69b1e1;
}

.header__a__three:hover {
  color: #69b1e1;
}

.header__a__four:hover {
  color: #69b1e1;
}


.header__links {
  text-decoration: none;
  font-size: 14px;
  color: black;
  font-weight: 500;
  margin: 0 25px 0 0;
  font-style: italic;
  
}



.header__links:last-child {
  margin: 0 ;
}




  
  
  /*firstpagebackphoto*/



.firstpagebackphoto {
    background-image: url(header/flowersbackcopy.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 10vh;
    
}


.backgroundsunsetboat {
  
  overflow: hidden; /* Ensures that any part of the image outside the container will be hidden */
}

.backgroundsunsetboat img {
  width: 100%; /* Makes the image take up 100% of the container's width */
  height: 40%; /* Keeps the aspect ratio of the image */
  position: absolute; /* Positions the image within the container */
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover; /* Ensures that the image will cover the entire container, even if it goes outside the container's bounds */
}




/*calendar*/




.Calendar {
    padding: 65px 0 0 0;
  
}

.Calendar__content {
    display: flex;
}


@media (max-width: 768px) {
  .Calendar__content {
    display: block;
}

  
  }
  

.Calendar__title {
    text-align: center;
    margin: 0 0 33px 0;
    align-items: center;
    font-size: 40px;
    font-weight: 500;
    display: block;
}



@media (max-width: 320px) {
 .Calendar__title {
    text-align: center;
    margin: 0 0 33px 0;
    align-items: center;
    font-size: 35px;
    font-weight: 500;
    display: block;
}

  
  }
  



.Calendar__text {
    width: 700px;
    display: block;
    margin: 0 auto;
  
}


@media (max-width: 768px) {
  .Calendar__text {
    width: auto;
 
   
  
}


  
  }
  




.Calendar__text__type {
  line-height: 1.8;
    font-size: 20px;
    margin: 0 0 20px 0;
    text-indent: 30px;
}
.Calendar__text__type__xazi {
    font-size: 20px;
    margin: 0 0 30px 0;
    font-weight: 400;
    font-size: 1.2em;
    text-align: start;
    margin-bottom: 20px;
    font-style: italic;
    padding: 0px 0px 0px 2rem;
    border-color: rgb(89 59 131);
    border-width: 3px;
    border-left-style: solid;
   line-height: 1.8;
}


.calendar__spanalink {
    text-decoration: none;
    font-size: 15px;
    font-style: normal;
    color: rgb(89 59 131);
    margin: 0 3px 0 0;
}



/*consist*/


.consists__content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-left: 7px solid  rgba(89, 59, 131, 0.342);
    border-bottom: 7px solid rgba(89, 59, 131, 0.342);
    width: max-content;
    height: max-content;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    gap: 10px;

}

@media (max-width: 425px) {
  .consists__content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-left: 7px solid  rgba(89, 59, 131, 0.342);
    border-bottom: 7px solid rgba(89, 59, 131, 0.342);
    width: max-content;
    height: max-content;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    gap: 10px;

}

  }
  



.consists__title {
    font-size: 30px;
   
}



@media (max-width: 425px) {
 
.consists__title {
  font-size: 26px;
 
}
  
  }


  @media (max-width: 320px) {
 
    .consists__title {
      font-size: 23px;
     
    }
      
      }
      
  


.consists__month {
  font-size: 18px;
  text-transform: uppercase;
  
}
.consists__days {
    font-size: 18px;
}
.consists__Intercalary {
    font-size: 18px;
}


.monthcolornine {
  color: rgb(41, 77, 119);
  font-size: 18px;
  font-weight: bold;
  margin: 0 6px 0 0;
}







/*month*/


.Months {
  padding: 0 0 150px 0;
  position: relative;

}



.Months__title {
  text-align: center;
  font-size: 24px;
  position: relative;
  z-index: 1000;
  margin: 75px 0 0 0;

}
.greytextbk {
  font-size: 22px;
  color: rgb(136, 130, 128);
  margin: 0 5px 0 0;
}
.Months__colors {
  display: flex;
  gap: 30px ;
  justify-content: center; 
  margin: 30px auto 60px;;
  text-align: center;
  align-items: center;

}
.Months__colors__first {
  text-align: center;
  align-items: center;
  justify-content: center;
  
}
.Months__colors__title {
  align-items: center;
  margin: 0 auto;
  line-height: 20px;
  font-size: 18px;
}


@media (max-width: 320px) {
  .Months__colors__title {
    align-items: center;
    margin: 0 auto;
    line-height: 20px;
    font-size: 16px;
  }
  
  
  }
  


.Months__colors__blue {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #295677;
  margin: 0 0 10px 34px ;
  
}
.Months__colors__yellow {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #fbe285;
  margin: 0 0 10px 18px;
}
.Months__colors__skyblue {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #aad7dd;
  margin: 0 0 10px 51px ;
}

.Months__column__all {
  position: relative;
  z-index: 1000;
}





/*blue*/

.Month {
  position: relative;

}

.Months__upbackwp{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 60.5%;
  width: 100%;
  background: linear-gradient(white 0%, #d8dfe1 50%, #71797b 100%);
  z-index: 1;
}



@media (max-width: 425px) {
 
 
  .Months__upbackwp{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 60.5%;
    width: 100%;
    background: linear-gradient(white 0%, #d8dfe1 50%, #71797b 100%);
    z-index: 1;
  }
   
      }
  
  


.Months__column__blue {
    display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%;
}





.Months__column__first {
    display: flex;
    background: rgb(41, 86, 119);
    color: white;
    width: 300px;
    height: 60px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    text-decoration: none;
    border: none;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 20px;
}





.Months__column__number {
    display: flex;
    min-width: 30px;
    padding: 0px 0 0 20px;
    font-size: 18px;
    
}






@media (max-width: 425px) {
 
 

.Months__column__number {
  display: flex;
  min-width: 30px;
  padding: 0px 0 0 10px;
  font-size: 18px;
  
}  
    }











.Months__column__numberyellow {
  display: flex;
  min-width: 30px;
  padding: 0px 0 0 20px;
  font-size: 17px;
 
}



@media (max-width: 425px) {
 
 

  .Months__column__numberyellow {
    display: flex;
    min-width: 30px;
    padding: 0px 0 0 20px;
    font-size: 16px;
   
  }
  
   
      }
  
  



.Months__column__numberskyblue{
  display: flex;
  min-width: 30px;
  padding: 0px 0 0 20px;
  font-size: 17px;
}




@media (max-width: 425px) {
 
 
.Months__column__numberskyblue{
  display: flex;
  min-width: 30px;
  padding: 0px 0 0 10px;
  font-size: 17px;
}

 
      }
  
  

.Months__column__text {
    display: flex;
        flex-direction: column;
}
.Months__column__numberandmonth {
    display: flex;
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center;
}
.Months__column__engmonth {
    display: flex;
        font-style: italic;
        line-height: 20px;
        height: 20px;
        padding-inline-end: 3px;
}


@media (max-width: 320px) {
 
 
  .Months__column__engmonth {
    display: flex;
        font-style: italic;
        line-height: 20px;
        height: 20px;
        padding-inline-end: 3px;
        font-size: 14px;
} 
  
   
        }
    


.Months__column__second {
    display: flex;
        background: rgb(222, 222, 222);
        font-size: 19px;
        width: 300px;
        height: 60px;
        text-decoration: none;
        text-align: left;
        border: none;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 20px;
        -webkit-box-pack: start;
        justify-content: flex-start;
}

@media (max-width: 425px) {

  .Months__column__second {
    display: flex;
        background: rgb(222, 222, 222);
        font-size: 16px;
        width: 300px;
        height: 60px;
        text-decoration: none;
        text-align: left;
        border: none;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 20px;
        -webkit-box-pack: start;
        justify-content: flex-start;
}
  
  }




  
@media (max-width: 320px) {

  .Months__column__second {
    display: flex;
        background: rgb(222, 222, 222);
        font-size: 14px;
        width: 300px;
        height: 60px;
        text-decoration: none;
        text-align: left;
        border: none;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 20px;
        -webkit-box-pack: start;
        justify-content: flex-start;
}
  
  }
  
  
  


.Months__column__secondtext {
    padding-inline: 30px 5px;
    line-height: 25px;
}




  




.Months__column__yellow {
    display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%;
}




.Months__column__first__yellow {
    display: flex;
    background: linear-gradient(to right, rgb(251, 226, 133), rgb(251, 238, 195));
    width: 300px;
    font-size: 19px;
    height: 60px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    text-decoration: none;
    border: none;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 20px;
    text-align: start;
    line-height: 22px;
}






/*skyblue*/

.Months__column__skyblue {
    display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%;
}






.Months__column__first__skyblue {
    display: flex;
   
    background: linear-gradient(to right, rgb(170, 215, 221), rgb(169, 195, 224));
    width: 300px;
    font-size: 19px;
    height: 60px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    text-decoration: none;
    border: none;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 20px;
    text-align: start;
    line-height: 22px;
}










/*red*/






.Months__column__red {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}





.Months__column__first__red {
    display: flex;
    background: rgb(160, 58, 70);
    color: white;   
    width: 300px;
    font-size: 19px;
    height: 60px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    text-decoration: none;
    border: none;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 20px;
    text-align: start;
    line-height: 22px;
}


.Months__column__first__redd {
  display: block;
}
.Months__column__number__red {
  display: flex;
  font-size: 21px;
  line-height: 20px;
  padding-inline-start: 20px;
}



@media (max-width: 425px) {
  .Months__column__number__red {
    display: flex;
    font-size: 21px;
    line-height: 20px;
    padding-inline-start: 20px;
  }
  
  }


  @media (max-width: 320px) {
    .Months__column__number__red {
      display: flex;
      font-size: 21px;
      line-height: 20px;
      padding-inline-start: 20px;
    }
    
    }
  
  



.Months__column__numberr__red {
  display: flex;
  font-style: italic;
  font-size: 15px;
  line-height: 20px;
  padding-inline-start: 20px;
}




@media (max-width: 425px) {
  .Months__column__numberr__red {
    display: flex;
    font-style: italic;
    font-size: 15px;
    line-height: 20px;
    padding-inline-start: 20px;
  }
  
  
  }


  @media (max-width: 320px) {
    .Months__column__numberr__red {
      display: flex;
      font-style: italic;
      font-size: 14px;
      line-height: 20px;
      padding-inline-start: 20px;
    }
    
    
    }
  


/* hamburgermenu*/




.burger__menu__logo__logo {
	width: 80px;
	height: 80px;
	margin: 15px 0 0 15px;
	z-index: 1000;
	position: relative;
  }
  
  
  @media (max-width: 768px) {
  .burger__menu__logo__logo {
	width: 70px;
	height: 70px;
  }
  
  }
  
  
  @media (max-width: 425px) {
  .burger__menu__logo__logo {
	width: 60px;
	height: 60px;
  } 
  
  }
  
  
  
  
  
  .nav-toggle {
	cursor: pointer;
	height: 2.5rem;
	right: 3rem;
	position: fixed;
	top: 3rem;
	width: 3.5rem;
	z-index: 2;
  }
  
  
  
  
  @media (max-width: 425px) {
    
  .nav-toggle {
    cursor: pointer;
    height: 2.5rem;
    right: 2rem;
    position: fixed;
    top: 3rem;
    width: 3.5rem;
    z-index: 2;
    }
    
    
    }
  
    @media (max-width: 320px) {
     
  .nav-toggle {
    cursor: pointer;
    height: 2.5rem;
    right: 1rem;
    position: fixed;
    top: 3rem;
    width: 3.5rem;
    z-index: 2;
    }
     
      
      }
      
  
  
  .nav-toggle:hover {
	opacity: 0.8;
  }
  
  .nav-toggle .nav-toggle-bar,
  .nav-toggle .nav-toggle-bar::after,
  .nav-toggle .nav-toggle-bar::before {
	position: absolute;
	top: 0%;
	transform: translateY(0%);
	background: black;
	content: "";
	height: 0.2rem;
	transition: all 0.5s;
	width: 100%;
  }
  
  .nav-toggle .nav-toggle-bar {
	margin-top: 0;
  }
  
  .nav-toggle .nav-toggle-bar::after {
	margin-top: 1rem;
  }
  
  .nav-toggle .nav-toggle-bar::before {
	margin-top: -1rem;
  }
  
  .nav-toggle.expanded .nav-toggle-bar {
	background: transparent;
  }
  
  .nav-toggle.expanded .nav-toggle-bar::after,
  .nav-toggle.expanded .nav-toggle-bar::before {
	background: black;
	margin-top: 0;
  }
  
  .nav-toggle.expanded .nav-toggle-bar::after {
	transform: rotate(45deg);
  }
  
  .nav-toggle.expanded .nav-toggle-bar::before {
	transform: rotate(-45deg);
  }
  
  /* Navigation Menu */
  .nav {
	background: rgba(200, 200, 200, 0.9);
	color: black;
	display: flex;
	flex-direction: column;
	font-size: 1.75rem;
	height: 100vh;
	justify-content: center;
	align-items: center;
	right: -24rem;
	padding: 0rem;
	position: fixed;
	top: 0;
	transition: right 0.5s;
	width: 24rem;
	z-index: 1;
  }
  
  
  
  
  @media (max-width: 425px) {
  
	.nav {
	  background: rgba(200, 200, 200, 0.9);
	  color: black;
	  display: flex;
	  flex-direction: column;
	  font-size: 1.75rem;
	  height: 100vh;
	  justify-content: center;
	  align-items: center;
	  right: -30rem;
	  padding: 0rem;
	  position: fixed;
	  top: 0;
	  transition: right 0.5s;
	  width: 27rem;
	  z-index: 1;
	}
	
   
  }
  
  @media (max-width: 320px) {
  
	.nav {
	  background: rgba(200, 200, 200, 0.9);
	  color: black;
	  display: flex;
	  flex-direction: column;
	  font-size: 1.75rem;
	  height: 100vh;
	  justify-content: center;
	  align-items: center;
	  right: -30rem;
	  padding: 0rem;
	  position: fixed;
	  top: 0;
	  transition: right 0.5s;
	  width: 21rem;
	  z-index: 1;
	}
   
  }
  
  
  
  
  
  
  
  .nav.expanded {
	right: 0;
  }
  
  .burul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	list-style: none;
	text-align: left; /* Текст по центру */
  }

  
  .hamblink {
	color: black; /* Темно-серый цвет ссылок */
	font-size: 23px;
	font-weight: 400;
	transition: color 0.3s;
	text-decoration: none;
  }

  .hamblink:hover {
    color:rgb(214, 164, 103);
  }  


  .hamblink__link {
    color: rgb(49, 49, 49);
    text-decoration: none;
    font-size: 20px;
    transition: color 0.3s;
  }


  .hamblink__link:hover {
    color: black;
    text-decoration: none;
    font-size: 20px;
    
  }


.burulsec {
  margin: 5px 0 0 0;
}





/* footer */


.footer {
    min-height: 35vh;
    height: auto;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(/css/main/full_p3Bloom_tbilisiback_2888x1782.png);
}



.footer__content {
  padding: 120px 0;
  display: grid;
  place-content: center; 
}

.footer__blockservice {
  display: block;
  color: black;
  flex-direction: column;
  text-align: left;

  
}
.footer__services__title {
  font-size: 25px;
  margin: 0 0 30px 0;
  font-weight: 600;
}


   
    @media (max-width: 425px) {

      .footer__services__title {
        font-size: 23px;
        margin: 0 0 30px 0;
        font-weight: 600;
      }
      
      
        
      }
      
      @media (max-width: 320px) {

        .footer__services__title {
          font-size: 22px;
          margin: 0 0 30px 0;
          font-weight: 600;
        }           
        }


.footer__contacts__block {
  align-items: center;
  display: flex;
  gap: 15px;
  margin: 0 0 8px 0;
}
.footer__contacts__icon img {
  width: 35px;
  height: 35px;
}
.footer__contacts__text {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.4;
}



@media (max-width: 768px) {

  .footer__contacts__text {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.5;
  }
  
  
  
    
  }

    @media (max-width: 425px) {
      .footer__contacts__text {
        font-size: 17px;
        letter-spacing: 1px;
        font-weight: 500;
      }
      
      }
      
      @media (max-width: 320px) {

        .footer__contacts__text {
          font-size: 15px;
          font-weight: 500;
        }
              
        }

.footer__blockemail {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 8px 0;
}
.footer__blockemail__icon img {
  height: 35px;
  width: 35px;
}
.footer__blockemail__text {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.4;
}



@media (max-width: 768px) {
  .footer__blockemail__text {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.4;
  }
  
  
  }

    @media (max-width: 425px) {
      .footer__blockemail__text {
        font-size: 17px;
        letter-spacing: 1px;
        font-weight: 500;
      }
      
      
      }
      
      @media (max-width: 320px) {
        .footer__blockemail__text {
          font-size: 15px;
          font-weight: 500;
        }
        
           
        }
.footer__blocklink {
  display: flex;
  align-items: center;
  gap: 15px;

}
.footer__blocklink__icon img {
  height: 35px;
  width: 35px;
}


/*copyright footer */

.footer__copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: black;
  background-color: #d3d3d3;
  padding: 10px 0;
}
.footer__text {
  font-size: 18px;
  font-weight: 500;
}

.footer__text span{
  font-size: 20px;
}



.footer__link {
  display: inline-block;
  padding: 12px 30px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  background-color: transparent;
  border: none;
  border-radius: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  animation: fadeIn 0.5s ease;
  z-index: 100;
  background-color: #b3c9e0;

}



@media (max-width: 768px) {
 

.footer__link {
  display: inline-block;
  padding: 12px 0;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  background-color: transparent;
  border: none;
  border-radius: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  animation: fadeIn 0.5s ease;
  z-index: 100;
  background-color: #b3c9e0;

}
  
  }
  
  
  @media (max-width: 425px) {
  

.footer__link {
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  background-color: transparent;
  border: none;
  border-radius: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  animation: fadeIn 0.5s ease;
  z-index: 100;
  background-color: #b3c9e0;

}
  
  }


  @media (max-width: 320px) {
    

.footer__link {
  display: inline-block;
  padding: 12px 0;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  background-color: transparent;
  border: none;
  border-radius: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  animation: fadeIn 0.5s ease;
  z-index: 100;
  background-color: #b3c9e0;
  font-weight: 600;
}
    
    }
    
  



.footer__link:hover {

  transform: scale(1.05);
  background-color: #9db5cd;
  color: #000000;
  font-weight: 600;
}


.footer__nav img {
  position: relative;
  z-index: -1;
  margin: 10px 0 0 0 ;
}







.main__arrowup {
  position: relative;
  z-index: 100000;
}
















