

@charset "utf-8";

@media screen and (max-width: 1600px){
  .cover {
    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;
  }
  .block__image {
    z-index: -1;
  }
}

@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 - 76px);
		max-height: calc(100vh - 76px);
		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 {
		width: 100%;
	}
	.header__menu > ul > li + li {
		margin: 10px 0px 0px 0px;
	}
	.header__logo {
		margin-right: auto;
	}


}
@media screen and (max-width: 1280px) {
	.header__button-login, .header__button-signup {
		min-width: auto;
	}

	.sidebar {
		display: none;
	}
	.general {
		-webkit-box-flex: 0;
		-webkit-flex: none;
		    -ms-flex: none;
		        flex: none;
    width: 100%;
		margin: 0;
	}


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

	}



}


@media screen and (max-width: 900px) {
	.cover {
		padding-left: 10px;
		padding-right: 10px;
	}
	.prime {
		min-height: 280px;
    padding: 30px 16px;
	}

	.prime__background img {
		-o-object-position: 75%;
		   object-position: 75%;
		opacity: 0.6;
	}

  .main {
    padding-left: 10px;
    padding-right: 10px;
  }
	.back-top {
		right: 10px;
	}

  .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%;
	}
  .tiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tiles .tile, .tiles.tiles_row .tile {
    width: 100%;
  }
  .block_advantages ul li {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }

  .upto {
    padding: 40px 16px;
    min-height: 280px;
  }
  .upto__background img {
    -o-object-position: 90%;
       object-position: 90%;
  }

  .app {
    padding: 40px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #000;
  }
  .app__background img {
    -o-object-position: 90%;
       object-position: 90%;
    opacity: 0.5;
  }

  .table {
    overflow-x: auto;
    white-space: nowrap;
  }
  .table thead, .table tbody {
    width: 900px;
    white-space: normal;
  }

  .list-wrap ol li {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .article ul > li {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }

  .service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-item{
    width: 100%;
  }
  .service_row .service-item {
    width: 100%;
  }

  .reviews__item {
    width: 100%;
  }

  .grade-item {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }

  .footer__menu > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 -webkit-calc(50% - 15px);
        -ms-flex: 1 0 calc(50% - 15px);
            flex: 1 0 calc(50% - 15px);
  }
  .footer__payments {
    gap: 15px;
  }
  .footer__aditional {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .banner {
    padding: 0;
  }
  .banner__wrap {
    max-width: 100%;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .banner__background img {
    -o-object-position: 95%;
       object-position: 95%;
  }

  .requirements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}


@media screen and (max-width: 800px) {
  .locals {
    gap: 10px;
  }
  .locals a {
    padding: 8px;
    -webkit-border-radius: 6px;
            border-radius: 6px;
  }
  .footer__menu {
    gap: 20px;
  }



}

@media screen and (max-width: 700px) {
	/* Title */
	h1{
		font-size: 26px;
	}

	h2 {
		font-size: 20px;
    padding: 8px;

	}

	h3, h4, h5{
		font-size: 18px;
	}

	.section {
		padding: 20px 14px;
	}
  .main {
    padding-top: 94px;
  }
  .prime {
    padding: 0;
    min-height: auto;
  }
  .prime__wrap {
    -webkit-border-radius: 0;
            border-radius: 0;
    max-width: 100%;
    padding: 35px 14px;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background: rgba(0, 97, 107, 0.6);
  }

	/* HEADER */
	.header__menu {
		max-height: -webkit-calc(100vh - 74px);
		max-height: calc(100vh - 74px);
	}


	.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 td:first-child, .table_about th:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }

  .tile, .block, .reviews__item {
    padding: 14px;
  }

  .table tr {
    padding: 12px;
  }

  .upto {
    min-height: auto;
    padding: 0;
  }
  .upto__wrap {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    max-width: 100%;
    padding: 35px 14px;
    -webkit-border-radius: 0;
            border-radius: 0;
    background: rgba(0, 97, 107, 0.55);
  }
  .upto__title {
    font-size: 22px;
    padding: 0;
  }
  .upto__text {
    font-size: 18px;
  }
  .block_img:not(.block) {
    padding-right: 0;
  }
  .block__image {
    position: static;
    margin-top: 20px;
    height: auto;
    margin-bottom: -14px;
    margin-right: -14px;
    margin-left: auto;
  }

  .bonus {
    padding: 20px 14px;
  }
  .bonus__image {
    position: static;
    height: auto;
    margin: 0 auto 12px auto;
  }
  .bonus h3 {
    text-align: center;
  }
  .banner {
    padding: 0;
  }
  .banner__wrap {
    padding: 14px;
  }
}

@media screen and (max-width: 425px) {
  .back-top__button {
    width: 22px;
    height: auto;
  }

  .article ul > li {
    padding: 10px 12px 10px 38px;
  }
  .article ul > li:before {
    width: 18px;
    height: 18px;
    left: 10px;
  }
  .bonus ul li{
    padding: 0 0 0 12px;
   }
  .bonus ul li::before {
    width: 3px;
    height: 3px;
    left: 0;
  }
  .article ol > li {
    padding: 10px 12px 10px 36px;
  }
  .article ol > li::before {
    width: 20px;
    height: 20px;
    font-size: 22px;
    left: 8px;
  }

  .block__image_center {
    margin-left: auto;
    margin-right: auto;
  }
  .service-item {
    padding: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-item__inner{
    text-align: center;
  }

  .faq-item__title {
    padding: 12px 12px 12px 44px;
  }
  .faq-item__title:before {
    width: 22px;
    height: 22px;
    left: 12px;
    top: 12px;
  }
  .reviews__item {
    gap: 12px;
  }
  .reviews__item-title {
    width: 100%;
  }
  .reviews__item-stars {
    width: 100%;
  }


}

@media screen and (max-width: 375px){
  .footer__menu > li {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .grade-item span{
    font-size: 30px;
  }
  .grade-item small {
    font-size: 22px;
  }
  .grade-item {
    padding: 10px;
    gap: 16px;
  }
  .grade-item p{
    font-size: 16px;
  }
  .header__time{
    display: none;
  }
}
