

@charset "utf-8";

@media screen and (max-width: 1300px) {
	.header {
		padding: 16px 30px;
	}
	.header__button {
		min-width: auto;
		padding: 14px 20px;
	}
	.header__language-dropdown > div {
		padding: 9px 35px 9px 24px;
	}

	.footer__cover {
		padding: 0px 30px 40px 30px;
	}
}
@media screen and (max-width: 1260px) {
	.menu li > a {
		min-width: auto;
	}
	/*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__image {
		display: none;
	}
	.about__button {
		display: none;
	}
	/*section table*/
	.section__table td {
		min-width: auto;
	}

}



@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;
	}
	/* FOOTER */
	.footer__general {
		-webkit-flex-basis: 192px;
		-ms-flex-preferred-size: 192px;
				flex-basis: 192px;
	}

	.footer__info {
		padding-left: 32px;
		padding-right: 32px;
	}

	.tiles__section {
		-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) {
	/* FOOTER */
	.footer__cover {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.footer__cover > * {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		    flex: 1 1 50%;
	}

	.footer__logo img {
		margin: auto;
	}

	.footer__info {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		    flex: 1 1 100%;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		    order: -1;
		padding-left: 0px;
		padding-right: 0px;
	}

	.footer__general,
	.footer__additional,
	.footer__additional ul {
		text-align: center;
	}

	/*prime*/
	.prime {
		padding: 70px 20px;
	}
	.prime__image {
		display: none;
	}
	.title.prime__title {
		text-align: center;
	}
	.prime .btn-box {
		text-align: center;
	}

	.banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 20px 32px
	}
	.banner__image {
		margin: 0;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		opacity: 0.5;
	}

	.section__list {
		margin-top: 24px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.section__list li:nth-child(odd) {
		max-width: 100%;
		font-size: 22px;
	}
	.section__list li:nth-child(even) {
		padding: 0;
	}
	.section__list li {
		margin: 0;
	}
	.section__list li + li {
		margin-top: 10px;
	}
}


@media screen and (max-width: 700px) {
	/*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 .btn-box {
		display: block;
	}
	.screen__image {
		opacity: 0.7;
	}

	/*faq*/
	.faq__item {
		padding: 12px 45px 12px 12px;
	}

	/*review*/
	.review ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.review ul li {
		padding: 0;
	}
	.review ul li:nth-child(1) {
		width: 100%;
	}
	.review ul li:nth-child(2) {
		width: 100%;
	}
	.review ul li + li {
		margin-top: 16px;
	}

	/*advantages*/
	.advantages__wrapp ul {
		width: 100%;
	}

	/* table */
	.section__table th {
		font-size: 18px;
		padding: 15px;
	}
	.section__table td {
		font-size: 14px;
		line-height: 18px;
		padding: 20px 15px;
	}

}



@media screen and (max-width: 600px) {
	/* Title */
	h1, h1.title.general {
		font-size: 10vw;
    line-height: 10vw;
	}
	h1.title.general span {
		font-size: 7.6vw;
	}

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

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

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

	article > * + h4, .article > * + h4 {
		margin-top: 24px;
	}

	article > * + h3, .article > * + h3 {
		margin-top: 24px;
	}

	article > * + h2, .article > * + h2 {
		margin-top: 24px;
	}
	.main {
		padding: 80px 16px 0px 16px;
	}
	.section {
		padding: 24px 14px;
	}
	

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

	.button {
		padding: 16px;
		font-size: 14px;
	}
	.button.button--bg {
		font-size: 16px;
	}
	/* about */
	.about {
		padding: 0;
	}
	.article .button {
		font-size: 14px; 
		padding: 16px 10px;
	}

	/*footer*/ 

	.footer__cover > * {
		padding-top: 35px;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		    flex: 1 1 100%;
	}
	/* FOOTER */
	.footer__general {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		    order: 1;
	}

	.footer__info {
		text-align: center;
	}
	.footer__logo {
		margin: 0;
	}

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

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

	.faq-item__title::before {
		width: 26px;
		height: 26px;
		top: 6px;
	}

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

	/*prime*/
	.prime {
		padding: 60px 14px 60px 14px;
	}
	.prime__image img{
		display: none;
	}

	/*section tiles*/
	.tiles__section {
		padding: 0;
	}

	.tiles__section .image {
		opacity: 1;
	}

	/*review*/
	.review table td:nth-child(1) {
		min-width: 120px;
		padding: 10px 10px 10px 0px;
	}
	.review table td:nth-child(2) {
		padding: 10px;
	}
	.review table td {
		font-size: 14px;
	}

	/*table*/
	.section__table {
		padding: 0;
	}
	

	.section__table th {
		font-size: 14px;
		line-height: 17px;
		padding: 15px 10px;
	}

	.section__table td {
		font-size: 12px;
		padding: 15px 10px;
		min-width: 96px;
	}
	.section__table p {
		padding: 0px 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;
	}


	.article .button {
		font-size: 12px; 
		padding: 16px 10px;
	}

}