@charset "UTF-8";
 .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-slider.screenshots-carousel .slide {
padding: 0 15px;
}
.slick-slider.screenshots-carousel .slide .holder {
margin-bottom: 35px;
-webkit-box-shadow: 0px 8px 15px 0px rgba(89, 89, 89, 0.25);
-moz-box-shadow: 0px 8px 15px 0px rgba(89, 89, 89, 0.25);
box-shadow: 0px 8px 15px 0px rgba(89, 89, 89, 0.25);
}
.slick-slider.screenshots-carousel .slide img {
display: block;
width: 100%;
height: auto;
}
.slick-slider.screenshots-carousel .slide.slick-active .holder {
transform: scale(1.08);
}
.slick-slider.screenshots-carousel .slide.slick-center {
z-index: 100;
position: relative;
}
.slick-slider.screenshots-carousel .slide.slick-center .holder {
transform: scale(1.16);
}
.slick-slider.screenshots-carousel .slick-list {
padding-top: 50px !important;
padding-bottom: 50px !important;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
}
.slick-track:before, .slick-track:after {
content: "";
display: table;
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none;
}
[dir="rtl"] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
} .slick-loading .slick-list {
background: #fff url(https://fastisi.com/wp-content/themes/veti-k//landing/neuro-toys/css/.https://fastisi.com/wp-content/themes/veti-k//landing/neuro-toys/css/img/ajax-loader.gif) center center no-repeat;
} @font-face {
font-family: "slick";
src: url(//fastisi.com/wp-content/themes/veti-k//landing/neuro-toys/fonts/slick/slick.eot);
src: url(//fastisi.com/wp-content/themes/veti-k//landing/neuro-toys/fonts/slick/slick.eot?#iefix) format("embedded-opentype"), url(//fastisi.com/wp-content/themes/veti-k//landing/neuro-toys/fonts/slick/slick.woff) format("woff"), url(//fastisi.com/wp-content/themes/veti-k//landing/neuro-toys/fonts/slick/slick.ttf) format("truetype"), url(//fastisi.com/wp-content/themes/veti-k//landing/neuro-toys/fonts/slick/slick.svg#slick) format("svg");
font-weight: normal;
font-style: normal;
} .slick-prev,
.slick-next {
position: absolute;
display: block;
height: 50px;
width: 50px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: #2095f2;
color: transparent;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none;
border-radius: 50px;
z-index: 100;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
opacity: .7;
outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
left: -25px;
}
[dir="rtl"] .slick-prev {
left: auto;
right: -25px;
}
.slick-prev:before {
content: "←";
}
[dir="rtl"] .slick-prev:before {
content: "→";
}
.slick-next {
right: -25px;
}
[dir="rtl"] .slick-next {
left: -25px;
right: auto;
}
.slick-next:before {
content: "→";
}
[dir="rtl"] .slick-next:before {
content: "←";
} .slick-dotted.slick-slider {
margin-bottom: 30px;
}
.slick-dots {
position: absolute;
bottom: -25px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%;
}
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
opacity: 1;
}
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-family: "slick";
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
color: black;
opacity: 0.75;
}
aside, nav, footer, header, section, article {
display: block;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
textarea {
resize: none;
}
input, textarea {
outline: none;
}
input:active, textarea:active {
outline: none;
}
:focus {
outline: none;
}
body {
margin: 0;
color: #000;
font-family: 'Lato';
font-size: 13px;
background: #fff;
min-width: 320px;
height: 100%;
position: relative;
-webkit-text-size-adjust: none;
}
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
#wrapper {
overflow: hidden;
}
.btn {
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
border-radius: 100px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.btn-green {
background: #05CF6E;
border: 2px solid #05CF6E;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
width: 222px;
height: 60px;
font-weight: 600;
font-size: 20px;
line-height: 35px;
color: #FFFFFF;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.btn-green:hover {
box-shadow: none;
background-color: #fff;
color: #05CF6E;
}
.btn-green i {
display: block;
margin-left: 17px;
background: url(//fastisi.com/wp-content/themes/veti-k//landing/neuro-toys/img/icon6.svg) no-repeat;
width: 22px;
height: 22px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.btn-green:hover i {
background: url(//fastisi.com/wp-content/themes/veti-k//landing/neuro-toys/img/icon6-2.svg) no-repeat;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.btn-yellow {
width: 263px;
height: 60px;
border: 2px solid #F0D071;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
font-weight: 600;
font-size: 20px;
line-height: 35px;
color: #D9AE2D;
}
.btn-yellow:hover {
box-shadow: none;
color: #fff;
background-color: #F0D071;
}
.btn-doc {
border: 2px solid #FFFFFF;
border-radius: 30px;
font-size: 16px;
line-height: 22px;
width: 254px;
text-transform: uppercase;
height: 50px;
margin-bottom: 41px;
color: #FFFFFF;
}
.btn-doc:hover {
color: #6664E8;
background-color: #fff;
}
.title {
display: block;
font-weight: 300;
font-size: 26px;
line-height: 45px;
text-align: center;
text-transform: uppercase;
color: #190342;
}
.title strong {
font-weight: 800;
}
.ffNeuro_container {
margin: 0 auto;
padding: 0 15px;
max-width: 1276px;
width: 100%;
}
.ffNeuro-bgContainer {
background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(89.7deg, #F6F3FD 2.96%, #F0E9DD 97.81%);
}
.ffNeuro-footer {
background: url(//fastisi.com/wp-content/themes/veti-k//landing/neuro-toys/img/bg-footer.jpg) no-repeat;
background-size: cover;
}
.ffNeuro-footer .ffNeuro_container {
position: relative;
max-width: 1030px;
padding-top: 53px;
padding-bottom: 62px;
}
.ffNeuro-footer_iconka1 {
position: absolute;
top: -51px;
left: -210px;
}
.ffNeuro-footer_iconka1 img {
display: block;
}
.ffNeuro-footer_iconka2 {
position: absolute;
bottom: 46px;
right: -140px;
}
.ffNeuro-footer_iconka2 img {
display: block;
}
.ffNeuro-footer .title {
color: #fff;
margin-bottom: 52px;
}
.ffNeuro-footer_container {
display: flex;
justify-content: space-between;
}
.ffNeuro-footer_right {
width: 456px;
}
.ffNeuro-footer_right-soc {
display: flex;
align-items: center;
}
.ffNeuro-footer_right-soc a {
display: block;
margin-right: 30px;
border-radius: 100px;
overflow: hidden;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.ffNeuro-footer_right-soc a:hover {
box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}
.ffNeuro-footer_right-soc a:last-child {
border-radius: 6px;
}
.ffNeuro-footer_right-soc a img {
display: block;
}
.ffNeuro-footer_right span {
display: block;
margin-bottom: 42px;
text-transform: uppercase;
font-weight: 800;
font-size: 20px;
line-height: 35px;
color: #FFFFFF;
}
.ffNeuro-footer_right p {
display: block;
font-weight: 600;
font-size: 19px;
line-height: normal;
color: #FFFFFF;
margin-bottom: 30px;
}
.ffNeuro-footer_left {
width: 378px;
}
.ffNeuro-footer_left .btn-doc {
display: none;
}
.ffNeuro-footer_left p {
display: block;
font-weight: bold;
font-size: 17px;
line-height: 20px;
text-align: center;
color: #FFFFFF;
max-width: 320px;
margin: 0 auto 16px;
}
.ffNeuro-footer_left-soc {
display: flex;
margin-bottom: 16px;
justify-content: center;
}
.ffNeuro-footer_left-soc a {
display: block;
margin: 0 3px;
border-radius: 100px;
overflow: hidden;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.ffNeuro-footer_left-soc a:hover {
box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}
.ffNeuro-footer_left-soc a img {
display: block;
}
.ffNeuro-footer input[type="text"] {
display: block;
background: #FDFDFD;
border: 1px solid #C6C6C6;
border-radius: 30px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
height: 50px;
width: 100%;
padding: 0 37px;
margin-bottom: -11px;
font-size: 14px;
line-height: 19px;
font-family: 'Lato';
color: #6664E8;
}
.ffNeuro-footer input[type="text"]::placeholder {
font-size: 14px;
line-height: 19px;
font-family: 'Lato';
color: #6664E8;
}
.ffNeuro-footer input[type="text"]:hover {
box-shadow: inset 0 0 15px #a8a7f5;
}
.ffNeuro-footer input[type="text"]:focus {
box-shadow: inset 0 0 15px #a8a7f5;
}
.ffNeuro-footer button {
width: 284px;
height: 66px;
margin: 0 auto;
font-size: 17px;
font-family: 'Lato';
line-height: 30px;
cursor: pointer;
}
.ffNeuro-footer button i {
display: block;
margin-left: 11px;
background: url(//fastisi.com/wp-content/themes/veti-k//landing/neuro-toys/img/icon6.svg) no-repeat;
width: 22px;
height: 22px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.ffNeuro-footer button:hover i {
background: url(//fastisi.com/wp-content/themes/veti-k//landing/neuro-toys/img/icon6-2.svg) no-repeat;
}
.ffNeuro-footer_select {
margin-bottom: 16px;
position: relative;
}
.price-text2 {
position: absolute;
font-weight: 300;
font-size: 18px;
line-height: 26px;
color: #909090;
text-decoration: line-through;
text-decoration-color: #9474e6;
margin-top: 50px;
margin-left: 3px;
}
.ffNeuro-footer_select-btn {
background: #FDFDFD;
border: 1px solid #C6C6C6;
border-radius: 30px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
height: 50px;
position: relative;
font-weight: bold;
font-size: 17px;
line-height: 20px;
color: #9998F3;
cursor: pointer;
}
.ffNeuro-footer_select-btn img {
display: block;
position: absolute;
top: 50%;
right: 19px;
transform: translate(0, -50%);
}
.ffNeuro-footer_select-btn:hover {
box-shadow: inset 0 0 15px #a8a7f5;
}
.ffNeuro-footer_select-btn.ffNeuro-footer_select-btn2 {
box-shadow: inset 0 0 15px #a8a7f5;
}
.ffNeuro-footer_select-dop {
position: absolute;
top: 80px;
left: 0;
width: 100%;
background: #FDFDFD;
border: 1px solid #C6C6C6;
border-radius: 30px;
pointer-events: none;
opacity: 0;
z-index: 5;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
padding: 15px 30px;
box-shadow: inset 0 0 15px #a8a7f5;
}
.ffNeuro-footer_select-dop.ffNeuro-footer_select-dop2 {
top: 66px;
pointer-events: all;
opacity: 1;
}
.ffNeuro-footer_select-dop a {
display: flex;
justify-content: space-between;
text-decoration: none;
font-weight: bold;
font-size: 17px;
line-height: 20px;
color: #9998F3;
margin-bottom: 8px;
align-items: center;
padding-bottom: 7px;
border-bottom: 1px solid #d9d9fa;
}
.ffNeuro-footer_select-dop a:last-child {
margin: 0;
border-bottom: none;
padding: 0;
}
.ffNeuro-footer_select-dop a span {
font-weight: 800;
text-align: right;
min-width: 80px;
width: 80px;
}
.ffNeuro-screen8_infoBlock2 {
margin-bottom: 114px;
}
.ffNeuro-screen8_infoBlock2 .title {
margin-bottom: 95px;
}
.ffNeuro-screen8_infoBlock4-title {
margin-bottom: 58px;
}
.ffNeuro-screen8_infoBlock4 .ffNeuro-screen8_infoBlock1 {
margin-bottom: 83px;
}
.ffNeuro-screen8_infoBlock4 .ffNeuro-screen8_infoBlock1.infoBlock2 {
margin-bottom: 90px;
}
.ffNeuro-screen8_infoBlock4 .ffNeuro-screen8_infoBlock1.infoBlock2 .ffNeuro-screen8_infoBlock1-text {
order: 1;
min-width: 611px;
width: 611px;
padding: 36px 49px 0 43px;
}
.ffNeuro-screen8_infoBlock4 .ffNeuro-screen8_infoBlock1.infoBlock2 .ffNeuro-screen8_infoBlock1-text p {
margin-bottom: 40px;
}
.ffNeuro-screen8_infoBlock4 .ffNeuro-screen8_infoBlock1.infoBlock2 .ffNeuro-screen8_infoBlock1-image {
overflow: hidden;
border-radius: 0 15px 15px 0;
height: 726px;
order: 2;
}
.ffNeuro-screen8_infoBlock4 .ffNeuro-screen8_infoBlock1-text {
order: 2;
min-width: 608px;
width: 608px;
padding: 36px 32px 0 57px;
}
.ffNeuro-screen8_infoBlock4 .ffNeuro-screen8_infoBlock1-text p {
margin-bottom: 40px;
}
.ffNeuro-screen8_infoBlock4 .ffNeuro-screen8_infoBlock1-image {
overflow: hidden;
border-radius: 15px 0 0 15px;
height: 455px;
order: 1;
}
.ffNeuro-screen8_infoBlock3 {
max-width: 1073px;
margin: 0 auto 90px;
}
.ffNeuro-screen8_infoBlock3 .title {
margin-bottom: 49px;
}
.ffNeuro-screen8_infoBlock3 p {
display: block;
text-align: center;
margin-bottom: 52px;
font-weight: 300;
font-size: 17px;
line-height: 30px;
color: #190342;
}
.ffNeuro-screen8_infoBlock3 img {
display: block;
margin: 0 auto 53px;
max-width: 100%;
height: auto;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 30px;
}
.ffNeuro-screen8_infoBlock3 span {
display: block;
text-align: center;
max-width: 778px;
margin: 0 auto;
font-weight: 300;
font-size: 17px;
line-height: 30px;
color: #190342;
}
.ffNeuro-screen8_list1 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.ffNeuro-screen8_list1-item {
width: calc(50% - 8px);
margin-bottom: 20px;
display: flex;
}
.ffNeuro-screen8_list1-item:nth-child(3) .ffNeuro-screen8_list1-image {
order: 2;
}
.ffNeuro-screen8_list1-item:nth-child(3) .ffNeuro-screen8_list1-text {
order: 1;
padding: 30px 53px 0 0px;
}
.ffNeuro-screen8_list1-item:nth-child(4) .ffNeuro-screen8_list1-image {
order: 2;
}
.ffNeuro-screen8_list1-item:nth-child(4) .ffNeuro-screen8_list1-text {
order: 1;
padding: 30px 35px 0 29px;
}
.ffNeuro-screen8_list1-image {
width: 50%;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
border-radius: 15px;
overflow: hidden;
height: 292px;
}
.ffNeuro-screen8_list1-image img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.ffNeuro-screen8_list1-text {
padding: 30px 25px 0 35px;
width: 50%;
}
.ffNeuro-screen8_list1-text img {
display: block;
margin-bottom: 16px;
}
.ffNeuro-screen8_list1-text p {
display: block;
font-weight: 500;
font-size: 18px;
line-height: 31px;
color: #190342;
}
.ffNeuro-screen8_infoBlock1 {
margin-bottom: 144px;
background: #FFFFFF;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
border-radius: 15px;
display: flex;
}
.ffNeuro-screen8_infoBlock1-text {
min-width: 611px;
width: 611px;
padding: 36px 49px 0 43px;
}
.ffNeuro-screen8_infoBlock1-text span {
display: block;
margin-bottom: 29px;
font-weight: 800;
font-size: 26px;
line-height: 45px;
text-transform: uppercase;
color: #190342;
}
.ffNeuro-screen8_infoBlock1-text p {
display: block;
font-weight: 300;
font-size: 17px;
line-height: 30px;
color: #190342;
margin-bottom: 80px;
}
.ffNeuro-screen8_infoBlock1-text a.btn {
width: 284px;
height: 66px;
font-size: 17px;
}
.ffNeuro-screen8_infoBlock1-image {
overflow: hidden;
border-radius: 0 15px 15px 0;
box-shadow: 0px 4px 23px -3px rgba(0, 0, 0, 0.19);
height: 455px;
}
.ffNeuro-screen8_infoBlock1-image img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.ffNeuro-screen9_list1 {
display: flex;
margin-bottom: 116px;
justify-content: space-between;
}
.ffNeuro-screen9_list1-item {
overflow: hidden;
box-shadow: 0px 4px 14px 5px rgba(0, 0, 0, 0.1);
border-radius: 18px;
}
.ffNeuro-screen9_list1-item img {
display: block;
width: 100%;
height: auto;
}
.ffNeuro-screen9_list1-item:nth-child(1) {
width: 25%;
}
.ffNeuro-screen9_list1-item:nth-child(2) {
width: 42%;
}
.ffNeuro-screen9_list1-item:nth-child(3) {
width: 25%;
}
.ffNeuro-screen9_list2 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 20px;
}
.ffNeuro-screen9_list2-item {
max-width: 536px;
display: flex;
width: 50%;
margin-bottom: 54px;
}
.ffNeuro-screen9_list2-iconka {
padding-top: 42px;
min-width: 85px;
width: 85px;
margin-right: 27px;
}
.ffNeuro-screen9_list2-iconka img {
display: block;
}
.ffNeuro-screen9_list2-text span {
display: block;
margin-bottom: 6px;
font-weight: bold;
font-size: 22px;
line-height: 38px;
color: #190342;
}
.ffNeuro-screen9_list2-text p {
display: block;
font-weight: 300;
font-size: 17px;
line-height: 30px;
color: #190342;
}
.ffNeuro-screen9_infoBlock2-title {
margin-bottom: 84px;
position: relative;
}
.ffNeuro-screen9_infoBlock2-title .title {
margin-bottom: 19px;
}
.ffNeuro-screen9_infoBlock2-title span {
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #190342;
display: block;
text-align: center;
}
.ffNeuro-screen9_infoBlock2-iconka1 {
position: absolute;
left: -40px;
top: -30px;
}
.ffNeuro-screen9_infoBlock2-iconka1 img {
display: block;
}
.ffNeuro-screen9_infoBlock2-iconka2 {
position: absolute;
right: 0;
top: -15px;
}
.ffNeuro-screen9_infoBlock2-iconka2 img {
display: block;
}
.ffNeuro-screen9_infoBlock1 {
display: flex;
justify-content: space-between;
margin-bottom: 82px;
}
.ffNeuro-screen9_infoBlock1-text {
min-width: 611px;
width: 611px;
margin-right: 100px;
padding-top: 35px;
}
.ffNeuro-screen9_infoBlock1-text .title {
margin-bottom: 45px;
text-align: left;
}
.ffNeuro-screen9_infoBlock1-text a.btn {
width: 284px;
height: 66px;
font-size: 17px;
line-height: 30px;
}
.ffNeuro-screen9_infoBlock1-text p {
display: block;
font-weight: 300;
font-size: 17px;
line-height: 30px;
color: #190342;
margin-bottom: 35px;
max-width: 485px;
}
.ffNeuro-screen9_infoBlock1-text p strong {
font-weight: 500;
}
.ffNeuro-screen9_infoBlock1-image {
box-shadow: 0px 7px 22px rgba(0, 0, 0, 0.33);
border-radius: 20px;
overflow: hidden;
height: 511px;
}
.ffNeuro-screen9_infoBlock1-image img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.ffNeuro-screen7_list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 57px;
}
.ffNeuro-screen7_item {
margin-bottom: 45px;
}
.ffNeuro-screen7_item img {
display: block;
width: 100%;
height: auto;
box-shadow: 0px 4px 14px 2px rgba(0, 0, 0, 0.13);
border-radius: 16px;
}
.ffNeuro-screen7_item:nth-child(1) {
width: 37%;
}
.ffNeuro-screen7_item:nth-child(2) {
width: 33.5%;
}
.ffNeuro-screen7_item:nth-child(3) {
width: 21.3%;
}
.ffNeuro-screen7_item:nth-child(4) {
width: 31.5%;
}
.ffNeuro-screen7_item:nth-child(5) {
width: 31.8%;
}
.ffNeuro-screen7_item:nth-child(6) {
width: 27.6%;
}
.ffNeuro-screen7_infoBlock {
margin-bottom: 62px;
background: #FFFFFF;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
border-radius: 15px;
display: flex;
}
.ffNeuro-screen7_infoBlock-img {
box-shadow: 0px 4px 18px 4px rgba(0, 0, 0, 0.13);
border-radius: 15px 0 0 15px;
overflow: hidden;
width: 100%;
height: 484px;
}
.ffNeuro-screen7_infoBlock-img img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.ffNeuro-screen7_infoBlock-text {
min-width: 608px;
width: 608px;
padding: 36px 32px 0 57px;
}
.ffNeuro-screen7_infoBlock-text span {
display: block;
margin-bottom: 29px;
font-weight: 800;
font-size: 26px;
line-height: 45px;
text-transform: uppercase;
color: #190342;
}
.ffNeuro-screen7_infoBlock-text p {
display: block;
font-weight: 300;
font-size: 17px;
line-height: 30px;
color: #190342;
margin-bottom: 37px;
}
.ffNeuro-screen1 {
padding-top: 83px;
margin-bottom: 130px;
}
.ffNeuro-screen1 .ffNeuro_container {
position: relative;
}
.ffNeuro-screen1 .ffNeuro_container:after {
content: '';
display: block;
clear: both;
position: absolute;
background: url(//fastisi.com/wp-content/themes/veti-k//landing/neuro-toys/img/bg1.png) no-repeat;
width: 977px;
height: 1070px;
top: -85px;
left: -355px;
}
.ffNeuro-screen1_butons {
display: flex;
align-items: center;
}
.ffNeuro-screen1_butons a.btn-green {
margin-right: 30px;
}
.ffNeuro-screen1_img {
position: absolute;
left: 645px;
top: -85px;
}
.ffNeuro-screen1_img img {
display: block;
}
.ffNeuro-screen1_left {
width: 600px;
min-width: 600px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
position: relative;
z-index: 2;
}
.ffNeuro-screen1_make {
background: #9998F3;
border-radius: 39px;
padding: 0 22px;
font-weight: 300;
font-size: 20px;
line-height: 39px;
color: #FFFFFF;
margin-bottom: 19px;
}
.ffNeuro-screen1_by {
display: flex;
align-items: center;
min-height: 39px;
margin-bottom: 33px;
background: #FFFFFF;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
border-radius: 30px;
padding: 0 35px;
}
.ffNeuro-screen1_by span {
display: block;
font-weight: 300;
font-size: 20px;
line-height: 20px;
color: #190342;
padding-bottom: 5px;
margin-right: 20px;
}
.ffNeuro-screen1_recommend {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.ffNeuro-screen1_recommend-block {
display: flex;
align-items: center;
margin-right: 40px;
}
.ffNeuro-screen1_recommend-block img {
display: block;
margin-right: 20px;
}
.ffNeuro-screen1_recommend-block span {
display: block;
font-weight: 300;
font-size: 17px;
line-height: 25px;
color: #190342;
font-style: italic;
}
.ffNeuro-screen1_recommend-icon img {
display: block;
}
.ffNeuro-screen1 h1 {
display: block;
font-weight: 300;
font-size: 35px;
line-height: 52px;
text-transform: uppercase;
color: #190342;
margin-bottom: 40px;
}
.ffNeuro-screen1 h1 strong {
font-weight: 800;
}
.ffNeuro-screen2 {
position: relative;
margin-bottom: 100px;
z-index: 2;
}
.ffNeuro-screen2 .title {
margin-bottom: 134px;
}
.ffNeuro-screen2 span.more {
display: block;
font-weight: bold;
font-size: 20px;
line-height: 30px;
text-align: center;
color: #9998F3;
}
.ffNeuro-screen2_container {
background: #9998F3;
box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
border-radius: 30px;
height: 252px;
max-width: 1128px;
margin: 0 auto 23px;
display: flex;
justify-content: space-around;
}
.ffNeuro-screen2_group {
max-width: 205px;
}
.ffNeuro-screen2_group-img {
height: 160px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
margin-top: -70px;
}
.ffNeuro-screen2_group-img img {
display: block;
}
.ffNeuro-screen2_group span {
display: block;
text-align: center;
font-weight: bold;
font-size: 20px;
line-height: 30px;
margin-bottom: 10px;
color: #FFFFFF;
}
.ffNeuro-screen2_group p {
display: block;
text-align: center;
font-weight: 300;
font-size: 16px;
line-height: 22px;
color: #FFFFFF;
}
.ffNeuro-screen3 {
margin-bottom: 110px;
}
.ffNeuro-screen3 .ffNeuro_container {
position: relative;
}
.ffNeuro-screen3 .ffNeuro_container:after {
content: '';
display: block;
clear: both;
position: absolute;
background: url(//fastisi.com/wp-content/themes/veti-k//landing/neuro-toys/img/bg3.png) no-repeat;
width: 1120px;
height: 1279px;
left: 480px;
top: -400px;
}
.ffNeuro-screen3 .title {
position: relative;
z-index: 2;
margin-bottom: 32px;
}
.ffNeuro-screen3 p {
display: block;
text-align: center;
font-weight: 300;
font-size: 19px;
line-height: 28px;
color: #190342;
position: relative;
z-index: 2;
}
.ffNeuro-screen3 p strong {
font-weight: 500;
}
.ffNeuro-screen3_container {
position: relative;
padding: 65px 30px 65px;
background: url(//fastisi.com/wp-content/themes/veti-k//landing/neuro-toys/img/bg2.png) no-repeat 50% 0;
max-width: 1216px;
margin: 0 auto;
width: 100%;
z-index: 2;
}
.ffNeuro-screen3_container:before {
content: '';
display: block;
clear: both;
position: absolute;
top: 152px;
bottom: 140px;
left: 0;
right: 0;
background-color: #fff;
}
.ffNeuro-screen3_container:after {
content: '';
display: block;
clear: both;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 140px;
background: url(//fastisi.com/wp-content/themes/veti-k//landing/neuro-toys/img/bg2-2.png) no-repeat 50% 0;
}
.ffNeuro-screen4 {
margin-bottom: 114px;
display: none;
}
.ffNeuro-screen4 .title {
margin-bottom: 67px;
}
.ffNeuro-screen5 {
margin-bottom: 67px;
}
.ffNeuro-screen5 .title {
margin-bottom: 55px;
}
.ffNeuro-mainScreen {
position: relative;
z-index: 2;
margin-bottom: 120px;
}
.ffNeuro-mainScreen_title {
max-width: 1142px;
padding: 0 15px;
margin: 0 auto 32px;
}
.ffNeuro-productGroups {
margin-bottom: 70px;
}
.ffNeuro-productGroups_head {
margin: 0 auto;
max-width: 1246px;
width: 100%;
background: #FFFFFF;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
border-radius: 15px;
padding: 45px;
}
.ffNeuro-productGroups_head-img {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-gap: 40px;
margin-bottom: 34px;
}
.ffNeuro-productGroups_head-img_block {
width: 100%;
box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
border-radius: 18px;
overflow: hidden;
}
.ffNeuro-productGroups_head-img_block:nth-child(3) {
box-shadow: none;
border-radius: 0;
}
.ffNeuro-productGroups_head-img_block img {
display: block;
max-width: 100%;
margin: 0 auto;
height: auto;
}
.ffNeuro-productGroups_head-btn {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
width: 100%;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
background: #F0D071;
border: 2px solid #F0D071;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
border-radius: 15px;
height: 60px;
font-weight: 800;
font-size: 24px;
line-height: 36px;
color: #FFFFFF;
cursor: pointer;
}
.ffNeuro-productGroups_head-btn:hover {
box-shadow: none;
background-color: #fff;
color: #F0D071;
}
.ffNeuro-productGroups_body {
background: url(//fastisi.com/wp-content/themes/veti-k//landing/neuro-toys/img/line.svg) no-repeat 50% 100%;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
max-height: 0vh;
padding-top: 0;
padding-bottom: 0;
overflow: hidden;
}
.ffNeuro-productGroups_body.productContainer2 {
max-height: 10000vh;
padding-top: 70px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
padding-bottom: 110px;
}
.ffNeuro-productGroups_body.productContainer4 {
max-height: 10000vh;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
padding-top: 70px;
padding-bottom: 110px;
}
.ffNeuro-productGroups_body.productContainer6 {
max-height: 10000vh;
padding-top: 70px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
padding-bottom: 110px;
}
.ffNeuro-productGroups_body.productContainer8 {
max-height: 10000vh;
padding-top: 70px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
padding-bottom: 0px;
}
.ffNeuro-productGroups:last-child .ffNeuro-productGroups_body {
background: none;
padding-bottom: 0;
}
.ffNeuro-screen6 {
position: relative;
}
.ffNeuro-screen6_infoBlock {
margin: 0 auto 86px;
max-width: 1205px;
display: flex;
align-items: center;
position: relative;
z-index: 2;
}
.ffNeuro-screen6_infoBlock-iconka {
position: absolute;
top: -86px;
right: 0;
}
.ffNeuro-screen6_infoBlock-iconka img {
display: block;
}
.ffNeuro-screen6_infoBlock-image {
width: 50%;
}
.ffNeuro-screen6_infoBlock-image img {
display: block;
width: 100%;
height: auto;
box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.18);
border-radius: 18px;
}
.ffNeuro-screen6_infoBlock-text {
background: #FFFFFF;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
border-radius: 0 15px 15px 0;
height: 449px;
width: 504px;
min-width: 504px;
padding: 46px 40px 30px 65px;
}
.ffNeuro-screen6_infoBlock-text p {
display: block;
margin-bottom: 45px;
font-weight: 300;
font-size: 19px;
line-height: 33px;
color: #190342;
}
.ffNeuro-screen6_infoBlock-text .btn {
width: 284px;
height: 66px;
}
.ffNeuro-screen6_infoBlock-text .btn i {
display: block;
margin-left: 17px;
background: url(//fastisi.com/wp-content/themes/veti-k//landing/neuro-toys/img/icon6.svg) no-repeat;
width: 22px;
height: 22px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.ffNeuro-screen6_infoBlock-text .btn:hover i {
background: url(//fastisi.com/wp-content/themes/veti-k//landing/neuro-toys/img/icon6-2.svg) no-repeat;
}
.ffNeuro-screen6:after {
content: '';
display: block;
clear: both;
position: absolute;
width: 755px;
height: 997px;
left: -323px;
top: -100px;
background: url(//fastisi.com/wp-content/themes/veti-k//landing/neuro-toys/img/bg4.png) no-repeat;
}
.ffNeuro-screen6 .title {
position: relative;
z-index: 2;
margin-bottom: 95px;
}
.ffNeuro-screen6 .title strong {
display: block;
}
.ffNeuro-screen6_list2 {
position: relative;
z-index: 2;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 74px;
max-width: 1205px;
padding-right: 5%;
}
.ffNeuro-screen6_list2-iconka {
height: 60px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 19px;
}
.ffNeuro-screen6_list2-iconka img {
display: block;
}
.ffNeuro-screen6_list2 span {
display: flex;
align-items: center;
justify-content: center;
min-height: 62px;
font-weight: 500;
font-size: 19px;
line-height: 31px;
text-align: center;
color: #190342;
max-width: 135px;
}
.ffNeuro-screen6_list1 {
position: relative;
z-index: 2;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 30px;
max-width: 1205px;
}
.ffNeuro-screen6_list1-item {
margin: 0 0 56px;
}
.ffNeuro-screen6_list1-item img {
display: block;
width: 100%;
height: auto;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
border-radius: 19px;
}
.ffNeuro-screen6_list1-item:first-child {
padding: 33px 60px;
background: #FFFFFF;
box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.07);
border-radius: 18px;
max-width: 427px;
position: absolute;
top: 187px;
left: 0;
}
.ffNeuro-screen6_list1-item:first-child img {
display: block;
width: auto;
height: auto;
box-shadow: none;
border-radius: 0;
position: absolute;
top: -170px;
left: -70px;
}
.ffNeuro-screen6_list1-item:first-child p {
display: block;
font-size: 19px;
line-height: 33px;
color: #190342;
font-weight: 300;
}
.ffNeuro-screen6_list1-item:nth-child(2) {
margin-left: 27%;
width: 45.4%;
}
.ffNeuro-screen6_list1-item:nth-child(3) {
width: 23.2%;
}
.ffNeuro-screen6_list1-item:nth-child(4) {
width: 25%;
}
.ffNeuro-screen6_list1-item:nth-child(5) {
width: 41.8%;
}
.ffNeuro-screen6_list1-item:nth-child(6) {
width: 23.2%;
margin-top: -26.7%;
}
.ffNeuro-screen6_list1-item:last-child {
background: #9998F3;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
border-radius: 15px;
padding: 20px;
width: 23.2%;
position: absolute;
right: 0;
bottom: 0;
max-height: 17%;
overflow: hidden;
}
.ffNeuro-screen6_list1-item:last-child p {
display: block;
font-size: 16px;
line-height: 28px;
color: #FFFFFF;
}
.reviews-gallery {
margin: 0 !important;
}
.reviews-gallery .slide {
padding: 0 35px;
}
.reviews-gallery_slide {
overflow: hidden;
width: 100%;
}
.reviews-gallery_slide img {
display: block;
width: 100%;
height: auto;
}
.reviews-gallery .slick-list {
margin: 0 -30px 35px;
}
.reviews-gallery .slick-dots {
position: static;
margin: 0;
padding: 0;
display: flex !important;
align-items: center;
justify-content: center;
}
.reviews-gallery .slick-dots li {
padding: 0;
margin: 0 3px;
display: block;
width: auto;
height: auto;
}
.reviews-gallery .slick-dots li button {
display: block;
width: 24px;
height: 24px;
border-radius: 100px;
background: #C6C6C6;
}
.reviews-gallery .slick-dots li button:before {
display: none;
}
.reviews-gallery .slick-dots li.slick-active button {
width: 30px;
height: 30px;
background: #F0D071;
}
.reviews-gallery .slick-dots li.slick-active button:after {
content: '';
display: block;
clear: both;
position: absolute;
width: 24px;
height: 24px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: 1px solid #fff;
border-radius: 100px;
}
.video-gallery {
margin: 0 !important;
}
.video-gallery .slide {
padding: 0 30px;
}
.video-gallery_slide {
overflow: hidden;
width: 100%;
}
.video-gallery_slide img {
display: block;
width: 100%;
height: auto;
}
.video-gallery .slick-list {
margin: 0 -30px 67px;
}
.video-gallery .slick-dots {
position: static;
margin: 0;
padding: 0;
display: flex !important;
align-items: center;
justify-content: center;
margin-top: -170px;
}
.video-gallery .slick-dots li {
padding: 0;
margin: 0 3px;
display: block;
width: auto;
height: auto;
}
.video-gallery .slick-dots li button {
display: block;
width: 24px;
height: 24px;
border-radius: 100px;
background: #C6C6C6;
}
.video-gallery .slick-dots li button:before {
display: none;
}
.video-gallery .slick-dots li.slick-active button {
width: 30px;
height: 30px;
background: #F0D071;
}
.video-gallery .slick-dots li.slick-active button:after {
content: '';
display: block;
clear: both;
position: absolute;
width: 24px;
height: 24px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: 1px solid #fff;
border-radius: 100px;
}
.available {
position: relative;
padding-bottom: 10px;
}
.available .btn.btn-yellow {
margin: 0 auto;
}
.available .title {
margin-bottom: 57px;
}
.available-list {
margin: 0 0 27px 0;
flex-wrap: wrap;
display: flex;
}
.available .slide {
width: 33%;
padding: 17px 15px;
}
.available-item {
width: 100%;
background: #FFFFFF;
box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.09), 0px 4px 17px rgba(0, 0, 0, 0.09);
border-radius: 15px;
padding: 11px 18px 13px 18px;
}
.available-img {
height: auto;
overflow: hidden;
margin-bottom: 15px;
}
.available-img img {
display: block;
width: 100%;
height: auto;
object-fit: cover;
}
.available-title {
display: block;
text-decoration: none;
margin-bottom: 6px;
font-weight: bold;
font-size: 20px;
line-height: 30px;
color: #190342;
overflow: hidden;
height: 30px;
}
.available p {
display: block;
margin-bottom: 10px;
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #737274;
overflow: hidden;
height: 46px;
}
.available ul {
margin-bottom: 12px;
}
.available li {
padding-left: 25px;
margin-bottom: 11px;
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #000000;
overflow: hidden;
position: relative;
max-height: 23px;
}
.available li:after {
content: '';
display: block;
clear: both;
position: absolute;
left: 0;
top: 8px;
width: 10px;
height: 10px;
background: #05CF6E;
border-radius: 100px;
}
.available li:last-child {
margin: 0;
}
.available-price {
display: flex;
align-items: center;
justify-content: space-between;
}
.available-price span {
display: block;
font-weight: 800;
font-size: 24px;
line-height: 36px;
color: #9998F3;
}
.available .slick-list {
margin: 0 -15px;
}
.available .slick-dots {
position: static;
margin: 0;
padding: 13px 0 0 0;
display: flex !important;
align-items: center;
justify-content: center;
}
.available .slick-dots li {
padding: 0;
margin: 0 3px;
display: block;
width: auto;
height: auto;
}
.available .slick-dots li:after {
display: none;
}
.available .slick-dots li button {
display: block;
width: 24px;
height: 24px;
border-radius: 100px;
background: #C6C6C6;
}
.available .slick-dots li button:before {
display: none;
}
.available .slick-dots li.slick-active button {
width: 30px;
height: 30px;
background: #F0D071;
}
.available .slick-dots li.slick-active button:after {
content: '';
display: block;
clear: both;
position: absolute;
width: 24px;
height: 24px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: 1px solid #fff;
border-radius: 100px;
}
@media screen and (max-width: 1276px) {
.ffNeuro-productGroups_head {
margin: 0 15px;
width: calc(100% - 30px);
}
}
@media screen and (max-width: 960px) {
.ffNeuro-screen1 {
padding-top: 15px;
margin-bottom: 70px;
}
.ffNeuro-screen1 .ffNeuro_container {
display: flex;
flex-direction: column;
}
.ffNeuro-screen1_img {
position: static;
order: 1;
}
.ffNeuro-screen1_img img {
display: block;
width: 200%;
margin: -23% 0 -50% -16%;
}
.ffNeuro-screen1_left {
width: 100%;
min-width: 1px;
display: block;
order: 2;
}
.ffNeuro-screen1_make {
text-align: center;
}
.ffNeuro-screen1 h1 {
text-align: center;
}
.ffNeuro-screen1 h1 br {
display: none;
}
.ffNeuro-screen1_by {
justify-content: center;
}
.ffNeuro-screen1_recommend {
justify-content: center;
}
.ffNeuro-screen1_butons {
justify-content: center;
}
.ffNeuro-screen2 .title {
margin-bottom: 120px;
}
.ffNeuro-screen2_container {
margin: 100px auto 30px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
height: auto;
padding-bottom: 50px;
}
.ffNeuro-screen2_group {
max-width: 100%;
width: 50%;
margin-bottom: 110px;
padding: 0 10%;
}
.ffNeuro-screen2_group:nth-child(3) {
margin: 0;
}
.ffNeuro-screen2_group:nth-child(4) {
margin: 0;
}
.ffNeuro-screen2 {
margin-bottom: 70px;
}
.ffNeuro-screen3 p br {
display: none;
}
.ffNeuro-screen3 {
margin-bottom: 70px;
}
.ffNeuro-productGroups_head-img_block:first-child {
display: none;
}
.ffNeuro-productGroups_head-img_block:last-child {
display: none;
}
.ffNeuro-productGroups_head-img {
grid-template-columns: 1fr 1fr 1fr;
}
.title {
margin-bottom: 30px !important;
}
.video-gallery .slide {
padding: 0 7.5px;
}
.video-gallery .slick-list {
margin: 0 -7.5px 30px;
}
.ffNeuro-screen4 {
margin-bottom: 70px;
}
.reviews-gallery .slide {
padding: 0 7.5px;
}
.reviews-gallery .slick-list {
margin: 0 -7.5px 30px;
}
.ffNeuro-screen5 {
margin-bottom: 70px;
}
.ffNeuro-footer .ffNeuro_container {
padding-top: 25px;
padding-bottom: 50px;
}
.ffNeuro-footer_iconka1 {
display: none;
}
.ffNeuro-footer_iconka2 {
display: none;
}
.ffNeuro-screen1 .ffNeuro_container:after {
display: none;
}
.ffNeuro-footer_container {
display: block;
}
.ffNeuro-footer_left {
width: 100%;
margin-bottom: 70px;
}
.ffNeuro-footer_left .btn-doc {
display: flex;
width: 100%;
margin-bottom: 30px;
}
.ffNeuro-footer_left p {
max-width: 100%;
}
.ffNeuro-footer_right {
width: 100%;
}
.ffNeuro-footer_right .btn-doc {
display: none;
}
.ffNeuro-footer_right span {
text-align: center;
margin-bottom: 30px;
}
.ffNeuro-footer_right p {
text-align: center;
}
.ffNeuro-footer_right-soc {
justify-content: center;
}
.ffNeuro-footer_right-soc a {
margin: 0 15px;
}
.available .slide {
padding: 17px 7.5px;
height: auto;
width: 100%;
}
.available-item {
padding: 15px;
}
.available .slick-list {
margin: 0 -7.5px;
}
.available-title {
margin-bottom: 15px;
}
.available p {
margin-bottom: 15px;
}
.available li {
padding-left: 20px;
margin-bottom: 10px;
}
.available ul {
margin-bottom: 15px;
}
.available-img {
height: auto;
}
.available-img img {
height: auto;
object-fit: cover;
}
.available-price {
display: flex;
align-items: center;
justify-content: space-between;
}
.available-price .btn{
font-size: 17px;
width: 155px;
}
.available-price span {
margin-bottom: 0px;
font-size: 20px;
}
.btn-green i {
margin-left: 2px;
}
.ffNeuro-productGroups_body.productContainer2 {
padding-bottom: 70px;
padding-top: 50px;
}
.ffNeuro-productGroups_body.productContainer4 {
padding-bottom: 70px;
padding-top: 50px;
}
.ffNeuro-productGroups_body.productContainer6 {
padding-bottom: 70px;
padding-top: 50px;
}
.ffNeuro-productGroups_body.productContainer8 {
padding-top: 50px;
}
.ffNeuro-screen6_list1 {
display: block;
margin-bottom: 50px;
}
.ffNeuro-screen6_infoBlock {
margin: 0 auto 50px;
display: block;
}
.ffNeuro-screen6_infoBlock-image {
width: 100%;
}
.ffNeuro-screen6_infoBlock-image img {
border-radius: 18px 18px 0 0;
}
.ffNeuro-screen6_infoBlock-text p {
margin-bottom: 30px;
}
.ffNeuro-screen6_infoBlock-text {
border-radius: 0 0 18px 18px;
height: auto;
width: 100%;
min-width: 1px;
padding: 30px;
}
.ffNeuro-screen6_infoBlock-iconka {
display: none;
}
.ffNeuro-screen6_list1-item {
margin: 0 0 30px 0 !important;
width: 100% !important;
}
.ffNeuro-screen6_list1-item:first-child {
padding: 30px;
max-width: 100%;
position: static;
}
.ffNeuro-screen6_list1-item:first-child img {
display: none;
}
.ffNeuro-screen6_list1-item:last-child {
padding: 30px;
width: 100%;
position: static;
max-height: 100000%;
overflow: hidden;
}
.ffNeuro-screen6_infoBlock-text .btn {
margin: 0 auto;
}
.ffNeuro-screen6_list2 {
margin: 0 auto 50px;
padding-right: 0;
}
.ffNeuro-screen7_infoBlock {
margin-bottom: 50px;
display: block;
}
.ffNeuro-screen7_infoBlock-img {
border-radius: 15px 15px 0 0;
width: 100%;
height: auto;
}
.ffNeuro-screen7_infoBlock-img img {
height: auto;
}
.ffNeuro-screen7_infoBlock-text {
min-width: 1px;
width: 100%;
padding: 30px;
}
.ffNeuro-screen7_infoBlock-text span {
margin-bottom: 15px;
}
.ffNeuro-screen7_infoBlock-text p {
margin-bottom: 15px;
}
.ffNeuro-screen7_infoBlock-text .btn-green {
margin: 0 auto;
max-width: 100%;
}
.ffNeuro-screen7_list {
display: block;
margin-bottom: 50px;
}
.ffNeuro-screen7_item {
margin-bottom: 15px;
width: 100% !important;
}
.ffNeuro-screen7_item:last-child {
margin: 0;
}
.ffNeuro-screen9_infoBlock1 {
display: flex;
flex-direction: column;
margin-bottom: 50px;
}
.ffNeuro-screen9_infoBlock1-image {
border-radius: 20px;
height: auto;
order: 1;
margin-bottom: 30px;
}
.ffNeuro-screen9_infoBlock1-text {
min-width: 1px;
width: 100%;
margin-right: 0;
padding-top: 0;
order: 2;
}
.ffNeuro-screen9_infoBlock1-text p {
display: block;
font-weight: 300;
font-size: 17px;
line-height: 30px;
color: #190342;
margin-bottom: 30px;
max-width: 100%;
}
.ffNeuro-screen9_infoBlock1-text a.btn {
width: 284px;
height: 66px;
font-size: 17px;
line-height: 30px;
margin: 0 auto;
max-width: 100%;
}
.ffNeuro-screen9_list1 {
display: flex;
margin-bottom: 50px;
justify-content: space-between;
}
.ffNeuro-screen9_infoBlock2-title {
margin-bottom: 50px;
}
.ffNeuro-screen9_infoBlock2-iconka1 {
display: none;
}
.ffNeuro-screen9_infoBlock2-iconka2 {
display: none;
}
.ffNeuro-screen9_infoBlock2-title span {
margin-top: -25px;
}
.ffNeuro-screen9_list2 {
display: block;
margin-bottom: 50px;
}
.ffNeuro-screen9_list2-item {
max-width: 100%;
display: flex;
width: 100%;
margin-bottom: 30px;
}
.ffNeuro-screen8_infoBlock1 {
margin-bottom: 50px !important;
flex-direction: column;
}
.ffNeuro-screen8_infoBlock1-image {
overflow: hidden !important;
border-radius: 15px 15px 0 0 !important;
height: auto !important;
order: 1 !important;
}
.ffNeuro-screen8_infoBlock1-image img {
height: auto !important;
}
.ffNeuro-screen8_infoBlock1-text {
min-width: 1px !important;
width: 100% !important;
padding: 30px !important;
order: 2 !important;
}
.ffNeuro-screen8_infoBlock1-text span {
margin-bottom: 15px;
}
.ffNeuro-screen8_infoBlock1-text p {
margin-bottom: 30px;
}
.ffNeuro-screen8_infoBlock1-text a.btn {
margin: 0 auto;
max-width: 100%;
}
.ffNeuro-screen8_list1-image {
width: 50%;
height: auto;
order: 1 !important;
}
.ffNeuro-screen8_list1-text {
padding: 30px !important;
width: 50%;
order: 2 !important;
}
.ffNeuro-screen8_list1-text img {
display: block;
margin-bottom: 15px;
}
.ffNeuro-screen8_list1-item {
width: 100%;
margin-bottom: 30px;
display: flex;
align-items: center;
}
.ffNeuro-screen8_list1-item:nth-child(2) .ffNeuro-screen8_list1-image {
order: 2 !important;
}
.ffNeuro-screen8_list1-item:nth-child(2) .ffNeuro-screen8_list1-text {
padding: 30px 30px 30px 0 !important;
order: 1 !important;
}
.ffNeuro-screen8_list1-item:nth-child(4) .ffNeuro-screen8_list1-image {
order: 2 !important;
}
.ffNeuro-screen8_list1-item:nth-child(4) .ffNeuro-screen8_list1-text {
padding: 30px 30px 30px 0 !important;
order: 1 !important;
}
.ffNeuro-screen8_infoBlock2 {
margin-bottom: 50px;
}
.ffNeuro-screen8_infoBlock3 p {
margin-bottom: 50px;
}
.ffNeuro-screen8_infoBlock3 img {
margin-bottom: 50px;
}
.ffNeuro-screen8_infoBlock3 {
margin: 0 auto 50px;
}
}
@media screen and (max-width: 640px) {
.ffNeuro-screen9_list1 {
display: block;
}
.ffNeuro-screen9_list1-item {
width: 100% !important;
margin-bottom: 30px;
}
.ffNeuro-screen6_list1-item {
margin: 0 0 15px 0 !important;
}
.ffNeuro-screen6_list1 {
margin-bottom: 15px;
}
.ffNeuro-screen6_list2 {
flex-wrap: wrap;
justify-content: center;
margin-bottom: 20px;
}
.ffNeuro-screen6_list2-item {
width: 33%;
margin-bottom: 30px;
}
.ffNeuro-screen6_list2 span {
max-width: 100%;
min-height: 1px;
}
.ffNeuro-productGroups_body.productContainer2 {
padding-bottom: 50px;
padding-top: 30px;
}
.ffNeuro-productGroups_body.productContainer4 {
padding-bottom: 50px;
padding-top: 30px;
}
.ffNeuro-productGroups_body.productContainer6 {
padding-bottom: 50px;
padding-top: 30px;
}
.ffNeuro-productGroups_body.productContainer8 {
padding-top: 30px;
}
.ffNeuro-screen1 h1 {
font-size: 28px;
line-height: 40px;
margin-bottom: 30px;
}
.title {
font-size: 24px;
line-height: 40px;
}
.ffNeuro-screen2_group {
max-width: 100%;
width: 100%;
}
.ffNeuro-screen2_group:nth-child(3) {
margin-bottom: 110px;
}
.slick-dots li button {
width: 18px !important;
height: 18px !important;
}
.slick-dots li.slick-active button {
width: 24px !important;
height: 24px !important;
}
.slick-dots li.slick-active button:after {
width: 18px !important;
height: 18px !important;
}
}
@media screen and (max-width: 568px) {
.available-list {
display: block;
}
.ffNeuro-mainScreen_title {
font-size: 20px !important;
line-height: 32px !important;
}
.ffNeuro-screen3 .title {
font-size: 16px !important;
line-height: 28px !important;
}
.ffNeuro-screen2 .title {
font-size: 18px !important;
line-height: 30px !important;
}
.reviews-instagram strong{
font-size: 24px !important;
text-align: center;
padding: 0 15px;
margin-bottom: 30px !important;
}
.ffNeuro-screen9_infoBlock1-text .title {
font-size: 20px !important;
line-height: 32px !important;
}
.ffNeuro-screen8_infoBlock2 .title {
font-size: 20px !important;
line-height: 32px !important;
}
.ffNeuro-screen9_infoBlock2-title .title {
font-size: 20px !important;
line-height: 32px !important;
}
.ffNeuro-screen6 .title {
font-size: 18px !important;
line-height: 30px !important;
}
.available .title {
font-size: 20px !important;
line-height: 32px !important;
margin-bottom: 15px !important;
}
.ffNeuro-screen6_infoBlock-text p {
margin-bottom: 20px;
font-size: 17px;
line-height: 26px;
}
.ffNeuro-screen8_infoBlock1-text {
padding: 15px !important;
}
.ffNeuro-screen8_infoBlock1-text span {
font-size: 22px;
line-height: 34px;
}
.ffNeuro-screen8_infoBlock1-text p {
font-size: 16px;
line-height: 26px;
}
.ffNeuro-screen8_infoBlock1 {
margin-bottom: 30px !important;
}
.ffNeuro-screen8_list1-item {
width: 100%;
margin-bottom: 30px;
display: flex;
align-items: center;
flex-direction: column;
}
.ffNeuro-screen8_list1-image {
width: 100%;
height: auto;
order: 1 !important;
}
.ffNeuro-screen8_list1-text {
padding: 30px !important;
width: 100%;
order: 2 !important;
display: flex;
flex-direction: column;
align-items: center;
}
.ffNeuro-screen8_list1-text p {
text-align: center;
}
.ffNeuro-screen8_list1-item:nth-child(2) .ffNeuro-screen8_list1-image {
order: 1 !important;
}
.ffNeuro-screen8_list1-item:nth-child(2) .ffNeuro-screen8_list1-text {
padding: 30px !important;
order: 2 !important;
}
.ffNeuro-screen8_list1-item:nth-child(4) .ffNeuro-screen8_list1-image {
order: 1 !important;
}
.ffNeuro-screen8_list1-item:nth-child(4) .ffNeuro-screen8_list1-text {
padding: 30px !important;
order: 2 !important;
}
.ffNeuro-screen8_infoBlock2 {
margin-bottom: 0;
}
.ffNeuro-screen9_list2-item {
display: block;
}
.ffNeuro-screen9_list2-iconka {
padding-top: 0;
min-width: 85px;
width: 85px;
margin: 0 auto 15px;
}
.ffNeuro-screen9_list2-text span {
text-align: center;
}
.ffNeuro-screen6_list1-item:first-child {
padding: 15px;
}
.ffNeuro-screen6_list1-item:last-child {
padding: 15px;
}
.ffNeuro-screen6_infoBlock-text {
padding: 15px;
}
.ffNeuro-screen6_infoBlock-text .btn {
max-width: 100%;
}
.ffNeuro-screen6_list2-item {
width: 50%;
}
.ffNeuro-screen1_make {
border-radius: 15px;
padding: 10px 41px;
font-size: 18px;
line-height: 26px;
margin-bottom: 20px;
}
.ffNeuro-screen1 h1 {
font-size: 20px;
line-height: 28px;
margin-bottom: 30px;
}
.ffNeuro-screen1_by {
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
margin-bottom: 30px;
border-radius: 30px;
padding: 0 15px;
justify-content: space-between;
}
.ffNeuro-screen1_by span {
font-size: 16px;
line-height: 20px;
margin-right: 0;
}
.ffNeuro-screen1_recommend {
flex-direction: column;
align-items: center;
justify-content: flex-start;
}
.ffNeuro-screen1_recommend-block {
display: flex;
align-items: center;
margin-right: 0;
margin-bottom: 25px;
}
.ffNeuro-screen1_butons {
justify-content: flex-start;
flex-direction: column;
align-items: center;
}
.ffNeuro-screen1_butons a.btn-green {
margin-right: 0;
width: 100%;
margin-bottom: 30px;
}
.ffNeuro-screen1_butons a.btn-yellow {
width: 100%;
}
.ffNeuro-screen1 {
margin-bottom: 50px;
}
.ffNeuro-screen3 p {
font-size: 18px;
line-height: 26px;
}
.ffNeuro-screen2 {
margin-bottom: 50px;
}
.ffNeuro-screen3 {
margin-bottom: 50px;
}
.ffNeuro-productGroups_head {
padding: 15px;
}
.ffNeuro-productGroups_head-img {
grid-template-columns: 1fr;
margin-bottom: 30px;
}
.ffNeuro-productGroups_head-img_block:nth-child(2) {
display: none;
}
.ffNeuro-productGroups_head-img_block:nth-child(4) {
display: none;
}
.ffNeuro-productGroups_head-btn {
height: 50px;
font-size: 18px;
line-height: 24px;
}
.ffNeuro-productGroups {
margin-bottom: 50px;
}
.ffNeuro-screen4 {
margin-bottom: 50px;
display: none;
}
.ffNeuro-mainScreen {
margin-bottom: 90px;
}
.ffNeuro-screen5 {
margin-bottom: 50px;
}
.ffNeuro-footer_left {
margin-bottom: 50px;
}
.ffNeuro-footer_right span {
font-size: 16px;
line-height: 28px;
}
.ffNeuro-footer_right p {
font-size: 15px;
}
.ffNeuro-footer input[type="text"] {
padding: 0 20px;
}
.ffNeuro-screen7_infoBlock {
margin-bottom: 30px;
}
.ffNeuro-screen7_infoBlock-text {
padding: 15px;
}
.ffNeuro-screen7_infoBlock-text span {
font-size: 20px;
line-height: 32px;
}
.ffNeuro-screen7_infoBlock-text p {
font-size: 16px;
line-height: 26px;
}
}  .footer-lending_container{
padding: 30px 0;
}
.footer-title {
position: relative;
font-weight: 800;
font-size: 26px;
line-height: 45px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF!important;
margin-bottom: 20px;
}
.footer-lending_block-1 {
width: 456px;
display: block;
margin: 0 auto;
}
.btn-docum {
display: block;
margin-left: auto;
margin-right: auto;
position: relative;
line-height: 2.2;
border: 2px solid #FFFFFF;
border-radius: 30px;
font-size: 16px;
line-height: 22px;
width: 254px;
text-transform: uppercase;
height: 50px;
margin: 0 auto 41px;
color: #FFFFFF;
padding-top: 12px;
text-align: center;
}
.btn-docum:hover {
color: #6664E8;
background-color: #fff;
}
.footer-lending_block-1 span{
display: block;
margin-bottom: 42px;
text-transform: uppercase;
font-weight: 700;
font-size: 17.8px!important;
line-height: 35px;
color: #FFFFFF;
text-align: center;
}
.footer-lending_block-1 p{
display: block;
font-weight: 600;
font-size: 19px;
line-height: normal;
color: #FFFFFF!important;
margin-bottom: 30px!important;
}
.ffLamp-footer_left-soc {
display: flex;
margin-bottom: 30px;
justify-content: center;
}
.ffLamp-footer_left-soc a {
display: block;
margin: 0 8px;
border-radius: 100px;
overflow: hidden;
transition: 0.3s;
}
.footer_soc {
display: flex;
align-items: center;
}
.footer_soc a {
display: block;
margin-right: 30px;
border-radius: 100px;
overflow: hidden;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
@media screen and (max-width: 500px){
.footer-lending_block-1 {
width: 100%!important;
text-align: center!important;
padding: 0 15px;
}
.footer-lending_block-1 a img{
text-align: center;
}
.footer_soc {
width: 100%;
justify-content: center;
}
.footer_soc a{
margin: 0 15px;
}
}