/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 30 version
*/


@charset "utf-8";

@media screen and (max-width: 1300px) {
	.header {
		padding: 16px 30px;
	}
	.header__button {
		min-width: auto;
		padding: 14px 20px;
	}
}
@media screen and (max-width: 1260px) {
	/*about*/
	.about__image {
		width: 50%;
	}
}
@media screen and (max-width: 1184px) {
	/* HEADER */
	.header__button-menu {
		display: block;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		    flex: 0 1 auto;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		    order: 3;
		min-width: 0;
		border: 1px solid rgba(4, 66, 71, 1);
		background: rgba(4, 66, 71, 1);
		padding: 15px;
		margin: 0px 0px 0px 16px;
	}

	.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 {
		background: rgba(13, 115, 124, 1) !important;
	}

	.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: rgba(13, 115, 124, 1);
		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: 64px 32px;
		margin: 0px !important;
		z-index: -1;
		-webkit-transition: all 0.75s;
		-o-transition: all 0.75s;
		transition: all 0.75s;
	}

	.logo {
		max-width: none;
	}

	.header__menu ul {
		display: block;
		max-width: 320px;
	}

	.header__menu ul:last-child {
		display: block;
	}

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

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

	/* hover */
	.header__button-menu:hover {
		border: 1px solid rgba(4, 66, 71, 1);
		background: rgba(4, 66, 71, 1);
	}

	/*menu*/
	.menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 16px 0px;
		background-color: transparent;
	}
	.menu li > a {
		border: 1px solid #fff;
	}
	.menu li {
		width: 100%;
	}
	.menu li + li {
		margin: 10px 0px 0px 0px;
	}



	/*about*/
	.about__background {
		opacity: 0.5;
	}
	
	/*advantages*/
	.advantages__image {
		width: 50%;
	}

	
}



@media screen and (max-width: 1000px) {
	/*header*/
	.header__menu .sidebar__menu {
		display: block;
		max-width: 320px;
		margin-top: 10px;
		padding: 0px;
	}
	.header__menu .sidebar__blocks {
		display: block;
		max-width: 320px;
	}


	/*banner*/
	.banner__image {
		position: absolute;
		top: 0;
		height: 100%;
		opacity: 0.5;
	}
	.banner__image:nth-child(1) {
		left: 0;
	}
	.banner__image:nth-child(3) {
		right: 0;
	}

	/*article*/
	.article__table-image {
		display: none;
	}
	.article__table table {
		width: 100%;
	}

	/*faq*/
	.faq-item__desc .wrap {
		padding: 0px 20px 20px 20px;
	}
}




@media screen and (max-width: 700px) {
	body::before {
		display: none;
	}
	/*header*/
	.header .header__button {
		display: none;
	}
	.header__menu .header__button-login, .header__menu .header__button-signup {
		display: inline-block;
		width: 160px;
		margin: 0;
	}


	/*about*/
	.about__background {
		display: none;
	}

	/*screen*/
	.screen .button {
		display: block;
	}
	.screen__image {
		opacity: 0.85;
	}

	.button-bg {
		bottom: auto;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

	/*article*/
	.article table tr td:nth-child(1) {
		min-width: 150px;
		padding: 13px 15px;
	}
	.article table th {
		padding: 20px 15px;
	}

	.article__table table tr td:nth-child(1) {
		min-width: auto;
	}
}



@media screen and (max-width: 600px) {
	/* Title */
	h1, h1.title {
		font-size: 12vw;
    line-height: 13vw;
	}
	h1.title span {
		font-size: 9vw;
		line-height: 9.5vw;
	}
	h2, .title {
		font-size: 8vw;
		line-height: 9vw;
		text-align: center;
		
	}

	h3, .title {
		font-size: 7vw;
		line-height: 9vw;
		text-align: center;
	}

	h4, .title {
		font-size: 6vw;
		line-height: 7vw;
		text-align: center;
	}

	.main {
		padding: 80px 16px 0px 16px;
	}
	.section {
		padding: 24px 14px;
	}
	

	.btn-box {
		text-align: center;
	}

	/*footer*/ 
	.footer {
		padding: 0px 16px;
	}
	.footer__content {
		padding: 24px 14px;
	}
	.footer__item-bottom {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	/*header*/
	.header {
		padding: 16px;
	}
	.header__logo {
		margin: 0;
	}

	/*screen*/
	.screen {
		padding: 0;
	}
	.screen__image {
		height: 240px;
	}

	/*prime*/
	.prime {
		padding: 120px 14px 40px 14px;
	}
	.prime__title span{
		font-size: 7.5vw;
	}

	/*banner*/
	.banner__image {
		display: none;
	}
	.banner__text {
		padding: 0;
	}


	/* F.A.Q. */
	.faq {
		padding: 0;
	}
	.faq-item__title {
		font-size: 16px;
		line-height: 19px;
		text-transform: none;
		text-align: left;
	}


	/* about */
	.about {
		padding: 0;
	}

	/*advanatages*/
	.advantages {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.advantages > div + div {
		margin-top: 30px;
	}
	.advantages__list:nth-child(1) {
		max-width: 100%;
		margin: 0px 0px 20px 0px;
	}

	.advantages__list:nth-child(2) {
		max-width: 100%;
		margin: 0;
	}
	.advantages__caption {
		margin: 0px 0px 15px 0px;
	}
	.advantages__caption img {
		width: 35px;
		height: 35px;
	}
	.advantages__image {
		display: none;
	}

	/*article*/
	.article table {
		margin: 16px -14px 0px -14px;
	}

	.article__table table {
		margin: 0;
	}

	.article table td {
		font-size: 12px;
		line-height: 15px;
	}
	.article table th {
		font-size: 13px;
		line-height: 16px;
		padding: 15px;
	}

	/*logos*/
	.logos {
		padding: 10px 0px;
	}
}


@media screen and (max-width: 426px) {
	/*footer*/
  .footer__item-center {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }


  .footer .icon {
    margin: 5px 10px;
    max-width: 45px;
    min-width: 45px;
  }

  .footer__copy {
    margin-top: 10px;
  }

	/*prime*/
	.prime {
		padding: 110px 0px 10px 0px;
	}
	.prime__button {
		min-width: 100%;
		font-size: 20px;
		background-size: 100%;
		padding: 48px 58px 62px 115px;
	}
	.prime__title {
		padding: 0px 14px;
	}

	/*article*/
	.article table tr td:nth-child(1) {
		min-width: 100px;
	}
	.article table tr td:nth-child(2) {
		padding: 13px 13px 13px 0px;
	}

	.article__table table tr td:nth-child(2) {
		padding: 13px;
	}

	/*about*/
	.about li:nth-child(odd) {
		padding: 10px;
		font-size: 14px;
	}
}

@media screen and (max-width: 380px) {
	/*header*/
	.header__language-dropdown > div {
		padding: 9px 20px 9px 12px;
	}
	.header__language-dropdown > div::before {
		right: 4px;
	}
	.header__language-dropdown > ul {
		padding: 12px 7px 12px 12px;
	}
	.header__logo {
		max-width: 110px;
	}
	.header__language-dropdown {
		max-width: 100px;
	}
	.header__menu {
		padding: 32px 15px;
	}
	.header__menu .header__button-login, .header__menu .header__button-signup {
		width: 130px;
		padding: 16px 10px;
	}
	.header__menu .header__button-login, .header__menu .header__button-signup {
		width: 100%;
	}

	.menu li > a {
		padding: 9px;
	}

	/*about*/
	.about li:nth-child(even) {
		padding: 15px 10px;
	}
	.about li:nth-child(odd) {
		padding: 15px 10px;
	}
	.about li {
		font-size: 14px;
	}

	
}