@font-face {
     font-weight: 700;
     font-family: Raleway;
     font-style: normal;
     font-display: swap;
     src: url(../assets/fonts/Raleway-VariableFont_wght.ttf),
          url(../assets/fonts/raleway-variablefont_wght-webfont.woff2),
          url(../assets/fonts/raleway-variablefont_wght-webfont.woff);
}
@font-face {
     font-weight: 400;
     font-family: Raleway;
     font-style: normal;
     font-display: swap;
     src: url(../assets/fonts/Raleway-VariableFont_wght.ttf),
          url(../assets/fonts/raleway-variablefont_wght-webfont.woff2),
          url(../assets/fonts/raleway-variablefont_wght-webfont.woff);
}
@font-face {
     font-weight: 700;
     font-family: OpenSans-Bold;
     font-style: normal;
     font-display: swap;
     src: url(../assets/fonts/OpenSans-Bold.ttf), url(../assets/fonts/opensans-bold-webfont.woff),
          url(../assets/fonts/opensans-bold-webfont.woff2);
}
@font-face {
     font-weight: 400;
     font-family: Montserrat;
     font-style: normal;
     font-display: swap;
     src: url(../assets/fonts/Montserrat-VariableFont_wght.ttf),
          url(../assets/fonts/montserrat-variablefont_wght-webfont.woff),
          url(../assets/fonts/montserrat-variablefont_wght-webfont.woff2);
}
@font-face {
     font-weight: 500;
     font-family: Montserrat;
     font-style: normal;
     font-display: swap;
     src: url(../assets/fonts/Montserrat-VariableFont_wght.ttf),
          url(../assets/fonts/montserrat-variablefont_wght-webfont.woff),
          url(../assets/fonts/montserrat-variablefont_wght-webfont.woff2);
}
@font-face {
     font-weight: 700;
     font-family: Montserrat;
     font-style: normal;
     font-display: swap;
     src: url(../assets/fonts/Montserrat-VariableFont_wght.ttf),
          url(../assets/fonts/montserrat-variablefont_wght-webfont.woff),
          url(../assets/fonts/montserrat-variablefont_wght-webfont.woff2);
}
/*Обнуление*/
* {
     padding: 0;
     margin: 0;
     border: 0;
}
*,
*:before,
*:after {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
:focus,
:active {
     outline: none;
}
a:focus,
a:active {
     outline: none;
}
nav,
footer,
header,
aside {
     display: block;
}
html,
body {
     height: 100%;
     width: 100%;
     font-size: 100%;
     line-height: 1.2;
     font-size: 14px;
     -ms-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
     -webkit-text-size-adjust: 100%;
}

body.active{
	overflow: hidden;
}

input,
button,
textarea {
     font-family: inherit;
}
input::-ms-clear {
     display: none;
}
button {
     cursor: pointer;
}
button::-moz-focus-inner {
     padding: 0;
     border: 0;
}
a,
a:visited {
     text-decoration: none;
}
a:hover {
     text-decoration: none;
}
ul li {
     list-style: none;
}
img {
     vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
     font-size: inherit;
     font-weight: inherit;
}

h2{
	font-size: 30px;
    font-weight: 700;
    font-family: "Montserrat";
    display: block;
    width: 100%;
    padding: 20px 0px;
    color: #c64739;
}

h3{
	font-size: 27px;
    font-weight: 700;
    font-family: "Montserrat";
    display: block;
    width: 100%;
    padding: 20px 0px;
    color: #c64739;
}

a{
	color:#004563;
}

.breadcrumbs h1{
	font-size: 36px;
	color: #c64739;
	font-weight: 700;
	font-family: "Montserrat";
	margin: 30px 0 30px;
}

.padding-t{
	padding-top: 60px;
}

.padding-b{
	padding-bottom: 60px;
}

.margin-t{
	margin-top: 50px;
}

.padding-t-l{
	padding-top: 40px;
}

.wrapper {
     overflow: hidden;
     min-height: 100%;
     display: flex;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     flex-direction: column;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     font-family: "Montserrat", sans-serif;
     color: #00516d;
}



.text--sources{
	font-size: 19px;
}

img {
     display: block;
     max-width: 100%;
     height: auto;
}


@media (min-width:866px) {
	.desc-none{
		display: none!important;
	}

}

@media (max-width:865px) {

	.mob-none{
		display: none!important;
	}


}

/* popup Buy */



.popup__bg {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    pointer-events: none;
    transition: 0.5s all;
}

.popup__bg.active {
    opacity: 1!important;
    pointer-events: all;
    transition: 0.5s all;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 600px;
    transition: 0.5s all;
	padding: 50px 0px 25px 0px;
	border-radius: 17px;
}

.popup-buy{
    width: 500px;
}

.popup.active {
	transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
}

.popup-images__item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 30px;
    width: 100%;
}

.popup__images h2{
	text-align: center;
}

.popup__close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.popup__images h2{
	padding-top: 0px;
}

.articles__btn{
    color: #004563;
    border: 2px solid #004563;
	font-size: 19px;
    padding: 7px 10px;
    font-weight: 500;
    border-radius: 18px;
    font-family: "Montserrat";
    position: absolute;
    bottom: 62px;
    left:0px;
    max-width: 180px;
    text-align: center;
    right: 0px;
    margin: 0 auto;
}

.articles__btn:hover{
	border-color: #c64739;
	color:#c64739;
}

.articles__btn:active{
	border-color:#c64739;
	color:#c64739;
}


.popup__close:hover{

}

.popup__images{
	padding: 0px 35px 0px 35px;
	height: 390px;
	overflow-y: scroll;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.popup__img{
	max-width: 150px;
}


/* Track */
.popup__images::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Handle */
.popup__images::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #cccccc;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 10px;
	-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);

}

.popup__images::-webkit-scrollbar-thumb:window-inactive {
	background: #cccccc;
}




.popup__images::-webkit-scrollbar {
	width: 15px;
	-webkit-overflow-scrolling: auto;
	-webkit-appearance: none;
}

.popup__images::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #ccccc;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 10px;
	-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.popup__images::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.popup-images__img{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-radius: 17px;
    background-color: #ffffff;
    min-width: 180px;
    min-height: 100px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    /* margin: 0 auto; */
    overflow: hidden;
}

/*-----*/


.content {
     flex: 1 1 auto;
}
.container {
     position: relative;
     width: 100%;
     max-width: 1220px;
     margin: 0 auto;
     padding-right: 10px;
     padding-left: 10px;
}

.align-c{
	text-align: center;
}

.btn {
     border-radius: 25px;
     background-color: #c64739;
     font-size: 18px;
     color: #ffffff;
     font-weight: 700;
     font-family: "OpenSans-Bold";
     padding: 15px 50px;
     display: inline-block;
     position: relative;
     left: 50%;
     transform: translateX(-50%);
     cursor: pointer;
}

.btn:hover{
	background: #41a84e;
}

.btn--default {
    left: 0%;
    transform: translateX(0%);
    padding: 10px 40px;
}

.red-btn{
	background: #c64739!important;
	color:#fff!important;
}

.red-btn:hover{
	background: #41a84e!important;
	color:#fff!important;
}

.yellow-btn{
	background: #ffd652!important;
	color:#c64739!important;
}

.yellow-btn:hover{
	background: #c64739!important;
	color:#fff!important;
}

.green-btn{
	background: #41a84e!important;
	color:#fff!important;
}

.green-btn:hover{
	background: #ffd652!important;
	color:#c64739!important;
}

.blue-btn{
	background:  #e9e9e9!important;
	color: #004563!important;
}

.blue-btn:hover{
    background: #004563!important;
    color: #ffffff!important;
}

.instruction-right__button:hover{
	background: #41a84e!important;
}

.red {
	color: #c64739;
}

.content{
	padding-top: 111px;
}

/*header*/
.header {
    background-color: #f2f2f2;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.header__nav {
     display: flex;
     align-items: center;
}
.header__menu {
    margin-left: auto;
    margin-right: 165px;
}
.menu__item a{
	display: inline-block;
	position: relative;
     padding: 45px 16px;
}

.menu__item a:after{
	content: "";
    position: absolute;
    width: 2px;
    background: #80a1af;
    height: 60px;
    right: 0px;
    top: 25px;
}

.menu__nav .menu__item:last-child a:after {
     width:0px;
}
.menu__nav {
     display: flex;
}
.menu__item a {
     font-size: 21px;
     letter-spacing: 0px;
     color: #004563;
     font-weight: 500;
}

.menu__item a:hover{
	background: #ffdd50;
}

.menu__item--active a{
	background: #DEDEDE;
}

.header__btn {
     background: url("../assets/image/buy.png");
     background-size: cover;
     width: 165px;
     height: 174px;
     position: absolute;
     right: 10px;
     top: -11px;
     z-index: 9;
     display: block;
     cursor:pointer;
}
.header__btn-text {
     font-size: 24px;
     line-height: 26px;
     color: #c64739;
     font-weight: 700;
}

.header__btn-text {

     text-align: center;
     margin: 55px 0 5px;
}
.header__btn-img img {
     margin: 0 auto;
}
/*instruction*/
.instruction {
     position: relative;
     height: 504px;
     background: linear-gradient(124deg, #8bca73 20%, #41a84e 75%) 0 0/47% 100% no-repeat;
}
.instruction:before {
     content: "";
     position: absolute;
     bottom: 0;
     left: 48%;
    transform: translateX(-132px);
    width: 0;
    height: 0;
    border-bottom: 252px solid #fff;
    border-top: 253px solid #fff;
    border-left: 132px solid transparent;
}
.instruction:after {
     content: "";
     position: absolute;
     top: -1px;
     left: 47%;
     background: url("/assets/image/_Path_.png") no-repeat;
    background-size: 120%;
    transform: translateX(-136px);
    height: 505px;
    width: 138px;
}

.instruction__columns {
     display: flex;
}
.instruction__column {

     padding: 40px 0;
}

.instruction-left{
	flex: 1 1 50%;
}

.instruction-right{
	flex: 1 1 50%;
}

.instruction-right__img{
	max-width: 370px;
}

.instruction-left__title {
     font-size: 30px;
     line-height: 32px;
     color: #ffffff;
     font-weight: 700;
     margin-top: -5px;
     font-family: "Raleway";
}
.instruction-left__title span {
     margin-left: 60px;
}
.instruction-left__img img {
    position: absolute;
    z-index: 1;
    max-width: 710px;
    left: -34px;
    top: 99px;
}

.popup--form .btn{
	margin-top: 30px;
}

.instruction-left__img::before {
    content: url(../assets/image/dots.png);
    position: absolute;
    left: -418px;
    top: 165px;
    z-index: 1;
}

.instruction-right__title {
    margin-bottom: 40px;
    margin-left: 10px;
}
.instruction-right__text ul li {
     font-size: 25px;
     line-height: 30px;
     color: #003e6d;
     font-weight: 500;
    background: url(../assets/image/arrows.svg) no-repeat 0px 5px;
     padding: 0 0 46px 35px;
}

.instruction-right__text ul {
     max-width: 480px;
     margin: 0 auto;
}
.instruction-right__text ul li:nth-child(2) {
     margin-left: 40px;
}
.instruction-right__text ul li:nth-child(3) {
     margin-left: 80px;
}
.instruction-right__button btn {
     background-color: #41a84e;
}

.instruction-right__button{
	background: #41a84e;
}


.red__bold {
     color: #c64739;
     font-weight: 700;
}

.factors__text .red__bold a{
     color: #c64739;
}

.dark-blue__bold {
     color: #004563;
     font-weight: 700;
}
/*advantages*/
.advantages {
     position: relative;
     background: #ffdd50 url("../assets/image/dots_2.png") 100% 80px no-repeat;
     margin-bottom: 29px;
}
.advantages::before {
     content: url(../assets/image/lines.png);
     position: absolute;
     bottom: -29px;
}
.advantages__columns {
     display: flex;
     align-items: center;
     padding: 30px 0 30px;
     min-height: 260px;
}
.advantages__column-left {
    flex: 0 1 auto;
    position: relative;
    padding-left: 80px;
}
.advantages__column-left .advantages__text {
     font-size: 24px;
     line-height: 23px;
     color: #c64739;
     font-weight: 400;
}
.advantages__column-left:before {
     content: url(../assets/image/arrows3.svg);
     position: absolute;
     left: 0px;
     top: 50%;
     transform: translateY(-50%);
}
.advantages__column-center .advantages__text {
    font-size: 21px;
    line-height: 23px;
    color: #ba3227;
    max-width: 340px;
    margin: 0 auto;
    padding-top: 4px;
}
.advantages__column-right div {
     font-size: 24px;
     line-height: 31px;
     color: #004563;
     font-weight: 700;
}
.advantages__column-right div:not(:last-child) {
     margin-bottom: 30px;
}
.advantages__column-right .advantages__text-third span {
     font-weight: 400;
}
.advantages__column-center {
     flex: 0 1 42%;
     position: relative;
}
.advantages__column-center:before {
     content: url(../assets/image/left_lines.png);
     position: absolute;
     top: -42px;
}
.advantages__column-center::after {
     content: url(../assets/image/lines_right.png);
     top: -42px;
     right: 7px;
     position: absolute;
}

.synergy__circles img{
	max-width:326px;
}


.advantages__column-right {
     position: relative;
     top: 10px;
     flex: 0 1 30%;
}
.advantages__text-first,
.advantages__text-third {
     margin-left: -30px;
}
.advantages__text-second {
     position: relative;
     left: 20px;
     top: 5px;
}
/*vantage*/

.vantage__columns {
     display: flex;
     align-items: center;
     padding: 50px 0 40px;
}
.vantage__column:first-child {
     flex: 1 1 55%;
}
.vantage__column:last-child {
     flex: 1 1 45%;
}
.vantage__title {
     font-size: 45px;
     font-family: "Raleway";
     margin-bottom: 40px;
}
.vantage__title span:last-child {
     margin-left: 100px;
}

.vantage__block {
}
.vantage__items {
     margin-left: 23px;
}
.vanteage__item {
     font-size: 20px;
     line-height: 23px;
     color: #00516d;
     font-weight: 400;
     padding-bottom: 10px;
     border-bottom: 1px solid #c1c1c1;
     padding-left: 30px;
     position: relative;
}

.vantage__items{
	list-style-type: none;
}

.vanteage__item span{
	bottom: 10px;
	position: absolute;
    left: -20px;
    color: #c64739;
    font-weight: 700;
}

.vanteage__item:after {
     content: url(../assets/image/line_red.png);
     position: absolute;
     left: -22px;
     bottom: -7px;
}
.vanteage__item:not(:last-child) {
     margin-bottom: 30px;
}
.vanteage__item::marker {
     color: #c64739;
     font-weight: 700;
}
.vantage__img {
     margin-bottom: 20px;
}

.vantage__img img{
    max-width: 490px;
    margin-left: auto;
}
.vantage__button.btn {
     transform: translateX(0);
}


.banner_news__item--height a:after{
	top:7px!important;
}

/*synergy*/
.bold {
     font-weight: 700;
}
.synergy {
     background: linear-gradient(124deg, #f1f1f1 100%, #f1f1f1 100%) 0 center/46% 480px no-repeat;
     position: relative;
     margin-bottom: 50px;
}
.synergy:before {
     content: "";
     position: absolute;
     top: 50%;
     left: 46%;
     transform: translate(-140px, -50%);
     width: 0;
     height: 0;
     border-bottom: 240px solid #fff;
     border-top: 240px solid #fff;
     border-left: 140px solid transparent;
}

.synergy__columns {
     display: flex;
     align-items: center;
     padding: 230px 0;
     align-items: stretch;
}
.synergy__column {
     flex: 1 1 48px;
     padding-left: 78px;

}
.synergy__column.items {
     flex: 1 1 52px;
     position: relative;
}
.synergy__title {
     font-size: 41px;
     color: #004563;
     font-family: "Raleway";
     margin-bottom: 30px;
     line-height: 51px;
}
.synergy__title span {
     font-size: 105px;
     line-height: 32px;
     font-weight: 400;
     font-family: "Montserrat";
	 padding-left: 15px;
}
.synergy__subtitle {
     font-size: 25px;
     font-weight: 400;
     margin-bottom: 15px;
     max-width: 395px;
     letter-spacing: -1px;
}

.synergy__text {
     max-width: 362px;
     font-size: 15px;
}
.synergy__circles {
     height: 10px;
     margin-bottom: 30px;
     position: relative;
}
.synergy__circles:before {
     content: url(../assets/image/arrows3_1.svg);
     position: absolute;
     left: -80px;
     top: -16px;
}

.synergy__column .item {
     display: flex;
     width: 437px;
     height: 345px;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     position: absolute;
}

.synergy__column .item .bold{
	font-size: 22px;
}

.synergy__column .item:after {
     content: url(../assets/image/hexagon.png);
     position: absolute;
     z-index: -1;
     right: -95px;
     top: -44px;
}
.synergy__column .item-red {
     background: url(../assets/image/figure_1.png) no-repeat;
     top: -210px;
     left: -164px;
}
.synergy__column .item__title {
     font-size: 28px;
     color: #ffffff;
     font-weight: 700;
     padding-bottom: 15px;
     margin-bottom: 15px;
     position: relative;
}

.synergy__column .item__title:before{
	position: absolute;
	content:"";
	width: 140px;
	height: 2px;
	background: #ffffff;
	bottom:-2px;
}

.synergy__column .item__text {
     width: 220px;
     font-size: 17px;
     color: #fff;
    line-height: 20px;
     font-weight: 500;
}
.synergy__column .item-yellow .item__text,
.synergy__column .item-yellow .item__title {
     color: #004563;
}

.item-yellow .item__text{
    width: 248px;
    letter-spacing: -1px;
}

.item-yellow .item__content{
    position: relative;
    left: 10px;
}


.synergy__column .item-yellow .item__title:before{
	background: #004563;
}

.synergy__column .item-yellow {
     background: url(../assets/image/figure_2.png) no-repeat;
     left: 120px;
     z-index: 2;
}
.synergy__column .item-darkblue {
     background: url(../assets/image/figure_3.png) no-repeat;
     bottom: -210px;
     left: -164px;
}
/*factors*/

.factors__columns {
     display: flex;
     margin-bottom: 60px;
}
.factors__column:first-child {
     flex: 1 1 35%;
}
.factors__column:last-child {
     flex: 1 1 65%;
     margin-top: 70px;
}
.factors__title {
     margin-bottom: 20px;
     position: relative;
     padding-right: 40px;
     max-width: 330px;
}

.factors__title a{
     font-size: 23px;
     color: #c64739;
     font-weight: 400;
}

.factors__title::after {
     content: "";
     background: url(../assets/image/arrows.svg) no-repeat;
     width: 40px;
     height: 37px;
     position: absolute;
     background-size: cover;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
}
.factors__img::after {
	position: relative;
    left: 27px;
     content: url(../assets/image/arrows-right.svg);
}
.factors__img {
     display: flex;
}

.factors__img img{
	max-width: 222px;
}

.factors__img img {
     margin-right: 80px;
}
.factors__text {
     font-size: 28px;
     color: #004563;
     font-weight: 700;
     padding: 0px 100px;
}

/*support*/
.support {
     margin-bottom: 25px;
}
.support__title {
     font-size: 45px;
     color: #41a84e;
     font-weight: 700;
     margin-bottom: 35px;
}
.support__container {
     max-width: 790px;
}
.support__item {
     font-size: 22px;
     color: #00516d;
     font-weight: 400;
     padding: 25px 0 25px;
     background: url(/assets/image/check.svg) 0 50% no-repeat;
     padding-left: 65px;
}
.support__item:not(:last-child) {
     border-bottom: 1px solid #c1c1c1;
}

/*pack*/
.pack {
     margin-bottom: 50px;
}

.pack__block-top {
     background: linear-gradient(124deg, #ffdd50 100%, #ffdd50 100%) 0 center/56% 436px no-repeat;
     position: relative;
     z-index: 2;
}

.pack__columns::after {
	content: "";
    background: url(/assets/image/circle.png) no-repeat -119px 88px;
    top: -29px;
    position: absolute;
    left: -490px;
    width: 590px;
    height: 444px;
    background-size: 120%;
}

.pack__columns {
     display: flex;
     align-items: center;
     padding: 20px 0 40px;
     min-height: 436px;
     background: linear-gradient(124deg, #ffdd50 100%, #ffdd50 100%) 0 center/740px 436px no-repeat;
     position: relative;
}
.pack__columns:before {
     content: "";
     position: absolute;
     top: 50%;
     left: 880px;
     transform: translate(-142px, -50%);
     width: 0;
     height: 0;
     border-bottom: 218px solid transparent;
     border-top: 218px solid transparent;
     border-left: 140px solid #ffdd50;
     z-index: 0;
}
.pack__column {
     z-index: 2;
}
.pack__column:first-child {
     flex: 1 1 50%;
}
.pack__column:last-child {
     flex: 1 1 50%;
}
.pack__titile {
     font-size: 69px;
     font-weight: 400;
     line-height: 75px;
     font-family: "Raleway";
     margin-bottom: 40px;
     display: flex;
     padding-left: 110px;
     background: url(../assets/image/arrows_pack.svg) 0 10px no-repeat;
}
.pack__title-left {
     font-size: 181px;
     line-height: 146px;
     font-weight: 400;
     font-family: "Montserrat";
}
.pack__subtitle {
     font-size: 30px;
     font-weight: 400;
     margin-bottom: 15px;
     padding-bottom: 15px;
     border-bottom: 2px solid #c64739;
     margin-left: 135px;
     width: 434px;
}

.pack__title-right .bold{
    letter-spacing: 1px;
}

.pack__text {
	font-size: 21px;
    letter-spacing: 0.8px;
    margin-left: 135px;
}
.pack__img img {
     margin-left: -70px;
}
.pack__button {
    margin: -19px 0 0 -70px;
}

.pack__block-bottom {
     background: url("../assets/image/dots_pack.png") 100% 80px no-repeat,
          linear-gradient(270deg, #8bca73 0%, #8bca73 25%, #41a84e 75%, #41a84e 100%);
     position: relative;
     min-height: 370px;
     margin-top: -200px;
}

.pack__block-bottom--one{
	margin-top: 40px;
	min-height: 140px;
}

.pack__lines img {
     position: absolute;
     width: 50%;
     height: 49px;
     bottom: -28px;
}

.pack__img img{
	max-width: 557px;
}

.experience{
	position: relative;
    margin-bottom: 70px;
}

.experience__title{
	position: absolute;
	top:-169px;
	font-size: 42px;
	line-height: 44px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Montserrat";
	min-height: 95px;
	display: flex;
	align-items: center;
	width: 100%;
}

.experience__wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.experience__item{
	-webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
	flex: 1 1 50%;
    max-width: 50%;
}

.experience__img{
	margin-left: auto;
}

.experience-item__number{
	font-size: 60px;
	font-weight: 700;
	font-family: "Montserrat";
}

.experience-item__title{
	font-size: 30px;
    line-height: 37px;
	color: #004563;
	font-family: "Raleway";
}

.experience-item__line{
	height: 1px solid #c64739;
	border-top:1px solid #D3746A;
	border-bottom: 1px solid #F0D0CD;
	width: 400px;
	margin: 40px 0px;
}

.experience-item__text{
	font-size: 18px;
	line-height: 28px;
	color: #004563;
	font-weight: 400;
	font-family: "Montserrat";
}

.experience-item__href{
	padding-top: 40px;
	font-size: 19px;
	line-height: 24px;
}

.link-text{
	color: #c64739;
	font-weight: 400;
	font-family: "Montserrat";
    display: inline-block;
	border-bottom: 1px solid #c64739;
}

.link-text:hover{
	border-bottom: 1px solid #fff;;
}

.where-buy{
    background: url(../assets/image/were_buy_right.png) 100% 0px no-repeat, url(../assets/image/were_buy_left.png) -75px 0px no-repeat, linear-gradient(270deg, #8bca73 0%, #8bca73 25%, #41a84e 75%, #41a84e 100%);
    position: relative;
    min-height: 320px;
}

.where-buy__title{
    margin: 50px 0px;
    font-size: 42px;
    line-height: 42px;
    color: #ffffff;
    background: #55A84E;
    display: inline-block;
    font-weight: 700;
    font-family: "Montserrat";

}

.where-buy__img{
	margin: 0 auto;
    object-fit:contain;
    padding: 10px;
}

.where-buy__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    border-radius: 17px;
	background-color: #ffffff;
	max-width: 280px;
	min-height: 118px;
	max-height: 118px;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 auto;
	overflow: hidden;
}

.where-buy__container{
	position: relative;
	padding: 0px 50px 0px 50px;
}

.where-buy__btn-prev:after{
	content:"";
	background: url(/assets/image/arrow_left-white.png) no-repeat;
    height: 50px;
    width: 28px;

}

.where-buy__btn-next:after{
	content: "";
	background: url(/assets/image/arrow_left-white.png) no-repeat;
	height: 50px;
	width: 28px;
	transform: rotate(180deg);
}

.articles{
	padding: 60px 0 60px;
}

.articles--index{
	padding: 0px 0 0px;
}


.articles__item{
	margin:0 auto;
	width: 308px;
	height: 325px;
	padding: 30px;
	border-bottom: 35px solid #e9e9e9;
}

.articles_title{
	font-size: 45px;
	color: #004563;
	font-weight: 700;
	font-family: "Montserrat";
	padding-bottom: 60px;
}

.articles__container{
	position: relative;
	padding: 0px 50px;
}


.articles-item__name{
	text-align: left;
	font-size: 27px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Montserrat";
}

.articles-item__name a:hover{
	color:#fff;
}

.articles-item__name a{
	color: #ffffff;
}

.articles__swiper .swiper-slide{
	text-align: center;
	overflow: auto;
}

.articles__btn-prev:after{
	content:"";
	background: url(../assets/image/arrow_left-grey.png) no-repeat;
    height: 50px;
    width: 28px;

}

.articles__btn-next:after{
	content:"";
	background: url(../assets/image/arrow_right-grey.png) no-repeat;
	background-size: contain;
    height: 50px;
    width: 28px;
}


.flip {
    position: relative;
/*     &.flip-vertical {
        >.back {
            transform: rotateX(-180deg);
        }
        &:hover {
            >.front {
                transform: rotateX(180deg);
            }
            >.back {
                transform: rotateX(0deg);
            }
        }
    } */
}

.flip .front,
.flip .back {
    display: block;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    transition-duration: .5s;
    transition-property: transform, opacity;
}
.flip .front {
    transform: rotateY(0deg);
}
.flip .back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
}


.flip {
    position: relative;
    display: inline-block;
}

.flip .front, .flip .back {
	   padding: 30px;
      display: block;
      text-align: justify;
		font-size: 15px;
		line-height: 19px;
		color: #004563;
		font-weight: 400;
		font-family: "Montserrat";
      background-size: cover!important;
      background-position: center!important;
      height: 358px;
      background: #e9e9e9;
}


.flip:hover .front {
    transition-timing-function: cubic-bezier(): 0.2s;
    transform: rotateY(-180deg);
}

.flip:hover .back {
    opacity: 1;

    transform: rotateY(0deg);
}

/* .flip .back p {
        font-size: 0.9125rem;
        line-height: 160%;
        color: #999;
      }
 */
.flip .back:before{
	content: "";
	height: 2px;
	width: 240px;
	background:  #004563;
	position: absolute;
	bottom: 35px;
    right: 0;
    left: 0;
    margin: auto;
}

.sources{
	padding: 60px 0px 40px;
	border-top:2px solid #cdcdcd;
}

.sources__title{
	font-size: 29px;
	color: #004563;
	font-weight: 700;
	font-family: "Montserrat";
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

.sources__title::before{
	content: "";
    position: absolute;
    top: 0px;
    left: 200px;
    width: 15px;
    margin-top: 0px;
    height: 30px;
    background: url(/assets/image/arrow_right-grey.png) no-repeat;
    background-size: contain;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sources__title:hover{
	cursor: pointer;
}

.sources__title--active::before{
	-webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sources__hidden.text{
	font-weight: 400;
	font-size: 16px;
	color:#00516d;

}

.sources__hidden p{
	margin-bottom: 15px;
}



.footer__top{
	background: #ffd652;
	padding: 45px 0 40px;
	color:#004563;
	font-size: 16px;
	font-weight: 400;
	font-family: "Montserrat";
}

.footer__wrapper-top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 -40px!important;
}

.footer-col{
	margin:0px 40px;
}

.footer__logo{
	width: calc(30% - 80px);
}

.footer__address{
	width: calc(30% - 80px);
}

.footer__text{
	width: calc(45% - 80px);
}

.footer__middle{
	font-size: 45px;
	color: #8c9091;
	font-weight: 400;
	font-family: "Montserrat";
	background: #e9e9e9;
	padding: 45px 0px;
	text-align: center;
}

.footer__bottom{
	text-align: center;
	padding: 30px 0px 10px;
	font-size: 14px;
	color: #8c9091;
}

.banner-articles{
	background: #e9e9e9;
}

.banner-articles__cols{
	display: flex;
	min-height: 495px;
	flex-wrap: wrap;
}

.banner-articles__img img{
	width: 668px;
}

.banner-articles__img{
    position: absolute;
    left: -158px;
    top: 4px;
}

.banner-articles__button{
    position: absolute;
    bottom: 70px;
}

.banner-articles__img::before {
	content: url(../assets/image/dots.png);
	position: absolute;
    left: -340px;
    top: 67px;
}

.banner-articles__img img{
	position: relative;
}

.banner-articles__title{
	font-size: 39px;
	color: #003e4c;
	font-family: "Raleway";
}

.banner-articles__title{
	color: #003e4c;
	font-size: 52px;
	font-family: "Raleway";
}

.banner-articles__uppercase{
	text-transform: uppercase;

}

.banner-article__col--left {
    flex: 1 1 45%;
    position: relative;
}

.banner-article__col--right{
	flex: 1 1 55%;
    align-items: center;
    display: flex;
    padding-left:
}

.banner-articles__last-txt{
	display: block;
	font-size: 39px;
	margin-right: -90px;
	text-align: right;
}

.articles__container--index{
	padding:0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.articles__container--index{
	margin:0px -64px;
}

.articles__item--index{
	border-bottom: none;
	width: 370px;
	height: 358px;
	margin: 0px 66px;
	position: absolute;
}

.articles__container--indexTwo{
	width: 1200px;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
}

.articles__container--indexThree{
	flex-wrap: wrap;
}

.articles__container--indexThree .articles__item--index{
	width: 310px;
}

.articles__item--full-width{
	width: 100%;
	margin: 0px 16px;
}

.articles__item--index{
	margin-bottom: 112px;
	position: relative;
}

.articles__item--index:hover .articles-item__btn a{
	color: #003e6d;
}

.articles-item__btn{
	position: absolute;
    bottom: 50px;
    right: 35px;
}

.articles-item__btn a{
    font-size: 24px;
    padding:5px 10px;
	color: #ffffff;
	font-weight: 500;
	border-radius: 18px;
	border: 2px solid #ffffff;
	font-family: "Montserrat";
}

.info_remaxa{
	padding-bottom: 60px;
}

.info_remaxa__hidden{
	font-weight: 400;
	font-size: 19px;
	color:#00516d;
	overflow: hidden;

}

.info_remaxa__item .info_remaxa__name::before{
	content: "";
	background: url(/assets/image/arrows.svg);
	position: absolute;
	right: -40px;
	top:35px;
	width: 27px;
	height: 27px;
	-webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.info_remaxa__item .info_remaxa__name{
	padding-bottom: 10px;
}

.info_remaxa__item{
	font-size: 21px;
	display: block;
	color: #c64739;
	font-weight: 700;
	font-family: "Montserrat";
	position: relative;
	padding: 30px 0 10px;
	border-bottom: 2px solid #003e4c;
	margin-right: 45px;
}

.info_remaxa__item .info_remaxa__name:hover{
	cursor: pointer;
}

.info_remaxa__item--active.info_remaxa__name::before {
	-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.banner_news{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
	/* padding-bottom: 40px; */
}


.banner_news__col{
	height:300px;
}


.banner_news__col--left{
	flex:1 1 55%;
	position: relative;
}

.banner_news__img{
	position: relative;
}

/* .banner_news__img:after{
	content: "";
    background: url(/assets/image/remaxa_line_news.png) no-repeat;
    position: absolute;
    left: -104px;
    top: 60px;
    width: 311px;
    height: 198px;
    z-index: 0;
    background-size: 100%;
}

 */

.banner_news__col--right{
    flex: 1 1 45%;
    flex-wrap: wrap;
    flex-direction: column;
    display: flex;
    align-items: flex-end;
    padding-right: 0px;
    padding-left: 80px;
    justify-content: center;
}

.title-relation{
	font-size: 20px;
	color:#c64739;
	text-decoration: underline;
	text-align:center;
	width: 100%;
	padding:0  0px 30px;
}

.banner_news__item{
/* 	-webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.26);
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.26); */
	/* width: 385px; */
/* 	background: #fff; */
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.banner_new-img{
    flex: 1 0 60px;
    height: 60px;
    vertical-align: middle;
    display: inline-flex;
    margin-right: 20px;
}

.banner_new-txt{
	flex: 1 0 calc(100% - 80px);
}

.banner_news__item a{
    display: inline-flex;
    position: relative;
    padding: 0px 20px 0px 20px;
    font-size: 22px;
    color: #004563;
    font-weight: 500;
    font-family: "Montserrat";
    border-left: 2px solid #c64739;
    min-height: 60px;
    align-items: center;
}

.banner_news__item{
	margin: 30px 0px;
}

.banner_news-wrapper{
	width:100%;
}

.banner_new-img img{
	width: 60px;
	height: 60px;
}

.text .articles-line__text h4{
	margin-top: 0px;
}

/* .banner_news__img img{
    position: absolute;
    right: -72px;
    z-index: 9;
    top: -14px;
}
 */




.banner_news__item:hover a{
	color:#c64739;
}

.articles-line{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
    margin: 16px 0px;
}
.articles-line__img{
	flex: 1 0 10%;
	padding-right: 10px;
}


.articles-line__text{
    flex: 1 0 90%;
}

.articles-line--20 .articles-line__img{
	flex: 1 0 25%;
}


.articles-line--5 .articles-line__img{
	flex: 1 0 5%;
}


.articles-line--20 .articles-line__text{
	flex: 1 0 75%;
    align-items: center;
    display: flex;
}

.articles-line--5 .articles-line__text{
	flex: 1 0 95%;
    align-items: center;
    display: flex;
}

.articles-line--5 .articles-line__text p{
	margin: 0px;
}

.role-item{
    background:linear-gradient(270deg, #8bca73 0%, #8bca73 25%, #41a84e 75%, #41a84e 100%);
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    padding: 35px 0px;
}

.role-item--yellow{
	background: #ffd652!important;
}

.role-item--yellow .role-item__text{
	color:#00516d!important;
	position: relative;
	z-index: 99;
}

.role-item--yellow  .role-item__col .link-text{
	color:#c64739!important;
	border-color:#c64739;
}


.role-item:after{
    content: "";
    bottom: -45px;
    right: -84px;
    position: absolute;
    background: url(../assets/image/dots_role--news.png) no-repeat;
    width: 305px;
    height: 255px;
    z-index: 0;
}

.role-item__img img{
	max-width: 290px;
}

.block-html{
    margin-top: 60px;
    margin-bottom: 60px;
}

.role-item__text{
	font-size: 22px;
	color: #ffffff;
	padding-left: 118px;
	font-family: "Montserrat";
	position: relative;
}

.role-item__text:before {
	content: "";
    background: url(../assets/image/arrows3.svg);
    width: 54px;
    height: 37px;
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
}

.role-item__col--left{
	flex:0 1 65%;
}
.role-item__col--right{
	flex:0 1 35%;
	position: relative;
}

.role-item__img{
	top: -75px;
	right:65px;
	position: absolute;
}

.role-item__btn{
	position: absolute;
	bottom:-57px;
	right: 95px;
	z-index: 9;
}

.btn--role{
	padding: 15px 34px;
}

.article-line--border{
	border-top:2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	margin: 30px 0px;
    padding: 40px 0px;
}

.banner__color img{
    margin: 0 auto;

}

.what-function{
	margin: 30px 0px;
	border-top:2px solid #c64739;
	border-bottom: 2px solid #c64739;
}

.what-function p{
	padding: 40px 0px;
	font-size: 25px;
	color: #004563;
	line-height: 30px;
	padding-left: 150px;
	font-family: "Montserrat";
	position: relative;
}


.what-function p:before {
    content: url(../assets/image/arrows_3.png);
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.functions-line{
	background: linear-gradient(124deg, #ffdd50 100%, #ffdd50 100%) 100% center/38% no-repeat;
    position: relative;
    z-index: 2;
    min-height: 265px;
    margin: 30px 0px;
}

.senergies-mob--news .senergies--news:not(:first-child):before{
	background: transparent;
}

.senergies-mob--news .senergies--news:not(:first-child):after{
	background: transparent;
}

.senergies-mob--news .senergies--news .senergies__btn{
    position: absolute;
    bottom: -50px;
    right: 0px;
    z-index: 99;
    color: #2e526c;
    content: "";
    background: #ffd652;
    padding: 5px 20px;
}



.senergies-mob--news .senergies-mob__item .senergies__btn:before{
	background: #2e526c;
	position: absolute;
	background: url(/assets/image/arrow-items_b.svg) no-repeat 3px 0px;
    background-size: contain;
    right: 50%;
    left: auto;
    transform: rotate(180deg);
    width: 20px;
}

.popup-images__item .btn{
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: 500;
	font-family: 'Montserrat';
}

.instruction-right__text .instruction-right_2btn li{
	padding-bottom: 30px;
}

.main__banner img{
	margin: 0 auto;
}

.block-html--p0{
	margin: 0px;
}


.text .ul-red li:after{
    content: url(/assets/image/check-red.svg);
}

.text .ul-blue li:after{
    content: url(/assets/image/check-blue.svg);
}

.text .ul-black li:after{
    content: url(/assets/image/check-black.svg);
}

.text .ul-yellow li:after{
    content: url(/assets/image/check-yellow.svg);
}

.text .ul-disc-red li:after{
    content: url(/assets/image/disc-red.svg);
    width: 6px;
    height: 6px;
    left: 8px;
    top: -2px;

}

.text .ul-disc-blue li:after{
    content: url(/assets/image/disc-blue.svg);
    width: 6px;
    height: 6px;
    left: 8px;
    top: -2px;
}

.text .ul-disc-black li:after{
    content: url(/assets/image/disc-black.svg);
    width: 6px;
    height: 6px;
    left: 8px;
    top: -2px;
}

.text .ul-disc-yellow li:after{
    content: url(/assets/image/disc-yellow.svg);
    width: 6px;
    height: 6px;
    left: 8px;
    top: -2px;
}




	.functions-line__bg-dots{
	    position: absolute;
	    background: url(/assets/image/dots__functions.png) no-repeat;
	    width: 504px;
	    height: 221px;
	    right: -86px;
	    bottom: 0px;
	    z-index: 99999;
	}

@media (max-width:1164px){
	.functions-line__bg-dots{
		background: transparent;
	}
}



.container--functions-line .functions-line__img.functions-img:before {
	content: "";
    position: absolute;
    top: 50%;
    right: 297px;
    transform: translate(-142px, -50%);
    width: 0;
    height: 0;
    border-bottom: 150px solid #fff;
    border-top: 150px solid #fff;
    border-right: 115px solid #ffdd50;
    z-index: 0;
}

.container--functions-line .functions-line__img.functions-img{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background: linear-gradient(124deg, #ffdd50 100%, #ffdd50 100%) 100% center/440px no-repeat;
	min-height: 300px;
	position: relative;
	align-items: center;
}

.container--functions-line{
	display: flex;
}

.functions-line__txt{
	flex:0 1 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	line-height: 20px;
	position: relative;
}

.functions-line__img{
    flex: 0 1 50%;
    position: relative;
    z-index: 99;

}

.functions-line__img img{
	position: absolute;
    left: -66px;
    top: 25px;
    max-width: 300px;
}

.functions-line__wrap-txt{
	display: flex;
    /* position: absolute; */
    text-align: justify;
    /* top: -54px; */
    font-size: 18px;
    padding: 0px 40px 0px 0px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.functions-img__description{
    font-size: 23px;
    max-width: 300px;
    position: absolute;
    left: 235px;
   line-height: 25px;
}

.btn-function{
    position: absolute;
    left: 123px;
    bottom: 27px;
    font-size: 15px;
    padding: 11px 33px;
}

.functions-img__description a{
	font-size: 20px;
	margin-top: 40px;
	display: inline-block;
}

.questions__answers, .questions__desctop{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
    align-items: baseline;
    position: relative;
}

.questions-desctop__item{
	flex: 0 1 33%;
}

.questions__item--mob{
	flex: 0 1 100%;
}

.questions__answers--mob{
	display: none;
}

.questions-item__answers{
	padding:0px 40px 20px 60px;
}

.questions-item__name, .questions-desctop__href{
	font-size: 20px;
	font-weight: 500;
	margin: 20px 40px 20px 60px;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 18px;
	color:#00516d;
}

.questions-item__name:before, .questions-desctop__href:before{
    content: "";
    position: absolute;
    left: -60px;
    background: url(/assets/image/arrows_answers.png) center center no-repeat;
    background-size: contain;
    width: 26px;
    height: 48px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;

}


.questions-item--active.questions-item__name:before {
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.questions__title {
    font-size: 36px;
    color: #55a84f;
    font-weight: 700;
    font-family: "Montserrat";
    margin: 30px 0px;
}

.questions__form .questions__title {
	margin: 0px;
	color:#fff;
	background: #55a84f;
	border-radius: 20px;
    padding: 20px 0px 20px;
    position: relative;
}

.questions__form .questions__title:after{
	content: "";
	height: 1px;
	width: 90%;
	position: absolute;
	bottom: 15px;
	left: 0px;
	right:0px;
	margin: auto;
	border-bottom: 4px dotted #ffffff;
}

.questions__form .questions__title{

}

#contactForm{
    margin: 0px 10px 0px 10px;
}


.questions__form--active + #contactForm{
    border-bottom: 10px solid #55a84f;
    position: relative;
    top: -1px;

}

.contactForm_wrapper{
    padding:20px 20px 20px;
    background: #fff;
    border-radius: 10px 10px 23px 23px;
}

#contactForm{
	background: transparent;
}

.breadcrumbs .questions__title {
	color: #55a84f;
}
.questions__form{
display:none;
	max-width: 1060px;
	margin: 0 auto;
	background: #55a84f;
	margin-top: 30px;
	border-radius: 20px;
}

.contactForm, .contactForm_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
}

.contactForm .contactForm_wrapper > div{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.questions-form__label{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 30%;
	font-size: 18px;
	align-items: center;
}

.questions-form__input, .questions-form__select{
    border: 2px solid #e9e9e9;
    float: left;
    padding: 15px;
    font-family: "Montserrat", sans-serif, arial;
    font-weight: 500;
    font-size: 18px;
    width: 70%;
}

#contactForm .contactForm_wrapper .questions__submit{
	justify-content: center;
}

.questions__submit .btn{
	background: #55a84f;
}

.questions__submit{
    border-bottom: 4px dotted #55a84f;
    margin-bottom: 15px;
}



.questions__submit .btn{
	transform: translateX(0);
	left:0;
	cursor: pointer;
}

.questions-form__info{
	font-size: 18px;
}

.questions-form__info > div{
	padding-bottom: 16px;
}

.questions-form__info > div:last-child{
	padding-bottom: 0;
}

.questions-form__info a:hover{
	text-decoration: none;
}

.questions-form__info a{
	text-decoration: underline;
	color:#00516d;
}

.questions__arrow{
	float: right;
	background: #fff;
    border-radius: 100%;
    display: inline-block;
    float: right;
   	cursor: pointer;
   	position: relative;
    right: 20px;
}

.questions__arrow img{
	transform: rotate(180deg);
	padding: 5px;
	width: 40px;
    height: 40px;
}

.questions__form--active .questions__arrow{
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
	transform: rotate(180deg);
}

.questions-wrapper{display:none;
	max-width: 1060px;
	margin: 0 auto 30px;
	padding-top: 30px;
}


.questions-item__answers{
	font-size: 16px;
}


.questions__close{
	position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.questions_overlay{
	position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    pointer-events: none;
    transition: 0.5s all;
    opacity: 0;
}

.questions_overlay:target {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}

.questions_overlay:target + .questions-desctop__answer{
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
    background: #fff;
    z-index: 9999999;
    color:#666666;
}

.questions-desctop__answer ul li{
	list-style-type: disc;
}

.questions-desctop__answer ul{
	padding: 20px;
}

.questions-desctop__answer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 720px;
    transition: 0.5s all;
    padding: 30px;
    border-radius: 17px;
    z-index:
}

.questions-desctop__answer h3{
	font-size: 23px;
	font-weight: 700;
    padding-bottom: 40px;
    padding-top: 20px;
}

.questions-desctop__answer > div{
	font-size: 18px;
}

.text table {
	width: 100%!important;
	height: auto;
    border-collapse: collapse;
}
.text td {
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: top;
}
.text tr:first-child {background: #eee;}


.icon__menu{
	display: none;
}

 .block--paging li{
	 display: inline-block;
	 padding: 5px;

 }
  .block--paging li a{
	color: #00516d;
  }


.block--paging{
  	padding-top: 20px;
}

.paging__item--current{
	font-weight: 700;
}


.questions__item{
	border-bottom: 2px solid #f2f2f2;
	padding: 20px 0px 10px;
	position: relative;
	font-size: 18px;
}

.questions__date{
	padding-bottom: 5px;
}


.questions__item .questions__btn:before, .questions__item .questions__btn:after{
	height: 0px;
	width: 0px;
}

.questions__item a.answ-href{
	padding-bottom: 20px;
	padding-top: 15px;
	display: block;
}

.questions__form .text{
	font-weight: bolder;
}

.footer__text a{
	text-decoration: underline;
}

.footer__text a:hover{
	text-decoration: none;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
    margin: 0;
    padding: 0;
}

.overlay{
	background-color: rgba(0,0,0,.4);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index:99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay:target+.popup--form {
    transform: translate(-50%, -50%) scale(1);
    background: #fff;
    z-index: 9999999;
    color: #666666;
       height: 100vh;
    overflow-y: scroll;
}

.popup--form {
	overflow: hidden;
    position: fixed;
    top: 50%;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 720px;
    transition: 0.5s all;
    padding: 30px;
    border-radius: 17px;
}

.popup--form{
    line-height: 21px;
	font-size: 15px;
}

.popup--conf{
    height: 100vh;
	overflow-y: scroll;
}

.popup--conf ol li{
	list-style-type: none;
}


.panel {
  padding:0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-out;
}

.instruction-right__text a:hover{
	color:#c64739;
}

.senergies-mob__item{
	position: relative;
	padding: 40px 0px;
}

.senergies-mob__item:before{
	content: "";
	position: absolute;
	height: 20px;
	background: #ffd652;
	width: 50%;
	top:-10px;
	left: 0px;
}


.senergies-mob__item:after{
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    width: 18px;
    height: 24px;
    background: url(/assets/image/arrow-items_y.svg) no-repeat right;
    background-size: contain;
}

.senergies-mob__item--yellow.senergies-mob__item:before{
	background: #2e526c;
	right:0px;
	left: auto;
}

.senergies-mob__item--yellow.senergies-mob__item:after{
    background: url(/assets/image/arrow-items_b.svg) no-repeat 3px 0px;
    background-size: contain;
    right: 50%;
    left: auto;
    transform: rotate(180deg);
    width: 20px;
}

.senergies-mob__item--blue.senergies-mob__item:before{
	background: #e86258;
}

.senergies-mob__item--blue.senergies-mob__item:after{
	background: url(/assets/image/arrow-items_r.svg) no-repeat right;
    background-size: contain;
}

.senergies-mob--news{
	padding-top: 20px;
}

.senergies--news{
	background: #e86258;
}
.senergies--news:nth-child(4n+4){
    background: #e86258;
}
.senergies--news:nth-child(3n+2){
	background: #ffd652;
}

.senergies--news:nth-child(3n+2) .senergies__title, .senergies--news:nth-child(3n+2) .senergies__text{
	color:#2e526c;
}

.senergies--news:nth-child(3n+2) .senergies__title:before{
	background: #2e526c;
}

.senergies--news:nth-child(3n+3){
	background: #2e526c;
}


.senergies__title {
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.senergies__text{
    font-size: 17px;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
}

.senergies__text br, .senergies__title br{
	display: none;
}



.senergies-mob__item--red{
	background: #e86258;
}

.senergies-mob__item--yellow{
	background:#ffd652;
}

.senergies-mob__item--blue{
	background: #2e526c;
}

.senergies__title:before {
    position: absolute;
    content: "";
    width: 140px;
    height: 1px;
    background: #ffffff;
    bottom: -2px;
}


.senergies-mob__item--yellow .senergies__title, .senergies-mob__item--yellow .senergies__text{
	color:#2e526c;
}

.senergies-mob__item--yellow .senergies__title:before{
	background:#2e526c;
}

.pack-mob{
	padding: 30px 0px;
}


.pack-mob__columns {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0px;
    max-width: 330px;
    margin: 0 auto;
}

.pack-mob__title{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 55px;
}

.pack-mob__title:before {
    content: "";
    background: url(/assets/image/arrows3_1.svg) no-repeat;
    background-size: 85%;
    position: absolute;
    left: 0px;
    top: 27px;
    width: 49px;
    height: 30px;
}

.pack-mob__title-left{
    font-size: 111px;
}

.pack-mob__title-right{
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
}

.pack-mob__title-right .bold{
	font-size: 40px;
    font-weight: 500;
    letter-spacing: -2px;
}

.pack-mob__subtitle{
	display: flex;
	flex-wrap: nowrap;
}

.pack-mob__column{
	display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    width: 305px;
    margin: 0 auto;
}
.pack-mob__subtitle {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
   justify-content:flex-start;
}

.pack-mob__subtitle--1{
	width: 190px;
}

.pack-mob__img{
	max-width: 370px;
	margin: 0 auto;
    left: -20px;
    position: relative;
}

.pack-mob__subtitle span{
    font-size: 40px;
    color: #ac493c;
    height: 49px;
    font-weight: 500;
}

.pack-mob__subtitle div{
    display: flex;
	flex-direction: row;
    align-items: baseline;
}

.pack-mob__subtitle small{
	padding-left: 19px;
    font-weight: 500;
}

.pack-mob__subtitle div strong{
	font-size: 24px;
	padding-left: 3px;
	text-transform: uppercase;
}

.pack-mob__column img{
	margin: 20px 0px;
	width: 326px;
}

.mobile-relation a{
	padding: 20px;
	display: block;
	color:#fff;
	background: #c64739;
	margin-bottom: 4px;
}

.mobile-relation .mobile-relation-2 a{
	background: #ffe164;
	color:#004563;
}

.mobile-relation .mobile-relation-1 a{
	background: #004563;
}

.mobile-relation .mobile-relation-5 a{
	background: #ffe164;
	color:#004563;
}


.mobile-relation .mobile-relation-3 a{
	background: #41a84e;
}

.mobile-relation .mobile-relation-6 a{
	background: #004563;
}

.mobile-relation .mobile-relation-7 a{
	background: #004563;
}


.mobile-relation .mobile-relation-7 a{
	background: #41a84e;
}

.senergies-mob--news .senergies--news:nth-child(1) a, .senergies-mob--news .senergies--news:nth-child(4) a, .senergies-mob--news .senergies--news:nth-child(7) a{
	background: #004563;
	color:#fff;
}

.senergies-mob--news .senergies--news:nth-child(2) a, .senergies-mob--news .senergies--news:nth-child(5) a, .senergies-mob--news .senergies--news:nth-child(8) a{
	background: #e86258;
	color:#fff;
	left:0px;
	right: auto;
}

.senergies-mob--news .senergies--news:nth-child(3) a, .senergies-mob--news .senergies--news:nth-child(6) a, .senergies-mob--news .senergies--news:nth-child(9) a{
	background: #ffd652;
	color:#2e526c;
}

.senergies-mob--news .senergies--news a:before{
	content: "";
    position: absolute;
    top: -12px;
    left: 100%;
    width: 18px;
    height: 24px;
    background: url(/assets/image/arrow-items_y.svg) no-repeat right;
    background-size: contain;
}

.senergies-mob--news .senergies--news:nth-child(1) a:before, .senergies-mob--news .senergies--news:nth-child(4) a:before, .senergies-mob--news .senergies--news:nth-child(7) a:before{
    left: auto;
    right:100%;
    top:1px;
    background-size: contain;
}

.senergies-mob--news .senergies--news:nth-child(3) a:before, .senergies-mob--news .senergies--news:nth-child(6) a:before, .senergies-mob--news .senergies--news:nth-child(9) a:before {
    left: auto;
    right:100%;
    top:1px;
    background: url(/assets/image/arrow-items_y.svg) no-repeat right;
    background-size: contain;
}


.senergies-mob--news .senergies--news:nth-child(2) a:before, .senergies-mob--news .senergies--news:nth-child(5) a:before, .senergies-mob--news .senergies--news:nth-child(8) a:before{
    left: 103%;
    right:auto;
    top:1px;
    background: url(/assets/image/arrow-items_r.svg) no-repeat right;
    background-size: contain;
}

#warningWords br{
	display: none;
}

.pack-mob--news{
	padding-top: 0px;
}

.role-item__col .link-text{
	text-decoration: none;
}

.role-item__col .link-text:hover{
	border-bottom: 1px solid transparent;
}


.header__menu-wrapper{
	position: relative;
	display: flex;
	width: 100%;
}

.btn-news{
    margin: 30px 0px;
}

@media (max-width:1164px) {
	.menu__item a{
		padding: 45px 9px;
	}
}


@media (max-width:1280px) {

	.articles__container--index {
    	margin: 0px -40px;
	}

	.articles__item--index {
    	margin: 0px 40px;
    	margin-bottom: 80px;
	}

}

.btn-buy_hide{
	display: none;
}

.header__logo img{
	max-width: 290px;
}

.baner_news__col .banner_news__item:first-child{
	margin-top: 0px;

}

.baner_news__col .banner_news__item:last-child{
	margin-bottom: 0px;

}

.text p{
	margin: 16px 0px;
}

.text h1{
    font-size: 36px;
    color: #c64739;
    font-weight: 700;
    font-family: "Montserrat";
    padding: 0px;
    margin: 30px 0px 30px 0;
}

.text h2{
    font-size: 30px;
    margin: 30px 0 30px;
    color:#c64739;
    padding: 0px;
    font-weight: 600;
}

.text h3{
    font-size: 22px;
    margin: 30px 0 30px;
    color:#c64739;
    padding: 0px;
	font-weight: 600;
}


.text h4{
    font-size: 20px;
    margin: 30px 0 30px;
    color:#c64739;
    padding: 0px;
    font-weight: 600;
}

.text ul {
    margin: 16px 0;
}

.text ul li{
	position: relative;
	padding: 0px 0px 16px 30px;
}

.text{
	font-size: 18px;
}


.text ul li:after{
	content: url("/assets/image/check.png");
	width: 22px;
	height: 24px;
	position: absolute;
	left:0px;
    top: 0%;
}


.text .table-block{
	border-collapse: collapse;
    border-spacing: 0;
	margin: 30px 0;
}

.text .tRed{
	color:#c64739;
}

.text .tBlue{
	color:#00516d;
}

.text .tBlack{
	color:#000;
}

.text .vantage__items {
     margin-left: 23px;
}
.text .vanteage__item {
     font-size: 20px;
     line-height: 23px;
     color: #00516d;
     font-weight: 400;
     padding-bottom: 10px;
     border-bottom: 1px solid #c1c1c1;
     padding-left: 30px;
     position: relative;
}

.text .vantage__items{
	list-style-type: none;
}

.text .vanteage__item span{
	bottom: 10px;
	position: absolute;
    left: -20px;
    color: #c64739;
    font-weight: 700;
}

.text .vanteage__item:after {
     content: url(../assets/image/line_red.png);
     position: absolute;
     left: -22px;
     bottom: -7px;
    top: auto;
}
.text .vanteage__item:not(:last-child) {
     margin-bottom: 30px;
}
.text .vanteage__item::marker {
     color: #c64739;
     font-weight: 700;
}

.text .role-item{
	margin-top: 60px;
	margin-bottom: 60px;
}

.text a{
	color:#c64739;
	text-decoration: underline;
}

.text a:hover{
	text-decoration: none;
}

.role-item .btn{
	color:#fff;
	text-decoration: none;
}

.btn-news a{
	color:#fff;
	text-decoration: none;
}

@media (max-width:1195px) {


	.banner_news__img{
		display: flex;
		justify-content: center;
	}
	.banner_news-wrapper .banner_news__item:first-child{
		margin-top: 0px;
	}
	.banner_news{
		flex-wrap: wrap;
	}

	.banner_news__col--left{
		flex: 1 1 100%;
	}
	.banner_news__col{
		height:auto;
	}

	.banner_news__col--right{
		flex:1 0 100%;
		padding-left: 0px;
	}

	.title-relation{
		padding: 30px 0px;
	}
	.header__logo img{
		max-width: 220px;
	}
	.vantage__title span:last-child{
		margin-left: 0px;
	}
	.articles__container--indexTwo{
		width: auto;
	}

	.banner_news__img{
	    text-align: center;
		display: flex;
		justify-content: center;
	}



}

.functions-img__description p{
	margin-top: 0px;
}

#form2 + .popup--form{
	height: auto;
}

@media (min-width:1064px) {
.desc-none-1064{
	display: none;
}
}
@media (max-width:1064px) {
	.functions-img__description{
		transform: none;
		max-width: 100%;
	}
	.questions-wrapper{
		padding-top: 10px;
	}

	.questions-item__name:before, .questions-desctop__href:before{
		width: 20px;
		left: -40px;
		height: 38px;
	}

	.questions__answers--mob .questions__item{
		padding: 10px 0px 0px;

	}

	.questions-item__name{
		margin: 15px 40px 15px 40px;
	}
	.questions-item__answers{
		font-size: 18px;
	}
	.desc-none-1064{
		margin-top: 10px;
	}
	.header__logo{
		padding: 10px 0px;
		z-index: 999;
		position: relative;
	}

	.container--functions-line .functions-line__img.functions-img{
		align-items: center;
		background: linear-gradient(124deg, #ffdd50 100%, #ffdd50 100%) 100% center/82% no-repeat;
	}

	.functions-line{
		background: transparent;
	}

	.container--functions-line .functions-line__img.functions-img:before{
		right: 66%;
	}

	.functions-line__wrap-txt{
		position: relative;
		padding: 0px;
	    text-align: left;
	    top:0px;
	}

	.container--functions-line {
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: column;
	}


	.banner-articles__img::before{
		content: "";
	}
	.btn-buy{
		position: fixed;
		right:-36px;
		transform: rotate(270deg);
		background: #41a84e;
		border-radius: 40px;
		font-size: 17px;
		text-transform: uppercase;
		color:#fff;
		top:300px;
		z-index: 9999;
		padding: 10px 15px;
		font-family: "Montserrat", sans-serif;
		border:1px solid #fff;
	}

	.btn-buy:hover{
		background: #41a84e;
	}


	.block-html__wrapper.role-item{
	    width: 96%;
	    margin: 0 auto 60px;
	}
	.instruction-left__img::before {
	    width: 593px;
	    height: 463px;
	    content: "";
	    background: url(/assets/image/dots.png) no-repeat;
	    background-size: 80%;
	    position: absolute;
	    left: -255px;
	    top: 165px;
	    z-index: 1;
	}


	.icon__menu::before {
    	top: 0;
	}
	.icon__menu::after {
    	bottom: 0;
	}
	.header__menu {
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 450;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0, 0, 0, 0.5);
	    -webkit-transform: translate(100%, 0);
	    -ms-transform: translate(100%, 0);
	    transform: translate(100%, 0);
	    -webkit-transition: .3s;
	    -o-transition: .3s;
	    transition: .3s;
	}
	.header__btn{
		width: 86px;
		height: 95px;
	}

	.header__btn-text{
		font-size: 16px;
	}

	.icon__menu{
		right: auto;
		left: 250px;
	}

	.header__btn-text {
	    text-align: center;
	    margin: 20px 0 -3px;
	}

	.header__btn-img img{
		width: 50px;
	}

	.icon__menu, .icon__menu--close{
	    position: absolute;
	    top: 20px;
	    right: 20px;
	    z-index: 450;
	    display: block;
	    width: 31px;
	    height: 17px;
	    cursor: pointer;
	}
	.icon__menu span {
	    -webkit-transform: scale(0);
	    -ms-transform: scale(0);
	    transform: scale(0);
	}

	.icon__menu--close{
		top:10px;
		right: 15px
	}

	.icon__menu span {
	    position: absolute;
	    top: 50%;
	    left: 0;
	    width: 100%;
	    height: 2px;
	    background-color: #41a84e;
	    -webkit-transform: scale(1) translate(0, -50%);
	    -ms-transform: scale(1) translate(0, -50%);
	    transform: scale(1) translate(0, -50%);
	    -webkit-transition: .3s;
	    -o-transition: .3s;
	    transition: .3s;
	}

	.header__menu .menu__nav {
		width: 100%;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    padding-top: 45px;
	    padding-bottom: 25px;
	    background-color: #fff;
	}

	.icon__menu::before {
	    top: 0;
	}
	.icon__menu::before, .icon__menu::after {
	    content: "";
	    position: absolute;
	    left: 0;
	    width: 100%;
	    height: 2px;
	    background-color: #41a84e;
	    -webkit-transition: .3s;
	    -o-transition: .3s;
	    transition: .3s;
	}

	.header__nav--active .icon__menu {
    	top: 35px;
	}

	.header__nav--active {
	    -webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	    transform: translate(0, 0);
	    margin-left: 0px;
	}
	.questions__answers--mob{
		display: block;
	}
	.questions__desctop{
		display: none;
	}

	.content{
		padding-top: 55px;
	}
	.header__menu .menu__item a:after{
		width: 0px;
	}

	.header__menu .menu__item a{
		padding: 10px 25px 10px;
		display: block;
		border-bottom: 2px solid #eeee;
	}

	.header__menu .menu__item:last-child a{
		border-bottom: none;
	}

	.instruction-right__text ul li{
		font-size: 18px;
	}
	.instruction-left__img img {
	    position: absolute;
	    z-index: 1;
	    max-width: 500px;
	    left: 76px;
	    top: 150px;
	}
}


.questions__content{
	border-left: 2px solid #c64739;
    padding-left: 20px;
    margin-left: 10px;
    font-size: 18px;

}

.container--functions-line .btn-function{
	color:#fff;
	text-decoration: none;
}

.container--functions-line .link-text{
	margin-top: 0px;
	text-decoration: none;
}

.container--functions-line .link-text:hover{
	border-bottom: 1px solid transparent;
}

.bold{
	font-weight: 600;
}

.sources--neq{
	margin-top: 30px;
}

.banner__color-tech{
	background: url(/assets/image/group_tech1.png) no-repeat center center;
	width: 100%;
	height: 367px;
	position: relative;
	z-index: 99;
}

.banner__color-tech:after{
    position: absolute;
    content: "";
    background: #f0f0f0;
    width: 80%;
    left: -50%;
    height: 230px;
    top: 80px;
    z-index: -1;
}

.banner__color-tech .banner__color-techImg{
    max-width: 500px;
    float: left;
    position: absolute;
    left: -90px;

}

.questions-form--ok{
	color:#fff;
	padding: 30px;

}

.banner__color-btn{
	position: absolute;
    bottom: 35px;
    left: 115px;
    right: 0px;
    z-index: 99;
    width: fit-content;
}
.banner__color-btn a{
	background: #41a84e;
	color:#fff;
	text-decoration: none;
}

.banner__color-btn a:hover{
	background: #c64739;
}

.banner__color-tech .container{
	height: 100%;
}

.banner__color-mob{
	position: relative;
}

.banner__color-mob:after{
    background: #f0f0f0;
    position: absolute;
    content: "";
    width: 100%;
    height: 270px;
    top: 60px;
    z-index: 0;

}

.block-tech__item{
	flex: 1 0 50%;
}

.banner__color-mob{
	margin-bottom: 80px;
}

.block-tech__wrapper .container{
	display: flex;
}

.block-tech__wrapper .container:after{
	position: absolute;
    margin: 30px 0px 30px;
    background: url(/assets/image/volna1.png) no-repeat left 100px;
    background-size: 100%;
    content: "";
    width: 372px;
    height: 439px;
    left: -353px;
    top: -103px;
    z-index: 0;

}

.block-tech__wrapper{
    margin: 40px 0px 40px;
	position: relative;
}

.banner__green img{
	margin: 0 auto;
}

.block-tech__item-right h3{
	margin-top: 0px;
}

.block-tech__item{
	position: relative;
}

.block-tech__item-left{
    background: url(/assets/image/remax-tech-yellow.png) no-repeat;
    height: 300px;
    width: 536px;
    z-index: 9;
}



.block-tech__btn{
	display: inline-block;
    margin-left: 160px;
}

.block-tech__btn a{
	color:#fff;
	text-decoration: none;
}

.block-tech__item-left img{
    max-width: 340px;
    position: relative;
    z-index: 999;
    padding-top: 105px;
}

.block-tech__wrapper:after{
    position: absolute;
    content: "";
    width: 80%;
    left: -50%;
    top: 0px;
    z-index: -1;
	background: #ffdd50;
	height: 300px;
}

.articles-line.article-line--border .articles-line__text p{
	margin-bottom: 0px;
}

.html_block--mb{
	margin-bottom: 30px;
}

@media (max-width:990px) {
	.instruction-right	{
		    flex: 0 1 40%;
	}
	.instruction-left__img img {
		left:59px;
	}

	.instruction-left__img::before{
	    left: -264px;
		top: 167px;
	}
}
@media (min-width:865px) {
	.btn-buy.btn__buy{
		display: none;
	}
}


@media (max-width: 1109px){
	.articles__container--index{
		justify-content: center;
	}
}
@media (max-width:865px) {
	#form2 + .popup--form{
		height: 100vh;
	}
	.articles-line.articles-line--20 div{
		font-size: 16px;
	}
	.block-tech__item-right .articles-line.articles-line--5{
		margin-bottom: 0px;
	}

	.text .articles-line__text h4{
		margin-bottom: 0px;
	}

	.articles-line.article-line--border p{
		margin-bottom: 0px;
	}

	.articles-line__wrapper-mob{
		display: flex;
		margin-bottom: 20px;
	}

	.banner__color-btn--mob{
		position: relative;
		top:0px;
		bottom: 0px;
	}

	.articles-line.article-line--border.desc-none{
		flex-direction: column;
	}

	.articles-line.articles-line--20.desc-none{
		flex-direction: column;
	}

	.block-tech__btn{
	    margin: 20px auto 20px;
	    width: 100%;
	}
	.block-tech__item{
		flex: 1 0 100%;
	}

	.what-function.bold p{
		font-weight: normal;
	}

	.what-function.bold p .red{
		font-weight: bold;
	}

	.block-tech__wrapper .container{
	    display: flex;
		flex-direction: column;
	}

	.article-line--border .articles-line__wrapper-mob{
		margin-bottom: 20px;
	}

	.articles-line__wrapper-mob--none-text {
		margin-bottom: 0px!important;
	}

	.articles-line{
		margin: 20px 0px;
	}

	.block-tech__wrapper:after{
		background: "";
		height: auto;
		width: auto;
	}


	.banner__color-techImg{
		max-width: 430px;
		margin: 0 auto;
		position: relative;
		z-index: 99;
	}

	.banner__color-btn{
	    bottom: -50px;
	    left: 0px;
	    right: 0px;
	    width: 100%;
	}

	.text h2{
		font-size: 22px;
	}

	.block-html{
		margin: 0px;
	}
	.role-item {
	background: linear-gradient(270deg, #8bca73 0%, #8bca73 25%, #41a84e 75%, #41a84e 100%);
	}

	.functions-line__img{
		margin-top: 15px;
	}

	.role-item__col .link-text{
	    margin-top: 20px;
	    margin-left: 55px;
	    color:#00516d;
	    font-weight: bold;
		border-bottom-color: #00516d;
		position: relative;
		z-index: 9;
	}

	.functions-img__description{
		left:133px;
	}
	.articles-line__img {
		padding-right: 15px;
	}
	.block-html.block-html--p0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.block-html--p0 .functions-line__wrap-txt{
		top:0px;
	}

	.functions-line--img-mob{
		max-width: 500px;
		margin: 0 auto;
	}
	.functions-img__description{
		font-size: 17px;
		max-width: 100%;
		padding-right: 3%;
		transform: none;
	}
	.functions-img__description a{
		font-size: 17px;
	}
	.questions__arrow img{
		width: 30px;
		height: 30px;
	}
	.advantages-mob__wrapper{
		position: relative;
	    padding-top: 150px;
	}

	.vantage{
		padding-bottom: 140px;
	}

	.advantages-mob__wrapper img{
	    max-width: 500px;
	}


	.advantages-mob__img{
		width: 100%;
		position: absolute;
	    top: -180px;
	}

	.advantages-mob__img img{
		margin: 0 auto;
	}

	.banner_news__item{
		margin: 15px 0 15px;
	}

	.title-relation{
		padding: 15px 0px;
	}

	.questions__btn--active + .questions__content{
		    margin-bottom: 20px;
	}

	.sources{
		padding: 30px 0px 10px;
	}

	.banner_new-img img{
		width: 50px;
		height: 50px;
	}

	.banner_new-img {
	    flex: 1 0 50px;
	    height: 50px;
	}

	.banner_new-txt {
    	flex: 1 0 calc(100% - 70px);
	}

	.banner_news__item a{
		min-height: 50px;
	}

	.banner_news__item a{
		font-size: 18px;
	}


	.footer__top{
		padding: 30px 0px;
	}

	.questions-item--active + .questions-item__answers{
		margin-bottom: 30px;
	}

	.warning_text{
		color:#949494!important;
		padding:10px 30px!important;
	}
	.warning_text p{
		padding: 5px 0px 5px!important;
		font-size: 18px!important;
	}
	.footer__bottom{
		padding: 30px 0px 15px;
	}

	.banner_news__item a{
		font-size: 20px;
	}

	#warning_see_close{
		background-size: 50%;
	}
	.senergies-mob .senergies__text .bold{
		font-size: 22px;
	}
	.synergy__title{
		font-size: 42px;
	}
	.senergies-mob__content .bold{
		font-size: 22px;
	}
	.support__title{
		margin-bottom: 10px;
	}
	.questions__answers--mob .questions__item:first-child .questions-item__name{
		margin-top: 0px;
	}
	.questions__answers--mob .questions__item:first-child{
		padding-top: 0px;
	}
	.breadcrumbs h1, .text h1{

		font-size: 25px;
	}

	.articles-item__name{
		font-size: 22px;
	}

	.articles-item__btn a{
		font-size: 17px;
	}

	.vantage__title span:last-child{
		margin-left: 0px;
	}

	.name__1 span{
		font-weight: normal!important;
	}

	.popup-images__img{
		justify-content: flex-start;
	}

	.text td{
		font-size: 14px;
	}

	.where-buy__title{
		margin: 30px 0px;
	}

	.vantage__title{
		margin-bottom: 30px;
	}

	.vantage__columns{
		padding: 30px 0px;
	}

	.articles{
		padding: 0px 0 0px;
	}

	.articles__container{
		padding-bottom: 30px;
	}

	.articles__container.articles__container--index{
		padding-bottom: 0px;
	}

	.articles_title{
		padding:30px 0px 30px;
	}

	label[for="personal"]{
	    width: 80%;
	    display: inline-block;
	    font-size: 18px;
	    padding-left: 5px;
	}
	#personal{
		width: 2em;
		height: 2em;
	}

	.questions-form__label{
		width: 100%;
		margin-bottom: 10px;
	}

	.questions-form__input{
		width: 100%;
		float: none;
	}

	.popup--form{
		width: 598px;
	}
	.what-function p:before{
		content: "";
		background: url(../assets/image/arrows_3.png);
		background-size: 100%;
	    width: 40px;
	    height: 26px;

	}

	.what-function p {
		padding: 20px 0px 20px 50px;
	}

	.what-function p{
		line-height: 22px;
		font-size: 18px;
		margin: 0px;
	}

	.what-function{
		margin: 20px 0px;
	}

	.article-line--border{
		padding: 20px 0px;
	}

	.article-line--border p{
		margin: 0px;
	}

	.container--functions-line .functions-line__img.functions-img {
	   	align-items: center;
	    background: linear-gradient(124deg, #ffdd50 100%, #ffdd50 100%) 100% center/100% no-repeat;
	}

	.banner-articles__title{
		font-size:30px;
	}

	.banner-articles__last-txt{
		font-size: 30px;
	}

	.banner-articles__img{
		left:0px;
	}

	.banner-articles__cols{
		min-height: 300px;
	}
	.questions__title{
		font-size: 25px;
	}


	.where-buy{
		min-height: 280px;
	}

	.footer__wrapper-top{
		flex-wrap: wrap;
	}

	.footer__logo, .footer__address{
		width: calc(50% - 80px);
	}

	.footer__text{
		padding-top: 30px;
		width: calc(100% - 80px);
	}

	.experience__wrapper{
		flex-wrap: wrap;
	}

	.experience__img{
		margin: 0 auto;
	}
	.experience-item__title br{
		display: none;
	}

	.experience-item__title{
		font-weight: 700;
		padding-top: 40px;
		font-size: 24px;
	    line-height: 30px;
	}

	.experience-item__number{
		font-size: 40px;
	}

	.experience__item{
		flex: 1 1 100%;
		max-width: 100%;
	}

	.pack__block-bottom{
		background: none;
	}

	.experience-item__line{
		margin:20px 0px;
	}

	.instruction-left__title--mob{
		font-size: 28px;
	    text-align: right;
	    font-weight: 700;
	    width: 47%;
	    margin-top: -19px;
	}

	.instruction-left__title span{
		margin-left: 0px;
		color: #ffdd50;
	}

	.instruction{
		background:linear-gradient(124deg, #8bca73 20%, #41a84e 75%) 0 0/70% 100% no-repeat;
	}
	.instruction-right{
		display: none;
	}
	.instruction-left{
		flex: 0 1 100%;
		position: relative;
	}
	.instruction:after{
		left:70%;
	}
	.instruction:before{
		left:70%;
	}

	.instruction__articles .container{
		height: 100%;
	}

	.instruction__columns{
		height: 100%;
	}

	.instruction-left__img img {
		left: 50%;
		transform: translateX(-60%);
		top: 15%;
	}
	.instruction-left__img::before{
/* 		content: "";
			    background: url(../assets/image/dots_mob.png) no-repeat;
			    background-size: 78%;
			    width: 351px;
			    height: 343px;
		left: -19px;
		top: 108px; */
		background: transparent;
	}

	.instruction-left__img img{
		max-width: 100%;
	}

	.instruction__btn-mob{
		position: absolute;
	    transform: translateX(-30%);
	    left: 50%;
	    z-index: 99;
	    bottom: 6%;
	}
	.instruction__btn-mob a{
		padding: 11px 25px;
		background: #ffdd50;
	}

	.where-buy{
		background: linear-gradient(270deg, #8bca73 0%, #8bca73 25%, #41a84e 75%, #41a84e 100%);
	}

	.where-buy__title{
		font-size: 25px;
		background: none;
	}

	.role-item__text:before{
	    width: 40px;
	    height: 26px;
	    background-size: contain;
	    left: 0px;
	}

	.experience__title{
	    position: relative;
	    color: #ac493c;
	    margin-bottom: 20px;
	    top: 10px;
	}

	.pack__block-bottom{
		margin-top: 0px;
		min-height: auto;
	}

	.experience__title:before{
	    content: "";
	    background: url(../assets/image/line__mob.png) no-repeat;
	    position: absolute;
	    bottom: -30px;
	    width: 60%;
	    height: 15px;
	    left: -20px;
	    background-size: 100%;
	}

	.advantages-mob{
		background: #ffd652;
		padding: 30px 0px;
	}


	.dark-blue__bold br{
		display: none;
	}

	.advantages-mob__text{
		font-size: 21px;
	    line-height: 25px;
	    color: #ba3227;
	    max-width: 340px;
	    margin: 0 auto;
	}

	.advantages-mob__text--center{
		padding: 20px 20px 20px 0;
		line-height: 23px;
	}

	.advantages-mob__column-bottom > div{
		color:#284762;
		display: inline-block;
		padding-right: 20px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-weight: 700;
		position: relative;
	}

	.advantages-mob__column-bottom > div:after{
		content: "";
		background: url(/assets/image/dot_mob_white.png) repeat-x;
		position: absolute;
		bottom: 0px;
		height: 5px;
		left: 0px;
	}

	 .advantages-mob__column-bottom div.advantages-mob-first:after{

		width: 170px;
	 }


	 .advantages-mob__column-bottom div.advantages-mob-second:after{
	 	width: 255px;
	 }

	.advantages-mob__column-bottom > div:last-child{
		background: none;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	.advantages-mob-third span{
		font-weight: 500;
	}

	.support{
		padding-top: 30px;
	}

	.synergy-mob__img{
		position: absolute;
	    top: -200px;
	    left: -40px;
	    right: 0px;
	    margin: auto;
	}

	.synergy-mob__img img{
	    max-width: 470px;
	    /* margin: 0 auto 0 17%; */
	    left: 0px;
	    right: 0px;
	    position: absolute;
	    margin: auto;
	    transform: translateX(-4%);
	}

	.synergy-mob{
		position: relative;
		padding-top: 85px;
		margin-top: 180px;
		background: #f0f0f0;
		padding-bottom: 40px;
	}

	.synergy-mob-column{
	    flex: 1 1 48px;
	    display: flex;
	    flex-direction: column;
	    flex-wrap: wrap;
	    justify-content: center;
	    padding-left: 0px;
	    max-width: 330px;
	    margin: 0 auto;
	}

	.synergy-mob-column .synergy__title, .synergy-mob-column .synergy__subtitle, .synergy-mob-column .synergy__text{
		max-width: 370px;
	}
	.block-html__wrapper.role-item{
		width: 100%;
		margin-bottom: 20px;
		margin-top: 200px;
		flex-direction: column;
	}

	.role-item__img{
		position: relative;
		top:0px;
		left: 0px;
		right: 0px;
		margin: 0 auto;
	}
	.role-item__text{
		padding-left: 55px;
		font-size: 17px;
		padding-right: 20px;
	}

	.warning_text{
		padding: 5px 40px;
	}

	.container--functions-line .functions-line__img.functions-img:before {
		right: 100%;
	    /* left: -115px; */
	    border-bottom: 133px solid #fff;
	    border-top: 133px solid #fff;
	    border-right: 115px solid #ffdd50;
	    left: 133px;
	}

	.role-item__img img{
	    max-width: 430px;
	    margin-top: -200px;
	}

}
@media (max-width:719px) {
	.articles__item--index{
		margin-bottom: 40px;
	}
}

@media (max-width:665px) {
	.container--functions-line .functions-line__img.functions-img{
		min-height: 225px;

	}
	.banner__color-mob:after{
		height: 220px;
	}
	.container--functions-line .functions-line__img.functions-img:before{
	    border-bottom: 113px solid #fff;
		border-top: 113px solid #fff;
		border-right: 70px solid #ffdd50;
		left: 133px;
	}

	.functions-img__description{
		left:70px;
	}

	.role-item__img img{
   	 	margin-top: -180px;
	    max-width:350px;
	    padding: 0px 0px 20px;
	}

	.banner__color-techImg{
		max-width: 350px;
	}

	.block-html__wrapper.role-item{
		margin-top: 170px;
	}
	.pack-mob__column img{
		margin:15px 0px;
	}
	.btn{
		padding: 8px 30px;
		font-size: 17px;
	}
	.text, .functions-line__wrap-txt{
		font-size: 16px;
	}

	.breadcrumbs h1, .text h1, .text h2, .text h3, .text h4, .text h5{
		margin: 20px 0px;
	}
	.table-block{
		overflow-x:auto;
	}
	.banner-articles__title{
		font-size:25px;
	}


	.banner-articles__last-txt{
		font-size: 25px;
	}
	.popup-buy{
		width: 390px;
	}

	.popup-images__img{
		min-width: 135px;
	}

	.popup-images__item{
		padding-bottom: 10px;
	}

	.popup__images{
		padding: 0px 15px 0px 25px;
	}

	.synergy-mob__img img{
		max-width: 455px;
	}

	.sources__title::before{
		top: 5px;
		left: 245px;
	}

	.instruction-left__title--mob{
	    font-size: 21px;
	    margin-top: -17px;
	}

	.info_remaxa__item{
		font-size: 18px;
		padding: 20px 0 5px;
	}

	.info_remaxa__item .info_remaxa__name::before{
		width: 22px;
		height: 22px;
		background-size: cover;
		top:25px;
	}

	.info_remaxa__hidden{
		font-size: 16px;
	}

/* 	.instruction-left__img img {
	    max-width: 480px;
	    top: 85px;
	    margin-left: -240px;
	}
	.instruction-left__img::before {
	    content: "";
	    background: url(../assets/image/dots_mob.png) no-repeat;
	    background-size: 68%;
	    width: 351px;
	    height: 343px;
	    left: -17px;
	    top: 88px;
	} */

	.vantage__title, .support__title, .experience__title, .where-buy__title, .articles_title, .sources__title{
		font-size: 25px;
	}
	 .support__item{
		 background-size: 10%;
		 font-size: 20px;
		 padding: 25px 0 25px 55px;
	 }

	.experience__title{
		color:#ac493c;
		line-height: 30px;
	}

	.experience-item__line{
		margin:10px 0px;
	}

	.experience-item__href{
		padding: 20px 0px;
	}

	.footer__address{
		padding-top: 30px;
	}

	.footer-col{
		width: calc(100% - 80px)!important;
	}

	.role-item__col--left{
		flex: 0 1 100%;
	}

	.role-item__col--right{
		flex: 0 1 100%;
	}


	.role-item{
		background:linear-gradient(270deg, #8bca73 0%, #8bca73 25%, #41a84e 75%, #41a84e 100%);
		flex-wrap: wrap;
		width: 90%;
	    margin: 0 auto;
	}

	.articles-line__img{
		flex:1 0 20%;
		padding-right: 10px;
	}

	.articles-line--5 .articles-line__img{
		flex:1 0 10%;
	}
	.articles-line--5 .articles-line__text{
		flex:1 0 90%;
	}
	.articles-line__text{
		flex:1 0 80%;
	}
	.articles-line--20 .articles-line__img{
		flex:1 0 30%;

	}
	.articles-line--20 .articles-line__text {
    	flex: 1 0 70%;
    }
	.articles-line--20 .articles-line__text p{
    	margin-top: 0px;
    }

}

@media (max-width:598px) {
	.popup--form{
		width: 390px;
	}

	.functions-line__img img {
	    position: absolute;
	    left: -65px;
	    top: 25px;
	    max-width: 270px;
	}

	.btn-function{
		left: 90px;
	}

}
@media (max-width:538px) {
	.questions-item__name, .questions-desctop__href, .questions-item__answers{
		font-size: 16px;
	}
	.footer__bottom{
		font-size: 10px;
		padding: 20px 0px 5px;
	}
	.questions__content, .questions__item{
		font-size: 16px;
	}

	.footer__top{
		font-size: 14px;
	}

	.articles__btn, .articles-item__btn a{
		font-size: 17px;
	}

	.experience-item__text{
		font-size: 16px;
	}

	.articles__btn-next:after, .articles__btn-prev:after{
		width: 18px;
		height: 40px;
		background-size: cover;
	}

	.experience-item__href{
		font-size: 17px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.sources__hidden{
		font-size: 16px;
	}

	.banner_news__item{
		margin: 10px 0 10px;
	}

	.title-relation{
		font-size: 16px;
		padding: 10px 0px;
	}

	.questions__btn--active + .questions__content{
		    margin-bottom: 20px;
	}

	.sources{
		padding: 30px 0px 10px;
	}

	.banner_new-img img{
		width: 40px;
		height: 40px;
	}

	.banner_new-img {
	    flex: 1 0 40px;
	    height: 40px;
	}

	.banner_new-txt {
    	flex: 1 0 calc(100% - 60px);
	}

	.banner_news__item a{
		min-height: 40px;
	}

	.banner_news__item a{
		font-size: 16px;
	}

	.instruction__btn-mob {
		bottom: 6%;
		transform: translateX(-30%);
	}
	.instruction-left__img img{
		max-width: 88%;
	}

	.warning_text{

	}
	.functions-img__description{
		font-size: 16px;
		line-height: 20px;
	}

	.functions-img__description a{
		font-size: 16px;
	}


	.banner-articles__last-txt{
		margin-right: 0px;
		text-align: left;
	}
	.banner_news__img:after{
		left:-170px;
	}

	.banner-articles__cols {
	    min-height: 207px;
	}

	.banner-articles__button{
		bottom:30px;
	}


	.banner-articles__button{
		padding: 10px 15px;
	}


	.where-buy__img{
		max-width: 98px;
		padding: 0px;
	}

	.block-html__wrapper.role-item{
		padding-top: 70px;
		margin-top: 170px;
	}

	.where-buy__item{
		min-height:80px;
	}

	.where-buy {
	    min-height: 230px;
	}

/* 	.vantage__title, .support__title, .experience__title, .where-buy__title, .articles_title, .sources__title, .questions__title{
		font-size: 28px;
		line-height: 30px;
	} */



	.instruction-left__title--mob{
		font-size: 17px;
		line-height: 20px;
		position: relative;
	    top: 15px;
	}

	.instruction-left{
		padding-top: 20px;
	}

/* 	.instruction-left__img img {
	    max-width: 385px;
	    top: 55px;
	    margin-left: -230px;
	}
	.instruction-left__img::before{
	    background-size: 52%;
	    left: -50px;
	    top: 65px;
	} */
	.instruction{
		height: 334px;
		overflow: hidden;
	}
	.instruction:before{
	    transform: translateX(-113px);
	    border-bottom: 179px solid #fff;
	    border-top: 179px solid #fff;
	    border-left: 114px solid transparent;
	}
	.instruction:after {
	    background: url(/assets/image/path_mob.png) no-repeat;
	    position: absolute;
	    top: -64px;
	    left: 48%;
	    width: 118px;
	    content: "";
	    transform: translateX(-17%);
	}

	.instruction__btn-mob a{
		font-size: 15px;
	}

	.articles-item__name{
		font-size: 20px;
	}

	.sources__title::before{
		top: 1px;
	    left: 160px;
	    width: 10px;
	    height: 25px;
	}

	.where-buy__btn-prev:after, .where-buy__btn-next:after{
	    height: 40px;
		width: 15px;
		background-size: cover;
	}


}
@media (max-width:483px) {
	.functions-line--img-mob {
    	max-width: 360px;
    }
	.where-buy {
	    min-height: 210px;
	}
	.instruction__btn-mob{
		bottom: 6%;
	}

	.synergy-mob-column .synergy__title, .synergy-mob-column .synergy__subtitle, .synergy-mob-column .synergy__text{
		max-width: 275px;
	}
	.functions-img__description {

	}
	.container--functions-line .functions-line__img.functions-img:before {
    	right: 40%;
	}

	.synergy__title{
		font-size: 35px;
	}

	.synergy__title span{
		font-size: 95px;
	}

	.synergy__circles img {
    	max-width: 265px;
	}

	.synergy__subtitle{
		font-size: 21px;
	}

	.synergy__text{
		font-size: 13px;
	}

	.synergy-mob-column{
		padding-left: 25px;
		max-width: 300px;
	}
	.synergy-mob__img {
	    position: absolute;
	    top: -150px;
	    left: -20px;
	    right: 0px;
	    margin: auto;
	}

	.synergy-mob__img img {
    	max-width: 380px;
	}



	.synergy__circles:before{
		left: -50px;
	    content: "";
	    background: url(/assets/image/arrows3_1.svg) no-repeat;
	    background-size: 100%;
	    width: 40px;
	    height: 30px;
	    top: -11px;
	}

	.synergy__title{
		margin-bottom: 20px;
	}
	.synergy__circles{
		margin-bottom: 20px;
	}

	.instruction:before{
		left:73%;
	}

	.footer__middle{
		font-size: 30px;
		padding: 35px 0px;
	}

	.warning_text{
		font-size: 30px!important;
	}
	.advantages-mob__wrapper img{
		max-width: 360px;
	}
	.advantages-mob__img{
		top: -135px;
	}

	.advantages-mob__wrapper{
		padding-top: 100px;
	}
	.vantage {
    	padding-bottom: 90px;
	}
}
@media (max-width:445px) {

	.header__logo img {
	    max-width: 170px;
	    padding: 6px 0px;
	}

	.role-item__img img{
		margin-top: -200px;
		max-width: 300px;
	}

	.role-item--yellow .role-item__img img{
		margin-top: -187px;
	}

	.block-html__wrapper.role-item--yellow{
		margin-top: 140px;
	}

	.block-html__wrapper.role-item

	.icon__menu{
		left: 190px;
	}

	.synergy__subtitle {
    	font-size: 19px;
	}

	.experience-item__title{
		font-size: 19px;
	}

	.warning_text{
		padding: 1% 5%!important;
	}
		.warning_text p{
			font-size: 13px!important;
		}
	#warningWords br{
		display: block;
	}
	.pack-mob__title-right{
		line-height: 38px;
	}

	.pack-mob__title:before{
		top:23px;
	}

	.instruction__btn-mob{
		transform: translateX(-36%);
	}

	.container--functions-line .functions-line__img.functions-img:before {
	    right: 38%;
	}
	.experience__title:before{
		width: 70%;
	}

	.vantage__title, .support__title, .experience__title, .where-buy__title, .articles_title, .sources__title{
		font-size: 24px;
		line-height: 28px;
	}
	.vanteage__item, .support__item{
		font-size: 18px;
	}
	.vantage__title span:last-child{

	}
	.instruction-left__title--mob{
	    position: relative;
	    left: 0px;
	    font-size: 16px;
	    line-height: 20px;
	    margin-top: 2px;
	}
	.instruction:after{
		left: 46%;
	}

	.instruction-left{
		padding-top: 0px;
	}

	left__img::before {
    	background-size: 43%;
    }
    .pack-mob__title-right .bold{
	    font-size: 38px;
    }

    .pack-mob__subtitle div strong {
    font-size: 21px;
    text-transform: uppercase;
	}
	.pack-mob__title-left{
		font-size: 92px;
	}

	.functions-line__img img {
	    position: absolute;
	    left: -65px;
	    top: 25px;
	    max-width: 235px;
	}
	.instruction:before {
	    transform: translateX(-110px);
	    border-bottom: 125px solid #fff;
	    border-top: 124px solid #fff;
	    border-left: 70px solid transparent;
	}
	.instruction:before {
    	left: 83%;
	}

	.instruction:after {
	    background: url(/assets/image/path_mob.png) no-repeat;
	    position: absolute;
	    top: -91px;
	    left: 49%;
	    /* width: 118px; */
	    content: "";
	    transform: translateX(-17%);
	}

	.instruction {
	    height: 250px;
	    overflow: hidden;
	}

	.instruction-left__img img{
		max-width: 86%;
	}

	.instruction__btn-mob a{
		font-size: 14px;
		padding: 8px 20px;
	}
	.instruction__btn-mob{
		bottom: 3%;
	}



}



@media (max-width:395px) {
	.container--functions-line .functions-line__img.functions-img:before{
		right:35%;
	}
	.vanteage__item, .support__item {
    	font-size: 16px;
	}
	.support__item{
		padding: 15px 0px 15px 55px;
	}

	.articles__item{
		width: auto;
	}


	.instruction-left__title--mob{
		font-size: 15px;
	}

	.functions-img__description a{
		font-size: 16px;
	}

	.instruction:after {
	    left: 44%;
	}
	.instruction__btn-mob{
		bottom: 4%;
	}


}

@media (max-width:375px){
	.functions-line--img-mob {
    	max-width: 300px;
    }
	.functions-img__description{
		font-size: 15px;
	}
	.warning_text{
		padding: 5px 5px!important;
	}
	.warning_text{
		font-size: 27px!important;
	}
		.warning_text p{
			font-size: 12px!important;
		}
	.popup-buy{
		width: 375px;
	}
	.container--functions-line .functions-line__img.functions-img:before{
		right:34%;
	}
	.instruction:after{
		left: 42%;
	}
	.instruction-left__title--mob{
		font-size: 13px;
	}
	.instruction-left__title--mob{
		top:9px;
	}
	.synergy-mob__img img{
		max-width: 300px;
	}
	.instruction-left__img img {
    max-width: 100%;
	}

	.advantages-mob__wrapper img{
		max-width: 300px;
	}
	.advantages-mob__img{
		top: -135px;
	}

	.advantages-mob__wrapper{
		padding-top: 70px;
	}

	.synergy-mob{
		margin-top: 40px;
	}
	.vantage {
    	padding-bottom: 90px;
	}

	.synergy-mob{
		padding-top: 90px;
		margin-top: 110px;
	}
	.synergy-mob__img{
		top:-116px;
	}
	.role-item__img img{
		max-width: 270px;
	}
	.banner__color-techImg{
		max-width: 270px;
	}
	.banner__color-mob:after{
		height: 165px;
	}

}

@media (max-width:350px){
	.role-item__img img{
		margin-top:-189px;
		max-width: 250px;
	}
	.instruction:after {
    left: 40%;
	}
	.instruction__btn-mob {
    	bottom: 10%;
	}

	.header__logo img {
	    max-width: 150px;
	    padding: 6px 0px;
	}

	.icon__menu{
		left: 170px;
	}

	.warning_text p{
		letter-spacing: 0.5px!important;
		font-size: 12px!important;
	}
	.warning_text{
		font-size: 26px!important;
	}

	.where-buy__img{
		max-width: 78px;
	}
	.footer__logo img{
		max-width: 105px;
	}
	.banner__color-techImg{
		max-width: 250px;
	}
	.banner__color-mob:after{
		height: 145px;
	}
}


.accordion {
	transition: 0.4s;
	outline: none;
	cursor: pointer;
}
/*
.accordion::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 2px;
	background-color: #fff;
}
.accordion::before {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 16px;
	background-color: #fff;
	transition: height 0.2s ease-in;
}
.accordion.active::before {
	height: 0;
}
.accordion.active,
.accordion:hover {

}
*/
.accordion.active + .panel {

	margin-bottom: 10px;
}

.questions__item .questions__btn{
	margin-bottom: 20px;
}

.panel + .accordion {
	margin-top: 1px;
}



@media (max-width:320px) {
	.articles__container{
		padding: 0px 5px;
	}
}

@media (min-width:320px) and (max-width: 865px) {
    .main__banner.desc-none {
        min-height: 200px;
    }
}
