

	/*=============== GOOGLE FONTS ===============*/
@import url('css2.css');


/*=============== BASE ===============*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body { 
	-ms-user-select: none; 
	-moz-user-select: none; 
	-webkit-user-select: none; 
	user-select: none; 
}

@media screen and (min-width: 769px) {
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar { /* chrome based */
    width: 0px;  /* ширина scrollbar'a */
    background: transparent;  /* опционально */
}

}

html {
    -ms-overflow-style: none;  /* IE 10+ */
    scrollbar-width: none; /* Firefox */
}
body {
    font-family: 'Inter', sans-serif;
    font-size: 1vw;
	background-color: #EFD314;
    color: #000;
}
main{
    position: relative;
}
h1 {
    font-weight: 700;
	color: #185EB4;
    font-size: calc(100% + 1vw);
    margin: 1vw 0;
}

p {
    line-height: 2;
	color: #185EB4;
    margin: 1vw 0vw;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
	color: #000;
}

img {
    max-width: 100%;
    height: auto;
    width: 20vw;
	border-radius: 1vw;
}

/*=============== REUSABLE CSS CLASSES ===============*/
.container {
  max-width: 1200px;
  margin-inline: 1.5rem;
}

.grid {
    display: block;
}

.section {
    padding: 5vw 0vw 5vw 0vw;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.center {
  text-align: center;
}

/*=============== HEADER & NAV ===============*/
.header {
    position: relative;
    /* width: 100%; */
    /* top: 0; */
    /* left: 0; */
    z-index: 999;
    /* transition: box-shadow .3s, background .4s; */
    /* background-color: #fff; */
}

.nav {
    position: fixed;
    display: block;
	background: #EFD314;
    width: 100%;
    /* height: 3vw; */
}

.nav__menu {
    position: relative;
    /* background-color: #fff; */
    width: 100%;
    height: inherit;
    /* display: block !important; */
}

.nav__item {
    display: inline-flex;
    height: inherit;
}


.nav__list {
    display: flex;
    text-align: center;
    height: inherit;
    justify-content: center;
}

.nav__link {
    font-weight: 700;
    display: flex;
    /* transition: color .4s; */
    /* border: .5px solid #000; */
    padding: .5rem;
    /* border-radius: 1rem; */
	color: #185EB4;
    flex-direction: column;
    padding: 0.4vw 1vw;
    min-width: 4vw;
    align-items: center;
    align-content: center;
}

.nav__link svg{
    background: white;
}

.currenet_page{
    background: #ffffff59;
}


.nav__link:hover {
    background: #ffffff59;
    transition: box-shadow .2s, background .3s;
}


.nav__close {
  position: absolute;
  top: 1rem;
  right: 3.5rem;
  font-size: 1.5rem;
  cursor: pointer;
}
[class^='icon-'], [class*=' icon-'] {
    font-size: calc(100% + 0.7vw);
}
/* Show menu */
.show-menu {
  top: 0;
}



.slots {
  justify-content: center;
}

.home__container {
  justify-content: center;
}

/*=============== FOOTER ===============*/
.footer {
  position: relative;
  padding-block: 3rem 2rem;
  overflow: hidden;
}

.footer__copy {
  text-align: center;
  font-size: .8rem;
}


/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 340px) {


  /* .container { */
    /* margin-inline: 1rem; */
  /* } */

}



@media screen and (min-width: 767px) {
  .nav {
    column-gap: 3rem;
  }
.nav__menu {
    display: block !important;
}


  .nav__list {
    flex-direction: row;
    
  }

  .nav__menu {
    margin-left: auto;
    box-shadow: none;
  }


}

/* For large devices */
@media screen and (min-width: 1024px) {

  .slots {
    grid-template-columns: repeat(2, 1fr);
  }



}

@media screen and (min-width: 1064px) {
  .container {
    margin: auto;
  }

}
@media screen and (max-width: 768px) {
body {
    font-family: 'Inter', sans-serif;
    font-size: 4.7vw;
    color: #000;
    width: 100%;
}
.nav {
    position: fixed;
    display: block;
    /* background: #aa2828; */
    width: 100%;
    /* height: 100vh; */
    max-height: 15vw;
}
.nav__menu {
    position: relative;
    /* background-color: #fff; */
    width: 100%;
    height: inherit;
    background: inherit;
    height: 100vh;
    display: none;
}
.nav__list {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
}
.nav__link {
    font-weight: 700;
    display: flex;
    /* transition: color .4s; */
    /* border: .5px solid #000; */
    padding: .5rem;
    /* border-radius: 1rem; */
    font-size: calc(100% + 1vw);
    color: white;
    padding: 1.4vw 1vw;
    /* min-width: 100%; */
    width: 53%;
    flex-direction: row;
    justify-content: space-between;
}

.nav__item {
    display: flex;
    height: auto;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
/* .header { */
    /* display: none; */
/* } */
.section {
    padding: 5vw 0vw 5vw 0vw;
    height: inherit;
    display: inline-block;
}
img {
    max-width: 100%;
    height: auto;
    width: 100%;
	border-radius: 3vw;
}
p {
    line-height: 7vw;
	color: #185EB4;
    margin: 5vw 0vw;
}
h1 {
    font-weight: 700;
    color: #aa2828;
    font-size: calc(100% + 3vw);
    margin: 5vw 0;
}	
main {
    position: relative;
    top: 13vw;
}	
	
	
	
	
	
.container {
    max-width: 100%;
    margin: 3vw;
}

}



@media screen and (max-width: 768px) {
  .navbar__wrap .menu {
    display: none;
  }

  .hamb {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .hamb__field {
    padding: 2vw 4vw;
    cursor: pointer;
  }

  .bar {
    display: block;
    width: 10vw;
    height: 1vw;
    margin: 2vw auto;
    background-color: #fff;
    transition: 0.2s;
  }

  .popup {
    position: fixed;
    top: 75px;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    display: flex;
    transition: 0.3s;
  }

  .popup.open {
    left: 0;
  }

  .popup .menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 50px 0;
    overflow: auto;
  }

  .popup .menu > li {
    width: 100%;
  }

  .popup .menu > li > a {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    color: #3f3f3f;
  }

  .popup .menu > li > a:hover {
    background-color: rgba(122, 82, 179, 0.1);
  }

  .hamb__field.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamb__field.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamb__field.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  body.noscroll {
    overflow: hidden;
  }
}
