body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  text-decoration: none;
}

p {
	margin: 0;
}

.mt-20 {
  margin-top: 20px;
}

.btn--p {
  padding: 5px 30px;
}

.header {
  width: 100%;
  height: 150px;
  background-color: rgba(33, 54, 117, 0.9);
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.container__small {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__title {
	margin-left: 20px;
	color: #fff;
}
 
.header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 7px;
}

.header__logo {
	margin-right: auto;
}

.nav {
	padding-top: 15px;
	margin-right: auto;
}


.nav__link {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 0 9px;
}

.nav__link:hover {
    color: #2ee59d;
}

.nav-item {
	font-size: 18px;
}

.fz__minimized {
    cursor: pointer;
}

.card-inner {
	display: flex;
	flex-wrap: wrap;

	margin-top: 20px;
	margin-bottom: 20px;

	border-radius: 8px;
	box-shadow: 0 2px 15px 0 rgb(0 0 0 / 20%);
}

.flex__row {
  display: flex;

  margin-top: 40px;
  margin-bottom: 40px;

  border-radius: 8px;
  box-shadow: 0 2px 15px 0 rgb(0 0 0 / 20%);
}

.flex__inner {
  transition: all .3s;
  border-radius: 8px;
  box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
  padding: 1.8rem;
}

.flex__cart {
  border-radius: 8px;
  transition: all .3s;
  padding: 1.5rem;
  border: 2px solid rgba(33, 54, 117, 0.3);
}

.flex__inner:hover .flex__cart { 
  border: 2px solid rgba(33, 54, 117, 0.8);
}

.flex__inner:hover .fa-university {
  color: rgba(33, 54, 117, 0.8);
}

.flex__inner:hover .fa-facebook-square {
  color: rgba(33, 54, 117, 0.8);
}

.flex__inner:hover .fa-arrow-circle-left {
  color: rgba(33, 54, 117, 0.8);
}

.card-item {
	width: 33.33333%;
	margin-top: 50px;
}

.flex__space {
  display: flex;
  justify-content: space-around;
}

.flex__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex__title {
  text-align: center;
  line-height: 1.5;
}

.flex__subtitle {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.flex__text {
  font-size: 18px;
  line-height: 1.5;
}

.flex__img {
  text-align: center;
  padding: 2% 0;
}

.flex__center__row {
  display: flex;
}

.flex__item {
  width: 10%;
}

.flex__item:nth-child(2) {
	 width: 80%;
}

.p-auto {
  width: 300px;
  height: 199px;
  padding: 0 10px;
}

h4, p {
	margin: 0;
}

.pt-1 {
	padding-top: 180px;
	padding-bottom: 25px;
}

.pt-2 {
	padding-bottom: 25px;
}

.pt-3 {
	padding-bottom: 25px;
}

.mtb-1 {
	font-size: 17px; 
	color: rgba(255, 255, 255, 0.9);	
}

.cart-text {
	font-size: 16px;
	margin: 10px;
	color: rgba(255, 255, 255, 1);
	
}

.cart--color {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
}

.card-text {
	font-size: 15px;
}

.priceСard {
   background: linear-gradient(to right top, #5881be, #0092c9, #009fb8, #00a78b, #0baa4e);
   max-width: 270px;
   height: 470px;
   text-align: center;
   margin: 0 auto;
   margin-bottom: 20px;
}

.img-card {
	max-width: 270px;
	height: auto;
}

.btn {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	width: 140px;
	line-height: 30px;
	height: 30px;
  font-size: 15px;
	background: rgba(33, 54, 117, 0.7); 
	color: rgba(255, 255, 255, 0.8); 
	border-radius: 2px;
	border: none;
	margin-top: 3rem;
}

.btn:hover {
  background-color:  rgba(33, 54, 117, 1);
}

.card-h {
	height: 160px;
}

.fz-1 {
	font-size: 15.3px; 
}

.fz-2 {
  font-size: 12.3px; 
}

.footer {
  width: 100%;
  background-color: rgba(33, 54, 117, 0.9);
}

.footer__inner {
  display: flex;
  align-items: center;
  padding-top: 52px;
  padding-bottom: 52px;
}

.footer__block {
  width: 33.33333%;
  height: 100%;
  padding: 0 15px;
  text-align: center;
}

.footer__title {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.footer__tel {
  font-size: 15px;
  line-height: 1.5;
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
}

.footer__text {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}

.fab, .fas  {
  font-size: 32px;
  padding: 5px 5px;
  color: #fff; 
  transition: color 0.1s;
}

.fa-facebook-square, .fa-university, .fa-arrow-circle-left {
  color: rgba(33, 54, 117, 0.3);
  transition: all .3s;
}

.fab:hover {
  color: #2ee59d;
}

.burger {
  display: none;
  padding: 9px 0;

  background: none;
  border: 0;
  cursor: pointer;
}

.burger__item {
  display: block;
  width: 30px;
  height: 3px;

  background-color: #fff;

  font-size: 0;
  color: transparent;
  

  position: relative;
}

.burger__item:before, 
.burger__item:after {
  content: "";
  width: 100%;
  height: 100%;


  background-color: #fff;

  position: absolute;
  left: 0;
  z-index: 1;
}

.burger__item:before {
  top: -8px;
}

.burger__item:after {
  bottom: -8px;
}

.popup__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.popup__link {
  text-decoration: none;
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 45px;
  border-radius: 8px;
  margin: 30px 10px;
  padding: 0 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 600;
  color: #524f4e;
  background-color: rgba(33, 54, 117, 0.2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.popup__link:hover {
  background: #2ee59d;
  box-shadow: 0 15px 20px rgba(46, 229, 157, 0.4);
  color: white;
  transform: translateY(-7px);
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.popup:target {
  opacity: 1;
  visibility: visible;
}

.popup__area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.popup__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}

.popup__content {
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  max-width: 800px;
  padding: 30px;
  position: relative;
}

.popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #222222;
  font-size: 18px;
  font-weight: 700; 
  
}

.title {
   border: solid 2px rgba(33, 54, 117, 1);
   margin: 30px auto 10px auto;
   padding: 20px;
   color: #fff;
   font-size: 47px;
   background-color: rgba(33, 54, 117, 0.5);
}

.title--Two {
  margin: 30px 10% 10px 10%;
}

.card__inner {
   display: flex;
   justify-content: space-around;
   flex-wrap: wrap;  
}

.pt__1 {
   padding-top: 180px;
   padding-bottom: 25px;
}

.pt__2 {
   padding-bottom: 25px;
}

.pt__3 {
   padding-bottom: 25px;
}

.mtb__1 {
   color: rgba(255, 255, 255, 0.9); 
}

.color__p {
   font-size: 16px;
   margin: 25px 5px !important;
   color: rgba(0, 0, 0, 0.6);
   font-weight: 700;
}

.card__text {
   font-size: 15px;
}

.price__card {
   background: rgba(33, 54, 117, 0.3);
   width: 270px;
   height: 420px;
   text-align: center;
   margin: 10% auto;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
}

.img__card {
   max-width: 100%;
   height: auto;
   margin: 0 !important;
}

.btn__dark {
   display: inline-block;
   background: rgba(33, 37, 41, 0.7) !important;
   padding: 0.5rem 1rem;
   text-decoration: none !important;
   color: #fff !important;
   font-size: 15px;
} 

.btn__dark:hover {
   background: rgba(33, 37, 41, 0.8) !important;
}


.lin__h {
   line-height: 23px;
   height: 92px;
}

.card__item {
  width: 50%;
}

.w--100 {
  width: 100%;
  background-color: rgba(33, 54, 117, 0.1);
}

.fz--color {
  font-size: 47px;
  color: rgba(33, 54, 117, 0.9);
}

.custom-btn {
  width: 155px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

.btn-3 {
  background: rgba(33, 54, 117, 0.9);
  background: linear-gradient(0deg, rgba(33, 54, 117, 0.5) 0%, rgba(33, 54, 117, 0.5) 100%);
  width: 155px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  
}
.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
   background: rgba(33, 54, 117, 0.9);
  transition: all 0.3s ease;
}
.btn-3:before {
  height: 0%;
  width: 2px;
}
.btn-3:after {
  width: 0%;
  height: 2px;
}
.btn-3:hover{
   background: transparent;
  box-shadow: none;
}
.btn-3:hover:before {
  height: 100%;
}
.btn-3:hover:after {
  width: 100%;
}
.btn-3 span:hover{
   color: #fff;
}
.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
   background: rgba(33, 54, 117, 0.9);
  transition: all 0.3s ease;
}
.btn-3 span:before {
  width: 2px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 2px;
}
.btn-3 span:hover:before {
  height: 100%;
}
.btn-3 span:hover:after {
  width: 100%;
}

.btn-15 {
  background: rgba(33, 54, 117, 0.6);
  border: none;
  z-index: 1;
}
.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(33, 54, 117, 0.8);
  border-radius: 5px;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  transition: all 0.3s ease;
}
.btn-15:hover {
  color: #fff;
}
.btn-15:hover:after {
  left: 0;
  width: 100%;
}
.btn-15:active {
  top: 2px;
}