

@charset "utf-8";

@media screen and (max-width: 1600px){
  .cover:not(.footer) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1500px) {
	.cover {
		padding-left: 20px;
		padding-right: 20px;
	}
  .main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section__image {
    z-index: -1;
  }
  .block__image {
    opacity: 0.7;
  }
  .prime__wrap {
    max-width: 54%;
  }
}

@media screen and (max-width: 1400px) {
	.events {
		display: none;
	}
	.section {
		max-width: 100%;
	}


	.general {
		margin: 0 20px 0 0;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 calc(100% - 260px);
		        -webkit-flex: 0 1 -webkit-calc(100% - 260px);
		        flex: 0 1 calc(100% - 260px);
	}
	.header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.main__navigation {
		display: block;
	}
	.navigation {
		margin-top: 20px;
	}
	.navigation ul {
		display: none;
	}
	.navigation__head{
		-webkit-border-radius: 6px;
		        border-radius: 6px;
	}
	.navigation__head::before{
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.navigation__head.active::before{
		-webkit-transform: scale(-1);
		    -ms-transform: scale(-1);
		        transform: scale(-1);
	}
	.navigation__head.active{
		-webkit-border-radius: 6px 6px 0 0;
		        border-radius: 6px 6px 0 0;
	}

	.prime {
		min-height: 320px;
	}

	/* HEADER */
	.header__button-menu {
		display: block;
		background-color: #2E9344;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		        -webkit-flex: 0 1 auto;
		        flex: 0 1 auto;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		        -webkit-order: 3;
		        order: 3;
		min-width: 0;
		padding: 13px;
		margin: 0px 0px 0px 16px;
		-webkit-border-radius: 12px;
		        border-radius: 12px;
	}

	.header__button-menu svg {
		display: block;
		margin: 0px;
	}

	.header__button-menu svg rect {
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		    transform-origin: 50% 50%;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}



	.header__button-menu.active svg rect:nth-child(1) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		    transform: rotate(225deg);
	}

	.header__button-menu.active svg rect:nth-child(2) {
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		    transform-origin: 50% 50%;
		-webkit-transform: scale(0,2);
		-ms-transform: scale(0,2);
		    transform: scale(0,2);
	}

	.header__button-menu.active svg rect:nth-child(3) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		    transform: rotate(135deg);
	}

	.header__menu {
		display: block;
		position: absolute;
		top: -100vh;
		left: 0px;
		width: 100%;
		height: auto;
		max-height: -webkit-calc(100vh - 80px);
		max-height: calc(100vh - 80px);
		overflow: auto;
		background: #297a83;
		text-align: center;
		-webkit-box-shadow: 0px 0px 125px rgba(0,0,0,0.20);
		box-shadow: 0px 0px 125px rgba(0,0,0,0.20);
		opacity: 0.00;
		padding: 30px 16px 110px 16px;
		margin: 0px !important;
		z-index: -1;
		-webkit-transition: all 0.75s;
		-o-transition: all 0.75s;
		transition: all 0.75s;
	}

	.header__menu .header-menu__desc {
		max-width: 320px;
	}


	.header__menu-mob > li.active > a {
		background: #104C54;
	}
	.header__menu ul:last-child {
		display: block;
	}

	.header__menu > * {
		margin: 24px auto 0px auto;
	}

	.header__button-menu.active ~ .header__menu {
		top: 100%;
		opacity: 1.00;
	}


	.header__menu > ul > li > a {
		background: #124B4F;
		-webkit-border-radius: 32px;
		        border-radius: 32px;
	}
	/* hover */


	/*menu*/
	.header__menu ul {
		-webkit-box-shadow: none;
		        box-shadow: none;
		-webkit-border-radius: 0;
		        border-radius: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        -webkit-flex-direction: column;
		        flex-direction: column;
		background-color: transparent;
		max-width: 320px;
		padding: 0;
		margin: 24px auto 0 auto;
	}
	.header__menu li > a {
		border: 1px solid #fff;
	}
	.header__menu li {
		width: 100%;
	}
	.header__menu > ul > li + li {
		margin: 10px 0px 0px 0px;
	}
	.header__logo {
		margin-right: auto;
	}
  .block__image {
    opacity: 1;
  }

}
@media screen and (max-width: 1280px) {
	.header__button-login, .header__button-signup {
		min-width: auto;
	}
	.header__menu > ul > li > a {
		padding: 12px 16px;
	}
  .block__image {
    opacity: 0.5;
  }
}


@media screen and (max-width: 1140px) {
	.sidebar {
		display: none;
	}
	.general {
		-webkit-box-flex: 0;
		-webkit-flex: none;
		    -ms-flex: none;
		        flex: none;
    width: 100%;
		margin: 0;
	}
	.sidebar__app {
		margin-top: 20px;
	}


	.back-top {
    background-color: #0a626a;
    padding: 5px;
    -webkit-border-radius: 6px;
            border-radius: 6px;
		position: fixed;
		bottom: 20px;
		right: 20px;
		height: auto;
		z-index: 10;

	}
  .back-top__button {
    width: 25px;
    height: 25px;
  }


}


@media screen and (max-width: 900px) {
	.cover, .cover:not(.footer) {
		padding-left: 16px;
		padding-right: 16px;
	}
	.prime {
		min-height: 280px;
    padding: 30px 20px;
	}
  .prime__image {
    opacity: 0.5;
  }

  .prime__wrap {
    max-width: 100%;
  }
  .main {
    padding-left: 16px;
    padding-right: 16px;
  }
	.back-top {
		right: 16px;
	}

	.upto {
		padding:40px 20px;
    min-height: 280px;
	}
  .header__buttons {
    display: none;
  }
	.header__menu .header__button-login, .header__menu .header__button-signup {
		display: block;
		margin: 16px auto 0 auto;
		max-width: 320px;
		width: 100%;
	}
  .blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blocks .block {
    width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .upto__image {
    width: 42%;
    opacity: 0.8;
  }
  .reviews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews__item {
    width: 100%;
  }

  .app {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    gap: 20px;
    padding: 30px 20px 0px 20px;
  }
  .app__image{
    margin: 0;
  }
  .app__logo{
    margin: 0;
  }
  .bonus__block > * {
    max-width: 100%;
  }
}


@media screen and (max-width: 800px) {
  .locals ul {
    gap: 10px;
  }
  .locals ul a {
    padding: 8px;
  }
  .footer__menu {
    gap: 20px;
  }
  .footer__menu > li {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .footer__aditional {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .footer__aditional p{
    text-align: center;
  }
  .table {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .table thead, .table tbody {
    width: 800px;
    white-space: normal;
  }
  .table_grade thead, .table_grade tbody {
    width: 100%;
  }
  .upto__wrap {
    max-width: 100%;
  }
  .upto__background img {
    -o-object-position: 90%;
       object-position: 90%;
    opacity: 0.75;
  }
  .upto_other {
    background-color: #000;
  }
  .upto_other .upto__background img {
    opacity: 0.5;
  }

}

@media screen and (max-width: 600px) {
	/* Title */
	.home h1, h1{
		font-size: 6vw;
    line-height: 8vw;
	}

	.home h2, h2 {
		font-size: 5vw;
		line-height: 6vw;
    padding: 8px;

	}

	.home h3, .home h4, .home h5, h3, h4, h5{
		font-size: 4vw;
		line-height: 5vw;
	}

	.section {
		padding: 20px 14px;
	}
  .main {
    padding-top: 86px;
  }
  .prime {
    padding: 30px 14px;
  }
  .prime__image {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0.4;
  }
	/* HEADER */
	.header__menu {
		max-height: -webkit-calc(100vh - 76px);
		max-height: calc(100vh - 76px);
	}


	.header__logo {
		max-width: 120px;
		margin: 0 auto 0 0;
	}
	.header__language {
		margin-left: 16px;
	}
	.header__menu .header__button-login, .header__menu .header__button-signup {
		font-size: 16px;
	}
  .table_about tbody, .table_about thead {
    width: 600px;
  }
  .table tr {
    padding: 10px 12px;
  }
  .table_sm thead, .table_sm tbody {
    width: 550px;
  }

  .app-button{
    min-width: 200px;
    line-height: 140%;
    padding: 6px 20px;
  }

  .upto {
    min-height: 250px;
  }

  .button {
    min-width: 160px;
  }
  .header__button-menu {
    min-width: auto;
  }
  .app {
    padding: 20px 14px 0 14px;
  }
  .block__image {
    opacity: 0.35;
  }
  .block .background img {
    -o-object-position: 85%;
       object-position: 85%;
    opacity: 0.5;
  }
  .block .table tr {
    padding: 12px 20px;
  }
  .table_about td:first-child, .table_about th:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
  }
  .block__image--mob {
    display: none;
  }
}

@media screen and (max-width: 425px) {
	.upto__title {
		font-size: 22px;
	}
  .table_sm thead, .table_sm tbody {
    width: 500px;
  }

}
@media screen and (max-width: 374px){
	.header__time {
		font-size: 12px;
		margin-left: 12px;
	}

	.header__logo {
		max-width: 96px;
	}
	.header__button-menu {
		padding: 9px;
		-webkit-border-radius: 6px;
		        border-radius: 6px;
	}
	.prime__button {
		min-width: 100%;
	}
  .reviews__item-image {
    position: static;
    margin-bottom: 10px;
  }
  .reviews__item-head {
    min-height: auto;
    padding: 0;
  }
  .reviews__item-title{
    margin-bottom: 10px;
  }
}
