@import url(fontiran.css);
:root {
	--colorPrimaryBlue: #F7B508;
	--colorPrimaryOrange: #FF8E24;
    --colorPrimaryGrey: #DEE7F0;
    --colorPrimaryBiedge: #FAF5E6;
    --colorPrimaryDark: #052E34;

}

* {
	-webkit-box-sizing: border-box;
	outline: 0 !important;
	margin: 0;
	padding: 0;
}

body,
html {
	width: 100%;
	min-width: 320px;
}

body {
    font-family: peyda,   YekanBakh, IRANSans ;  
	font-weight: normal;
	font-style: normal;
	color: var(--colorPrimaryDark);
	position: relative;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-display: swap;
	margin: 0;
	scroll-behavior: smooth;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

footer,
header,
main {
	width: 100%;
	max-width: 100%;
}

img,
picture,
video {
	max-width: 100%;
	max-height: 100%;
	/* width: 100%; */
	/* height: 100%; */
	-o-object-fit: contain;
	   object-fit: contain;
}

ol,
ul {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	outline: 0 !important;
	color: inherit;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

a:active {
	text-decoration: none;
}

button {
	outline: 0 !important;
	border: none;
	background-color: unset;
	padding: 0;
	margin: 0;
}

.big-h1 {
	font-weight: 600;
	font-size: 144px;
	letter-spacing: -0.03em;
}

h1,
.h1 {
    font-weight: 600;
    font-size: 124px;
	letter-spacing: -0.03em;
    line-height: 0.9;
}

h2,
.h2 {
    font-weight: 600;
    font-size: 100px;
    letter-spacing: -0.03em;
    line-height: 0.9;
}

h3,
.h3 {
    font-weight: 600;
    font-size: 70px;
    letter-spacing: -0.03em;
    line-height: 0.9;
}

h4,
.h4 {
    font-weight: 600;
    font-size: 64px;
    letter-spacing: -0.03em;
    line-height: 0.9;
}

h5,
.h5 {
    font-weight: 600;
    font-size: 54px;
    letter-spacing: -0.03em;
    line-height: 0.9;
}
input::-ms-clear, input::-ms-reveal {
    display: none;
}

body::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
  }
  
  body::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #05203E;
  }
mark {
    background: #F47804;
    color: #fff;
}

.wrap {
    width: 1564px;
    margin: 0 auto;
    position: relative;
}




input::-moz-placeholder {color: rgb(5 32 62 / 21%);}
input::-webkit-input-placeholder { color: rgb(5 32 62 / 21%) }
input:-ms-input-placeholder { color: rgb(5 32 62 / 21%); }
input::-ms-input-placeholder { color: rgb(5 32 62 / 21%) }
input::placeholder { color: rgb(5 32 62 / 21%) } 

textarea::-moz-placeholder {color: rgb(5 32 62 / 21%);}
textarea::-webkit-input-placeholder { color: rgb(5 32 62 / 21%) }
textarea:-ms-input-placeholder { color: rgb(5 32 62 / 21%); }
textarea::-ms-input-placeholder { color: rgb(5 32 62 / 21%) }
textarea::placeholder { color: rgb(5 32 62 / 21%) } 



.txt-i:active {
    border: 2px solid #E2E8EE;
}

.txt-i:hover, .txt-i:focus {
    border: 2px solid #E2E8EE;
}

input:not(:-moz-placeholder-shown) {
    border: 2px solid #E2E8EE;
  }

input:not(:-ms-input-placeholder) {
    border: 2px solid #E2E8EE;
  }

input:not(:placeholder-shown) {
    border: 2px solid #E2E8EE;
  }

.txt-a:active {
    border: 2px solid #E2E8EE;
}

.txt-a:hover, .txt-a:focus {
    border: 2px solid #E2E8EE;
}

textarea:not(:-moz-placeholder-shown) {
    border: 2px solid #E2E8EE;
  }

textarea:not(:-ms-input-placeholder) {
    border: 2px solid #E2E8EE;
  }

textarea:not(:placeholder-shown) {
    border: 2px solid #E2E8EE;
  }

label.error-label {
    font-size: 12px;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: -0.02em;
    color: #D10A0A;
}
label.error {
    font-size: 12px;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.02em;
    color: #D10A0A;
    position: absolute;
    bottom: 0;
}

.txt-i.error {
    border: 2px solid #D10A0A;
    color: #D10A0A;
}
.txt-a.error {
    border: 2px solid #D10A0A;
    color: #D10A0A;
}

.text-green {
    color: #00BD79;
}

.text-lightblue {
    color: #F7B508;
}
.text-lightorange {
    color: #FF8E24;
}
.text-pink {
    color: #F34986;
}


::-moz-selection { /* Code for Firefox */
    color: #fff;
        background: #052e34;
  }
  
  ::selection {
    color: #fff;
       background: #052e34;
  }


  .page-wrapper {
    /* overflow: hidden; */
}

.section {
    overflow: hidden;
    border-radius: 0 0 32px 32px;
}
.section.page-section {
    padding: 136px 0 112px 0;
    margin-bottom: -40px;
    /* z-index: 2; */
    position: relative;
    overflow: hidden;
}
.section-solidback-light {
    background: #EAF2E7;
}

.section-solidback {
    background: #DBE9DE;
}
.section.section-solidback:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/section-back.svg) no-repeat bottom right;
    z-index: 1;
}

.section.section-solidback-light:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/section-back2.svg) no-repeat bottom right;
}
.section-solidback.section-back-nopattern:after{
    display: none;
}
.section-solidback-light.section-back-nopattern:after{
    display: none;
}

/*BTN*/
.btn {
    padding: 24px 56px;
    font-weight: 600;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -o-linear-gradient(0.21deg, #FF9327 7.2%, #FF6A2B 99.74%);
    background: linear-gradient(89.79deg, #FF9327 7.2%, #FF6A2B 99.74%);
    border-radius: 20px;
    cursor: pointer;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
	position: relative;
	overflow: hidden;
}
.btn span{
	position:relative;
	z-index: 3;
}
.btn:hover:before {
    opacity: 1;
}
.btn:active:after {
    opacity:1;
}


.btn:before{
	 content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.btn:after{
	    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.btn-s{
    padding: 16px 32px;
    font-size: 16px;
    border-radius: 16px;
}

.btn-white-trans {
    background: rgba(255, 255, 255, 0.1);
}
.btn.btn-orange {
    color: #fff;
    background: -o-linear-gradient(0.21deg, #EFAF06 7.2%, #FF8B00 99.74%);
    background: linear-gradient(89.79deg, #EFAF06 7.2%, #FF8B00 99.74%)
}

.btn.btn-orange:before {
    color: #fff;
    background: -o-linear-gradient(359.99deg, #EF9206 0.01%, #FF6B00 99.99%);
    background: linear-gradient(90.01deg, #EF9206 0.01%, #FF6B00 99.99%);
}
.btn.btn-orange:after {
    color: #fff;
    background: -o-linear-gradient(359.99deg, #EF7606 0.01%, #FF3D00 99.99%);
    background: linear-gradient(90.01deg, #EF7606 0.01%, #FF3D00 99.99%);
}

.btn.btn-fullwidth {
    width: 100%;
}





.btn.btn-grey:hover {
    background: #08484A;
}

.btn.btn-grey:active {
    background: #08575C;
}


.btn.btn-blue-grad {
    background: -o-linear-gradient(3.64deg, #F7B508 2.99%, #00409B 97.01%);
    background: linear-gradient(86.36deg, #F7B508 2.99%, #00409B 97.01%);
    color: #fff;
}

.btn.btn-blue-grad:before{
    background: -o-linear-gradient(3.64deg, #0049B1 2.99%, #003785 97.01%);
    background: linear-gradient(86.36deg, #0049B1 2.99%, #003785 97.01%);
}

.btn.btn-blue-grad:after{
    background: -o-linear-gradient(3.64deg, #00398A 2.99%, #002E71 97.01%);
    background: linear-gradient(86.36deg, #00398A 2.99%, #002E71 97.01%);
}

.btn.btn-lightblue {
    background: -o-linear-gradient(357.77deg, rgba(255, 255, 255, 0.4002) -1.68%, rgba(255, 255, 255, 0.5104) 109.52%);
    background: linear-gradient(92.23deg, rgba(255, 255, 255, 0.4002) -1.68%, rgba(255, 255, 255, 0.5104) 109.52%);
}
.btn.btn-lightblue:before {
    background: -o-linear-gradient(357.77deg, rgb(181 178 178 / 40%) -1.68%, rgb(213 213 213 / 51%) 109.52%);
    background: linear-gradient(92.23deg, rgb(181 178 178 / 40%) -1.68%, rgb(213 213 213 / 51%) 109.52%);
}
.btn.btn-lightblue:after {
        background: -o-linear-gradient(357.77deg, rgb(155 155 155 / 40%) -1.68%, rgb(161 161 161 / 51%) 109.52%);
        background: linear-gradient(92.23deg, rgb(155 155 155 / 40%) -1.68%, rgb(161 161 161 / 51%) 109.52%);
}




.btn.btn-grey-grad {
    background: -o-linear-gradient(0.39deg, rgba(255, 255, 255, 0.476) -5.71%, rgba(255, 255, 255, 0.2744) 99.52%);
    background: linear-gradient(89.61deg, rgba(255, 255, 255, 0.476) -5.71%, rgba(255, 255, 255, 0.2744) 99.52%);
    color: #fff;
}

.btn.btn-grey-grad:before {
    background: -o-linear-gradient(0.39deg, rgba(255, 255, 255, 0.85) -5.71%, rgba(255, 255, 255, 0.49) 99.52%);
    background: linear-gradient(89.61deg, rgba(255, 255, 255, 0.85) -5.71%, rgba(255, 255, 255, 0.49) 99.52%);   
}

.btn.btn-grey-grad:after {
    background: -o-linear-gradient(0.39deg, rgba(255, 255, 255, 0.7144) -5.71%, rgba(255, 255, 255, 0.658) 99.52%);
    background: linear-gradient(89.61deg, rgba(255, 255, 255, 0.7144) -5.71%, rgba(255, 255, 255, 0.658) 99.52%);
}

.btn-m{
    font-size: 20px;
    padding: 18px 48px;
}

.btn-xs{
    font-size: 14px;
    padding: 12px 24px;
}


.btn.btn-white {
    background: #fff;
    color: #05203E;
}

.btn.btn-white:hover {
    background: #05203E;
    color: #fff;
}

.btn.btn-white:active {
    background: #02172F;
    color: #fff;
}
.pp-reg-auth-button .btn {
    background: rgba(150, 168, 187, 0.3);
}


.btn-white-border{
    background: #fff;
    border: 2px solid #F0F4F7;
    color: #05203E;
}

.btn-white-border:hover{
    background: #F0F4F7;
}

.btn-white-border:active{
    background: #E2E8EE;
    border-color: #E2E8EE;
}

.btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.btn-white.btn-white_orange {
    color: #FE9023;
    /* background: #F0F4F7; */
}

.btn-white.btn-white_orange:hover {
    color: #FE9023;
    background: #F0F4F7;
}

.btn:hover img {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

.btn img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn.btn-header-phone:hover img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.btn.btn-header-auth:hover img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.btn.btn-header-profile:hover img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.btn img {
    margin-left: 10px;
    z-index: 3;
}

/*btn end*/













  .section-index-20{
    z-index: 20;
}
.section-index-19{
    z-index: 19;
}
.section-index-18{
    z-index: 18;
}
.section-index-17{
    z-index: 17;
}
.section-index-16{
    z-index: 16;
}
.section-index-15{
    z-index: 15;
}
.section-index-14{
    z-index: 14;
}
.section-index-13{
    z-index: 13;
}
.section-index-12{
    z-index: 12;
}
.section-index-11{
    z-index: 11;
}
.section-index-10{
    z-index: 10;
}
.section-index-9{
    z-index: 9;
}
.section-index-8{
    z-index: 8;
}
.section-index-7{
    z-index: 7;
}
.section-index-6{
    z-index: 6;
}
.section-index-5{
    z-index: 5;
}
.section-index-4{
    z-index: 4;
}
.section-index-3{
    z-index: 3;
}
.section-index-2{
    z-index: 2;
}
.section-index-1{
    z-index: 1;
}
.section-index-0 {
    z-index: 0;
}


.wrap {
    width: 1564px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.wrap.wrap_thin {
    width: 1036px;
}


.css-content p{
    margin-bottom: 20px;
}

.css-content a {
    color: #92c712;
    border-bottom: 1px solid;
}

.css-content ul{
    padding-left: 30px;
    margin-bottom: 20px;
}

.css-content ul li{
    margin-bottom: 15px;
}

.css-content ol{
    padding-left: 30px;
    margin-bottom: 20px;
}

.css-content ol li{
    margin-bottom: 15px;
}

.css-content a:hover {
    opacity: .7;
}
.css-content table {
    margin-bottom: 20px;
}

.css-content table td {
    padding: 8px 15px;
    border: 1px solid rgb(5 46 52 / 13%);
}


/*Popups*/

.cookie-box {
	display: none;
	width: 516px;
	height: 210px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #fff;
	/* -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, .21); */
	/* box-shadow: 0 4px 40px rgba(0, 0, 0, .21); */
	/* border-radius: 8px; */
	z-index: 33;
	padding: 40px;
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
	    border-radius: 24px;
}

.cookie-box__cont {
}

.cookie-box_text {
	width: 100%;
	/* text-align: center; */
	/* color: #2b8dc4; */
	/* font-size: 14px; */
	/* line-height: 18px; */
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 30px;
}

.cookie-box__btn.button {
	margin: 10px auto 0;
	min-width: auto;
	padding: 0 35px;
	height: 34px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 34px;
	background-color: #2b8dc4;
	cursor: pointer;
}

.where-places__place img {
	-o-object-fit: contain;
	object-fit: contain;
}

.cookie-box_text a {
	border-bottom: 1px solid;
}



.pp {
	position: fixed;
	width: 100vw;
	height: 100%;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	/* margin: auto; */
}

.pp__bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #18191a94;
	z-index: 0;
	top: 0;
	left: 0;
	cursor: pointer;
}

.pp__content {
	position: absolute;
	z-index: 1;
	/* width: 660px; */
	overflow-y: hidden;
	overflow-x: hidden;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	-webkit-transform: translateY(10%);
	-ms-transform: translateY(10%);
	transform: translateY(10%);
	top: 60px;
	margin-bottom: 60px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-radius: 40px;
}

.pp::-webkit-scrollbar {
	width: 6px;
}

.pp::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px transparent;
	box-shadow: inset 0 0 6px transparent;
	border-radius: 5px;
	background-color: transparent;
}

.pp::-webkit-scrollbar-thumb {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 5px;
	background-color: var(--colorOrange);
}

.pp__content_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 55px 95px;
}

.pp__close {
	width: 26px;
	height: 26px;
	top: 20px;
	right: 20px;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: end;
	align-self: flex-end;
	will-change: transform;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 10;
}

.pp__close:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.close__lane {
	height: 2px;
	background-color: #BFCFDF;
	width: 100%;
	-webkit-transform: rotate(45deg);
	will-change: transform;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
}

.close__lane:last-child {
	will-change: transform;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.show {
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.show .pp__content {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.pp-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 32px;
/* identical to box height, or 111% */
    letter-spacing: -0.03em;
    margin-bottom: 16px;
}

.pp-subtitle {
    font-size: 16px;
    line-height: 21px;
/* or 133% */
    text-align: center;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}

.pp.pp-regular .popup-content {
    width: 500px;
    padding-top: 40px;
}



.pp-content-section {
    position: relative;
    padding: 44px 70px 30px;
    margin-top: -40px;
    border-radius: 0 0px 40px 40px;
    text-align: center;
}

.pp-content-section-solid-white {
    background: #fff;
}

.pp-content-section-index2 {
    z-index: 2;
}

.pp-content-section-index1 {
    z-index: 1;
}

.pp-content-section-solid-grey {
    background: #EAF2E7;
}

.pp-warntext {
    font-size: 14px;
    line-height: 18px;
/* or 129% */
    text-align: center;
    letter-spacing: -0.02em;

/* dark */
    color: #05203E;
    opacity: 0.5;
    padding-top: 27px;
}
.pp-warntext a {
    border-bottom: 1px solid;
}



.txt-i {
    background: #FFFFFF;
    border: 2px solid #F0F4F7;
    /* border: 2px solid #F0F4F7; */
    border-radius: 16px;
    padding: 16px 24px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    letter-spacing: -0.03em;
    color: var(--colorPrimaryDark);
    /* font-size: 16px; */
}

.f-item {
    width: 100%;
    margin-bottom: 16px;
    position: relative;
}

.f-item .txt-i {
    width: 100%;
}
.f-item.f-item-button {
    margin-top: 35px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0px;
}

.pp-sms-timer {
    font-size: 14px;
    line-height: 18px;
/* identical to box height, or 129% */
    text-align: center;
    letter-spacing: -0.02em;

/* #96A8BB */
    color: #96A8BB;
    margin-top: 24px;
}

.pp-sms-phone-title {
    font-size: 16px;
    line-height: 20px;
/* identical to box height, or 125% */
    text-align: center;
    letter-spacing: -0.02em;

/* dark */
    color: #05203E;
    mix-blend-mode: normal;
    opacity: 0.9;
    margin-bottom: 16px;
}

.pp-sms-phone-value {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
/* identical to box height, or 123% */
    text-align: center;
    letter-spacing: -0.02em;

/* dark */
    color: #05203E;
    /* margin-bottom: 8px; */
}

.pp-sms-phone {
    padding-top: 20px;
}

input.txt-i.txt-i_sms {
    width: 220px;
    text-align: center;
}


.wrap.wrap_pps .textpage-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.wrap.wrap_pps .btn {
    margin-bottom: 16px;
    margin-right: 16px;
}

.pp.pp-video .pp__content {
    border-radius: 0px;
    width: 900px;
    height: 500px;
    margin: auto;
    bottom: 0;
}

.pp.pp-video .pp__content iframe {
    width: 100%;
    height: 100%;
}

.pp.pp-video .pp__content .popup-content {
    width: 100%;
    height: 100%;
}

.pp.pp-video .pp__content .popup-content .ls-pp-videobox {
    width: 100%;
    height: 100%;
}

.pp-form-warn {
    font-size: 14px;
    line-height: 18px;
/* or 129% */
    text-align: center;
    letter-spacing: -0.02em;

/* dark */
    color: #05203E;
    opacity: 0.5;
}

.pp-form form {
    margin-bottom: 32px;
}

.pp-additional-box-text {
    font-size: 16px;
    line-height: 22px;
/* or 138% */
    text-align: center;
    letter-spacing: -0.02em;

/* dark */
    color: #05203E;
    /* mix-blend-mode: normal; */
    opacity: 0.9;
    margin-bottom: 10px;
}

.pp-additional-box {
    padding-top: 24px;
}

.pp-additional-text-phone {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
/* identical to box height, or 123% */
    letter-spacing: -0.02em;

/* dark */
    color: #05203E;
}

.pp-content-section-solid-grey {
    padding-bottom: 32px;
}
.form-phone-sms-item {
    width: 76px;
    height: 72px;
    margin: 0 5px;
    position: relative;
    width: 154px;
    overflow: hidden;
}

.form-phone-sms-item input {
width: 100%;
    height: 100%;
    font-size: 44px;
    letter-spacing: 12px;
    line-height: 28px;
    /* text-align: center; */
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    background: 0;
    padding: 0;
    color: transparent;
    caret-color: #000;
    /* -webkit-transform: translate(-50%); */
    /* transform: translate(-50%); */
    font-variant-numeric: tabular-nums;
    overflow: hidden;
  
}
.symbol-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
    /* margin: 0 0 0 19px; */
    text-align: left;
    width: 100%;
    /* font: 80px/112px CeraPRO-Regular,sans-serif; */
    font-size: 44px;
    /* text-align: center; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 72px;
    height: 72px;
    right: 0px;
    position: relative;
}

.symbol-block-char {
    /* color: grey; */
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    letter-spacing: 0;
    margin-left: -3px;
    text-align: center;
    width: 40px;
}

.form-phone-sms-item input:focus {
    border: 0;
}

.form-phone-sms-item input::-webkit-outer-spin-button,
.form-phone-sms-item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.form-phone-sms-item input[type=number] {
  -moz-appearance: textfield;
}

.form-phone-sms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.pp-sms-phone-linkchange {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #F7B508;
    mix-blend-mode: normal;
    opacity: 0.9;
    margin-top: 16px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.pp-sms-phone-value:last-of-type {
    margin-bottom: 16px;
}



.attach-btn {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    /* text-decoration: underline; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-bottom: 83px; */
    color: #1B1B1B;
    pointer-events: all;
    position: relative;
}

.resume-attach {
    margin-bottom: 0;
}

.attach-img {
    /* margin-left: 12px; */
}

#upload-photo {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

#upload-file {
    opacity: 0;
    position: absolute;
    z-index: -1;
}



.file-cross {
    position: relative;
    width: 18px;
    height: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
            transform: scale(1.0);
}

.file-cross:after,
.file-cross:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 2px;
    background: #05203e;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.file-cross:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.file-cross:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.uploaded-file-delete:hover .file-cross:after,
.uploaded-file-delete:hover .file-cross:before {
    background: #DC143C;
}

.name {
    padding-left: 2px;
    color: #05203e;
    font-size: 14px;
}

.uploaded-file-delete:hover .file-cross {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 4px;
}

.form-file {
    /* margin-top: 35px; */
    z-index: 222;
    /* height: 50px; */
}
.attach-img {
    width: 36px;
    height: 36px;
}

.list-files {
    margin-top: 10px;
    padding-left: 10px;
}

.pp-director-request .popup-content {
    width: 1040px;
    /* display: flex; */
    background: #F0F4F7;
    border-radius: 40px;
}

.pp-director-parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pp-director-title {
    font-size: 36px;
    line-height: 36px;
/* or 100% */
    letter-spacing: -0.03em;
    margin-bottom: 16px;
    font-weight: 600;
}

.pp-director-text {
    font-size: 16px;
    line-height: 22px;
/* or 138% */
    letter-spacing: -0.02em;
}

.pp-director-text p {
    margin-bottom: 16px;
}

.pp-director-text-additional {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
/* identical to box height, or 125% */
    letter-spacing: -0.02em;
}

.pp-director-leftside {
    width: 50%;
    padding: 69px 61px 69px 53px;
}

.pp-director-text-sep {
    margin-bottom: 32px;
    margin-top: 32px;
    height: 1px;
    width: 100%;
    /* background: #ccc; */
    border: 1px dashed #ccc;
    border: 1px dashed #DEE7F0;
    width: 360px;
}

.pp-director-rightside {
    width: 520px;
    background: #fff;
    background: #FFFFFF;
    border-radius: 40px;
    padding: 42px 80px;
}

.txt-a {
    background: #FFFFFF;
    border: 2px solid #F0F4F7;
    border-radius: 16px;
    padding: 16px 24px;
    resize: none;
    width: 100%;
    min-height: 175px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.files-attach-r-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
/* identical to box height, or 129% */
    letter-spacing: -0.02em;
    color: #1061D8;
}

.files-attach-r-title {}

.files-attach-r-text {
    font-size: 10px;
    line-height: 18px;
/* identical to box height, or 180% */
    letter-spacing: -0.02em;

/* dark */
    color: #05203E;
    opacity: 0.5;
}

.files-attach-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.files-attach-l {
    margin-right: 12px;
}

.pp.pp-auth .popup-content {
    width: 500px;
    padding-top: 40px;
}

.password-switcher {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/view-password.svg) no-repeat center;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    cursor: pointer;
}

.f-item.f-item-password {
    position: relative;
}

.password-switcher:hover {
    opacity: 0.6;
}

.password-switcher.view {
    background: url(../img/hide-password.svg) no-repeat center;
}

.pp-reg-auth-text {
    font-size: 16px;
    line-height: 24px;
/* identical to box height, or 150% */
    text-align: center;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}

.pp-reg-auth {
    padding-top: 22px;
}

.pp-reg-auth-button .btn {
    background: #052E34;
}

.pp.pp-registration .popup-content {
    width: 500px;
    padding-top: 40px;
}

.pp-back {
    position: absolute;
    top: 26px;
    left: 40px;
    z-index: 10;
}
.pp-form-warn a {
    border-bottom: 1px solid;
}

.pp-form-warn a:hover {
    opacity: .7; 
}

.form-error-box {
    background: #ff8484;
    padding: 10px 20px;
    color: #FF0000;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    background: rgba(255, 0, 0, 0.1);
    position: relative;
    font-size: 14px;
}

.form-error-box:before {

}
.btn.btn-loading span:after {
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/loading-white.svg) no-repeat center;
    z-index: 2;
    position: relative;
    background-size: contain;
    margin-left: 4px;
}

.btn[disabled] {
    opacity: 0.4;
    pointer-events: none;
}
.btn.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.pp.pp-regular.disable .pp-form .form-phone-sms-item .symbol-block {
	opacity: .4;
}

.pp.pp-regular.disable .pp-form .form-phone-sms-item:after {
    content: ' ';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../img/loading-orange.html) no-repeat center;
    background-size: 100%;
    margin: auto;
}


.pp_{
	cursor: pointer;
}
 
.form-error-box-luchik {
    width: 42px;
    margin-right: 15px;
}

.form-error-box-text {
    width: calc(100% - 57px);
}
.form-error-box-text a {
    border-bottom: 1px solid;
}
.pp-sms-resend {
    color: #F7B508;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: none;
}
.pp-sms-phone-linkchange:hover {
    opacity: 0.5;
}

.pp-sms-resend:hover {
    opacity: .5;
}

.form-error-box_notify {
    padding: 10px 20px;
    color: #00BD79;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    /* background: rgba(255, 0, 0, 0.1); */
    background: rgba(0, 189, 121, 0.1);
    position: relative;
    font-size: 14px;
    margin-top: 10px;
}
.input-class-listbox {
    position: absolute;
    z-index: 2;
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2.3138px 17.3535px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 2.3138px 17.3535px rgba(0, 0, 0, 0.12);
    border-radius: 9.25522px;
    padding: 10px 12px;
	    padding-bottom: 2px;
	    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
top: calc(100% + 6px);
color: #05203E;
}
.input-class-listbox.show {
    opacity: 1;
    pointer-events: all;
}
.input-class-list-item {
    background: #F0F4F7;
    border-radius: 6.08473px;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 10px;
    text-align: left;
    width: calc(100% / 4 - 6px);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}
.input-class-list-item:nth-child(4n+4) {
    margin-right: 0px;
}

.input-class-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.input-class-list-item__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 11px;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}

.input-class-list-item__subtitle {
    font-weight: 600;
    font-size: 13px;
    line-height: 9px;
    letter-spacing: -0.02em;
}
.txt-i_class-caret {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    right: 20px;
	pointer-events: none;
}

.txt-i_class-caret.open {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.input-class-list-item:hover {
    background: #dadcdd;
}

.input-class-list-item.active {
    background: #05203E;
    color: #fff;
}
.pp-sms-phone-value {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.pp.pp-registration .pp-title {
    font-size: 32px;
    line-height: 36px;
}

.pp.pp-auth .pp-title {
    font-size: 32px;
    line-height: 36px;
}

/*Popups end*/



























/*blog*/
.section-page-head.section-page-head_noimage .page-headbox-text {
    width: 1000px;
}

.section-page-head.section-page-head_noimage .page-headbox {
    width: 100%;
}

.section-page-head.section-page-head_noimage .page-headbox-sep {
    width: 60%;
}

.subsribe-bigbox {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    /* display: flex; */
    padding: 55px 70px;
    padding-left: 43%;
    background: #033D41;
    margin-bottom: 72px;
    color: #fff;
}

.blog-nav-item {
    cursor: pointer;
    border-radius: 16px;
    background: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.02em;
    /* color: rgb(5 32 62 / 30%); */
    padding: 15px 24px;
    border: 2px solid #fff;
    margin-right: 8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    margin-bottom: 14px;
}

a.blog-nav-item:hover {
    background: #F0F4F7;
    border-color: #F0F4F7;
}

.blog-nav-item.active {
    color: #fff;
    background: #05203E;
    border-color: #05203E;
}

.blog-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 48px;
}

.article-list-item {
    background: #FFFFFF;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: calc(100% / 3 - 14px);
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 32px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.article-list-item:nth-child(3n+3) {
    margin-right: 0;
}

.articles-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.article-list-item-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
/* or 123% */
    letter-spacing: -0.02em;
    margin-bottom: 18px;
}

.article-list-item-intro {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
/* or 133% */
    letter-spacing: -0.02em;
    color: rgba(5, 32, 62, 0.7);
    margin-bottom: 50px;
}

.article-list-item-meta-type {
    /* font-size: 18px; */
    /* line-height: 24px; */
    /* letter-spacing: -0.02em; */
}

.article-list-item-meta-type.article-list-item-meta-type_blue {
    color: #F7B508;
}

.article-list-item-bottom {
    /* display: flex; */
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
}

.article-list-item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
}

.article-list-item-views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: -0.02em;

/* grey dark */
    color: #CAD6CC;
    line-height: 1;
    margin-right: 18px;
}

.article-list-item-date {
    color: #CAD6CC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
}

.article-list-item-date img {
    margin-right: 4px;
}

.article-list-item-views img {
    margin-right: 4px;
}

.article-list-item-meta_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.article-list-item-meta-type.article-list-item-meta-type_green {
    color: #08A467;
}

.article-list-item-meta-type.article-list-item-meta-type_lightgreen {
    color: #92C712;
}

.article-list-item-meta-type.article-list-item-meta-type_orange {
    color: #EFAF06;
}

.article-list-item-title.article-list-item-title_lightgreen:hover {
    color: #92C712;
}
.article-list-item-title.article-list-item-title_green:hover {
    color: #08A467;
}
.article-list-item-title.article-list-item-title_orange:hover {
    color: #EFAF06;
}



.article-list-item-image {
    height: 207px;
    position: relative;
    border-radius: 16px;
    margin-bottom: 24px;
}

.article-list-item-type {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    z-index: 2;
}

.subsribe-bigbox-title {
    font-weight: 600;
    font-size: 54px;
    line-height: 54px;
/* or 100% */
    letter-spacing: -0.03em;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
}

.subsribe-bigbox-text {
    font-size: 22px;
    line-height: 25px;
/* or 115% */
    letter-spacing: -0.02em;
    color: #FFFFFF;
    opacity: 0.7;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.subsribe-bigbox-form-warn {
    font-size: 14px;
    line-height: 18px;
/* or 129% */
    letter-spacing: -0.02em;
    color: #FFFFFF;
    opacity: 0.5;
    margin-top: 20px;
}

.subsribe-bigbox-form-warn a {
    border-bottom: 1px solid;
}

.subsribe-bigbox-form {
    position: relative;
    z-index: 2;
    /* display: flex; */
}

.subsribe-bigbox-form form fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.txt-i.txt-i_subscribe {
    width: 380px;
    height: 60px;
    font-size: 18px;
    line-height: 22px;
    margin-right: 16px;
}

.subsribe-bigbox-form .btn {
    height: 60px;
    width: 270px;
}

.subsribe-bigbox-image {
    position: absolute;
    left: 0px;
    bottom: 0;
    height: 100%;
    /* width: 500px; */
    pointer-events: none;
	z-index: 2;
}
.box-sep.box-sep_blog {
    margin-top: 96px;
}

.article-list-item-image_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.article-list-item:hover {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
}

.article-list-item-image_:hover img {
    -ms-transform: scale(1.21);
        transform: scale(1.21);
    -webkit-transform: scale(1.21);
    transform: scale(1.21);
    transition: -webkit-transform 20s cubic-bezier(0,1,.35,1);
    -webkit-transition: -webkit-transform 20s cubic-bezier(0,1,.35,1);
    -o-transition: transform 20s cubic-bezier(0,1,.35,1);
    transition: transform 20s cubic-bezier(0,1,.35,1);
    transition: transform 20s cubic-bezier(0,1,.35,1), -webkit-transform 20s cubic-bezier(0,1,.35,1);
    transition: transform 20s cubic-bezier(0,1,.35,1),-webkit-transform 20s cubic-bezier(0,1,.35,1);
}

.article-list-item-image_ img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    transition: -webkit-transform .3s cubic-bezier(0,.6,.25,1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,.6,.25,1);
    -o-transition: transform .3s cubic-bezier(0,.6,.25,1);
    transition: transform .3s cubic-bezier(0,.6,.25,1);
    transition: transform .3s cubic-bezier(0,.6,.25,1), -webkit-transform .3s cubic-bezier(0,.6,.25,1);
    transition: transform .3s cubic-bezier(0,.6,.25,1),-webkit-transform .3s cubic-bezier(0,.6,.25,1);
    
}
.article-list-item-title {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.article-list-item-title:hover {
    color: #0e61db;
}

.article-list-item-title.article-list-item-title_blue:hover {
    color: #0e61db;
}
.article-list-item-title.article-list-item-title_yellow:hover {
    color: #FACA2A;
}
.article-list-item-title.article-list-item-title_lightblue:hover {
    color: #27B8E4;
}
.article-list-item-title.article-list-item-title_pink:hover {
    color: #F34986;
}
.article-list-item-type:hover .tip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}

.article-list-item-type .tip {
    top: -32px;
    left: -50px;
    width: 90px;
}
.article-list-item-image_ img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.custom-select.custom-select_article-type .select-list-wrap {
    width: 280px;
    left: -35px;
    height: unset;
    padding-bottom: 20px;
}

.custom-select.custom-select_article-type .select-list-wrap li .option-counter {
    font-size: 14px;
    color: #ccc;
    margin-left: 4px;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    display: inline-block;
    color: #05203E;
    opacity: 0.4;
}

.custom-select.custom-select_article-type ul.select-options {
    max-height: unset;
    width: 100%;
}
.custom-select.custom-select_article-type .select-list-wrap li > img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.custom-select.custom-select_article-type .select-list-wrap li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/*blog end*/

/*article*/
.article-body {
    width: 1036px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 47px 72px;
    margin-right: 20px;
}

.article-back {
    background: #F3F9F0;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    /* padding: 10px 14px; */
    padding: 10px 24px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
/* identical to box height, or 144% */
    letter-spacing: -0.02em;
    width: 130px;
}

.article-back img {
    margin-right: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.article-back:hover img {
    -webkit-transform: translateX(-6px);
        -ms-transform: translateX(-6px);
            transform: translateX(-6px);
}

.article-head-meta-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.article-head-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
}

.article-body h1 {
    font-weight: 600;
    font-size: 54px;
    line-height: 54px;
/* or 100% */
    letter-spacing: -0.03em;
    margin-bottom: 40px;
}

.article-image {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.article-image img {
    width: 100%;
}

.article-type {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
/* identical to box height, or 133% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: -0.02em;
}

.article-type.article-type_blue {
    /* color: #ccc; */
    color: #F7B508;
}

.article-type img {
    width: 40px;
    height: 40px;
    margin-right: 14px;
}

.article-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
}

.article-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.share-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 12px;
    cursor: pointer;
	-webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.share-item.share-item_sharethis {
    position: relative;
}

.share-item.share-item_sharethis .sharethis-inline-share-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0 !important;
}


.share-item:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.article-introtext {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
/* or 117% */
    letter-spacing: -0.02em;
    margin-bottom: 32px;
}

.article-content {
    font-size: 20px;
    line-height: 26px;
/* or 130% */
    letter-spacing: -0.02em;
    color: rgba(5, 32, 62, 0.8);
}

.article-content h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
/* or 111% */
    letter-spacing: -0.03em;
    color: #05203E;
    margin-bottom: 32px;
    margin-top: 56px;
}

.article-content h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #05203E;
    margin-bottom: 16px;
    margin-top: 32px;
}

.article-content h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #05203E;
    margin-bottom: 6px;
    margin-top: 24px;
}

.article-content.css-content a {
    background: rgb(146 199 18 / 16%);
    border-radius: 2px;
    border-bottom: none;
}


.css-content ol{
    padding-left: 30px;
    margin-bottom: 20px;
}

.css-content ol li{
    margin-bottom: 15px;
    counter-increment: li;
    position: relative;
}


.article-content.css-content ol{
    list-style:none;
    counter-reset: li;
}

.article-content.css-content ol li:before{
    content: counter(li)".";
    color: #FF8E24;
    position: absolute;
    left: -20px;
    top: 0;
}

.article-content.css-content ul{
    list-style:none;
}

.article-content.css-content ul li:before{
    /* margin-bottom: 15px; */
    content: ' ';
    background: #FF8E24;
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -20px;
}


.article-content.css-content ul li {
    position: relative;
}


.article-content > img {
    width: 100%;
    margin-bottom: 48px;
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

blockquote {
    background: #FFF9F4;
    padding: 32px 36px;
    font-size: 20px;
    line-height: 144%;
    letter-spacing: -0.02em;
    color: #05203E;
    font-style: italic;
    border-left: 3px solid #FF8E24;
    margin-bottom: 48px;
    margin-top: 48px;
}

.quote-spoiler {
    padding: 10px 0;
    display: none;
}

.quote-readmore {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #FF8E24;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 13px;
    cursor: pointer;
}

.quote-readmore img {
    margin-left: 4px;
}

.quote-author {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.quote-author-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.quote-author-texts {
    width: calc(100% - 80px);
    padding-left: 20px;
    font-style: normal;
}

.quote-author-name {
    font-weight: 600;
    font-size: 22px;
    line-height: 144%;
/* identical to box height, or 32px */
    letter-spacing: -0.02em;
    margin-bottom: 5px;
}

.quote-author-info {
    font-size: 16px;
    line-height: 20px;
/* or 125% */
    letter-spacing: -0.02em;

/* dark */
    color: #05203E;
    opacity: 0.7;
}

blockquote:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    background: url(../img/blog/quotes-icon.svg) no-repeat center;
}

.quote-readmore:hover {
    opacity: .7;
}

.cross-start-study {
    background: -o-linear-gradient(196.89deg, #F09E00 1.22%, #FF6A2B 66.11%);
    background: linear-gradient(253.11deg, #F09E00 1.22%, #FF6A2B 66.11%);
    border-radius: 24px;
    color: #fff;
    padding: 32px 55px;
    /* background-image: url(); */
    position: relative;
    padding-right: 40%;
    overflow: hidden;
    margin-bottom: 48px;
    margin-top: 48px;
}

.cross-start-study-title {
    font-weight: 600;
    font-size: 44px;
    line-height: 44px;
/* or 100% */
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.cross-start-study-text {
    font-size: 20px;
    line-height: 26px;
/* or 130% */
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.cross-start-study-button {
    width: 230px;
    position: relative;
    z-index: 2;
}

.cross-start-study:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/blog/action-back.png) no-repeat right bottom;
    background-size: cover;
    pointer-events: none;
}

iframe {}

.article-content iframe {
    width: 100%;
    height: 500px;
    border-radius: 16px;
    margin-top: 48px;
    margin-bottom: 48px;
}

.subsribe-bigbox.cross-subscribe {
    margin-bottom: 48px;
    margin-top: 48px;
    padding: 32px 52px;
}

.subsribe-bigbox.cross-subscribe .txt-i.txt-i_subscribe {
    width: 270px;
}

.subsribe-bigbox.cross-subscribe .subsribe-bigbox-form .btn {
    width: 160px;
}

.subsribe-bigbox.cross-subscribe .subsribe-bigbox-title {
    font-size: 44px;
    line-height: 44px;
    width: 400px;
}

.subsribe-bigbox.cross-subscribe .subsribe-bigbox-form-warn {
    width: 380px;
    color: #fff;
}

.subsribe-bigbox.cross-subscribe .subsribe-bigbox-form-warn a {
    color: #fff;
    border-bottom: 1px solid;
}

.subsribe-bigbox.cross-subscribe .subsribe-bigbox-image {
    right: -90px;
    left: unset;
}

.cross-faq-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
/* or 111% */
    letter-spacing: -0.03em;
    color: #05203E;
    margin-bottom: 32px;
}

.cross-faq {
    margin-top: 48px;
    margin-bottom: 48px;
}

.cross-faq .faq-question-item {
    /* padding: 30px 35px; */
    border: 2px solid #ccc;
    border: 2px solid #F0F4F7;
    border-radius: 24px;
    margin-bottom: 16px;
}

.cross-faq .faq-question-item-head {
    padding: 30px 35px;
}

.article-author {
    font-size: 20px;
    line-height: 26px;
/* or 130% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: -0.02em;

/* dark */
    color: #05203E;
    /* opacity: 0.4; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.article-author-name {
    opacity: .4;
    width: calc(100% - 60px);
    padding-left: 14px;
}

.article-author-image {
    width: 60px;
    height: 60px;
        border-radius: 50%;
    overflow: hidden;
}
.article-author-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
}
.article-author {
    width: 37%;
}

.article-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 48px;
    border-top: 2px dashed #E2E8EE;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.article-bottom-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.article-content.css-content .article-bottom-share .share-item {
    background: transparent;
}

.article-comments-wrapper {
    /* background: #FFFFFF; */
    /* border-radius: 24px; */
    /* width: 1036px; */
    width: 1036px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 47px 72px;
    margin-bottom: 96px;
}

.article-comments-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
/* or 111% */
    letter-spacing: -0.03em;
    color: #05203E;
    padding-bottom: 20px;
    border-bottom: 2px dashed #E2E8EE;
}

.article__table_title {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
/* identical to box height, or 111% */
    letter-spacing: -0.03em;
    margin-bottom: 32px;
}

.article-contents {
    /* background: #FFFFFF; */
    /* border-radius: 24px; */
    /* padding: 44px 47px; */
    width: calc(100% - 1056px);
}

.article__tablelist {
    font-size: 20px;
    line-height: 103.5%;
/* or 21px */
    letter-spacing: -0.03em;

/* dark */
    color: rgb(5 46 52 / 40%);
    /* opacity: 0.4; */
}

.article__tablelist a:hover {
    color: #052e34;
    opacity: 1;
}

.article__tablelist ol > li > ol {
    padding-left: 20px;
    /* margin-bottom: 13px; */
}

.article__tablelist ol {
    list-style: none;
    /* margin-top: 13px; */
    /* padding-top: 13px; */
}

.article__tablelist ol > li {
    /* padding: 6px 0; */
    position: relative
}

.article-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 20px;
}

.article__tablelist ol > li > ol > li:before {
        content: ' ';
        background: rgb(5 32 62 / 41%);
        width: 4px;
        height: 4px;
        display: block;
        border-radius: 50%;
        position: absolute;
        top: 12px;
        left: -14px;
}

.article__tablelist ol > li a {
    padding: 7px 0;
    display: block;
}

.article__table {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 44px 47px;
    position: sticky;
    top: 110px;
}

.page-section.page-section_article {
    overflow: unset;
    padding-bottom: 60px;
    margin-bottom: -120px;
}
.article-read-more-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.article-read-more {
    margin-bottom: 48px;
}

.article-content.css-content  .cross-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 2px solid #F0F4F7;
    border-radius: 24px;
    height: 196px;
    position: relative;
    margin-bottom: 48px;
    margin-top: 48px;
	cursor: pointer;
}

.cross-article-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
/* or 117% */
    letter-spacing: -0.02em;
    color: #05203E;
    margin-bottom: 8px;
}

.cross-article-intro {
    font-size: 18px;
    line-height: 24px;
/* or 133% */
    letter-spacing: -0.02em;
    color: rgba(5, 32, 62, 0.8);
}

.cross-article-image {
    width: 324px;
    height: 196px;
    /* border: 2px solid #F0F4F7; */
    border-radius: 24px;
    overflow: hidden;
    position: absolute;
    top: -2px;
    left: -2px;
}

.cross-article-texts {
    /* width: calc(100% - 320px); */
    padding-left: 350px;
    padding-right: 48px;
}

.cross-article-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}


.cross-article:hover img {
    -ms-transform: scale(1.21);
        transform: scale(1.21);
    -webkit-transform: scale(1.21);
    transform: scale(1.21);
    transition: -webkit-transform 20s cubic-bezier(0,1,.35,1);
    -webkit-transition: -webkit-transform 20s cubic-bezier(0,1,.35,1);
    -o-transition: transform 20s cubic-bezier(0,1,.35,1);
    transition: transform 20s cubic-bezier(0,1,.35,1);
    transition: transform 20s cubic-bezier(0,1,.35,1), -webkit-transform 20s cubic-bezier(0,1,.35,1);
    transition: transform 20s cubic-bezier(0,1,.35,1),-webkit-transform 20s cubic-bezier(0,1,.35,1);
}

.cross-article img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    transition: -webkit-transform .3s cubic-bezier(0,.6,.25,1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,.6,.25,1);
    -o-transition: transform .3s cubic-bezier(0,.6,.25,1);
    transition: transform .3s cubic-bezier(0,.6,.25,1);
    transition: transform .3s cubic-bezier(0,.6,.25,1), -webkit-transform .3s cubic-bezier(0,.6,.25,1);
    transition: transform .3s cubic-bezier(0,.6,.25,1),-webkit-transform .3s cubic-bezier(0,.6,.25,1);
    
}

.cross-article:hover .cross-article-title{
    color: #052e34;
}

.inline-contents {
    display: none;
}

.inline-contents-trigger {
    /* border: 2px solid #FF8E24; */
    /* border-radius: 16px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #FF8E24;
    padding: 0 0 0px 0;
    cursor: pointer;
}
.inline-contents {
    border: 2px solid #FF8E24;
    border-radius: 16px;
    padding: 20px 32px;
    margin-bottom: 40px;
}

.inline-contents-trigger:hover {
    opacity: .5;
}
.inline-contents-close {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #FF8E24;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0 0;
    cursor: pointer;
}

.inline-contents-close img {
    margin-left: 4px;
}

.inline-contents-close:hover {
    opacity: .6;
}
.article-content .section__wrapper.section__wrapper_cpage {
    /*display: none;*/
}

.article-content p img {
    border-radius: 20px;
}

/*article end*/




.box-title.box-title_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.box-title-link {
    font-weight: 600;
    font-size: 22px;
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.title-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.title-link img {
    margin-left: 5px;
}

.box-title-val {
    /* max-width: 85%; */
    width: 70%;
}


.box-title {
    font-weight: 600;
    font-size: 70px;
    margin-bottom: 32px;
    line-height: 0.9;
    letter-spacing: -0.02em;
    margin-bottom: 43px;
    letter-spacing: -0.03em;
}




/*mainpage*/



.header {
    height: 94px;
    position: fixed;
    z-index: 22;
    width: 100%;
    background: #fff;
	-webkit-filter: drop-shadow(0px 4px 30px transparent);
	        filter: drop-shadow(0px 4px 30px transparent); 
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0px 4px 30px rgb(0 0 0 / 0%);
    box-shadow: 0px 4px 30px rgb(0 0 0 / 0%);
}

.header.header-shadow {
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
}

.wrap.header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

.header-nav-item {
    font-weight: 600;
    font-size: 22px;
    line-height: 110%;
/* identical to box height, or 24px */
    letter-spacing: -0.02em;
    color: #052E34;
    margin-right: 48px;
}

.header-userbox .btn {
    width: 160px;
    height: 54px;
    font-size: 19.1205px;
    line-height: 23px;
}

.header-userbox .btn img {
    margin-right: 6px;
        margin-left: 0;
}

.mp-scr-slide-title {
    font-weight: 600;
    font-size: 70px;
    line-height: 64px;
/* or 91% */
    letter-spacing: -0.03em;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
    width: 84%;
}

.mp-scr-slide {
    background: #08484A;
    color: #fff;
    border-radius: 24px;
    padding: 36px 48px;
    height: 100%;
    overflow: hidden;
    display: block;
}

.mp-scr-slide-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 142.5%;
/* or 31px */
    letter-spacing: -0.02em;
    width: 570px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.mp-scr1-l {
    width: 1036px;
    height: 700px;
    margin-right: 20px;
}

.mp-scr-slider-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
}

.mp-scr1-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.mp-scr-slider-swiper {
    height: 100%;
}


.mp-scr1-r {
    width: calc(100% - 1036px);
    height: 100%;
}

.mp-scr1-item {
    padding: 24px 36px;
    border-radius: 24px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #fff;
}

.mp-scr1-item.mp-scr1-item-green {
    background: #08A467;
}

.mp-scr1-item.mp-scr1-item-lightgreen {
    background: #92C712;
}
.mp-scr1-item.mp-scr1-item-orange {
    background: #EFAF06;
}
.mp-scr1-item-img {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 1;
}

.mp-scr1-item-title {
    font-weight: 700;
    font-size: 28.8333px;
    line-height: 86%;
/* identical to box height, or 29px */
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: #fff;
    padding: 7px 20px;
    border-radius: 14.4167px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 46px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.mp-scr1-item-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 130.5%;
    position: relative;
    z-index: 2;
    width: 250px;
    margin-bottom: 30px;
}

.mp-scr1-item-arrow {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.mp-scr1-item-arrowbox {
    position: relative;
    z-index: 2;
}

.mp-scr1-item.mp-scr1-item-green .mp-scr1-item-title {
    color: #08A467;
}
.mp-scr1-item.mp-scr1-item-lightgreen .mp-scr1-item-title {
    color: #92c712;
}
.mp-scr1-item.mp-scr1-item-orange .mp-scr1-item-title {
    color: #efaf06;
}

.mp-scr-slider-nav {
    position: absolute;
    bottom: 70px;
    left: 40px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mp-scr-slider-nav-prev {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.mp-scr-slider-nav-next {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.swiper-button-disabled {
    opacity: .7;
}


.mp-scr-slide-image {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 1;
}

.mp-scr-slide-logos {
    position: relative;
    z-index: 2;
    margin-top: 50px;
}
.mp-scr-slide-image:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    /* background: url(../img/mainpage-big-back2.svg) no-repeat bottom right; */
    z-index: -1;
}
.mp-actual-title {
    font-weight: 600;
    font-size: 60px;
    line-height: 64px;
/* identical to box height, or 107% */
    letter-spacing: -0.03em;
    margin-bottom: 24px;
}

.mp-actual-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.mp-actual-l {
    width: 50%;
    padding-right: 10px;
}

.mp-actual-item {
    /* font-weight: 600; */
    /* font-size: 26px; */
    /* line-height: 32px; */
/* or 123% */
    /* letter-spacing: -0.02em; */
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 24px;
    border-radius: 24px;
    margin-bottom: 20px;
    min-height: 270px;
    overflow: hidden;
    border-radius: 24px;
}

.mp-actual-item-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.02em;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.mp-actual-item-image {
    width: 335px;
    position: relative;
    height: auto;
    overflow: hidden;
    border-radius: 24px;
    height: 222px;
}

.mp-actual-item-content {
    width: calc(100% - 335px);
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.mp-actual-r {
    width: 50%;
    padding-left: 10px;
}

.mp-actual-type {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
}

.mp-actual-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.mp-actual-item-meta-catgory {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
/* identical to box height, or 133% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: -0.02em;
}

.mp-actual-item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.mp-actual-item-meta-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.text-green {
    color: #08A467;
}
.text-lightgreen {
    color: #92C712;
}
.text-orange {
    color: #EFAF06;
}

.mp-actual-item.mp-actual-item-i .mp-actual-item-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
/* or 40px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: -0.02em;
}

.mp-actual-item-arrow {
    width: 48px;
    height: 48px;
    background: #052E34;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.tip {
    font-size: 12px;
    line-height: 12px;
/* or 100% */
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    padding: 6px;
    background: #05203E;
    border-radius: 4px;
    width: 150px;
    display: block;
    left: -60px;
    right: -50px;
    margin: auto;
    z-index: 2;
    top: -45px;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.tip:after {
    content: ' ';
    display: block;
    background: url(../img/tip-corner.svg) no-repeat center;
    width: 10px;
    height: 8px;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
}
.articles-slider-wrapper .article-list-item {
    width: 100%;
    height: 100%;
}

.article-list-item-meta-type {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
/* identical to box height, or 133% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: -0.02em;
}

.pageslider-slider-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    width: 100%;
    /* position: relative; */
    height: 1px;
}

.pageslider-slider-nav-prev {
    background: #052E34;
    width: 72px;
    height: 72px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: -46px;
}

.articles-slider-wrapper {
    position: relative;
}

.pageslider-slider-nav-next {
    background: #052E34;
    width: 72px;
    height: 72px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: -46px;
}

.footer-copyrs {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
/* identical to box height, or 154% */
    letter-spacing: -0.02em;
    margin-right: 77px;
    font-size: 16px;
}

.footer-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
/* identical to box height, or 154% */
    letter-spacing: -0.02em;
    margin-right: 30px;
}

.footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


/*mainpage end*/

/*category*/
.category-head-box.category-head-box_green {
    background: #08484A;
    /* border-radius: 24px; */
}

.category-head-box {
    /* background: #08484A; */
    border-radius: 24px;
    color: #fff;
    padding: 28px 56px 53px 56px;
    position: relative;
    overflow: hidden;
}

.section.section-category-head {
    padding: 72px 0 0;
    margin-bottom: -70px;
    padding-top: 140px;
}

.category-head-box h1 {
    font-weight: 600;
    font-size: 70px;
    line-height: 64px;
/* or 91% */
    letter-spacing: -0.03em;
    margin-bottom: 24px;
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: flex-start; */
    display: inline-block;
}

.category-head-box.category-head-box_green h1 {
    color: #92C712;
}

.category-head-description {
    font-weight: 400;
    font-size: 24px;
    line-height: 142.5%;
/* or 34px */
    color: #FFFFFF;
    max-width: 714px;
    position: relative;
    z-index: 2;
}

.category-head-types {
    margin-top: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 714px;
    position: relative;
    z-index: 2;
}

.art-type-nav-item {
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
/* identical to box height, or 18px */
    letter-spacing: -0.02em;
    margin-right: 10px;
    /* background: #08575c; */
    background: rgba(255, 255, 255, 0.12);
    padding: 12px 22px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-transform: uppercase;
}

.art-type-nav-item-counter {
    opacity: 0.3;
    /* color: #05203E; */
}

.art-type-nav-item.art-type-nav-item_active {
    background: #fff;
    color: #052e34;
}

.art-type-nav-item:hover {
    background: #fff;
    color: #052e34;
}

.header-nav-item:hover {
    opacity: .7;
}

.category-head-image {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 100%;
    height: 100%;
    width: 70%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.after-links-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 500px;
    margin-bottom: 72px;
}

.after-links-box-l {
    width: 50%;
    padding-right: 10px;
}

.after-links-box-r {
    width: 50%;
    padding-left: 10px;
}

.subsribe-bigbox.subsribe-bigbox_notoobig {
    padding: 24px 56px;
    height: 100%;
}

.subsribe-bigbox.subsribe-bigbox_notoobig .subsribe-bigbox-title {
    margin-bottom: 30px;
    width: 84%;
}

.subsribe-bigbox.subsribe-bigbox_notoobig .subsribe-bigbox-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 350px;
}

.subsribe-bigbox.subsribe-bigbox_notoobig .subsribe-bigbox-form form fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.subsribe-bigbox.subsribe-bigbox_notoobig .txt-i.txt-i_subscribe {
    margin-bottom: 15px;
    width: 100%;
}

.subsribe-bigbox.subsribe-bigbox_notoobig .subsribe-bigbox-form .btn {
    width: 100%;
}

.subsribe-bigbox.subsribe-bigbox_notoobig .subsribe-bigbox-image {
    position: absolute;
    bottom: 0;
    left: unset;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.danone-box {
    /* background: linear-gradient(253.11deg, #007EF1 1.22%, #004FC0 66.11%); */
    border-radius: 24px;
    color: #fff;
    padding: 24px 56px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    height: 100%;
    display: block;
}

.danone-box .subsribe-bigbox-image {
    position: absolute;
    bottom: 0;
    left: unset;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.danone-box .subsribe-bigbox-image img {
    -o-object-fit: cover;
       object-fit: cover;
}

.danone-box-arrow_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.danone-box-arrow {
    position: absolute;
    bottom: 30px;
    left: 56px;
    z-index: 2;
}

.subsribe-bigbox.subsribe-bigbox_notoobig .subsribe-bigbox-image img {
    -o-object-fit: cover;
       object-fit: cover;
}

.danone-box-title.subsribe-bigbox-title {
    margin-bottom: 30px;
    width: 84%;
}
.article-type-badge.article-list-item-type {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: 54px;
    height: 54px;
    z-index: 2;
    top: unset;
}
.article-comments > img {
    width: 100%;
}
/*category end*/


.faq-sections-title {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 32px;
}

.faq-section-list-item {
    font-weight: 600;
    font-size: 18px;
    padding: 17px 0;
    border-top: 2px solid rgb(193 133 76 / 10%);
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.faq-section-list-item.faq-section-list-item_active {
    padding-left: 40px;
    color: #FF8E24;
}

.faq-section-list-item:after {
    content: ' ';
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/faq/section-active.html) no-repeat center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 3px;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.faq-left {
    width: 440px;
    position: relative;
    margin-right: 85px;
    /* height: 2000px; */
    /* display: block; */
}

.faq-section-list-item.faq-section-list-item_active:after {
    opacity: 1;
}

.faq-section-list-item:hover {
    color: #FF8E24;
}

.faq-section-title {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 24px;
}

.faq-question-item-head-title {
    font-weight: 600;
    font-size: 22px;
    padding-right: 40px;
}

.faq-question-spoiler-content {
    font-size: 18px;
    padding: 32px 0 0;
    line-height: 24px;
/* or 133% */
    letter-spacing: -0.02em;
    color: rgba(5, 32, 62, 0.7);
}

.faq-question-spoiler-content p {
    margin-bottom: 20px;
}

.faq-right {
    width: calc(100% - 525px);
}

.faq-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.faq-sticky {
    position: sticky;
    top: 10px; /* Safari */
    position: sticky;
    top: 100px;
    -ms-flex-item-align: start;
        align-self: flex-start;
}

.faq-question-item {
    background: #FFFFFF;
    border-radius: 24px;
    /* padding: 28px 32px; */
    position: relative;
    margin-bottom: 18px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.faq-section {
    margin-bottom: 72px;
}

.plus-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #eaf2e7;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.plus-icon-lane:nth-child(1) {
    height: 2px;
    width: 50%;
    background: #052e34;
    display: block;
    border-radius: 10px;
}

.plus-icon-lane:nth-child(2) {
    height: 50%;
    width: 2px;
    background: #052e34;
    display: block;
    border-radius: 10px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.faq-question-item.active .plus-icon-lane:nth-child(2) {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.faq-question-item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 28px 32px 28px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.faq-question-spoiler {
    padding: 0px 32px 28px;
    display: none;
}

.faq-question-item-head:hover {
    color: #FF8E24;
}

.faq-question-item-head:hover .plus-icon {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.faq-question-item_active .faq-question-item-head {
    color: #FF8E24;
}
.faq-question-item_active .plus-icon {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}



.faq-any-question {
    text-align: center;
}



/*article test*/
.test-wrapper {
    border: 2px solid #F0F4F7;
    border-radius: 24px;
    padding: 55px 56px;
    margin-bottom: 64px;
}
.test-head {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #F7B508;
    margin-bottom: 16px;
}

.test-question-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
/* or 112% */
    letter-spacing: -0.02em;
    margin-bottom: 32px;
}

.test-question-image {
    /* border-radius: 20px; */
    margin-bottom: 32px;
}

.test-question-image img {
    width: 100%;
    border-radius: 20px;
}

.test-question-option {
    border: 2px solid #F0F4F7;
    border-radius: 20px;
    padding: 22px 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

.test-question-option_titile {
        font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.02em;
    width: calc(100% - 24px);
    padding-left: 18px;
}

.test-question-option:hover {
    border-color: #96A8BB;
}

.test-question-option.checked {
    border-color: #052E34;
}

.test-question-option.checked.green {
    border-color: #00BD79;
}

.test-question-option.checked.red {
    border-color: #F34986;
}

.test-question-optionslist {
    margin-bottom: 32px;
}

.test-question-tip {
    font-size: 20px;
    line-height: 26px;
/* or 130% */
    letter-spacing: -0.02em;
    padding: 22px 30px;
    background: #FEEDF3;
    border-radius: 20px;
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
}

.test-question-tip.test-question-tip_green {
    background: #e5f8f1;
}

.test-question-tip:after {
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #F34986;
}

.test-question-tip.test-question-tip_green:after {
    background: #00BD79;
}

.test-question.active {
    display: block;
}

.test-question {
    display: none;
}
.test-question-buttonbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.test-question-tips {
    margin-bottom: 32px;
}
.test-question-option_typeicon {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}



.test-question-option .test-question-option_typeicon {
    background-repeat: no-repeat;
    background-size: contain;
}
.test-result-sub {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
/* identical to box height, or 109% */
    /* display: flex; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: -0.02em;

/* blue light */
    color: #FF9327;
    margin-bottom: 8px;
}

.test-result-title {
    font-weight: 600;
    font-size: 44px;
    line-height: 44px;
/* or 100% */
    /* text-align: center; */
    letter-spacing: -0.03em;

/* blue light */
    color: #FF9327;
    margin-bottom: 24px;
}

.test-results {
    text-align: center;
}

.test-result-image {
    max-width: 50%;
    max-height: 300px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.test-result-text {
    font-size: 20px;
    line-height: 26px;
/* or 130% */
    text-align: center;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}

.test-result-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 48px;
}

.test-result-share {
    width: 67%;
    margin: 0 auto;
    border-top: 2px dashed #E2E8EE;
    padding-top: 48px;
}

.test-result-share-text {
    font-size: 20px;
    line-height: 26px;
/* identical to box height, or 130% */
    text-align: center;
    letter-spacing: -0.02em;
    margin-bottom: 22px;
}

.test-result-share-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.test-result-share-items a {
    background: none !important;
    width: 58px;
    height: 58px;
}
.test-question-buttonbox .btn[disabled] {
    opacity: .2;
    pointer-events: none;
}

.test-question-option[disabled] {
    pointer-events: none;
}


.test-question-option_typecheckbox .test-question-option_typeicon {
    background-image: url(../img/articleTest/checkbox-empty.svg);
}

.test-question-option_typecheckbox.checked .test-question-option_typeicon {
    background-image: url(../img/articleTest/checkbox-checked.svg);
}
.test-question-option_typecheckbox.right .test-question-option_typeicon {
    background-image: url(../img/articleTest/checkbox-checked-g.svg);
}
.test-question-option_typecheckbox.wrong .test-question-option_typeicon {
    background-image: url(../img/articleTest/checkbox-checked-r.svg);
}


.test-question-option_typeradio .test-question-option_typeicon {
    background-image: url(../img/articleTest/radio-empty.svg);
}

.test-question-option_typeradio.checked .test-question-option_typeicon {
    background-image: url(../img/articleTest/radio-checked.svg);
}
.test-question-option_typeradio.right .test-question-option_typeicon {
    background-image: url(../img/articleTest/radio-checked-g.svg);
}
.test-question-option_typeradio.wrong .test-question-option_typeicon {
    background-image: url(../img/articleTest/radio-checked-r.svg);
}


.test-question-option.green {
    background: #e5f8f1;
    border-color: #e5f8f1;
}
.test-question-option.red {
    background: #FEEDF3;
	border-color: #FEEDF3;
}



/*article test end*/
.section.section-profile {
    padding-top: 140px;
    padding-bottom: 48px;
}

.profile-info-box {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 24px 32px;
    position: relative;
    margin-bottom: 20px;
}

.profile-edit {
    position: absolute;
    top: 24px;
    right: 32px;
}

.edit-icon {
    background: #EAF2E7;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

.edit-icon:hover {
    background: #DBE9DE;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.profile-content-name {
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
/* identical to box height, or 31px */
    letter-spacing: -0.02em;
    margin-bottom: 4px;
}

.profile-content-meta {
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
/* identical to box height, or 20px */
    letter-spacing: -0.02em;
    opacity: .4;
}

.profile-content-bottom {
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
/* identical to box height, or 20px */
    letter-spacing: -0.02em;
}

.profile-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.profile-info-image {
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    overflow: hidden;
}

.profile-info-image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}

.profile-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 26px;
    padding: 7px 0;
    padding-left: 26px;
    width: calc(100% - 120px);
}

.partners-actions-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 64px;
/* identical to box height, or 160% */
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

.partners-actions-list {
    /* background: #FFFFFF; */
    /* border-radius: 25px; */
    /* padding: 24px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.partner-action-listitem {
        background: #FFFFFF;
        border-radius: 25px;
        padding: 24px;
        margin-right: 20px;
        margin-bottom: 20px;
        width: calc(100% / 3 - 14px);
}

.partner-action-listitem-image {
    height: 120px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 15px;
}

.partner-action-listitem-image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}

.partner-action-listitem-title {
    /* display: flex; */
}

.partner-action-listitem:nth-child(3n+3) {
    margin-right: 0px;
}
.partner-action-listitem-brand-logo {
    width: 48px;
    height: 48px;
    border: 2px solid;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #DBE9DE;
}

.partner-action-listitem-brand {}

.partner-action-listitem-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 12px;
}

.partner-action-listitem-brand-name {
    font-weight: 600;
    font-size: 22px;
    line-height: 110%;
/* or 24px */
    letter-spacing: -0.02em;
    padding-left: 9px;
    width: calc(100% - 48px);
}

.partner-action-listitem-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
/* or 20px */
    letter-spacing: -0.02em;
    margin-bottom: 52px;
}

.partner-action-listitem-code-value {
    font-weight: 600;
    font-size: 22px;
    line-height: 110%;
/* identical to box height, or 24px */
    letter-spacing: -0.02em;
}

.partner-action-listitem-code {
    background: #EAF2E7;
    border-radius: 13px;
    padding: 6px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor:pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.partner-action-listitem-code-copy {
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.partner-action-listitem-code-copy:hover {
    opacity: .6;
}

.partner-action-listitem-brand-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.partners-actions-wrapper {
    margin-bottom: 72px;
}

.profile-sets-back-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 64px;
/* identical to box height, or 160% */
    letter-spacing: -0.03em;
}

.profile-sets-back-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.profile-sets-back {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profile-sets-back-icon {
    margin-right: 14px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.profile-sets-item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
/* or 26px */
    letter-spacing: -0.02em;
}

.profile-sets-item {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 15px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 218px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(100% / 3 - 14px);
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.profile-sets-item-icon {
    text-align: right;
}

.profile-sets-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.profile-sets-item:nth-child(3n+3) {
    margin-right: 0px;
}

.profile-sets-item:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.profile-logout-box {
    background: #FFFFFF;
    border-radius: 24px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px;
    font-weight: 600;
    font-size: 19.9655px;
    line-height: 110%;
/* identical to box height, or 22px */
    letter-spacing: -0.02em;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.profile-logout-box img {
    margin-right: 16px;
}

.profile-logout-box:hover {
    -webkit-transform: scale(1.015);
        -ms-transform: scale(1.015);
            transform: scale(1.015);
}

.profile-sets-wrapper {
    margin-bottom: 150px;
    min-height: calc(100vh - 366px);
}
.profile-sets-back-icon:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.footer-link:hover {
    opacity: .7;
}


/*textpage*/


.textpage-content blockquote {
	display: block;
	position: relative;
	padding: 32px 48px;
	margin: 0;
	margin-bottom: 54px;
	line-height: 1.5;
	font-weight: 300;
	border-radius: 10px;
	background: rgba(170, 204, 255, 0.2);
	border-left: 6px solid #609df8;
	color: #231f20;
	font-style: italic;
	z-index: 2;
}
.textpage-content blockquote:after {
	content: '';
	display: block;
	position: absolute;
	top: 18px;
	right: 38px;
	width: 70px;
	height: 60px;
	background: url(../img/blockquote-after.html) no-repeat center;
	background-size: cover;
	z-index: -1;
}


h1.textpage-title {
    font-weight: 600;
    font-size: 64px;
    line-height: 64px;
    /* text-align: center; */
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 54px;
    line-height: 54px;
/* or 100% */
    letter-spacing: -0.03em;
    margin-bottom: 60px;
}
.textpage-header {
    margin-bottom: 96px;
}

.textpage-subtitle {
    text-align: center;
    font-size: 32px;
}
.textpage-content h2 {
    font-size: 32px;
    margin-bottom: 22px;
    margin-top: 40px;
}
.wrap.wrap-textpage {
    width: 1300px;
}

.textpage-content {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 60px 72px;
    font-size: 18px;
    line-height: 24px;
/* or 133% */
    letter-spacing: -0.02em;
    width: 100%;
}

.textpage-content h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 32px;
}

/*textpage end*/

.page404-vegetables {
    position: absolute;
    right: -170px;
}

.page404-title {
    font-weight: 700;
    font-size: 96px;
    line-height: 110%;
/* identical to box height, or 106px */
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.page404-text {
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
/* or 35px */
    letter-spacing: -0.02em;
    margin-bottom: 36px;
    width: 800px;
}

.page404-button {
    margin-bottom: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-wrapper.page-wrapper_100vh {
    min-height: 100vh;
}

.page-wrapper.page-wrapper_100vh > .section {
    height: 100vh;
}

.text-scratch-title:after {
    content: ' ';
    display: block;
    width: 105%;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: -2%;
    background: url(../img/scratch.svg) no-repeat;
    background-size: contain;
}


.category-head-box .text-scratch-title:after{
	background: url(../img/scratch-white.svg) no-repeat;
	bottom: -17px;
	    background-size: contain;
}


.text-scratch-title {
    position: relative;
}

.mp-scr1-item:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
}

.mp-scr1-item:hover .mp-scr1-item-arrow {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}

.mp-scr-slider-nav-next:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.mp-scr-slider-nav-prev:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.mp-actual-item:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
}
.mp-actual-item.mp-actual-item_orange:hover .mp-actual-item-title {
    color: #EFAF06;
}
.mp-actual-item.mp-actual-item_green:hover .mp-actual-item-title {
    color: #08A467;
}
.mp-actual-item.mp-actual-item_lightgreen:hover .mp-actual-item-title {
    color: #92C712;
}
.mp-actual-item.mp-actual-item-i:hover .mp-actual-item-arrow {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.mp-actual-item-arrow {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.mp-scr1-item:last-child {
    margin-bottom: 0px;
}

.sbi-i2 {
    display: none;
}

.header-burger{
    display: none;
}

.burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* display: none; */
    /* transform: translateX(100%); */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    /* margin-left: 12px; */
    cursor: pointer;
    background: none;
    border: initial;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* position: relative; *96* */
    /*96* margin-left: auto; */
    /* position: absolute; */
    /* margin-right: 0; *96* */
    /* right: 0; */
    /* top: 0; */
    width: 100%;
    height: 100%;
    /* border-left: 1px solid #fff; */
    /* border-top: 1px solid #fff; */
    /* border-bottom: 1px solid #fff; */
    z-index: 6;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  
  .burger-cont {
    position: relative;
    width: 24px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
  }
  
  .burger-cont span {
    display: block;
    width: 100%;
    height: 2px;
    /* margin-bottom: 6px; */
    /* transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1); */
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #05203E;
    position: absolute;
    border-radius: 10px;
  }
  
  .burger-cont span:nth-last-child(1) {
    margin-bottom: 0;
  }



.burger .burger-cont span:nth-child(1) {
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  
  .burger .burger-cont span:nth-child(2) {}
  
  .burger .burger-cont span:nth-child(3) {
    -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
            transform: translateY(8px);
  }
  
  .burger.active .burger-cont span {
    position: absolute;
    margin-bottom: 0;
  }
  
  .burger.active .burger-cont span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .burger.active .burger-cont span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  
  .burger.active .burger-cont span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mp-actual-list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.menu-mobile {
    position: fixed;
    width: 100%;
    z-index: 22;
    background: #fff;
    padding-top: 60px;
    padding-bottom: 32px;
    -webkit-box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.mm-nav-item {
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
/* identical to box height, or 20px */
    letter-spacing: -0.02em;
    display: block;
    padding: 16px 0;
    border-top: 1px solid #EAF2E7;
}

.menu-mobile-nav {
    margin-bottom: 32px;
}

.menu-mobile-profile .btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    height: 48px;
    border-radius: 12px;
}

.mm-nav-item:last-child {
    border-bottom: 1px solid #EAF2E7;
}

.mm-nav-item:hover {
    opacity: .6;
}
.menu-mobile.show {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.mp-scr-i2 {
    display: none;
}
.mp-scr-slide.mp-scr-slide_aloneimage > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.mp-scr-slide.mp-scr-slide_aloneimage {
    padding: 0px;
}
.articles-slider-wrapper .swiper-slide {
    height: auto;
}
.article-image .mp-actual-type {
    top: 20px;
    right: 20px;
}
.box-list-button.box-list-button_hidden {
    visibility: hidden;
    display: none;
}
.danone-box:hover {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
}

.danone-box:hover .danone-box-arrow {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.danone-box-arrow {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.s-form-input {
    position: relative;
}
.f-item label.error {
    bottom: -15px;
}
.header-logo a:hover {
    opacity: .6;
}

.s-form-input label.error {
    bottom: -16px;
    color: #fff;
}
.section.page-section.page-section-w-footer {
    padding-bottom: 30px;
}
.subsribe-bigbox.subsribe-bigbox_notoobig .subsribe-bigbox-image .sbi-i {
    display: none;
}

.subsribe-bigbox.subsribe-bigbox_notoobig .subsribe-bigbox-image .sbi-i2 {
    display: none;
}
.subsribe-bigbox.subsribe-bigbox_notoobig .s-form-input label.error {
    bottom: 0;
}
.category-head-image .chi-i {}

.chi-i2 {
    display: none;
}
.subsribe-bigbox .cross-small-subscribe-img {
    display: none;
}

.subsribe-bigbox.subsribe-bigbox_notoobig .cross-small-subscribe-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.partner-action-listitem:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.partner-action-listitem {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.partner-action-listitem-code:hover {
    opacity: .6;
}



.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
  }
  
  .select {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    /* font-size: 16px; */
    /* color: #fff; */
    /* width: 220px; */
    /* height: 40px; */
    /* font-size: 22px; */
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  
  .select-styled {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-color: #c0392b; */
    /* padding: 8px 15px; */
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    border: 2px solid #F0F4F7;
    /* border: 2px solid #F0F4F7; */
    border-radius: 16px;
    padding: 16px 24px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    letter-spacing: -0.03em;
    color: var(--colorPrimaryDark);
    width: 100%;
  }
  .select-styled:after {
    content: "";
    display: block;
    width: 14px;
    height: 9px;
    /* border: 7px solid transparent; */
    /* border-color: #fff transparent transparent transparent; */
    position: absolute;
    /* top: 16px; */
    margin-left: 7px;
    right: 21px;
    background: url(../img/caret-select.svg) no-repeat center;
  }
  .select-styled:hover {
    /* background-color: #b83729; */
    opacity: .7;
  }
  .select-styled:active, .select-styled.active {
    /* background-color: #ab3326; */
  }
  .select-styled:active:after, .select-styled.active:after {
    /* top: 9px; */
    /* border-color: transparent transparent #fff transparent; */
  }
  
  .select-options {
    display: none;
    /* position: absolute; */
    /* top: 100%; */
    /* right: 0; */
    /* left: 0; */
    /* z-index: 999; */
    /* margin: 0; */
    /* padding: 0; */
    list-style: none;
    background-color: #ab3326;
  }
  .select-options li {
    margin: 0;
    padding: 12px 0;
    /* text-indent: 15px; */
    /* border-top: 1px solid #962d22; */
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .select-options li:hover, .select-options li.is-selected {
    /* color: #c0392b; */
    background: #F0F4F7;
  }
  .select-options li[rel="hide"] {
    display: none;
  }
  

ul.select-options {
    background: transparent;
    /* box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12); */
    /* border-radius: 16px; */
    /* width: 225px; */
    /* left: -33px; */
    max-height: 240px;
    overflow: auto;
    width: calc(100% - 7px);
    height: calc();
    top: 10px;
    position: relative;
}

.select-options li {
    /* font-size: 22px; */
    line-height: 28px;
    padding: 8px 25px;
    line-height: 1;
}

ul.select-options {
    padding: 10px 0;
    /* overflow: hidden; */
}

ul.select-options::-webkit-scrollbar {
    width: 5px;
    background-color: rgb(5 32 62 / 0.05);
  }
  
  ul.select-options::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #05203E;
  }
  .select-list-wrap {
    /* max-height: 200px; */
    /* overflow: auto; */
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 30px rgb(0 0 0 / 12%);
    box-shadow: 0px 4px 30px rgb(0 0 0 / 12%);
    border-radius: 16px;
    width: 100%;
    height: 267px;
    left: -33px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    display: none;
   }

   .section.page-section.page-section-disoverflow {
    overflow: unset;
}



.suggestions-nowrap {
  white-space: nowrap;
}
/**
 * Основной INPUT
 */
.suggestions-input {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.suggestions-input::-ms-clear {
  display: none;
}
.suggestions-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%;
}
/**
 * Выпадающий блок с найденными подсказками
 */
.suggestions-suggestions {
  background: #fff;
  /* border: 1px solid #999; */
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  left: 0;
  min-width: 100%;
  position: absolute;
  z-index: 9999;
  -webkit-text-size-adjust: 100%;
  text-align: left;
  -webkit-box-shadow: 0px 4px 30px rgb(0 0 0 / 12%);
          box-shadow: 0px 4px 30px rgb(0 0 0 / 12%);
  border-radius: 16px;
}
.suggestions-suggestions strong {
  font-weight: normal;
  color: #ffb40b;
}
.suggestions-suggestions.suggestions-mobile {
  border-style: none;
}
.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd;
}
/**
 * Контейнер для одной подсказки
 */
.suggestions-suggestion {
  padding: 4px 4px;
  overflow: hidden;
  padding: 8px 25px;
  line-height: 1;
}
.suggestions-suggestion:hover {
  background: #F0F4F7;
}
/**
 * Выбранная (активная) подсказка
 */
.suggestions-selected {
  background: #f0f0f0;
}
.suggestions-selected:hover {
  background: #f0f0f0;
}
/**
 * Информационный блок в верхней части выпадашки с подсказками
 */
.suggestions-hint {
  padding: 4px 4px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-size: 85%;
  line-height: 20px;
}
/**
 * Дополнительный текст в подсказке, который идет второй строкой
 */
.suggestions-subtext {
  color: #777;
}
/**
 * Размещает дополнительный текст в одну строку с основным текстом подсказки
 */
.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0;
}
/**
 * Разделитель нескольких дополнительных текстов
 */
.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}
/**
 * Выделяет подсказку
 */
.suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"] {
  position: relative;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: "";
}
/**
 * Промо-блок
 */
.suggestions-promo {
  font-size: 85%;
  display: none;
  color: #777;
  padding: 4px;
  text-align: center;
}
.suggestions-promo a {
  color: #777;
  display: block;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  line-height: 20px;
  text-decoration: none;
}
.suggestions-promo a:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.suggestions-promo svg {
  height: 20px;
  vertical-align: bottom;
}
@media screen and (min-width: 600px) {
  .suggestions-promo {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
  }
}


.swiper.mp-actual-list-slider-swiper .swiper-slide:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
}

.swiper.mp-actual-list-slider-swiper .swiper-slide {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}


.swiper.mp-actual-list2-slider-swiper .swiper-slide:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
}

.swiper.mp-actual-list2-slider-swiper .swiper-slide {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.footer-right a:hover {
    opacity: .7;
}

.after-links-box-r:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
}

.after-links-box-r {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.css-content-tablewrapper {
    overflow: auto;
}

.css-content-tablewrapper table {
    min-width: 1000px;
}
.page404-wrapper {
    min-height: 100vh;
}
.page404-image1 {
    margin-bottom: 60px;
}

.select-options li[data-title="Россия"],.select-options li[data-title="Казахстан"],.select-options li[data-title="Турция"] {
    font-weight: 600;
}

.css-content table.userTable {
    font-size: 14px;
    width: 100%;
}

table.userTable .thead {
    font-size: 16px;
    font-weight: 600;
}
.article-comments-auth-please-title {
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
}

.article-comments-auth-please-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-comments-auth-please {
    padding: 40px;
}
.message-box {
    display: flex;
    padding: 44px 70px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    color: #fff;
    background-color: #052e34;
    border-radius: 24px;
    background-image: url(../img/message-box.png);
    background-repeat: no-repeat;
    background-position: bottom right;
   background-size: contain;
    margin-bottom: 32px;
}

.message-box-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 105%;
/* identical to box height, or 42px */
    letter-spacing: -0.03em;
    margin-bottom: 15px;
}

.message-box-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.02em;
    opacity: .9;
    max-width: 690px;
    margin-bottom: 40px;
}

.btn.btn-with-arrow svg {
    margin-left: 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn.btn-with-arrow:hover svg {
    transform: translateX(7px);
}

.btn.btn-white {}

.btn.btn-white.btn-with-arrow svg path {
    stroke: #052E34;
}

.btn.btn-white.btn-with-arrow:hover svg path {
    stroke: #ffffff;
}
.section.page-section.page-section-articles-list {
    padding-top: 102px;
}
.message-box:hover {
    transform: scale(1.02);
}

.ask-question-box {
    background-color: #92C712;
    border-radius: 24px;
    padding: 32px 32px 24px 32px;
    margin-bottom: 80px;
    background-image: url(../img/ask-question-lk.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}

.btn.btn-grey {
    background: #052E34;
}


.ask-question-title-row.ask-question-title-row1 {
    background: #FFFFFF;
    border-radius: 11.0811px;
    transform: rotate(-1.94deg);
    font-weight: 600;
    font-size: 45px;
    line-height: 42px;
/* identical to box height, or 93% */
    letter-spacing: -0.03em;
    color: #052E34;
    padding: 6px 20px;
}

.ask-question-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
}

.ask-question-title-row.ask-question-title-row2 {
    background: #FFFFFF;
    /* border-radius: 11.0811px; */
    /* transform: rotate(-1.94deg); */
    font-weight: 600;
    font-size: 45px;
    line-height: 42px;
    letter-spacing: -0.03em;
    color: #92C712;
    padding: 6px 20px;
    border-radius: 11.0811px;
    transform: rotate(1.85deg);
    position: relative;
    left: 50px;
}

.ask-question-button {
    display: flex;
}
.pp-title.pp-title_i {
    font-size: 30px;
}

.danone-box-button {
    position: absolute;
    bottom: 30px;
    left: 56px;
    z-index: 2;
}
.section.page-section.page-section_article-read-more {
    padding-top: 0px;
}

.lp-mainpage-box {
    background-color: #92C712;
    border-radius: 24px;
    padding: 42px 32px 37px 62px;
    margin-bottom: 40px;
    background-image: url(../img/lp-mainpage-c.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: calc(100% + 210px) bottom;
    color: #fff;
}

.lp-mainpage-title-row1 {
    /* background: #FFFFFF; */
    /* border-radius: 11.0811px; */
    /* transform: rotate(-1.94deg); */
    /* font-weight: 600; */
    /* font-size: 45px; */
    /* line-height: 42px; */
    letter-spacing: -0.03em;
    color: #052E34;
    padding: 6px 20px;
    font-weight: 600;
    font-size: 67.5025px;
    line-height: 63px;
    background: #FFFFFF;
    border-radius: 16.6222px;
    transform: rotate(-1.94deg);
    margin-bottom: 2px;
}

.lp-mainpage-title-row1-1 {
    background: #FFFFFF;
    border-radius: 16.6222px;
    transform: rotate(1.85deg);
    font-weight: 600;
    font-size: 67.5025px;
    line-height: 63px;
/* identical to box height, or 93% */
    letter-spacing: -0.03em;
    color: #052E34;
    padding: 6px 20px;
    position: relative;
    left: 70px;
    margin-bottom: 1px;
}

.lp-mainpage-texts {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 70px;
}

.lp-mainpage-title-row2 {
    background: #FFFFFF;
    border-radius: 12.849px;
    transform: rotate(-4.77deg);
    font-weight: 600;
    font-size: 52.1795px;
    line-height: 48px;
/* identical to box height, or 93% */
    letter-spacing: -0.03em;
    color: #92C712;
    padding: 6px 20px;
}

.lp-mainpage-button {
    display: flex;
}

.lp-mainpage-button .btn {
    width: 270px;
}

.message-box-button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.message-box-button .btn {
    margin-right: 15px;
}




@media only screen and (max-width: 1700px) { 
    .wrap {
        width: 1270px;
    }
    .header {
        height: 60px;
    }
    
    .header-logo {
        height: 22px;
    }
    
    .header-nav-item {
        font-size: 18px;
        line-height: 110%;
    }
    
    .header-userbox .btn {
        width: 120px;
        height: 40px;
        padding: 0;
        border-radius: 12px;
        font-size: 16px;
        line-height: 19px;
    }
    
    .header-userbox .btn img {
        width: 17px;
        height: 17px;
        margin-left: 0px;
    }
    
    .mp-scr1-l {
        width: 844px;
        height: 570px;
    }
    
    .mp-scr1-r {
        width: calc(100% - 870px);
    }
    
    .mp-scr1-item {
        height: 180px;
        padding: 13px 18px;
        margin-bottom: 15px;
    }
    
    .mp-scr1-item-title {
        font-size: 28px;
        line-height: 100%;
        margin-bottom: 10px;
        padding: 7px 14px;
    }
    
    .mp-scr1-item-text {
        font-size: 16px;
        line-height: 130.5%;
        width: 170px;
        margin-bottom: 14px;
    }
    
    .mp-scr1-item-arrow {
        width: 40px;
        height: 40px;
    }
    
    .mp-scr-slide-title {
        font-size: 58px;
        line-height: 52px;
        margin-bottom: 16px;
    }
    
    .mp-scr-slide {
        padding: 29px 42px;
    }
    
    .mp-scr-slide-text {
        font-size: 18px;
        line-height: 142.5%;
        width: 470px;
        margin-bottom: 48px;
    }
    
    .mp-scr-slide-logos {
        width: 300px;
    }
    
    .section.page-section {
        padding: 88px 0 48px 0;
    }
    
    .section.page-section.section-page-mp-scr1 {
        padding-top: 100px;
    }
    
    .mp-scr1-item:last-child {
        margin-bottom: 0px;
    }

    .mp-actual-title {
        font-size: 44px;
        line-height: 64px;
    }
    
    .mp-actual-item-title {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    
    .mp-actual-item-image {
        width: 280px;
        height: 186px;
    }
    
    .mp-actual-item {
        min-height: 216px;
        padding: 15px;
    }
    
    .mp-actual-type {
        width: 40px;
        height: 40px;
    }
    
    .mp-actual-item-content {
        width: calc(100% - 280px);
        padding-left: 15px;
    }
    
    .mp-actual-item-meta {
        font-size: 16px;
        line-height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    
    .mp-actual-item-meta-catgory {
        font-size: 16px;
        line-height: 20px;
    }
    
    .mp-actual-l {
        padding-right: 7px;
    }
    
    .mp-actual-r {
        padding-left: 7px;
    }
    
    .mp-actual-item.mp-actual-item-i .mp-actual-item-title {
        font-size: 28px;
        line-height: 110%;
    }
    
    .box-title {
        font-size: 56px;
        line-height: 64px;
        margin-bottom: 32px;
    }
    
    
    /*blog*/
    .blog-nav-item {
        font-size: 14px;
        padding: 10px 24px;
        border-radius: 12px;
        margin-bottom: 8px;
    }
    
    .article-list-item-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    
    .article-list-item-intro {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 9px;
    }
    
    .article-list-item-meta {
        font-size: 16px;
    }
    
    .article-list-item-image {
        height: 160px;
        margin-bottom: 20px;
    }
    
    .article-list-item-image_ img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    
    .subsribe-bigbox-title {
        font-size: 42px;
        line-height: 44px;
    }
    
    .subsribe-bigbox-text {
        font-size: 20px;
        line-height: 25px;
    }
    
    .subsribe-bigbox-image {
        left: 0;
    }
    
    .box-sep.box-sep_blog {
        margin-top: 48px;
    }
    
    .subsribe-bigbox {
        padding: 32px 70px;
        padding-left: 40%;
    }
    .article-list-item-type {
        width: 42px;
        height: 42px;
        top: 10px;
        right: 10px;
    }
    
    /*blog end*/
    
    /*article*/
    
    .article-body {
        width: 844px;
        padding: 32px 64px;
    }
    
    .article-body h1 {
        font-size: 32px;
        line-height: 36px;
        font-size: 42px;
        line-height: 44px;
    }
    
    .article-head-meta-info {
        font-size: 16px;
    }
    
    .article-introtext {
    font-size: 22px;
    line-height: 26px;
    }
    
    .article-content {
        font-size: 18px;
        line-height: 22px;
    }
    
    .article-content h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 17px;
        margin-top: 46px;
    }
    
    .article-content h3 {
        font-size: 24px;
        line-height: 1;
    }
    
    .article-content h4 {
        font-size: 22px;
    }
    
    .article-content.css-content .cross-article {
        height: 154px;
        margin-bottom: 32px;
        margin-top: 32px;
    }
    
    .cross-article-image {
        height: 154px;
        width: 256px;
    }
    
    .cross-article-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 4px;
    }
    
    .cross-article-intro {
        font-size: 16px;
        line-height: 20px;
    }
    
    .cross-article-texts {
        padding-left: 270px;
        padding-right: 32px;
    }
    
    .article-content > img {
        margin-bottom: 32px;
        margin-top: 32px;
    }
    
    blockquote {
        margin-bottom: 32px;
        margin-top: 32px;
    }
    
    .cross-start-study {
        margin-bottom: 32px;
        margin-top: 32px;
        padding: 24px 32px;
        padding-right: 40%;
    }
    
    .cross-start-study-title {
        font-size: 34px;
        line-height: 34px;
    }
    
    .cross-start-study-text {
        font-size: 18px;
        line-height: 22px;
    }
    
    .article-content iframe {
        margin-top: 32px;
        margin-bottom: 32px;
        height: 400px;
    }
    
    .subsribe-bigbox.cross-subscribe .subsribe-bigbox-title {
        font-size: 34px;
        line-height: 34px;
    }
    
    .subsribe-bigbox.cross-subscribe {
        margin-bottom: 32px;
        margin-top: 32px;
        padding: 24px 32px;
    }
    
    .subsribe-bigbox.cross-subscribe .txt-i.txt-i_subscribe {
        height: 52px;
    }
    
    .subsribe-bigbox.cross-subscribe .subsribe-bigbox-form .btn {
        height: 52px;
    }
    
    .cross-faq .faq-question-item-head {
        padding: 20px 28px;
    }
    
    .article-author {
        font-size: 18px;
        line-height: 22px;
        width: 60%;
    }
    
    .article__table_title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    
    .article__tablelist {
        font-size: 18px;
    }
    
    .article__table {
        padding: 25px 32px;
        top: 90px;
    }
    .article-contents {
        width: calc(100% - 864px);
    }
    .article-comments-wrapper {
        width: 844px;
        padding: 32px 64px;
        margin-bottom: 72px;
    }
    
    
    /*article end*/
    .pageslider-slider-nav-prev {
        width: 48px;
        height: 48px;
        /* display: flex; */
        /* flex-direction: row; */
        /* flex-wrap: nowrap; */
        /* align-content: center; */
        /* justify-content: center; */
        /* align-items: center; */
    }
    
    .pageslider-slider-nav-prev img {
        width: 13px;
    }
    
    .pageslider-slider-nav-next {
        width: 48px;
        height: 48px;
    }
    
    .pageslider-slider-nav-next img {
        width: 10px;
    }
    .category-head-box h1:after {
        bottom: -13px;
    }
    
    .category-head-box h1 {
        font-size: 58px;
        line-height: 70px;
    }
    
    .category-head-box {
        padding: 24px 48px 32px;
    }
    
    .category-head-description {
        font-size: 18px;
        line-height: 142.5%;
        max-width: 540px;
    }
    
    .art-type-nav-item {
        font-size: 16px;
        line-height: 110%;
        border-radius: 18px;
        margin-right: 8px;
    }
    
    .category-head-image img {
        position: absolute;
        -o-object-fit: cover;
           object-fit: cover;
        bottom: 0;
        right: 0;
    }
    
    .subsribe-bigbox-title {
        font-size: 42px;
        line-height: 44px;
    }
    
    .subsribe-bigbox.subsribe-bigbox_notoobig {
        padding: 32px 48px;
    }
    
    .subsribe-bigbox.subsribe-bigbox_notoobig .subsribe-bigbox-title {
        margin-bottom: 20px;
    }
    
    .subsribe-bigbox-text {
        font-size: 22px;
        line-height: 25px;
    }
    
    .subsribe-bigbox.subsribe-bigbox_notoobig .subsribe-bigbox-form {
        width: 380px;
    }
    
    .danone-box-title.subsribe-bigbox-title {
        margin-bottom: 20px;
    }
    
    .after-links-box {
        margin-bottom: 48px;
        height: 458px;
    }
    .section.section-category-head {
        padding-top: 100px;
    }
    .cross-faq .faq-question-item-head {
        padding: 20px 28px;
    }

    .faq-question-item-head-title {
        font-size: 18px;
    }
    .faq-question-spoiler-content {
        padding: 0;
        font-size: 16px;
        line-height: 20px;
    }


/*article test*/
.test-head {
    font-size: 18px;
}

.test-wrapper {
    padding: 36px 38px;
    margin-bottom: 58px;
}

.test-question-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
}

.test-question-option {
    padding: 17px 23px;
}

.test-question-option_titile {
    font-size: 18px;
}

.test-question-tip {
    font-size: 18px;
    line-height: 22px;
    padding: 18px 24px;
}

.test-question-optionslist {
    margin-bottom: 24px;
}

.test-question-image {
    margin-bottom: 24px;
}

.test-result-sub {
    font-size: 18px;
    margin-bottom: 0;
}

.test-result-title {
    font-size: 34px;
    margin-bottom: 18px;
}

.test-result-text {
    font-size: 18px;
    line-height: 22px;
}

.test-result-share-text {
    font-size: 18px;
}

.test-result-button {
    margin-bottom: 32px;
}

.test-result-share {
    padding-top: 32px;
}

.test-result-share-items a {
    width: 48px;
    height: 48px;
    margin-left: 7px;
}

.test-result-image {
    height: 200px;
    margin-bottom: 18px;
}

/*article test end*/
.page404-title {
    font-size: 76px;
}

.page404-text {
    font-size: 24px;
    width: 50%;
    margin-bottom: 20px;
}

.page404-image1 {
    width: 70%;
}
.mp-actual-item-meta-l {
    margin-bottom: 6px;
}

.article-list-item-meta-type {
    font-size: 16px;
}

.article-list-item-meta_r {
    font-size: 16px;
}

.category-head-image {
    width: 60%;
}

.message-box {
    background-position: calc(100% + 100px) calc(100% - 0%);
}
.page-section.page-section_article {
    padding-bottom: 90px;
}
.lp-mainpage-title-row1 {
    font-size: 52px;
    line-height: 48px;
}

.lp-mainpage-title-row1-1 {
    font-size: 52px;
    line-height: 48px;
}

.lp-mainpage-title-row2 {
    font-size: 40px;
    line-height: 37px;
}

.lp-mainpage-box {
    padding: 42px 32px 37px 52px;
}







}


@media only screen and (max-width: 1439px) { 
    .wrap {
        width: 1180px;
    }
    
    .section.page-section {
        padding: 112px 0;
        padding-bottom: 72px;
    }

    .mp-scr1-l {
        width: 782px;
        height: 528px;
        margin-right: 18px;
    }
    
    .mp-scr-slide-title {
        font-size: 52px;
        line-height: 48px;
    }
    
    .mp-scr-slide {
        padding: 28px 40px;
    }
    
    .mp-scr-slide-text {
        font-size: 16px;
        line-height: 142.5%;
        width: 430px;
    }
    
    .mp-scr-slide-logos {
        width: 280px;
    }
    
    .mp-scr-slider-nav-prev {
        width: 44px;
        height: 44px;
    }
    
    .mp-scr-slider-nav-prev img {
        width: 13px;
    }
    
    .mp-scr-slider-nav-next {
        width: 44px;
        height: 44px;
    }
    
    .mp-scr-slider-nav-next img {
        width: 13px;
    }
    
    .mp-scr1-r {
        width: calc(100% - 782px);
    }
    
    .mp-scr1-item-title {
        font-size: 24px;
        line-height: 100%;
        padding: 3px 10px;
        height: 40px;
        border-radius: 12px;
    }
    
    .mp-scr1-item-arrow {
        width: 32px;
        height: 32px;
    }
    
    .mp-scr1-item-arrow img {
        width: 13px;
        height: 13px;
    }
    
    .mp-scr1-item-text {
        margin-bottom: 10px;
    }
    
    .mp-scr1-item {
        height: 167px;
        padding: 13px 18px;
        margin-bottom: 14px;
    }
    
    .section.page-section.section-page-mp-scr1 {}
    
    .section.page-section {
        padding: 70px 0;
        padding-bottom: 48px;
    }
    
    .mp-actual-item-title {
        font-size: 20px;
        line-height: 24px;
    }
    
    .mp-actual-item.mp-actual-item-i .mp-actual-item-title {
        font-size: 24px;
        line-height: 110%;
    }
    
    .mp-actual-item-arrow {
        width: 40px;
        height: 40px;
    }
    
    .mp-actual-item-arrow img {
        width: 22px;
        height: 22px;
    }
    
    .mp-actual-l {
        padding-right: 10px;
    }
    
    .mp-actual-r {
        padding-left: 10px;
    }
    
    
    /*blog*/
    .article-list-item-title {
        font-size: 22px;
        line-height: 26px;
    }
    
    .blog-navigation {
        margin-bottom: 32px;
    }
    
    .article-list-item-image {
        height: 155px;
    }
    
    .article-list-item {
        padding: 24px;
    }
    
    .subsribe-bigbox-form .btn {
        width: 220px;
    }
    
    /*blog end*/
    
    
    /*article*/
    .article-body {
        width: 780px;
        padding: 32px 48px;
    }
    
    .article-contents {
        width: calc(100% - 800px);
    }
    
    .section.page-section.page-section_article {
    padding-top: 100px;
    padding-bottom: 100px;
}
    
    .article-head-meta {
        margin-bottom: 24px;
    }
    
    .article-introtext {
        margin-bottom: 24px;
    }
    
    .article-content.css-content .cross-article {
        margin-bottom: 24px;
        margin-top: 24px;
    }
    
    .cross-article-texts {
        padding-left: 280px;
        padding-right: 24px;
    }
    
    .css-content ol li {
        margin-bottom: 10px;
    }
    
    .css-content ul li {
        margin-bottom: 10px;
    }
    
    .article-content > img {
        margin-bottom: 24px;
        margin-top: 24px;
    }
    
    blockquote {
        margin-bottom: 24px;
        margin-top: 24px;
    }
    
    .cross-start-study {
        margin-bottom: 24px;
        margin-top: 24px;
        padding-right: 35%;
    }
    
    .cross-start-study:after {
        background-position-x: -30px;
    }
    
    .article-content iframe {
        margin-top: 24px;
        margin-bottom: 24px;
        height: 370px;
    }
    
    .article__table_title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .article-comments-wrapper {
        width: 780px;
        padding: 32px 48px;
    }
    
    /*article end*/
    
    .subsribe-bigbox-image {
        left: -90px;
    }
    
    .article-read-more {
        margin-bottom: 38px;
    }
    
    .subsribe-bigbox {
        margin-bottom: 48px;
    }

    .category-head-description {}

.category-head-types {
    margin-top: 70px;
}

.section.page-section.page-section-articles-list {
    padding-top: 112px;
}

.subsribe-bigbox.subsribe-bigbox_notoobig {
    padding: 32px;
}

.danone-box {
    padding: 32px;
}

/*article test*/
.test-wrapper {
    padding: 28px 32px;
    margin-bottom: 48px;
}
/*article test end*/
.page404-title {
    font-size: 54px;
}

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

.page404-vegetables {
    width: 510px;
    right: 0;
}
.danone-box-arrow {
    left: 32px;
}


    /*pps*/
    .pp.pp-regular .popup-content {
        width: 420px;
    }
    
    .pp-title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 7px;
    }
    
    .pp-subtitle {
        font-size: 14px;
        line-height: 18px;
    }
    
    .pp-form-warn {
        font-size: 12px;
        line-height: 14px;
    }
    
    .pp-additional-box-text {
        font-size: 14px;
        line-height: 18px;
    }
    
    .pp-additional-text-phone {
        font-size: 18px;
        line-height: 22px;
    }
    
    .pp-content-section {
        padding: 44px 55px;
    }
    
    .f-item {
        margin-bottom: 16px;
    }
    
    .f-item.f-item-button {
        margin-top: 15px;
    }
    
    .pp-form form {
        margin-bottom: 15px;
    }
    .iti__country-list {
    width: 310px;
}
    .pp-content-section-solid-grey {
        padding: 36px 55px 16px 55px;
    }
    .form-phone-sms-item {
        width: 64px;
        height: 64px;
    }
    
    .pp-sms-phone-value {
        font-size: 18px;
        line-height: 22px;
    }
    .form-phone-sms-item {
        width: 64px;
        height: 64px;
    }
    
    .pp-sms-phone-value {
        font-size: 18px;
        line-height: 22px;
    }
    
    .pp-director-title {
        font-size: 28px;
        line-height: 32px;
    }
    
    .pp-director-text {
        font-size: 14px;
        line-height: 18px;
    }
    
    .pp-director-text-additional {
        font-size: 14px;
        line-height: 20px;
    }
    
    .pp-director-leftside {
        padding: 48px 55px;
    }
    
    .pp-director-request .popup-content {
        width: 840px;
    }
    
    .files-attach-r-title {
        font-size: 14px;
        line-height: 18px;
    }
    
    .pp-director-rightside {
        width: 420px;
        padding: 48px 55px;
    }
    
    .files-attach-r-text {
        font-size: 9px;
        line-height: 11px;
    }
    
    .txt-a {
        min-height: 110px;
    }

    .pp.pp-auth .popup-content {
        width: 420px;
    }

    .pp.pp-registration .popup-content {
        width: 420px;
    }




    /*pps end*/


.text-scratch-title:after {
    bottom: -14px;
}
.message-box {
    padding: 44px 44px;
    background-position: calc(100% + 160px) calc(100% - 0%);
}

.lp-mainpage-title-row1 {
    font-size: 45px;
    line-height: 42px;
}

.lp-mainpage-title-row1-1 {
    font-size: 45px;
    line-height: 42px;
}

.lp-mainpage-title-row2 {
    font-size: 35px;
    line-height: 32px;
}
}

@media only screen and (max-width: 1279px) { 
    .wrap {
        width: 960px;
    }
    .wrap.wrap_thin {
        width: 960px;
    }

    .header-logo {
        height: 20px;
    }
    
    .header-nav-item {
        font-size: 16px;
        margin-right: 32px;
    }
    
    .mp-scr1-l {
        width: 666px;
        height: 450px;
        margin-right: 15px;
    }
    
    .section.page-section.section-page-mp-scr1 {}
    
    .section.page-section {
        padding: 92px 0;
        padding-bottom: 32px;
    }
    
    .mp-scr-slide {
        padding: 24px 34px;
        border-radius: 15.3943px;
    }
    
    .mp-scr-slide-title {
        font-size: 44px;
        line-height: 41px;
    }
    
    .mp-scr-slide-text {
        font-size: 14px;
        line-height: 142.5%;
        width: 360px;
        margin-bottom: 32px;
    }
    
    .mp-scr-slide-logos {
        width: 240px;
    }
    
    .mp-scr1-r {
        width: calc(100% - 666px);
    }
    
    .mp-scr1-item-title {
        font-size: 22px;
        line-height: 100%;
        height: 32px;
    }
    
    .mp-scr1-item {
        padding: 13px;
        height: 137px;
        margin-bottom: 20px;
        border-radius: 18px;
    }
    
    .mp-scr1-item-text {
        font-size: 14px;
        line-height: 130%;
    }
    
    .mp-scr1-item-arrow {
        width: 24px;
        height: 24px;
    }
    
    .mp-scr-slider-nav {
        bottom: 20px;
    }
    
    .mp-scr-slider-nav-prev {
        margin-right: 10px;
    }
    
    .mp-actual-title {
        font-size: 44px;
        line-height: 64px;
        margin-bottom: 10px;
    }
    
    .mp-actual-l {
        padding-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    
    .mp-actual-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .mp-actual-item {
        padding: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: calc(100% / 3 - 10px);
        margin-right: 20px;
        height: auto;
        /* height: 100%; */
    }
    
    .mp-actual-item:nth-child(3n+3) {
        margin-right: 0px;
    }
    
    .mp-actual-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .mp-actual-item-image {
        width: 100%;
        height: 130px;
        border-radius: 18px;
        margin-bottom: 10px;
    }
    
    .mp-actual-item-content {
        width: 100%;
        padding: 0;
    }
    
    .mp-actual-item-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 35px;
    }
    
    .mp-actual-item-meta-l {
        margin-bottom: 7px;
    }
    
    .mp-actual-item {}
    
    .mp-actual-r {
        padding: 0;
        width: 100%;
    }
    
    
    
    /*blog*/
    
    .article-list-item {
        width: calc(100% / 2 - 10px);
    }
    
    .article-list-item:nth-child(3n+3) {
        margin-right: 20px;
    }
    
    .article-list-item:nth-child(2n+2) {
        margin-right: 0px;
    }
    
    .article-list-item-image {
        height: 196px;
    }
    
    .article-list-item-type {
        top: 20px;
        right: 20px;
        width: 52px;
        height: 52px;
    }
    
    .articles-list {
        margin-bottom: 48px;
    }
    
    .box-sep.box-sep_blog {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    
    .subsribe-bigbox-title {
        font-size: 48px;
        line-height: 48px;
        width: 600px;
    }
    
    .txt-i.txt-i_subscribe {
        width: 320px;
    }
    
    .subsribe-bigbox-image {
        left: unset;
        right: -140px;
        height: 330px;
    }
    
    .subsribe-bigbox {
        padding: 32px 45px;
        /* padding-right: 40%; */
    }
    
    .subsribe-bigbox-form-warn {
        width: 350px;
    }
    /*blog end*/
    
    /*article*/
    
    .article-contents {
        display: none;
    }
    
    
    
    .article-body {
        width: 100%;
        margin-right: 0;
    }
    
    .article-comments-wrapper {width: 100%;}
    
    .article-read-more-list .article-list-item:last-child {
        display: none;
    }
    
    .cross-start-study:after {
        background-position-x: 0;
    }
    .inline-contents {
        display: block;
    }
    
    /*article end*/
    .sbi-i {
        display: none;
    }
    
    .sbi-i2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .subsribe-bigbox-image {
        right: 0;
    }
    
    .subsribe-bigbox-text {
        width: 600px;
    }
    
    .article-read-more {
        margin-bottom: 22px;
    }

    .pageslider-slider-nav-prev {
        left: -20px;
    }
    
    .pageslider-slider-nav-next {
        right: -20px;
    }
    .footer-copyrs {
        margin-right: 40px;
        font-size: 14px;
    }
    .mp-scr-slide-image:after{
        border-radius: 18px;
    }

    .category-head-box {
        padding: 17px 24px 24px;
    }
    
    .category-head-types {
        margin-top: 52px;
        width: 50%;
    }
    
    .art-type-nav-item {
        font-size: 14px;
        line-height: 110%;
        border-radius: 12px;
        margin-bottom: 8px;
    }
    
    .category-head-image {
        width: 70%;
    }
    
    .subsribe-bigbox.subsribe-bigbox_notoobig {
        /* font-size: 42px; */
        padding: 24px 30px;
        /* line-height: 44px; */
    }
    
    .subsribe-bigbox-title {
        font-size: 42px;
        line-height: 44px;
    }
    
    .subsribe-bigbox-text {
        font-size: 22px;
        line-height: 25px;
        width: 100%;
    }
    
    .after-links-box {
        margin-bottom: 32px;
        height: 580px;
    }
    
    .danone-box-title.subsribe-bigbox-title {
        /* font-size: 42px; */
        /* line-height: 44px; */
        width: 100%;
    }
    .partner-action-listitem {
        padding: 16px;
    }
    
    .profile-info-box {
        margin-bottom: 24px;
    }
    
    .section.section-profile {
        padding-top: 92px;
    }
    .textpage-content {
        padding: 36px;
        margin-bottom: 32px;
    }
    .mp-actual-list .swiper-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-ms-flex-wrap: nowrap;flex-wrap: nowrap;}

    .mp-actual-list-slider-wrapper .swiper-slide {
        width: 308px;
    }
    
    .swiper-slide .mp-actual-item {
        width: 100%;
    }
    
    .mp-actual-list2-slider-wrapper .swiper-slide {
        width: 308px;
    }
    .profile-sets-item {
        border-radius: 16px;
    }
    
    .profile-logout-box {
        border-radius: 16px;
    }
	
	
	.mp-scr1-item-arrow svg {
    width: 11px;
    height: 12px;
}

.mp-actual-item-image .article-list-item-type {
    width: 32px;
    height: 32px;
    top: 10px;
    right: 10px;
}

.mp-actual-list-slider-wrapper .swiper-slide {
    /* height: 100%; */
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mp-actual-list-slider-wrapper .mp-actual-item {
    margin-right: 0px;
}

.footer-link {
    margin-right: 0px;
    font-size: 14px;
}

.footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.message-box {
    padding: 21px 24px;
    background-position: calc(100% + 140px) calc(100% - 0%);
}

.message-box-title {
    width: 615px;
}

.message-box-text {
    width: 530px;
    font-size: 18px;
    line-height: 142.5%;
}

.danone-box-button {
    position: absolute;
    z-index: 2;
    bottom: 0;
    position: absolute;
    bottom: 30px;
    left: 56px;
    z-index: 2;
}

.danone-box-button {
    position: relative;
    left: 0;
    margin-top: 40px;
    bottom: 0;
    display: flex;
}
.lp-mainpage-box {
    padding: 30px 32px 28px 38px;
    background-position: calc(100% + 160px) bottom;
}

.lp-mainpage-title-row1 {
    font-size: 42px;
    line-height: 38px;
}

.lp-mainpage-title-row1-1 {
    font-size: 42px;
    line-height: 38px;
}

.lp-mainpage-title-row2 {
    font-size: 32px;
    line-height: 30px;
}

.lp-mainpage-texts {
    margin-bottom: 48px;
}

}



@media only screen and (max-width: 1023px) { 
    .wrap {
        width: 676px;
    }
    .wrap.wrap_thin {
        width: 676px;
    }
    .header-nav {
        display: none;
    }
    
    .header-userbox {
        display: none;
    }
    
    .header-burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mp-scr1-l {
        width: 444px;
        height: 310px;
    }
    
    .mp-scr-slide-title {
        font-size: 32px;
        line-height: 32px;
    }
    
    .mp-scr-slide-text {
        font-size: 12px;
        line-height: 14px;
    }
    
    .mp-scr-slide-logos {
        width: 220px;
    }
    
    .mp-scr-slider-nav-prev {
        width: 32px;
        height: 32px;
    }
    
    .mp-scr-slider-nav-prev img {
        width: 10px;
    }
    
    .mp-scr-slider-nav-next {
        width: 32px;
        height: 32px;
    }
    
    .mp-scr-slider-nav-next img {
        width: 10px;
    }
    
    .mp-scr1-item-title {
        font-size: 16px;
        line-height: 100%;
        height: 24px;
        border-radius: 6px;
        margin-bottom: 5px;
    }
    
    .mp-scr1-r {
        width: calc(100% - 444px);
    }
    
    .mp-scr1-item-text {
        font-size: 10px;
        line-height: 120%;
    }
    
    .mp-scr1-item {
        height: 94px;
        padding: 8px 10px;
        border-radius: 12px;
        margin-bottom: 14px;
    }
    
    .mp-scr-slide {
        border-radius: 12px;
        padding: 10px 20px;
    }
    
    .mp-scr1-item-img {
        right: -50px;
    }
    
    .mp-scr1-item-arrow {
        width: 16px;
        height: 16px;
    }
    
    .mp-scr1-item-arrow img {
        width: 8px;
    }
    
    .mp-scr-slider-nav {
        left: 20px;
        bottom: 10px;
    }
    
    .mp-actual-title {
        font-size: 40px;
        line-height: 64px;
        margin-bottom: 10px;
    }
    
    .mp-actual-list-slider-wrapper .swiper-slide {
        width: 290px;
    }
    
    .mp-actual-list2-slider-wrapper .swiper-slide {
        width: 290px;
    }
    .mp-actual-list-slider-wrapper {
        width: 100%;
    }
    .mp-actual-list2-slider-wrapper {
        width: 100%;
    }
    .section.page-section {
        padding: 72px 0;
        padding-bottom: 32px;
    }
    
    .box-title {
        font-size: 48px;
        line-height: 64px;
        margin-bottom: 10px;
    }
    
    .articles-slider-wrapper .swiper-slide {
        width: 290px;
    }


    /*blog*/

    .wrap.wrap-blog-navigation {
        width: 100%;
        padding-left: 40px;
        overflow-x: auto;
        padding-right: 40px;
        /* margin-right: 40px; */
    }
    
    .blog-navigation {
        display: block;
        /* flex-direction: row; */
        /* flex-wrap: nowrap; */
        margin-bottom: 0;
        /* padding-right: 100px; */
        white-space: nowrap;
        /* width: 100%; */
    }
    
    .blog-nav-item {
        display: inline-block;
    }
    
    .blog-nav-item:last-child {
        margin-right: 40px;
    }
    
    .article-list-item-image {
        height: 130px;
    }
    
    .article-list-item-type {
        top: 10px;
        right: 10px;
        width: 34px;
        height: 34px;
    }
    
    .article-list-item-meta {}
    
    .article-list-item-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    
    .article-list-item-meta-type {
        margin-bottom: 14px;
    }
    
    .article-list-item-intro {
        margin-bottom: 20px;
    }
    
    .subsribe-bigbox-title {
        font-size: 42px;
        line-height: 44px;
        width: 380px;
    }
    
    .subsribe-bigbox-text {
        width: 380px;
    }
    
    .subsribe-bigbox-form form fieldset {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    
    .txt-i.txt-i_subscribe {
        width: 380px;
    }
    
    .subsribe-bigbox-form .btn {
        width: 380px;
        margin-top: 0px;
    }
    
    .subsribe-bigbox-form-warn {
        width: 380px;
    }
    
    .subsribe-bigbox-image {
        /* top: 60px; */
        height: 100%;
        /* object-fit: cover; */
    }

    /*blog end*/
    .subsribe-bigbox-image img {
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
    }
    .footer-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .text-scratch-title {
        /* font-size: 44px; */
        /* line-height: 53px; */
    }
    
    .category-head-image {
        right: -250px;
        width: 110%;
    }
    
    .category-head-types {
        margin-top: 30px;
    }
    
    .category-head-description {
        width: 370px;
    }
    
    .category-head-box {
        padding: 20px 34px;
    }
    
    .after-links-box {
        height: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
    
    .after-links-box-l {
        padding: 0;
        width: 100%;
        margin-bottom: 24px;
    }
    
    .subsribe-bigbox.subsribe-bigbox_notoobig .subsribe-bigbox-image {
        height: 340px;
    }
    
    .subsribe-bigbox-text {
        width: 84%;
    }
    
    .subsribe-bigbox.subsribe-bigbox_notoobig {
        height: unset;
        margin-bottom: 0;
    }
    
    .after-links-box-r {
        width: 100%;
        padding: 0;
    }
    
    .danone-box-arrow {
        position: relative;
        bottom: unset;
        left: unset;
    }
    
    .danone-box-text.subsribe-bigbox-text {
        margin-bottom: 100px;
        width: 69%;
    }
    
    .danone-box-title.subsribe-bigbox-title {
        width: 69%;
    }
    .section.page-section.page-section-articles-list {
        padding-top: 100px;
    }
    .txt-i.txt-i_subscribe {
        margin-bottom: 10px;
    }

    .profile-content-name {
        font-size: 24px;
        line-height: 110%;
    }
    
    .profile-info-box {
        padding: 16px;
        margin-bottom: 32px;
    }
    
    .edit-icon {
        width: 40px;
        height: 40px;
    }
    
    .edit-icon img {
        width: 24px;
    }
    
    .profile-edit {
        top: 16px;
        right: 16px;
    }
    
    .partner-action-listitem {
        width: calc(100% / 2 - 10px);
    }
    
    .partner-action-listitem:nth-child(3n+3) {
        margin-right: 20px;
    }
    
    .partner-action-listitem:nth-child(2n+2) {
        margin-right: 0px;
    }
    .profile-sets-item-title {
        font-size: 22px;
        line-height: 110%;
    }
    
    .profile-sets-item {
        border-radius: 16px;
    }
    
    .profile-logout-box {
        border-radius: 16px;
    }
    
    h1.textpage-title {
        font-size: 44px;
        line-height: 44px;
    }
    .page404-vegetables {
        /* display: none; */
        width: 400px;
        right: -50px;
    }
    
    .page404-text {
        width: 60%;
    }
    
    .page404-image1 {
        margin-bottom: 50px;
    }

.mp-scr-slider-wrapper {
    border-radius: 16px;
}

.mp-actual-item-image {
    height: 122px;
}

.mp-actual-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100% - 122px);
}

.article-list-item {
    padding: 16px;
}

.article-list-item-intro {
    display: none;
}
.mp-scr-slide-image {
    bottom: -30px;
    right: -30px;
}

.mp-scr1-item-arrow svg {
    width: 8px;
    height: 8px;
}
.mp-scr-slide {
    overflow: hidden;
}
.mp-scr-slider-wrapper .swiper-slide {
    overflow: hidden;
    border-radius: 12px;
}

.s-form-input {
    width: 100%;
}

.category-head-types {
    width: 70%;
}
.page404-wrapper {
    min-height: unset;
}
.message-box-title {
    font-size: 32px;
    width: 400px;
}

.message-box-text {
    width: 400px;
}

.message-box {
    padding: 21px 24px;
    background-position: calc(100% + 240px) calc(100% - 0%);
    background-size: 130%;
}
.ask-question-title-row.ask-question-title-row1 {
    font-size: 28px;
    padding: 5px 11px;
    line-height: 1;
}

.ask-question-title-row.ask-question-title-row2 {
    font-size: 28px;
    padding: 5px 11px;
    line-height: 1;
}

.ask-question-box {
    padding: 24px 24px;
    background-size: 920px;
    background-position: calc(100% + 100px) bottom;
}

.ask-question-box .btn.btn-grey {
    font-size: 16px;
}
.lp-mainpage-title-row1 {
    font-size: 32px;
    line-height: 31px;
    border-radius: 8.17816px;
    padding: 6px 11px;
}

.lp-mainpage-title-row1-1 {
    font-size: 32px;
    line-height: 31px;
    border-radius: 8.17816px;
    padding: 6px 11px;
}

.lp-mainpage-title-row2 {
    border-radius: 8.17816px;
    font-size: 25px;
    line-height: 24px;
    padding: 6px 11px;
}

.lp-mainpage-box {
    padding: 26px 32px 28px 30px;
    background-position: calc(100% + 326px) bottom;
    background-size: 900px;
}
}

@media only screen and (max-width: 767px) { 
    .wrap{
        width: 90%;
    }
    .wrap.wrap_thin{
        width: 90%;
    }
    .header {
        height: 56px;
    }
    
    .header-logo {
        height: 15px;
    }
    
    .mp-scr-slide-title {
        font-size: 34px;
        line-height: 32px;
    }
    
    
    
    .mp-scr-slide-text {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
    }
    
    .mp-scr1-l {
        width: 100%;
        height: unset;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    
    .mp-scr1-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
    
    .mp-scr1-r {
        width: 100%;
    }
    
    .mp-scr1-item {
        height: unset;
        margin-bottom: 10px;
        padding: 16px;
    }
    
    .mp-scr1-item-text {
        font-size: 16px;
        line-height: 130.5%;
        margin-bottom: 40px;
    }
    
    .mp-scr1-item-title {
        font-size: 24px;
        line-height: 100%;
        height: 44px;
    }
    
    .mp-scr1-item-arrow {
        width: 32px;
        height: 32px;
    }
    
    .mp-scr1-item-arrow img {
        width: 16px;
        height: 16px;
    }
    
    .mp-scr-slider-wrapper {
        position: relative;
    }
    
    .mp-scr-slide {
        padding-bottom: 200px;
    }
    
    img.mp-scr-i1 {
        display: none;
    }
    
    img.mp-scr-i2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        bottom: 0;
        right: 0;
    }
    
    .mp-scr-slide-image {}
    
    .mp-actual-title {
        font-size: 28px;
        line-height: 34px;
    }
    
    .mp-actual-list-slider-wrapper .swiper-slide {
        width: 270px;
    }
    
    .mp-actual-item-title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 24px;
    }
    
    .mp-actual-item-meta-l {
        margin-bottom: 16px;
    }
    
    .mp-actual-list2-slider-wrapper .swiper-slide {
        width: 270px;
        height: auto;
    }
    
    .mp-actual-item.mp-actual-item-i .mp-actual-item-title {
        font-size: 22px;
        line-height: 110%;
    }
    
    .box-title {
        font-size: 28px;
        line-height: 34px;
    }
    
    .pageslider-slider-nav {
        display: none;
    }
    
    .article-list-item-title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 9px;
    }
    
    .article-list-item {
        padding: 16px;
    }
    
    .article-list-item-image {
        height: 156px;
        margin-bottom: 10px;
    }
    
    .articles-slider-wrapper .swiper-slide {
        width: 270px;
    }
    
    .article-list-item-intro {
        font-size: 14px;
        line-height: 1.3;
    }
    
    .article-list-item-meta-type {
        font-size: 16px;
    }
    
    .article-list-item-meta {
        font-size: 14px;
    }
    
    .subsribe-bigbox {
        padding: 23px 20px;
        padding-bottom: 160px;
    }
    
    .subsribe-bigbox-title {
        font-size: 32px;
        line-height: 32px;
        width: 100%;
    }
    
    .subsribe-bigbox-text {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
    }
    
    .txt-i.txt-i_subscribe {
        width: 100%;
    }
    
    .subsribe-bigbox-form .btn {
        width: 100%;
    }
    
    .subsribe-bigbox-form-warn {
        width: 100%;
    }
    
    .sbi-i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .sbi-i2 {
        display: none;
    }
    
    .subsribe-bigbox-image img {
        height: 180px;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    
    .subsribe-bigbox-image {
        height: unset;
        width: 100%;
    }
    
    .footer .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
    
    .footer-copyrs {
        font-size: 14px;
    }
    
    .footer-link {
        font-size: 14px;
    }
    
    .footer-left {
        margin-bottom: 16px;
    }
    
    .footer-right img {
        width: 144px;
    }
    .text-scratch-title:after {
        bottom: -15px;
    }
    
    .section.page-section.section-page-mp-scr1 {
        padding-top: 78px;
    }

    .category-head-box h1 {
        font-size: 34px;
        line-height: 41px;
    }
    
    .category-head-box {
        padding: 19px 16px;
        padding-bottom: 200px;
    }
    
    .category-head-description {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
    }
    
    .art-type-nav-item {
        font-size: 14px;
        line-height: 110%;
        margin-bottom: 8px;
        padding: 9px 12px;
        border-radius: 8px;
    }
    
    .category-head-types {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 100%;
    }
    
    .category-head-image {
        width: 100%;
        right: unset;
        left: 0;
    }
    
    
    /*blog*/
    
    .blog-nav-item {
        padding: 7px 16px;
        margin-right: 5px;
        margin-bottom: 0px;
    }
    
    .wrap.wrap-blog-navigation {
        padding-left: 20px;
        padding-left: 20px;
    }
    
    .blog-nav-item:last-child {
        margin-right: 20px;
    }
    
    .article-list-item-image {
        height: unset;
        min-height: 140px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 14px;
    }
    
    .article-list-item {
        width: 100%;
        margin-right: 0px;
        padding: 20px;
    }
    
    .article-list-item:nth-child(3n+3) {
        margin-right: 0px;
    }
    
    .article-list-item-type {
        width: 37px;
        height: 37px;
    }
    
    .article-list-item-image_ {
        height: unset;
    }
    
    .article-list-item-title {
        font-size: 20px;
        line-height: 22px;
    }
    
    .article-list-item-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        font-size: 14px;
        white-space: nowrap;
    }
    
    .article-list-item-meta-type {
        margin-bottom: 12px;
        line-height: 1;
    }
    
    .article-list-item-intro {
        margin-bottom: 30px;
    }
    
    .subsribe-bigbox-title {
        font-size: 32px;
        line-height: 32px;
        width: 100%;
    }
    
    .subsribe-bigbox-text {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
    }
    
    .subsribe-bigbox {
        padding: 25px 20px;
        padding-bottom: 170px;
    }
    
    .txt-i.txt-i_subscribe {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        height: 52px;
    }
    
    .subsribe-bigbox-form form fieldset {
        width: 100%;
    }
    
    .subsribe-bigbox-form .btn {
        width: 100%;
        text-align: center;
        height: 52px;
    }
    
    .subsribe-bigbox-form-warn {
        width: 100%;
    }
    
    .subsribe-bigbox-image {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: unset;
        bottom: 0;
        top: 0;
    }
    
    .subsribe-bigbox-image img {
        position: absolute;
        bottom: 0;
    }
    
    /*blog end*/
    
    /*article*/
    .article-body h1 {
        font-size: 26px;
        line-height: 28px;
    }
    
    .article-body {
        padding: 20px;
    }
    
    span.article-back-title {
        display: none;
        /* width: initial; */
    }
    
    .article-back {
        width: 46px;
        height: 36px;
        padding: 0;
        padding-left: 15px;
    }
    
    .article-back img {
        width: 15px;
    }
    
    .article-head-meta-info {
        font-size: 14px;
    }
    
    .article-list-item-views {}
    
    .article-head-meta-info .article-list-item-views {
        margin-right: 11px;
    }
    
    .article-list-item-date img {
        width: 16px;
        height: 16px;
        margin-right: 1px;
        -webkit-transform: translateY(-1px);
            -ms-transform: translateY(-1px);
                transform: translateY(-1px);
    }
    
    .article-list-item-views img {
        width: 16px;
        height: 16px;
        -webkit-transform: translateY(-1px);
            -ms-transform: translateY(-1px);
                transform: translateY(-1px);
    }
    
    .article-type img {
        width: 32px;
        height: 32px;
        margin-right: 4px;
    }
    
    .article-type {
        font-size: 16px;
    }
    
    .share-item {
        margin-left: 5px;
        width: 32px;
        height: 32px;
    }
    
    .article-image {
        margin-bottom: 10px;
    }
    
    .article-info {
        margin-bottom: 30px;
    }
    
    .inline-contents-trigger {
        font-size: 16px;
        padding-bottom: 0;
        padding: 20px 0;
    }
    
    .inline-contents-trigger img {
        width: 20px;
        margin-right: 4px;
    }
    
    .inline-contents {
        padding: 0 20px;
    }
    
    .article__tablelist {
        font-size: 16px;
    }
    
    .article__tablelist ol > li a {
        padding: 6px 0;
    }
    
    .inline-contents-close {
        font-size: 16px;
        display: none;
    }
    
    .article-introtext {
        font-size: 20px;
        line-height: 22px;
    }
    
    .article-content {
        font-size: 16px;
        line-height: 20px;
    }
    
    .article-content h2 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 9px;
        margin-top: 26px;
    }
    
    .article-content h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 9px;
        margin-top: 25px;
    }
    
    .article-content h4 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 9px;
        margin-top: 25px;
    }
    
    .article-content.css-content .cross-article {
        height: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-bottom: 20px;
    }
    
    .cross-article-image {
        width: 100%;
        height: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        margin-bottom: 20px;
    }
    
    .cross-article-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    
    .cross-article-texts {
        padding: 0;
        padding: 0 20px;
    }
    
    .cross-article-title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    
    .cross-article-intro {
        font-size: 14px;
        line-height: 16px;
    }
    
    blockquote {
        font-size: 16px;
        line-height: 20px;
        padding: 20px 30px;
    }
    
    .quote-readmore {
        font-size: 16px;
    }
    
    .quote-author-name {
        font-size: 16px;
    }
    
    .quote-author-info {
        font-size: 12px;
        line-height: 14px;
    }
    
    .quote-author-image {
        width: 60px;
        height: 60px;
    }
    
    .quote-author {
        margin-top: 20px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    
    .quote-author-texts {
        width: calc(100% - 60px);
        padding-left: 10px;
    }
    
    .cross-start-study-title {
        font-size: 26px;
        line-height: 28px;
    }
    
    .cross-start-study {
        padding: 20px;
    }
    
    .cross-start-study-text {
        font-size: 16px;
        line-height: 20px;
    }
    
    .cross-start-study-button {
        width: 205px;
    }
    
    .cross-start-study:after {
        background-size: cover;
        /* background-position: bottom right; */
        background-position-x: -300px;
    }
    
    .article-content iframe {
        height: 160px;
    }
    
    .subsribe-bigbox.cross-subscribe {
        padding: 20px;
        margin-bottom: 24px;
        margin-top: 24px;
    }
    
    .subsribe-bigbox.cross-subscribe .subsribe-bigbox-title {
        width: 100%;
        font-size: 26px;
        line-height: 28px;
    }
    
    .subsribe-bigbox-form-warn {
        font-size: 12px;
        line-height: 14px;
        width: 100%;
    }
    
    .subsribe-bigbox.cross-subscribe .txt-i.txt-i_subscribe {
        width: 100%;
    }
    
    .subsribe-bigbox.cross-subscribe .subsribe-bigbox-form .btn {
        width: 100%;
    }
    
    .subsribe-bigbox.cross-subscribe .subsribe-bigbox-form-warn {
        width: 100%;
    }
    
    .cross-faq .faq-question-item-head {
        padding: 13px 20px;
    }
    
    .cross-faq .faq-question-item {
        margin-bottom: 10px;
    }
    
    .cross-faq-title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    
    .cross-faq {
        margin-bottom: 32px;
        margin-top: 32px;
    }
    
    .article-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    
    .article-author {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .article-bottom-share .share-item {
        width: 40px;
        height: 40px;
    }
    
    .article-comments-title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    
    .article-comments-wrapper {
        padding: 20px;
        margin-bottom: 48px;
    }
    
    .box-title.box-title_link {}
    
    /*article end*/
    img.chi-i {
        display: none;
    }
    
    img.chi-i2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    img.chi-i {
        display: none;
    }
    
    img.chi-i2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    
    .subsribe-bigbox.subsribe-bigbox_notoobig .subsribe-bigbox-title {
        width: 100%;
    }
    
    .subsribe-bigbox.subsribe-bigbox_notoobig {
        padding: 23px 20px;
        padding-bottom: 150px;
    }
    
    .subsribe-bigbox.subsribe-bigbox_notoobig .subsribe-bigbox-form {
        width: 100%;
    }
    
    .subsribe-bigbox.subsribe-bigbox_notoobig .subsribe-bigbox-image {
        height: unset;
    }
    
    .danone-box {
        padding: 32px 20px;
    }
    
    .danone-box-title.subsribe-bigbox-title {
        width: 100%;
    }
    
    .danone-box-text.subsribe-bigbox-text {
        width: 100%;
    }
    
    .danone-box-arrow_ {
        width: 32px;
        height: 32px;
    }
    
    .danone-box-arrow_ img {
        width: 20px;
    }


/*article test*/
.test-wrapper {
    padding: 20px;
    margin-bottom: 32px;
}

.test-head {
    font-size: 14px;
    margin-bottom: 8px;
}

.test-question-title {
    font-size: 20px;
    line-height: 22px;
}

.test-question-buttonbox {
    margin-top: 24px;
    width: 100%;
}

.test-question-buttonbox .btn {
    width: 100%;
}

.test-question-tip {
    font-size: 16px;
    line-height: 18px;
    padding: 14px 19px;
}

.test-question-option_titile {
    font-size: 16px;
    line-height: 18px;
    padding-left: 9px;
}

.test-question-option {
    padding: 14px 16px;
}

.test-result-image {
    height: 160px;
    width: 90%;
}

.test-result-sub {
    font-size: 16px;
}

.test-result-title {
    font-size: 26px;
    margin-bottom: 18px;
    line-height: 28px;
}

.test-result-text {
    font-size: 16px;
    line-height: 18px;
}

.test-result-share {
    padding-top: 24px;
    width: 90%;
}

.test-result-share-text {
    font-size: 16px;
    line-height: 18px;
}

/*article test end*/


.faq-sections-title {
    font-size: 26px;
    line-height: 28px;
}

.faq-section-list-item {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
}

.faq-section-title {
    font-size: 26px;
    line-height: 28px;
}

.faq-question-item-head-title {
    font-size: 16px;
}

.faq-question-item-head {
    /* font-size: 16px; */
    /* line-height: 20px; */
    padding: 19px 20px 19px;
}

.faq-question-spoiler {
    padding: 0 20px 1px;
}

.faq-question-spoiler-content {
    font-size: 14px;
    line-height: 16px;
}

.faq-question-item.active .faq-question-item-head .plus-icon {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}


.cross-faq .faq-question-item-head {
    padding: 13px 20px;
}

.cross-faq .faq-question-item {
    margin-bottom: 10px;
}

.cross-faq-title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
}

.cross-faq {
    margin-bottom: 32px;
    margin-top: 32px;
}

.profile-info-image {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
}

.profile-content-name {
    font-size: 22px;
    line-height: 110%;
}

.profile-content-meta {
    font-size: 16px;
    line-height: 110%;
}

.profile-content-bottom {
    font-size: 16px;
    line-height: 110%;
}

.profile-content-top {
    margin-bottom: 24px;
}

.profile-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
}

.profile-content {
    padding-left: 0px;
}

.profile-info-box {
    padding: 26px 20px;
}

.profile-edit {
    top: 26px;
    right: 20px;
}

.partners-actions-title {
    font-size: 24px;
    line-height: 29px;
}

.partner-action-listitem-brand-name {
    font-size: 16px;
    line-height: 110%;
    width: 100%;
    padding-left: 0;
}

.partner-action-listitem-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.partner-action-listitem-brand-logo {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.partner-action-listitem {
    margin-right: 10px;
    width: calc(100% / 2 - 5px);
    margin-bottom: 10px;
    border-radius: 16px;
    padding: 8px 8px 10px 8px;
}

.partner-action-listitem:nth-child(3n+3) {
    margin-right: 10px;
}

.partner-action-listitem-description {
    font-size: 14px;
    line-height: 110%;
    margin-bottom: 24px;
}

.partner-action-listitem-code-value {
    font-size: 16px;
    line-height: 110%;
}

.partner-action-listitem-code {
    border-radius: 8px;
    padding: 7px 7px 7px 15px;
}

.partner-action-listitem-code-copy {
    width: 20px;
    height: 24px;
}

.partner-action-listitem-image {
    border-radius: 12px;
    height: 65px;
}

.profile-sets-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.profile-sets-item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.profile-logout-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}


.profile-sets-back-icon {
    width: 40px;
    height: 40px;
}

.profile-sets-back-title {
    font-size: 24px;
    line-height: 29px;
}



/*pps*/

.pp.pp-regular .popup-content {
    width: 100%;
}

.pp__content {
    width: 90%;
    border-radius: 24px;
}

.pp-content-section {
    padding: 44px 15px;
}

.pp-content-section-solid-grey {
    padding: 36px 15px 16px 15px;
}

.form-phone-sms-item {
    margin: 0 3px;
}

.pp-sms-timer {
    font-size: 12px;
    line-height: 14px;
}

.pp-sms-phone-title {
    margin-bottom: 10px;
}

.pp-sms-phone-linkchange {
    margin-top: 10px;
}

.pp-director-request .popup-content {
    width: 100%;
    border-radius: 24px;
}

.pp-director-parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.pp-director-leftside {
    padding: 44px 15px;
    width: 100%;
}

.pp-director-text-sep {
    width: 100%;
    margin: 16px 0;
}

.pp-director-rightside {
    width: 100%;
    padding: 44px 15px;
    border-radius: 24px;
}

.pp.pp-auth .popup-content {
    width: 100%;
}

.pp.pp-registration .popup-content {
    width: 100%;
}

.textpage-content {
    padding: 24px 20px;
}

.textpage-content {
    font-size: 16px;
    line-height: 20px;
}
.textpage-content h2 {
    font-size: 24px;
    line-height: 1;
}
.textpage-content h3 {
    font-size: 16px;
    line-height: 20px;
}
.textpage-content.css-content {
    padding: 18px 20px;
}

h1.textpage-title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 24px;
}

.textpage-content {
    font-size: 16px;
}
/*pps end*/
.mp-scr-slide-image {
    bottom: 0;
    right: 0;
}

.mp-scr-slider-wrapper .swiper-slide {
    height: auto;
}

.mp-scr1-item-arrow svg {
    width: 12px;
    height: 12px;
}

/*pps*/

.pp.pp-regular .popup-content {
    width: 100%;
}

.pp__content {
    width: 90%;
    border-radius: 24px;
}

.pp-content-section {
    padding: 44px 15px;
}

.pp-content-section-solid-grey {
    padding: 36px 15px 16px 15px;
}

.form-phone-sms-item {
    margin: 0 3px;
}

.pp-sms-timer {
    font-size: 12px;
    line-height: 14px;
}

.pp-sms-phone-title {
    margin-bottom: 10px;
}

.pp-sms-phone-linkchange {
    margin-top: 10px;
}

.pp-director-request .popup-content {
    width: 100%;
    border-radius: 24px;
}

.pp-director-parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.pp-director-leftside {
    padding: 44px 15px;
    width: 100%;
}

.pp-director-text-sep {
    width: 100%;
    margin: 16px 0;
}

.pp-director-rightside {
    width: 100%;
    padding: 44px 15px;
    border-radius: 24px;
}

.pp.pp-auth .popup-content {
    width: 100%;
}

.pp.pp-registration .popup-content {
    width: 100%;
}

/*pps end*/
.profile-sets-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.cookie-box {
    width: 95%;
    right: 0;
    left: 0;
    bottom: 40px;
    padding: 20px;
    height: unset;
    /* font-size: 12px; */
    margin: auto;
}

.cookie-box_text {
    font-size: 16px;
    margin-bottom: 13px;
}
.page404-title {font-size: 32px;}

.page404-text {
    width: 100%;
    font-size: 16px;
}

.page404-button {
    width: 100%;
}

.page404-button .btn {
    width: 100%;
}

.page404-vegetables {
    width: 200px;
    top: 190px;
    right: 0;
}

.footer-link {
    line-height: 1;
    margin-bottom: 10px;
}

.message-box-title {
    width: 100%;
}

.message-box-text {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
}

.message-box {
    /* padding-bottom: 300px; */
    padding: 20px 20px;
    background-position: calc(100% + 130px) calc(100% - 0%);
    background-size: 700px;
    padding-bottom: 260px;
}

.message-box .btn.btn-white {
    padding: 14px 20px;
    border-radius: 16px;
    font-size: 16px;
}

.message-box .btn.btn-white svg {
    width: 16px;
    height: 16px;
}
.ask-question-box {
    padding: 20px 20px;
    background-size: 920px;
    background-position: calc(100% + 60px) bottom;
    padding-bottom: 220px;
}

.profile-content {
    width: 100%;
}

.ask-question-title-row.ask-question-title-row2 {
    /* transform: rotate(1.85deg); */
    position: relative;
    left: 9px;
    transform: rotate(-1.94deg);
    top: -4px;
}

.ask-question-box .btn.btn-grey {
    border-radius: 16px;
    width: 100%;
}

.ask-question-title-row.ask-question-title-row1 {
    transform: rotate(1.85deg);
}
.swiper-slide .mp-actual-item {
    height: 100%;
}

.lp-mainpage-title-row1 {
    white-space: nowrap;
}

.lp-mainpage-title-row1-1 {
    white-space: nowrap;
    left: 32px;
}

.lp-mainpage-title-row2 {
    white-space: nowrap;
}

.lp-mainpage-box {
    padding: 20px;
    background-position: calc(50% - 15px) bottom;
    background-size: 640px;
    border-radius: 16px;
    padding-bottom: 220px;
}

.btn {
    border-radius: 8px;
}

.menu-mobile-profile .btn {
    border-radius: 8px;
}

.menu-mobile-nav .mm-nav-item:first-child {
    border-top: 0px;
}

.lp-mainpage-box {
    /* border-radius: 16px; */
}

.subsribe-bigbox {
    border-radius: 16px;
}

.article-list-item {
    border-radius: 16px;
}

.mp-actual-item {
    border-radius: 16px;
}

.lp-mainpage-button {
    width: 100%;
}

.lp-mainpage-button .btn {
    width: 100%;
}

.danone-box-text.subsribe-bigbox-text {
    margin-bottom: 35px;
}

.after-links-box-r .danone-box.pp_ {
    padding-bottom: 160px;
}

a.danone-box.pp_.aos-init.aos-animate {}

.after-links-box-r .danone-box.pp_ .subsribe-bigbox-image img {
    width: 430px;
    max-width: unset;
    right: 0;
    position: absolute;
}

.danone-box-button {
    width: 100%;
}

.danone-box-button .btn {
    width: 100%;
}


}



















































