@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap&subset=cyrillic);
a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
.fixed-nav a,
.head-block .title,
header .lang a,
header nav a {
    text-transform: uppercase;
}
.block_5 .item,
.block_6,
.block_7 .items,
.container,
.head-block {
    box-sizing: border-box;
}
a {
    color: inherit;
    position: relative;
    /*display: inline-block;*/
}
.btn_green {
    background: #7cc242;
    color: #fff;
    padding: 5px 50px;
    height: 34px;
    font-size: 28px;
    border-radius: 25px;
}
.background-mask,
.popup {
    position: fixed;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
}
.background-mask {
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
}
.popup {
    z-index: 110;
    overflow: auto;
}
.popup .body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    background: #fff;
    z-index: 112;
}
.popup .close_win {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    z-index: 10;
    cursor: pointer;
}
.popup .close_win:after,
.popup .close_win:before {
    content: "";
    width: 15px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
}
.popup .close_win:after {
    transform: translate(-50%, -50%) rotate(45deg);
}
.popup .close_win:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.main_menu .body {
    background: #e02b2c;
    overflow: hidden;
}
footer {
    padding: 10px 0;
}
footer .info {
    margin-bottom: 25px;
}
header {
    height: 90px;
    max-height: 130px;
    background: #7cc242;
    display: flex;
    align-items: center;
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo {
    width: 180px;
}
header .burger-menu {
    display: flex;
    align-items: center;
}
.head-block,
header nav ul {
    justify-content: space-between;
}
header .btn-burger {
    display: none;
}
header nav ul {
    display: flex;
    width: 100%;
}
header nav li {
    display: inline-block;
    margin: 0 60px;
}
header nav a {
    color: #fff;
    font-size: 22px;
}
header .lang {
    font-size: 0;
}
header .lang li {
    display: inline-block;
    margin: 0 5px;
}
*,
body,
html {
    margin: 0;
    padding: 0;
}
header .lang a {
    color: #7cc242;
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
}
* {
    outline: 0;
}
body,
html {
    width: 100%;
}
body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 100%;
    position: relative;
    width: 100%;
}
body input,
body textarea {
    -moz-user-select: text;
    -o-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
    resize: none;
}
input[type="text"] {
    border-radius: 0 !important;
    -webkit-appearance: none !important;
}
.container {
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
}
#page-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
}
#page-preloader .spinner {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}
#page-preloader .spinner .logo {
    width: 100%;
    height: 100%;
    background: url(https://memoprove.info/fileadmin/prj_memo/Resources/Public/Imgs/burger-preload.gif) center center no-repeat;
    background-size: contain;
}
.fixed-nav {
    position: fixed;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    z-index: 1;
}
.fixed-nav li {
    list-style: none;
    margin: 20px 0;
}
.fixed-nav a {
    border-radius: 50%;
    background: #7cc242;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    word-spacing: 20px;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.75);
    transition: transform 0.3s;
}
.fixed-nav a:hover {
    transform: scale(1.05);
}
.up {
    display: none;
}
.head-block,
.images-block {
    display: flex;
}
.images-block__item {
    height: 0;
    padding-bottom: 34%;
    width: 25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.head-block {
    margin-top: -100px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.44);
    padding: 50px 40px;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
}
.head-block img {
    max-width: 100%;
}
.head-block .right-side {
    max-width: 40%;
}
.head-block .left-side {
    max-width: 60%;
}
.head-block .title {
    font-size: 72px;
    font-weight: 700;
    margin-left: 60px;
    margin-bottom: 10px;
}
.block_2 .title,
.block_3 .title,
.head-block .subTitle {
    font-weight: 900;
    text-transform: uppercase;
}
.head-block .subTitle {
    color: #7cc242;
    font-size: 46px;
    margin-left: 100px;
    margin-bottom: 30px;
}
.head-block .text {
    font-size: 18px;
    max-width: 350px;
    margin-left: 400px;
    margin-bottom: 30px;
}
.head-block .btn {
    display: block;
    margin: 0 auto;
}
.block {
    padding: 50px 0;
}
.block_1 {
    padding: 0;
}
.block_2 {
    background: #7cc242;
}
.block_2 .title {
    color: #fff;
    font-size: 46px;
    text-align: center;
    max-width: 50%;
    margin: 0 auto 30px;
}
.block_2 .text {
    font-size: 22px;
}
.block_3 {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}
.block_3 .left-side {
    max-width: 50%;
}
.block_3 .title {
    font-size: 46px;
    margin-bottom: 30px;
}
.block_3 li {
    display: block;
    margin-bottom: 60px;
}
.block_4 .title,
.block_5 .title {
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.block_3 b {
    font-weight: 900;
    color: #427cc2;
    font-size: 22px;
    text-transform: uppercase;
    display: block;
    position: relative;
}
.block_3 b:before {
    content: attr(data-num);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-60%, -50%);
    color: #427cc2;
    font-size: 90px;
    font-weight: 900;
    opacity: 0.2;
}
.block_4 {
    background: #7cc242;
    font-size: 0;
}
.block_4 .title {
    font-size: 46px;
    color: #fff;
    max-width: 60%;
}
.block_4 .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block_4 .item img,
.block_4 .item p {
    display: inline-block;
    vertical-align: middle;
}
.block_4 .item {
    width: calc(50% - 30px);
}
.block_4 .item img {
    width: 150px;
    margin-right: 30px;
}
.block_4 .item p {
    max-width: calc(100% - 200px);
    font-size: 20px;
}
.block_5 .items,
.block_6 {
    display: flex;
    justify-content: space-between;
}
.block_5 {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    padding-bottom: 75vh;
}
.block_5 .title {
    font-size: 46px;
    color: #427cc2;
    text-align: center;
}
.block_5 .item {
    background: #e6e7e7;
    max-width: calc(445px - 50px);
    border-radius: 20px;
    padding: 25px;
}
.block_5 b {
    display: block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.block_5 ul li {
    list-style: none;
    margin-bottom: 10px;
}
.block_6 .subTitle,
.block_6 .title {
    margin-bottom: 30px;
    text-transform: uppercase;
}
.block_5 ul li:before {
    content: "-";
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.block_6 {
    background: #7cc242;
    padding: 50px 40px;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    z-index: 1;
    position: relative;
}
.block_6 .container,
.block_6 .list {
    display: flex;
    justify-content: space-between;
}
.block_6 .container {
    flex-wrap: wrap;
    align-items: center;
}
.block_6 .title {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    margin-left: 0;
}
.block_6 img {
    max-width: 100%;
}
.block_6 .right-side {
    max-width: 40%;
    float: left;
}
.block_6 .left-side {
    max-width: 55%;
    float: left;
}
.block_6 .subTitle {
    color: #000;
    font-size: 46px;
    font-weight: 900;
    margin-left: 400px;
    text-align: right;
}
.block_6 .text {
    font-size: 18px;
    margin-left: 100px;
    margin-bottom: 0;
    text-align: right;
    font-weight: 700;
    text-transform: uppercase;
}
.block_6 .text-block p {
    margin-bottom: 25px;
}
.block_6 .list {
    max-width: 75%;
}
.block_6 .list p {
    max-width: 400px;
}
.block_6 .list p:first-of-type {
    margin-right: 100px;
}
.block_6 .list b {
    text-transform: uppercase;
}
.block_7 {
    text-align: center;
    padding-top: 0;
}
.block_7 .title {
    font-size: 72px;
    text-transform: uppercase;
    color: #427cc2;
    text-align: center;
    font-weight: 700;
    padding: 10px 50px;
    background: #fff;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 30px;
    transform: translateY(90px);
}
.block_7 .items {
    border: 5px solid #7cc242;
    padding: 80px 30px 50px;
    display: flex;
    justify-content: space-between;
}
.block_7 .items .item {
    max-width: 260px;
}
.block_7 .items .item img {
    margin-bottom: 20px;
}
.block_7 .text {
    text-align: left;
    margin: 100px 0;
    font-size: 18px;
    font-weight: 700;
}
.block_7 .text p {
    margin-bottom: 10px;
    position: relative;
}
.block_7 .text p:first-of-type:after {
    content: "";
    width: 130px;
    height: 130px;
    background: #7cc242;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.block_7 .buttons-block {
    display: flex;
    justify-content: center;
}
.block_7 .buttons-block .btn {
    margin: 0 60px;
}

@media only screen and (max-width: 1400px) {
    header nav li {
        margin: 0 40px;
    }
    .head-block .text {
        margin-left: 250px;
    }
    .head-block .subTitle {
        font-size: 42px;
    }
    .block_2 .title {
        max-width: 60%;
    }
    .block_4 .title {
        max-width: 70%;
    }
    .block_4 .item img {
        width: 110px;
    }
    .block_5 .item {
        max-width: calc(365px - 50px);
    }
    .block_6 .title {
        font-size: 54px;
        text-align: right;
    }
    .block_6 .text {
        margin-left: 0;
    }
    .block_6 .subTitle {
        margin: 0;
    }
    footer {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1200px) {
    header .lang a,
    header nav a {
        font-size: 16px;
    }
    header * {
        transition: all 0.3s;
    }
    header nav li {
        margin: 0 30px;
    }
    header .lang a {
        width: 35px;
        height: 35px;
    }
    header .logo {
        width: 130px;
    }
    .head-block {
        padding: 30px;
    }
    .head-block .title {
        font-size: 64px;
        margin-left: 20px;
    }
    .head-block .subTitle {
        font-size: 38px;
        margin-left: 30px;
    }
    .head-block .text {
        margin-left: 140px;
    }
    .fixed-nav {
        right: 20px;
        display: none;
    }
    .fixed-nav a {
        width: 80px;
        height: 80px;
        font-size: 14px;
    }
    .block_2 .title,
    .block_3 .title,
    .block_4 .title {
        font-size: 36px;
    }
    .block_4 .items {
        flex-direction: column;
    }
    .block_4 .items .item {
        width: 100%;
        margin: 30px 0;
    }
    .block_5 {
        padding-bottom: 55vh;
    }
    .block_5 .item {
        max-width: 100%;
        height: 280px;
        margin: 0 20px;
    }
    .block_5 .slick-next,
    .block_5 .slick-prev {
        width: 50px;
        height: 50px;
        top: 50%;
        position: absolute;
        font-size: 0;
        border: none;
    }
    .block_5 .slick-prev {
        background: url(https://memoprove.info/fileadmin/prj_memo/Resources/Public/Imgs/nav_prev.png) center no-repeat;
        left: 0;
        transform: translate(-40px, -50%);
    }
    .block_5 .slick-next {
        background: url(https://memoprove.info/fileadmin/prj_memo/Resources/Public/Imgs/nav_next.png) center no-repeat;
        right: 0;
        transform: translate(40px, -50%);
    }
    .block_5 .slick-dots {
        position: absolute;
        left: 50%;
        bottom: -30px;
        transform: translate(-50%, 0);
        display: flex;
    }
    .block_5 .slick-dots li {
        margin: 0 5px;
    }
    .block_5 .slick-dots li button {
        width: 15px;
        height: 15px;
        box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.5);
        font-size: 0;
        border: none;
        border-radius: 50%;
    }
    .block_5 .slick-dots li:before {
        display: none;
    }
    .block_5 .slick-dots li.slick-active button {
        background: #959595;
    }
    .block_6 .subTitle,
    .block_6 .title {
        font-size: 36px;
    }
    .block_6 .title {
        text-align: left;
    }
    .block_7 .buttons-block .btn {
        margin: 0 50px;
    }
}
@media only screen and (max-width: 992px) {
    .container {
        width: 100%;
        margin: 0 40px;
        max-width: calc(100% - 80px);
    }
    .main {
        margin-top: 90px;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 11;
    }
    header .burger-menu {
        display: none;
        padding-bottom: 30px;
    }
    header .btn-burger {
        position: relative;
        width: 50px;
        height: 50px;
        z-index: 12;
        display: block;
    }
    header .btn-burger span,
    header .btn-burger span:after,
    header .btn-burger span:before {
        width: 50px;
        height: 4px;
        background: #fff;
        position: absolute;
        left: 0;
        border-radius: 2px;
    }
    header .btn-burger span {
        top: 50%;
        transform: translate(0, -50%);
    }
    header .btn-burger span:after {
        content: "";
        top: -12px;
    }
    header .btn-burger span:before {
        content: "";
        top: 12px;
    }
    .burger-menu,
    .up {
        position: fixed;
        z-index: 10;
    }
    header .btn-burger.active span {
        background: 0 0;
    }
    header .btn-burger.active span:after,
    header .btn-burger.active span:before {
        background: #7cc242;
        top: 50%;
        left: 50%;
    }
    header .btn-burger.active span:after {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    header .btn-burger.active span:before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .head-block .left-side,
    .head-block .right-side {
        max-width: 100%;
    }
    .head-block .right-side {
        text-align: right;
    }
    .head-block .right-side img {
        max-width: 60%;
    }
    .block_2 .title {
        max-width: 80%;
    }
    .block_3 .left-side,
    .block_4 .title {
        max-width: 100%;
    }
    .block_5 {
        padding-bottom: 35vh;
    }
    .block_6 {
        margin: 0;
        padding: 40px 0;
    }
    .block_7 .title {
        font-size: 56px;
        transform: translateY(80px);
    }
    .block_7 .buttons-block .btn {
        margin: 0 20px;
    }
    .burger-menu {
        width: 100%;
        background: #fff;
        color: #000;
        top: 0;
        left: 0;
        text-align: center;
        padding-top: 60px;
    }
    .burger-menu nav ul {
        flex-direction: column;
    }
    .burger-menu nav li {
        width: 100%;
        margin: 10px 0;
    }
    .burger-menu nav li a {
        color: #000;
    }
    .up {
        display: block;
        top: 50%;
        right: 20px;
        transform: translate(0, -50%);
        width: 50px;
        height: 50px;
        background: url(https://memoprove.info/fileadmin/prj_memo/Resources/Public/Imgs/nav_up.png) center no-repeat;
        background-size: contain;
    }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
    .block_6 .list,
    .block_7 .items {
        flex-direction: column;
    }
    .container {
        padding: 0 20px;
        margin: 0;
        max-width: 100%;
    }
    .main {
        margin-top: 60px;
    }
    header {
        height: 60px;
    }
    header .logo {
        width: 90px;
    }
    header .btn-burger span,
    header .btn-burger span:after,
    header .btn-burger span:before {
        width: 40px;
        height: 4px;
    }
    .block_3 .slick-next,
    .block_3 .slick-prev {
        width: 50px;
        height: 50px;
        top: 50%;
        position: absolute;
        border: none;
    }
    .btn_green {
        line-height: 36px;
        font-size: 20px;
    }
    .block_5 .title,
    .block_6 .title {
        line-height: normal;
    }
    .head-block {
        margin-top: -10px;
        padding: 20px;
    }
    .head-block .title {
        font-size: 34px;
    }
    .head-block .subTitle {
        font-size: 20px;
    }
    .head-block .text {
        margin-left: 40px;
    }
    .head-block .right-side img {
        max-width: 90%;
    }
    .head-block .btn {
        margin-top: 30px;
    }
    .block_2 .title,
    .block_3 .title,
    .block_4 .title {
        font-size: 28px;
        max-width: 100%;
    }
    .block_2 .text {
        font-size: 18px;
    }
    .block_3 li {
        margin-left: 30px;
    }
    .block_3 .slick-prev {
        background: url(https://memoprove.info/fileadmin/prj_memo/Resources/Public/Imgs/nav_prev.png) center no-repeat;
        font-size: 0;
        left: 0;
        transform: translate(-40px, -50%);
    }
    .block_3 .slick-next {
        background: url(https://memoprove.info/fileadmin/prj_memo/Resources/Public/Imgs/nav_next.png) center no-repeat;
        font-size: 0;
        right: 0;
        transform: translate(40px, -50%);
    }
    .block_3 .slick-dots {
        position: absolute;
        left: 50%;
        bottom: -30px;
        transform: translate(-50%, 0);
        display: flex;
    }
    .block_3 .slick-dots li {
        margin: 0 5px;
    }
    .block_3 .slick-dots li button {
        width: 15px;
        height: 15px;
        box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.5);
        font-size: 0;
        border: none;
        border-radius: 50%;
    }
    .block_3 .slick-dots li:before {
        display: none;
    }
    .block_3 .slick-dots li.slick-active button {
        background: #959595;
    }
    .block_4 .items .item img {
        display: block;
        margin: 0 auto;
    }
    .block_4 .items .item p {
        max-width: 100%;
        margin-top: 20px;
        font-size: 18px;
    }
    .block_5 {
        padding-bottom: 22vh;
    }
    .block_5 .title {
        font-size: 36px;
    }
    .block_5 .item {
        height: 400px;
    }
    .block_5 .slick-next,
    .block_5 .slick-prev {
        width: 30px;
        height: 30px;
        background-size: contain;
    }
    .block_5 .slick-prev {
        transform: translate(-15px, -50%);
    }
    .block_5 .slick-next {
        transform: translate(15px, -50%);
    }
    .block_6 .left-side {
        max-width: 100%;
        float: none;
    }
    .block_6 .right-side {
        max-width: 90%;
        float: none;
    }
    .block_6 .list,
    .block_6 .list p {
        max-width: 100%;
    }
    .block_6 .right-side img {
        margin-left: 30px;
        margin-top: 30px;
    }
    .block_6 .list p:first-of-type {
        margin-left: 0;
        margin-right: 0;
    }
    .block_7 .title {
        font-size: 36px;
        padding: 0 20px;
        transform: translateY(55px);
    }
    .block_7 .items .item {
        margin-bottom: 30px;
    }
    .block_7 .buttons-block {
        flex-direction: column;
    }
    .block_7 .buttons-block .btn {
        margin: 10px 0;
    }
    .up {
        width: 30px;
        height: 30px;
        right: 10px;
    }
}
