@font-face {
    font-family: 'a_futuraorto';
    src: url('../fonts/a_futuraorto.eot');
    src: url('../fonts/a_futuraorto.eot') format('embedded-opentype'), url('../fonts/a_futuraorto.woff2') format('woff2'), url('../fonts/a_futuraorto.woff') format('woff'), url('../fontsrotondacs-bold.ttf') format('truetype'), url('../fonts/a_futuraorto.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'a_futuraorto_bold';
    src: url('../fonts/a_futuraorto_bold.eot');
    src: url('../fonts/a_futuraorto_bold.eot') format('embedded-opentype'), url('../fonts/a_futuraorto_bold.woff2') format('woff2'), url('../fonts/a_futuraorto_bold.woff') format('woff'), url('../fonts/a_futuraorto_bold.ttf') format('truetype'), url('../fonts/a_futuraorto_bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futurafuturis';
    src: url('../fonts/futurafuturisc.eot');
    src: url('../fonts/futurafuturisc.eot') format('embedded-opentype'), url('../fonts/futurafuturisc.woff2') format('woff2'), url('../fonts/futurafuturisc.woff') format('woff'), url('../fonts/futurafuturisc.ttf') format('truetype'), url('../fonts/futurafuturisc.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

*,*:focus,*:hover,*:active,input:focus,input:hover,input:active,input, button:focus,button:hover,button:active,button, a:focus,a:hover,a:active,a {
    text-decoration: none;
    outline: none;
    /*color: inherit;*/
}

p,a,ul,li {
    padding: 0;
    margin: 0;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0px;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */
}

::-webkit-scrollbar-thumb {
    background: transparent;
}

.news-text::-webkit-scrollbar {
    width: 8px;
    /* remove scrollbar space */
    background: #F6F6F6;
    /* optional: just make scrollbar invisible */
}

.news-text::-webkit-scrollbar-thumb {
    background: #5997CA;
}

body {
    overflow: hidden;
    font-family: 'a_futuraorto';
}

.mech-block {
    margin-bottom: 100px;
}

.main-menu-hidden {
    height: 60px;
    display: none;
}

.main-menu-hidden.active {
    display: block;
}

#navbar {
    position: fixed;
    top: 0;
    height: 85px;
    padding: 15px 0;
    z-index: 999;
    width: 100%;
    background: #ffffff;
}

#navbar .main-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    height: 60px;
}

#navbar .main-menu.menuvis {
    position: fixed;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: #fbfbfb;
    top: 0;
    left: 0;
    padding: 10px 15px;
    z-index: 999;
    margin: 0;
    width: 100%;
    height: 75px;
}

.nav-menu ul {
    height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

#fp-nav {
    position: relative;
    margin-top: 0;
    top: auto;
}

.nav-menu ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 6px;
    line-height: 35px;
}

.nav-menu ul li a {
    color: #000000;
    font-family: 'a_futuraorto';
}

.nav-menu ul li.active a {
    color: #1c559c;
}

.nav-menu .mob {
    display: none;
}

.menu-overlay {
    display: none;
}

.main-contacts {
    text-align: right;
}

.main-contacts a {
    display: block;
}

.main-contacts a.phone {
    font-family: 'a_futuraorto_bold';
    font-size: 20px;
    color: #f12c1c;
}

.main-contacts a.callback {
    color: #1c559c;
    font-size: 16px;
    font-family: 'a_futuraorto';
}

footer .main-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 35px;
    justify-content: space-between;
}

.color-title {
    color: #000000;
    font-size: 34px;
    font-family: 'a_futuraorto';
}

h1.color-title {
    margin-bottom: 60px;
}

.color-title span {
    font-size: 34px;
    font-family: 'a_futuraorto_bold';
    display: block;
    background: linear-gradient(270deg, #1c559c 0%, #f12c1c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-img {
    width: 100%;
}

/*animate*/
.main-section_animate {
    background: url('../img/animate-background.png') center center no-repeat;
    background-size: contain;
    height: 0;
    padding-top: 91%;
    position: relative;
    width: 100%;
}

.main-section_animate span {
    background: url(../img/animate-before.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 38.8%;
    left: 23.45%;
    animation: heart 1.5s ease-in-out infinite;
    height: 50%;
    width: 53%;
}

@keyframes heart {
    0% {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

/*end animate*/
.circle, .circle2, .circle3, .circle4 {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    border-radius: 50%;
    border-color: #1c559c;
    border-style: solid;
    border-width: 1px;
    /*  -webkit-transform: translate3d(0,-50%);
transform: translate3d(0,-50%);*/
    transform: scale(1);
    -webkit-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
}

/*.circle2{
  -webkit-animation-delay: 1s;
  }*/
.circle3 {
    -webkit-animation-delay: 2s;
}

/*.circle4{
  -webkit-animation-delay: 3s;
}
*/
@-webkit-keyframes ripple {
    0% {
        transform: scale(4.5);
        border-color: #1c559c;
        border-style: solid;
        border-width: 1px;
        opacity: 0;
    }

    10% {
        opacity: 1;
        border-color: #1c559c;
        border-style: solid;
        border-width: 1px;
    }

    60% {
        opacity: 1;
        border-color: #1c559c;
        border-style: solid;
        border-width: 1px;
    }

    100% {
        transform: scale(6.8);
        border-color: #1c559c;
        border-style: solid;
        border-width: 1px;
        opacity: 1;
    }
}

@keyframes ripple {
    0% {
        transform: scale(4.5);
        border-color: #1c559c;
        border-style: solid;
        border-width: 1px;
        opacity: 0;
    }

    10% {
        opacity: 1;
        border-color: #1c559c;
        border-style: solid;
        border-width: 1px;
    }

    60% {
        opacity: 1;
        border-color: #1c559c;
        border-style: solid;
        border-width: 1px;
    }

    100% {
        transform: scale(6.8);
        border-color: #1c559c;
        border-style: solid;
        border-width: 1px;
        opacity: 1;
    }
}

.ripples {
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.ti-cursor {
    opacity: 0!important;
}

.ti-container:after {
    display: none!important;
}

.color-text {
    color: #000000;
    font-size: 24px;
    font-family: 'a_futuraorto';
    margin-bottom: 25px;
}

.color-text span {
    display: inline-block;
    background: linear-gradient(270deg, #1c559c 0%, #f12c1c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.color-text span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 15px);
    height: 2px;
    background: linear-gradient(270deg, #1c559c 0%, #f12c1c 100%);
}

.head-text {
    display: block;
    color: #000000;
    font-size: 24px;
    font-family: 'a_futuraorto';
    margin-bottom: 35px;
}

.text span {
    display: block;
    color: #f12c1c;
}

a.order-button {
    display: block;
    position: relative;
    font-size: 18px;
    font-family: 'a_futuraorto';
    width: 270px;
    height: 55px;
    text-align: center;
    padding-left: 30px;
    line-height: 55px;
    color: #ffffff;
    background: #f12c1c;
}

a.order-button:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 11px;
    background: url(../img/icon-send_w.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.tasks {
    background: #f8f8f8;
}

.tasks-title {
    font-family: 'a_futuraorto_bold';
    font-size: 36px;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 25px;
}

.task-item {
    width: 100%;
    position: relative;
    display: block;
    padding: 15px 20px;
    background: #f3f3f3;
    margin-bottom: 30px;
    transition: all 0.3s;
    overflow: hidden;
}

.task-item.item-1, .task-item.item-2, .task-item.item-3 {
    height: 315px;
}

.task-item.item-4, .task-item.item-5, .task-item.item-6 {
    height: 305px;
}

.task-item span {
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    font-family: 'a_futuraorto_bold';
    font-size: 36px;
    color: #fff;
    z-index: 5;
    transition: all 0.3s;
}

.task-item:hover span {
    color: #000000;
    z-index: 5;
    transition: all 0.3s;
}

.task-item p.task-text-title {
    margin-top: 135px;
    display: block;
    position: relative;
    font-family: 'a_futuraorto_bold';
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    z-index: 5;
    opacity: 1;
    transition: all 0.3s;
}

.task-item:hover p.task-text-title {
    color: #000000;
    opacity: 0;
    display: none;
    transition: all 0.3s;
}

.task-item.item-4 p.task-text-title, .task-item.item-5 p.task-text-title, .task-item.item-6 p.task-text-title {
    margin-top: 175px;
}

.task-text {
    display: block;
    position: relative;
    font-family: 'a_futuraorto';
    margin-top: 15px;
    color: #ffffff;
    font-size: 14px;
    z-index: 5;
    transition: all 0.3s;
}

.task-item:hover img {
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    transition: all 0.6s;
}

.task-item:hover .task-text {
    color: #000000;
    transition: all 0.3s;
}

.task-item.item-1:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    width: 48px;
    height: 48px;
    background: url(../img/icon-block-1_w.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 5;
    transition: all 0.3s;
}

.task-item.item-2:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    width: 48px;
    height: 48px;
    background: url(../img/icon-block-2_w.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 5;
    transition: all 0.3s;
}

.task-item.item-3:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    width: 48px;
    height: 48px;
    background: url(../img/icon-block-3_w.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 5;
    transition: all 0.3s;
}

.task-item.item-4:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    width: 48px;
    height: 48px;
    background: url(../img/icon-block-4_w.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 5;
    transition: all 0.3s;
}

.task-item.item-5:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    width: 48px;
    height: 48px;
    background: url(../img/icon-block-5_w.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 5;
    transition: all 0.3s;
}

.task-item.item-6:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    width: 48px;
    height: 48px;
    background: url(../img/icon-block-6_w.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 5;
    transition: all 0.3s;
}

.task-item.item-1:hover:after {
    background: url(../img/icon-block-1.png) no-repeat;
    transition: all 0.3s;
}

.task-item.item-2:hover:after {
    background: url(../img/icon-block-2.png) no-repeat;
    transition: all 0.3s;
}

.task-item.item-3:hover:after {
    background: url(../img/icon-block-3.png) no-repeat;
    transition: all 0.3s;
}

.task-item.item-4:hover:after {
    background: url(../img/icon-block-4.png) no-repeat;
    transition: all 0.3s;
}

.task-item.item-5:hover:after {
    background: url(../img/icon-block-5.png) no-repeat;
    transition: all 0.3s;
}

.task-item.item-6:hover:after {
    background: url(../img/icon-block-6.png) no-repeat;
    transition: all 0.3s;
}

.task-item img {
    height: 100%;
    position: absolute;
    object-fit: center;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}

.task-item:hover img {
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
}

.task-item ul {
    margin: 0;
    opacity: 0;
    margin-top: 50px;
    display: none;
    transition: all 0.3s;
}

.task-item:hover ul {
    display: block;
    opacity: 1;
    transition: all 0.3s;
}

.task-item ul li {
    display: block;
    padding-left: 30px;
    position: relative;
    margin-top: 0;
    padding-top: 0;
    font-size: 14px;
    color: #ffffff;
    font-family: 'a_futuraorto';
    z-index: 5;
}

.task-item ul li:after {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    width: 6px;
    height: 1px;
    background: #ffffff;
}

.task-item:hover ul li {
    color: #000000;
    transition: all 0.3s;
}

.task-item:hover ul li:after {
    background: #000000;
    transition: all 0.3s;
}

.modules {
    padding-top: 15px;
    position: relative;
}

.desktop-tabs {
    /*    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 800px; */
    display: block;
}

.modules-bg {
    position: absolute;
    top: 0;
    left: 46%;
    object-fit: cover;
    height: 100%;
    width: auto;
}

.modules-title-left {
    font-family: 'a_futuraorto_bold';
    color: #000000;
    font-size: 36px;
}

.modules-list li {
    display: block;
    position: relative;
    padding: 7px 0 7px 70px;
    border-bottom: 1px solid #ebebeb;
    max-width: 430px;
}

.modules-list li:last-child {
    border-bottom: none;
}

.modules-list li a:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: linear-gradient(270deg, #1c559c 0%, #f12c1c 100%);
}

.modules-list li a.curent:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 12px;
    top: 50%;
    left: 26px;
    transform: translateY(-50%);
    background: url(../img/ic_check.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.modules-list li a {
    font-family: 'FuturaFuturis', sans-serif;
    font-size: 18px;
    color: #000000;
}

.modules-list li a:hover {
    color: #f12c1c;
}

.modules-list li a.curent {
    color: #f12c1c;
}

.modules-title-right {
    font-family: 'a_futuraorto_bold';
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 15px;
    min-height: 75px;
}

.modules-title-right span {
    text-transform: uppercase;
    font-family: 'a_futuraorto';
    color: #ffffff;
    font-size: 16px;
    margin-top: 30px;
    letter-spacing: 2px;
    display: none;
}

.answer {
    display: none;
}

.modules-text {
    font-family: 'a_futuraorto';
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px;
}

.containers {
    position: absolute;
    display: none;
    top: 5px;
    right: -10px;
    transform: rotate(90deg);
    width: 24px;
    height: 24px;
}

.modules-list li:hover .containers {
    display: block;
}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before, .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #000000;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

.module-list {
    display: block;
    padding: 0;
    padding-left: 20px;
    margin-bottom: 20px;
}

.module-list li {
    color: #ffffff;
}

a.module-btn {
    display: block;
    position: relative;
    font-size: 18px;
    font-family: 'a_futuraorto';
    width: 270px;
    height: 55px;
    text-align: center;
    padding-left: 30px;
    line-height: 55px;
    color: #ffffff;
    background: #f12c1c;
}

a.module-btn:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 31px;
    background: url(../img/slide-3.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.opportunities-up, .opportunities-bottom {
    background: #111111;
    position: relative;
}

.opportunities-title {
    font-family: 'a_futuraorto_bold';
    font-size: 36px;
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 65px;
}

.opportunities-up .color-text span {
    background: linear-gradient(270deg, #1c559c 0%, #f12c1c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.opportunities-up .color-text span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, #1c559c 0%, #f12c1c 100%);
}

.opportunities-item {
    width: 100%;
    position: relative;
    display: block;
    padding: 20px;
    height: 270px;
    background: #1c559c;
    margin-bottom: 30px;
    transition: all 0.3s;
    overflow: hidden;
}

.opportunities-item span {
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: 'a_futuraorto_bold';
    font-size: 36px;
    color: #ffffff;
    z-index: 5;
}

.opportunities-item img {
    height: 100%;
    position: absolute;
    object-fit: center;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}

.opportunities-item:hover img {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.opportunities-item p {
    font-family: 'a_futuraorto_bold';
    font-size: 18px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    color: #ffffff;
    z-index: 5;
}

.opportunities-item:hover p {
    display: none;
}

.opportunities-item .opp-text {
    font-family: 'a_futuraorto';
    font-size: 14px;
    margin-top: 50px;
    color: #ffffff;
    line-height: 1.2;
}

.opportunities-item ul {
    margin-top: 50px;
}

.opportunities-item ul li {
    font-family: 'a_futuraorto';
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
}

.opp-bg {
    opacity: 0.5;
    position: absolute;
    right: 10%;
    top: 0;
    width: auto;
    height: 100%;
}

.opportunities-text {
    font-family: 'FuturaFuturis', sans-serif;
    font-size: 24px;
    position: relative;
    color: #ffffff;
    padding-left: 35px;
    max-width: 520px;
    margin-bottom: 60px;
}

.opportunities-text span {
    color: #f12c1c;
    position: absolute;
    font-size: 24px;
    left: 0;
    top: 0;
}

.forms {
    display: block;
    width: 100%;
    background: transparent;
    padding: 55px;
    border-style: solid;
    border-width: 10px;
    -moz-border-image: linear-gradient(to right, #f12c1c 0%, #1c559c 100%);
    -webkit-border-image: linear-gradient(to right, #f12c1c 0%, #1c559c 100%);
    -o-border-image: linear-gradient(to right, #f12c1c 0%, #1c559c 100%);
    border-image: linear-gradient(to right, #f12c1c 0%, #1c559c 100%);
    border-image-slice: 1;
}

.form-title {
    font-family: 'a_futuraorto_bold';
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 0;
}

.form-text {
    font-family: 'FuturaFuturis', sans-serif;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
}

.wrap-form-side {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.form-left {
    width: 100%;
    max-width: 310px;
    margin-right: 10px;
}

.form-right {
    width: 100%;
    max-width: 310px;
}

.dropdown {
    width: 100%;
    display: inline-block;
    background-color: #272727;
    /*box-shadow: 0 0 2px rgb(204, 204, 204);*/
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #665353;
    height: 46px;
    text-align: left;
    border: 1px solid #51519e;
    margin-bottom: 10px;
    font-family: 'a_futuraorto';
    font-size: 14px;
    color: #555555;
    line-height: 23px;
}

.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 12px;
}

.dropdown .select > i {
    font-size: 13px;
    color: #000000;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    background: #272727;
    line-height: 20px;
}

.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}

.dropdown:active {
    background-color: #f8f8f8
}

.dropdown.active:hover, .dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8;
}

.dropdown.active .select > i {
    transform: rotate(-90deg)
}

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    overflow-y: auto;
    z-index: 9
}

.dropdown .dropdown-menu li {
    padding: 6px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-size: 12px;
}

.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2;
}

.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2;
}

.wrap-form-side input {
    padding: 0 20px;
    width: 100%;
    background: #272727;
    height: 46px;
    margin-bottom: 10px;
    border: 1px solid #51519e;
    box-sizing: border-box;
    font-family: 'a_futuraorto';
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s;
}

.wrap-form-side input:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 4px rgb(204, 204, 204);
    transition: all 0.3s;
}

.wrap-form-side input:active, .wrap-form-side input:focus, .forms textarea:active, .forms textarea:focus {
    background: transparent;
    border: 1px solid transparent;
}

.forms textarea {
    resize: none;
    width: 100%;
    height: 101px;
    padding: 10px;
    background: #272727;
    font-family: 'a_futuraorto';
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #51519e;
    transition: all 0.3s;
}

.forms textarea:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    transition: all 0.3s;
}

.forms input::placeholder, .forms textarea::placeholder {
    color: #555555;
    font-size: 14px;
}

.form-left-text {
    font-family: 'a_futuraorto';
    font-size: 12px;
    line-height: 1.2;
    color: #555555;
    margin-top: 35px;
}

.form-left-text span a {
    color: #777777;
    text-decoration: underline;
}

.forms button[type=submit] {
    display: block;
    position: relative;
    font-size: 18px;
    font-family: 'a_futuraorto';
    width: 310px;
    height: 55px;
    text-align: center;
    padding-left: 30px;
    line-height: 55px;
    color: #ffffff;
    border: none;
    background: #f12c1c;
    margin-top: 45px;
}

.forms button[type=submit]:before {
    position: absolute;
    content: '';
    width: 17px;
    height: 24px;
    background: url(../img/slide-4_1.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.protect {
    background: #ffffff;
    position: relative;
    background: url(../img/protect-bg_man.png) no-repeat;
    background-color: #fafafa;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: -300px 0;
}

.protect .protect-bg {
    position: absolute;
    height: 100%;
}

.protect-title {
    font-family: 'a_futuraorto_bold';
    font-size: 36px;
    color: #000000;
    line-height: 1.2;
    margin-top: 120px;
    margin-bottom: 65px;
}

.shield-img {
    display: block;
    margin-right: auto;
    margin-bottom: 55px;
}

.protect-text {
    font-family: 'FuturaFuturis', sans-serif;
    font-size: 20px;
    color: #000000;
}

.protect-text span {
    background: linear-gradient(270deg, #1c559c 0%, #f12c1c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.achievments {
    position: relative;
}

.wrap-achievments-block {
    width: 100%;
    height: 585px;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 100px;
    background: url(../img/achievment-bg.png) center no-repeat;
}

.wrap-achievments-block:after {
    position: absolute;
    content: 'Преимущества';
    font-family: 'a_futuraorto_bold';
    font-size: 36px;
    text-align: center;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.achievments-item {
    display: inline-block;
    position: relative;
    width: 49%;
    margin: 0;
    padding: 0;
    height: 33%;
    vertical-align: top;
}

.item-title {
    position: relative;
    font-family: 'a_futuraorto_bold';
    font-size: 16px;
    color: #000000;
    max-width: 280px;
}

.number-ahievments {
    display: block;
    font-family: 'a_futuraorto_bold';
    font-size: 36px;
    color: #000000;
}

.ach-1 {
    padding-left: 70px;
    padding-right: 150px;
    text-align: right;
}

.ach-1 .number-ahievments {
    text-align: left;
}

.ach-1:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    left: 360px;
    bottom: 85px;
    border-radius: 50%;
    background: #000000 url(../img/ach-1.png)no-repeat;
    background-position: center;
}

.ach-4 {
    padding-left: 240px;
    text-align: left;
}

.ach-4 .number-ahievments {
    text-align: right;
}

.ach-4:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    left: 140px;
    bottom: 85px;
    border-radius: 50%;
    background: #000000 url(../img/ach-4.png)no-repeat;
    background-position: center;
}

.ach-2 {
    padding-right: 150px;
    text-align: right;
}

.ach-2 .item-title {
    max-width: 240px;
}

.ach-2 .number-ahievments {
    text-align: left;
}

.ach-2:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    left: 260px;
    bottom: 85px;
    border-radius: 50%;
    background: #000000 url(../img/ach-2.png)no-repeat;
    background-position: center;
}

.ach-5 {
    padding-left: 320px;
    text-align: left;
}

.ach-5 .number-ahievments {
    text-align: right;
}

.ach-5 .small-text {
    display: block;
    font-family: 'a_futuraorto';
    font-size: 14px;
}

.ach-5:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    left: 240px;
    bottom: 85px;
    border-radius: 50%;
    background: #000000 url(../img/ach-5.png)no-repeat;
    background-position: center;
}

.ach-3 {
    padding-top: 40px;
    padding-left: 70px;
    padding-right: 150px;
    text-align: right;
}

.ach-3 .number-ahievments {
    text-align: left;
}

.ach-3:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    left: 360px;
    bottom: 45px;
    border-radius: 50%;
    background: #000000 url(../img/ach-3.png)no-repeat;
    background-position: center;
}

.ach-6 {
    padding-top: 40px;
    padding-left: 240px;
    text-align: left;
}

.ach-6 .number-ahievments {
    text-align: right;
}

.ach-6:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    left: 140px;
    bottom: 45px;
    border-radius: 50%;
    background: #000000 url(../img/ach-6.png)no-repeat;
    background-position: center;
}

.examples {
    background: #f8f8f8;
}

.examples-title {
    font-family: 'a_futuraorto_bold';
    font-size: 36px;
    color: #000000;
    margin-top: 100px;
    margin-bottom: 55px;
}

.examples-item {
    width: 370px;
    display: block;
    margin: auto;
}

.examples-item .wrap-img {
    width: 100%;
    height: 170px;
    position: relative;
    background: #ffffff;
    margin-bottom: 35px;
}

.examples-item .wrap-img img {
    position: absolute;
    max-height: 150px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.examples-text {
    font-family: 'a_futuraorto_bold';
    font-size: 18px;
    color: #000000;
    min-height: 75px;
    margin-bottom: 35px;
}

.examples-item ul {
    margin-bottom: 25px;
}

.examples-item ul li {
    display: block;
    padding-left: 25px;
    position: relative;
    margin-bottom: 7px;
    font-size: 14px;
    font-family: 'a_futuraorto';
    color: #000000;
}

.examples-item ul li:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 2px;
    left: 7px;
    top: 6px;
    background: linear-gradient(270deg, #1c559c 0%, #f12c1c 100%);
}

.numbers-title {
    font-family: 'a_futuraorto_bold';
    font-size: 36px;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 70px;
}

.numbers-item {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 55px;
    background: #f5f5f5;
}

.wrap-number-img {
    width: 100%;
    height: 245px;
    position: relative;
    margin-bottom: 55px;
}

.wrap-number-img img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    object-fit: cover;
}

.wrap-number-img span {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 5;
    font-family: 'a_futuraorto_bold';
    font-size: 30px;
    color: #ffffff;
}

.number-img-text {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    font-family: 'a_futuraorto_bold';
    font-size: 18px;
    color: #ffffff;
    z-index: 5;
}

.wrap-number-img .img-layer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background: #1c559c;
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(28,85,156,1) 0%,rgba(28,85,156,0.75) 60%,rgba(28,85,156,0));
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(28,85,156,1) 0%,rgba(28,85,156,0.75) 60%,rgba(28,85,156,0));
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(28,85,156,1) 0%,rgba(28,85,156,0.75) 60%,rgba(28,85,156,0.5));
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transition: all 1.3s;
}

.wrap-number-img:hover .img-layer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background: #1c559c;
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(241,44,28,1) 0%,rgba(241,44,28,0.75) 60%,rgba(241,44,28,0));
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(241,44,28,1) 0%,rgba(241,44,28,0.75) 60%,rgba(241,44,28,0));
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(241,44,28,1) 0%,rgba(241,44,28,0.75) 60%,rgba(241,44,28,0.5));
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transition: all 1.3s;
}

.numbers-item ul li {
    display: block;
    position: relative;
    font-size: 14px;
    color: #000000;
    margin-bottom: 40px;
    font-family: 'a_futuraorto';
    padding-left: 25px;
    min-height: 80px;
}

.numbers-item ul li:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 2px;
    left: 7px;
    top: 6px;
    background: linear-gradient(270deg, #1c559c 0%, #f12c1c 100%);
}

.numbers-item ul li span {
    color: #1c559c;
    position: relative;
    z-index: 55;
}

.numbers-item ul li span:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    z-index: 3;
    border-radius: 50%;
    background: #1c559c;
    left: -5px;
    top: -10px;
    opacity: 0.1;
}

.news {
    background: #f8f8f8;
}

.news-title {
    font-family: 'a_futuraorto_bold';
    font-size: 36px;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 70px;
}

.news-item {
    width: 100%;
    max-width: 370px;
}

.news-item button {
    margin-bottom: 20px;
    padding: 3px 8px;
    font-weight: bold;
    background: transparent;
    border: 1px solid #000000;
}

.wrap-news-img {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
}

.wrap-news-img img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    object-fit: cover;
}

.wrap-news-img span {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 26px;
    padding: 0;
    margin: 0;
    color: #ffffff;
    z-index: 10;
    transition: all 0.3s;
}

.news-item:hover .wrap-news-img span {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}

.wrap-news-img:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: -moz-linear-gradient(left, rgba(241,44,28,1) 0%,rgba(241,44,28,0.55) 30%,rgba(241,44,28,0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(241,44,28,1) 0%,rgba(241,44,28,0.55) 30%,rgba(241,44,28,0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(241,44,28,1) 0%,rgba(241,44,28,0.55) 30%,rgba(241,44,28,0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 0;
    visibility: hidden;
    transition: ease-in 0.3s;
}

.wrap-news-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 10;
    background: -moz-linear-gradient(right, rgba(28,85,156,1) 0%,rgba(28,85,156,0.55) 30%,rgba(28,85,156,0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(right, rgba(28,85,156,1) 0%,rgba(28,85,156,0.55) 30%,rgba(28,85,156,0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(28,85,156,1) 0%,rgba(28,85,156,0.55) 30%,rgba(28,85,156,0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 0;
    visibility: hidden;
    transition: ease-in 0.3s;
}

.news-item:hover .wrap-news-img:after, .news-item:hover .wrap-news-img:before {
    opacity: 1;
    visibility: visible;
    transition: ease-in 0.3s;
}

.news-date {
    display: block;
    text-align: left;
    margin-bottom: 30px;
    font-family: 'a_futuraorto';
    font-size: 14px;
    color: #cccccc;
}

.news-text-title {
    display: block;
    font-family: 'a_futuraorto_bold';
    font-size: 18px;
    color: #000000;
    transition: all 0.3s;
    margin-bottom: 30px;
    min-height: 75px;
}

.news-item:hover .news-text-title {
    color: #1c559c;
    transition: all 0.3s;
}

.news-text {
    font-family: 'a_futuraorto';
    font-size: 14px;
    color: #000000;
    height: 100px;
    overflow: hidden;
}

.news-text-ft {
    font-family: 'a_futuraorto';
    font-size: 14px;
    color: #000000;
    overflow: hidden;
	text-indent: 20px;
	margin-top: 10px;
}

.news-text-fm {
    font-family: 'FuturaFuturis', 'sans-serif';
    font-size: 14px;
    color: #ffffff;
    height: 240px;
}

.news-text a {
    color: #0000FF;
    /* Цвет ссылок */
}

.news-text a:visited {
    color: #cecece;
    /* Цвет посещенных ссылок */
}

.news-text a:active {
    color: #ffff00;
    /* Цвет активных ссылок */
}

.modal-news .news-text {
    display: block;
    height: auto;
    overflow: auto;
}

.news-button {
    display: block;
    margin: 50px auto;
    font-family: 'a_futuraorto';
    font-size: 18px;
    color: #000000;
    text-align: center;
    width: 270px;
    height: 54px;
    line-height: 54px;
    background: transparent;
    border: 1px solid #000000;
}

.modal-news {
    position: fixed;
    display: none;
    overflow: auto;
    top: 25%;
    left: 50%;
    width: 100%;
    max-width: 1000px;
    transform: translate(-50%,-20%);
    background: #ffffff;
    padding: 30px;
}

.modal-news .news-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 20px;
    border: 5px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #f12c1c 0%, #1c559c 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #f12c1c 0%, #1c559c 100%);
    border-image: linear-gradient(to right, #f12c1c 0%, #1c559c 100%);
    border-image-slice: 1;
}

.modal-news .news-item .wrap-news-img {
    width: 250px;
    margin-bottom: 0;
}

.modal-news .news-item .right-news-block {
    width: 100%;
    margin-left: 30px;
}

.modal-news .news-item .news-date {
    margin-bottom: 12px;
}

.footer-up-title {
    display: block;
    font-size: 36px;
    font-family: 'a_futuraorto_bold';
    line-height: 1.2;
    background: linear-gradient(270deg, #1c559c 0%, #f12c1c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 25px;
    margin-bottom: 45px;
    text-align: left;
}

.footer-up-text-title {
    display: block;
    font-family: 'a_futuraorto_bold';
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 30px;
}

.footer-up-text {
    font-family: 'a_futuraorto';
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 20px;
}

.footer-up {
    background: url(../img/footer-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 35px;
}

.footer-bg {
    width: 100%;
    height: auto;
    margin-top: -40px;
}

.sert-slider {
    display: block;
    margin: auto;
    margin-top: 70px;
    width: 275px;
    height: 395px;
    border: 20px solid #000000;
    box-shadow: 20px 20px #171717, 40px 40px #131313;
}

.sert-item {
    width: 275px;
    height: 395px;
    position: relative;
}

.sert-item img {
    width: auto;
    height: 360px;
    display: block;
    object-fit: center;
}

.slick-dots {
    bottom: auto;
    top: -20px;
    left: -50px;
}

.slick-dots li {
    display: block;
    width: 7px!important;
    height: 7px!important;
    background-color: #f12c1c;
    border-radius: 50%;
    padding: 0;
    margin: 15px 0;
    border: 0px solid transparent;
}

.slick-dots li.slick-active button:before, .slick-dots li > button:before {
    content: '' !important;
}

.slick-dots li.slick-active {
    background-color: #ffffff;
    border-radius: 50%;
    border: 7px solid #4a1a1a;
    padding: 3px;
    margin-left: -7px;
}

.wrap-number-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

.number-block-item {
    width: 33%;
    text-align: center;
}

.number-block-item p {
    position: relative;
    display: inline-block;
}

.number-block-item p span.color {
    display: block;
    position: relative;
    background: linear-gradient(90deg, #f12c1c 0%, #f12c1c 30%, #1c559c 70%, #1c559c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 150px;
    font-family: 'FuturaFuturis', sans-serif;
    z-index: 1;
    text-align: center;
    margin: auto;
    line-height: 1;
}

.number-block-item p span.color-white {
    position: absolute;
    bottom: 20px;
    right: -20px;
    z-index: 5;
    padding-left: 45px;
    font-family: 'FuturaFuturis', sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-align: left;
}

.form-footer-title {
    font-family: 'a_futuraorto_bold';
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 25px;
}

.form-footer .form {
    padding: 50px 90px;
}

.wrap-input {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.wrap-input input {
    width: 98%;
    background: #272727;
    height: 46px;
    margin-bottom: 10px;
    border: 1px solid #51519e;
    box-sizing: border-box;
    font-family: 'a_futuraorto';
    font-size: 14px;
    color: #ffffff;
    padding: 0 20px;
    transition: all 0.3s;
}

.wrap-input input:active, .wrap-input input:focus {
    background: transparent;
    border: 1px solid #144a8e;
    transition: all 0.3s;
}

.wrap-input input::placeholder {
    color: #555555;
    font-size: 14px;
}

.wrap-input input:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    transition: all 0.3s;
}

.form-footer .form-left-text {
    margin-top: 25px;
    max-width: 635px;
}

.form-footer .form button[type=submit] {
    display: block;
    position: relative;
    font-size: 18px;
    font-family: 'a_futuraorto';
    width: 310px;
    height: 55px;
    text-align: center;
    padding-left: 30px;
    line-height: 55px;
    color: #ffffff;
    border: none;
    background: #f12c1c;
    margin-top: 0px;
    margin-left: auto;
}

.form-footer .form button[type=submit]:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 11px;
    background: url(../img/icon-send_w.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

footer .main-menu .nav-menu ul li a {
    color: #ffffff;
    transition: all 0.3s;
}

footer .main-menu .nav-menu ul li:hover a {
    color: #1c559c;
    transition: all 0.3s;
}

.wrap-footer-copyright {
    margin: 50px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.wrap-footer-copyright p, .wrap-footer-copyright p a {
    font-family: 'a_futuraorto';
    font-size: 14px;
    color: #666666;
}

#fp-nav.right {
    right: 200px;
}

#fp-nav ul {
    width: 48px;
    margin: 0;
    padding: 0;
}

#fp-nav ul li {
    width: 30px;
    height: 30px;
}

#fp-nav ul li.class {
    width: 30px;
    height: 30px;
}

#fp-nav ul li a span {
    width: 48px;
    height: 48px;
    left: 55%;
    background: transparent;
    transform: translate(-50%,-50%);
    transition: all 0.2s;
}

#fp-nav ul li a span {
    margin: 0 0 0 -3px;
}

#fp-nav ul li:hover a span {
    margin: 0 0 0 -3px;
}

#fp-nav ul li:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: red;
}

#fp-nav ul li.class a span {
    width: 48px;
    height: 48px;
    background: #fcd5d2;
    transition: all 0.2s;
}

#fp-nav ul li.class:nth-child(3) a span {
    background: #f12c1c;
    opacity: 0.6;
}

#fp-nav ul li.class:nth-child(3):after {
    display: none;
}

#fp-nav ul li.class:nth-child(4) a span {
    background: #3e1613;
    opacity: 1;
}

#fp-nav ul li.class:nth-child(4):after {
    display: none;
}

#fp-nav ul li.class:nth-child(5) a span {
    background: #3e1613;
    opacity: 1;
}

#fp-nav ul li.class:nth-child(5):after {
    display: none;
}

#fp-nav ul li.class:nth-child(11) a span {
    background: #3e1613;
    opacity: 1;
}

#fp-nav ul li.class:nth-child(11):after {
    display: none;
}

#fp-nav ul li.class a span:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.2s;
}

#fp-nav ul li:hover a.active span {
    height: 48px;
    width: 48px;
}

#fp-nav ul li:nth-child(1) a span:before {
    opacity: 0;
    position: absolute;
    content: 'Отправить заявку';
    color: #000000;
    font-size: 14px;
    left: 60px;
    top: 15px;
    width: 170px;
    margin: 0;
    transition: easy-in 0.5s;
}

#fp-nav ul li:nth-child(2) a span:before {
    opacity: 0;
    position: absolute;
    content: 'Главные задачи';
    color: #000000;
    font-size: 14px;
    left: 60px;
    top: 15px;
    width: 170px;
    transition: easy-in 0.5s;
}

#fp-nav ul li:nth-child(3) a span:before {
    opacity: 0;
    position: absolute;
    content: 'Success Factors';
    color: #ffffff;
    font-size: 14px;
    left: 60px;
    top: 15px;
    width: 170px;
    transition: easy-in 0.5s;
}

#fp-nav ul li:nth-child(4) a span:before {
    opacity: 0;
    position: absolute;
    content: 'Возможности';
    color: #ffffff;
    font-size: 14px;
    left: 60px;
    top: 15px;
    width: 170px;
    transition: easy-in 0.5s;
}

#fp-nav ul li:nth-child(5) a span:before {
    opacity: 0;
    position: absolute;
    content: 'Остались вопросы?';
    color: #ffffff;
    font-size: 14px;
    left: 60px;
    top: 15px;
    width: 170px;
    transition: easy-in 0.5s;
}

#fp-nav ul li:nth-child(6) a span:before {
    opacity: 0;
    position: absolute;
    content: 'Защита данных';
    color: #000000;
    font-size: 14px;
    left: 60px;
    top: 15px;
    width: 170px;
    transition: easy-in 0.5s;
}

#fp-nav ul li:nth-child(7) a span:before {
    opacity: 0;
    position: absolute;
    content: 'Преимущества';
    color: #000000;
    font-size: 14px;
    left: 60px;
    top: 15px;
    width: 170px;
    transition: easy-in 0.5s;
}

#fp-nav ul li:nth-child(8) a span:before {
    opacity: 0;
    position: absolute;
    content: 'Кейсы';
    color: #000000;
    font-size: 14px;
    left: 60px;
    top: 15px;
    width: 170px;
    transition: easy-in 0.5s;
}

#fp-nav ul li:nth-child(9) a span:before {
    opacity: 0;
    position: absolute;
    content: 'Цифры';
    color: #000000;
    font-size: 14px;
    left: 60px;
    top: 15px;
    width: 170px;
    transition: easy-in 0.5s;
}

#fp-nav ul li:nth-child(10) a span:before {
    opacity: 0;
    position: absolute;
    content: 'Новости';
    color: #000000;
    font-size: 14px;
    left: 60px;
    top: 15px;
    width: 170px;
    transition: easy-in 0.5s;
}

#fp-nav ul li:nth-child(11) a span:before {
    opacity: 0;
    position: absolute;
    content: 'О компании';
    color: #ffffff;
    font-size: 14px;
    left: 60px;
    top: 15px;
    width: 170px;
    transition: easy-in 0.5s;
}

#fp-nav ul li.class a span:before {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

#toTop {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #777777;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
}

#toTop:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #ffffff;
}

.gamb {
    display: none;
    height: 40px;
    width: 24px;
}

.gamb span {
    position: relative;
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 2px;
    color: #f12c1c;
    background: #f12c1c;
}

.gamb span:after {
    position: absolute;
    content: '';
    width: 24px;
    height: 2px;
    top: -7px;
    background: #f12c1c;
}

.gamb span:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 2px;
    bottom: -7px;
    background: #f12c1c;
}

.mobile-span {
    display: none;
    margin-bottom: 25px;
}

.desktop-span {
    display: block;
}

.arrow {
    position: absolute;
    top: -40px;
    z-index: 99;
    width: 55px;
    height: 55px;
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    border-radius: 50%;
    cursor: pointer;
}

.prev {
    right: 75px;
    background: url('../img/arrow-left.png') no-repeat;
    background-size: 100%;
    outline: none;
    transition: all 0.3s;
}

.prev:hover {
    background: url('../img/arrow-left-w.png') no-repeat;
    transition: all 0.3s;
}

.next {
    right: 0px;
    background: url('../img/arrow-right.png') no-repeat;
    background-size: 100%;
    outline: none;
    transition: all 0.3s;
}

.next:hover {
    background: url('../img/arrow-right-w.png') no-repeat;
    transition: all 0.3s;
}

.social {
    position: fixed;
    width: 35px;
    bottom: 80px;
    right: 18px;
    z-index: 666;
}

.social a {
    position: relative;
    display: block;
    margin-bottom: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #000000;
}

.social a:hover {
    background: #f12c1c;
}

.social a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.social p {
    white-space: nowrap;
    font-family: 'a_futuraorto';
    font-size: 12px;
    color: #000000;
    margin-top: 70px;
    transform: rotate(270deg);
}

.modal {
    position: fixed;
    display: none;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 550px;
    max-width: 550px;
    background: #111111;
    border-style: solid;
    border-width: 10px;
    -moz-border-image: -moz-linear-gradient(left, #f12c1c 0%, #1c559c 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #f12c1c 0%, #1c559c 100%);
    border-image: linear-gradient(to right, #f12c1c 0%, #1c559c 100%);
    -moz-border-image: linear-gradient(to right, #f12c1c 0%, #1c559c 100%);
    -webkit-border-image: linear-gradient(to right, #f12c1c 0%, #1c559c 100%);
    -o-border-image: linear-gradient(to right, #f12c1c 0%, #1c559c 100%);
    border-image: linear-gradient(to right, #f12c1c 0%, #1c559c 100%);
    border-image-slice: 1;
    z-index: 99999;
    padding: 40px 90px;
}

.modal-form input {
    width: 100%;
    background: #272727;
    height: 46px;
    margin-bottom: 10px;
    border: 1px solid #51519e;
    box-sizing: border-box;
    font-family: 'a_futuraorto';
    font-size: 14px;
    color: #ffffff;
    padding: 0 20px;
    transition: all 0.3s;
}

.modal-form p {
    margin-top: 20px;
    margin-bottom: 15px;
}

.modal-form button.button-submit {
    display: block;
    position: relative;
    font-size: 18px;
    font-family: 'a_futuraorto';
    width: 100%;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #ffffff;
    border: none;
    background: #f12c1c;
    margin-top: 0px;
    margin-left: auto;
}

#thxs {
    height: 280px;
}

.back_thx {
    display: block;
    position: relative;
    font-size: 18px;
    font-family: 'a_futuraorto';
    width: 100%;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #ffffff;
    border: none;
    background: #f12c1c;
    margin-top: 0px;
    margin-left: auto;
}

/* feild wrapper */
.feild_wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}

.feild_wrapper input, .feild_wrapper textarea {
    -webkit-transition: ease-in 1000ms;
    -moz-transition: ease-in 1000ms;
    -ms-transition: ease-in 1000ms;
    -o-transition: ease-in 1000ms;
    transition: ease-in 1000ms;
}

.feild_wrapper.wrong input, .feild_wrapper.wrong textarea {
    border-color: red;
    box-shadow: 0 0 5px red;
    -webkit-transition: ease-in 1000ms;
    -moz-transition: ease-in 1000ms;
    -ms-transition: ease-in 1000ms;
    -o-transition: ease-in 1000ms;
    transition: ease-in 1000ms;
}

.feild_wrapper .error_label {
    background: rgb(255,48,25);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
    /* IE6-9 */
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 1px 1px 3px #c9c9c9;
    color: #fff;
    font-size: 14px;
    left: 50%;
    margin-left: -120px;
    margin-bottom: 10px;
    padding: 6px;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 240px;
    z-index: 3;
}

.feild_wrapper .error_label:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid rgba(207,4,4,1);
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -2px;
}

.right_lebel .feild_wrapper .error_label {
    bottom: 50%;
    left: 100%;
    margin-left: 9px;
    margin-bottom: -14px;
}

.right_lebel .feild_wrapper .error_label:after {
    border-left: 5px solid transparent;
    border-right: 4px solid rgba(207,4,4,1);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    bottom: 7px;
    left: -7px;
    margin-left: -2px;
}

.left_lebel .feild_wrapper .error_label {
    bottom: 50%;
    left: auto;
    right: 100%;
    margin-right: 9px;
    margin-bottom: -14px;
}

.left_lebel .feild_wrapper .error_label:after {
    border-right: 5px solid transparent;
    border-left: 4px solid rgba(207,4,4,1);
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    bottom: 7px;
    left: auto;
    right: -7px;
    margin-right: -2px;
}

.feild_wrapper.wrong .error_label {
    visibility: visible;
    -webkit-animation: 400ms bounceIn;
    animation: 400ms bounceIn;
}

.lead {
    height: 65px;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    width: 290px;
}

.lead a {
    line-height: 1;
    margin-top: -6px;
    display: inline-block;
    vertical-align: text-top;
    color: #ffffff;
    width: 150px;
}

.lead a span {
    font-size: 12px;
}

.lead img {
    height: 100%;
    width: auto;
}

.mobile-title {
    display: none;
}

.desktop-title {
    display: block;
}
@media screen and (min-width: 1200px){
    #fullpage .section {
        padding: 50px 0;
    }    
}
@media screen and (max-width: 1300px) {
    .protect-title {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .logo img {
        width: 100%;
    }

    .nav-menu ul li {
        line-height: 25px;
    }

    .examples-item {
        padding: 0 10px;
    }

    .main-contacts {
        width: 220px;
    }

    .mar_d {
        padding-bottom: 0;
    }

    .modules .desktop-tabs {
        display: none;
    }

    .answer {
        display: block;
    }

    .list_prices li {
        list-style-type: none;
    }

    .acord_list_price {
        position: relative;
        padding: 7px 15px 7px 30px;
        background: #f7f7f7;
        margin-bottom: 5px;
    }

    .acord_list_price:after {
        position: absolute;
        content: '';
        width: 8px;
        height: 2px;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        background: linear-gradient(270deg,#1c559c 0,#f12c1c 100%);
    }

    .acord_title {
        font-weight: bold;
    }

    .answer .module-list li {
        color: #000000;
        font-size: 14px;
    }

    .prise_parent td p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .prise_parent td {
        padding-bottom: 20px;
    }

    .prise_parent td ul.module-list li {
        list-style-type: disc;
    }

    .acord_list_price {
        position: relative;
    }

    .acord_list_price .ic_acord {
        position: absolute;
        right: 10px;
        top: 15px;
        width: 9px;
        height: 6px;
        background: url(../img/arr.png) no-repeat;
        transition: all 0.3s;
    }

    .acord_list_price.curent .ic_acord {
        position: absolute;
        right: 10px;
        top: 15px;
        width: 9px;
        height: 6px;
        transform: rotate(-90deg);
        background: url(../img/arr.png) no-repeat;
        transition: all 0.3s;
    }

    .prise_parent a.module-btn {
        display: block;
        position: relative;
        font-size: 15px;
        font-family: 'a_futuraorto';
        width: 230px;
        height: 45px;
        text-align: center;
        padding-left: 25px;
        line-height: 45px;
        color: #ffffff;
        background: #f12c1c;
    }

    .main-section {
        padding-bottom: 55px;
    }

    .tasks-title {
        margin: 55px 0;
    }

    .modules {
        padding: 55px 0;
    }

    .opportunities-bottom .mech-block {
        display: none;
    }

    .opportunities-bottom {
        padding-bottom: 55px;
    }

    .protect-title {
        font-family: 'a_futuraorto_bold';
        font-size: 28px;
        color: #000000;
        line-height: 1.2;
        margin-top: 55px;
        margin-bottom: 45px;
    }

    .shield-img {
        margin-bottom: 30px;
    }

    .protect-text {
        font-size: 18px;
    }

    .protect {
        background-position: -150px 0;
    }

    .wrap-achievments-block {
        margin: 55px 0;
        background-size: 50%;
    }

    .ach-1 {
        padding-left: 40px;
        padding-right: 130px;
    }

    .ach-1:after {
        left: 325px;
    }

    .ach-4 {
        padding-left: 210px;
    }

    .ach-4:after {
        left: 90px;
    }

    .ach-4 .item-title span {
        padding-right: 25px;
    }

    .ach-2 .item-title {
        max-width: 190px;
    }

    .ach-2:after {
        left: 204px;
        bottom: 62px;
    }

    .ach-5 {
        padding-left: 280px;
    }

    .ach-5:after {
        left: 200px;
        bottom: 62px;
    }

    .ach-3:after {
        left: 325px;
    }

    .ach-6 {
        padding-left: 210px;
    }

    .ach-6:after {
        left: 90px;
    }

    .main-section .color-title span {
        font-size: 32px;
    }
}

.achivments-slider {
    display: none;
}

@media screen and (max-width: 991px) {
    .news-text::-webkit-scrollbar {
        width: 0px;
        /* remove scrollbar space */
        background: transparent;
        /* optional: just make scrollbar invisible */
    }

    .news-text::-webkit-scrollbar-thumb {
        background: transparent;
    }

    .mobile-title {
        display: block;
    }

    .desktop-title {
        display: none;
    }

    h1.color-title {
        margin-bottom: 20px;
    }

    .achievments-title {
        font-family: 'a_futuraorto_bold';
        font-size: 24px;
        color: #000000;
        margin-top: 15px;
        margin-bottom: 75px;
    }

    .menu-overlay.active {
        position: fixed;
        display: block;
        left: 0;
        top: 85px;
        width: 100%;
        height: 100%;
        background: transparent;
        z-index: 1;
    }

    .prise_parent a.module-btn {
        margin: auto;
    }

    .achivments-slider {
        display: block;
    }

    .main-contacts {
        width: auto;
        display: inline-block;
        margin-right: 120px;
    }

    .gamb {
        display: inline-block;
    }

    #navbar .nav-menu {
        position: fixed;
        width: 100%;
        overflow: hidden;
        height: calc(50% - 50px);
        width: 0;
        left: 0;
        top: 75px;
        z-index: 9999;
        background: #ffffff;
        transition: all 0.3s;
    }

    #navbar .nav-menu.active {
        overflow: scroll;
        height: 400px;
        left: 0;
        width: 100%;
        transition: all 0.3s;
        z-index: 9999;
    }

    #navbar .nav-menu ul {
        padding-top: 15px;
    }

    #navbar .nav-menu ul li {
        display: block;
        width: 100%;
        line-height: 35px;
    }

    .nav-menu .mob a {
        font-size: 18px;
        font-weight: bold;
        color: #f12c1c;
    }

    .nav-menu .mob:last-child a {
        font-size: 18px;
        font-weight: normal;
        color: #1c559c;
    }

    #navbar .nav-menu ul li:last-child {
        border-bottom: none;
    }

    footer .nav-menu {
        display: none;
    }

    #anchor {
        padding-bottom: 70px;
    }

    .tasks {
        padding: 70px 0;
    }

    .modules {
        background: none;
        padding: 70px 0;
    }

    .modules-title-right {
        display: none;
    }

    .modules-text {
        display: none;
    }

    .opportunities-up {
        padding: 70px 0;
    }

    .opportunities-item img {
        width: 100%;
        object-fit: cover;
    }

    .opportunities-bottom {
        position: relative;
        padding-bottom: 70px;
    }

    .protect {
        padding: 70px 0;
    }

    .achievments {
        padding: 70px 0;
    }

    .wrap-achievments-block {
        background: none;
        display: none;
    }

    .wrap-achievments-block:after {
        top: 0;
        left: 0;
        transform: translate(0%,-100%);
    }

    .item-title {
        padding: 20px 0;
    }

    .achievments-item {
        width: 100%;
        padding: 20px 0;
    }

    .number-ahievments {
        margin-bottom: 20px;
    }

    .achievments-item:after {
        left: 50px;
        top: 10px;
    }

    .achievments-item .number-ahievments {
        text-align: left;
    }

    .ach-1 {
        order: 1
    }

    .ach-2 {
        order: 2
    }

    .ach-3 {
        order: 3
    }

    .ach-4 {
        order: 4
    }

    .ach-5 {
        order: 5
    }

    .ach-6 {
        order: 6
    }

    .examples {
        padding: 70px 0;
    }

    .numbers {
        padding: 70px 0;
    }

    .numbers-item {
        max-height: none;
    }

    .wrap-number-block {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .number-block-item {
        width: 100%;
        margin: 15px 0;
    }

    .protect-bg {
        width: 100%;
        height: 100%;
    }

    .news-item {
        max-width: none;
    }

    .form-left-text {
        margin-bottom: 15px;
    }

    .wrap-footer-copyright {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .wrap-footer-copyright p {
        width: 50%;
        text-align: center;
        margin-bottom: 10px;
    }

    .order-button {
        margin-bottom: 35px;
    }

    .task-item img {
        width: 100%;
        object-fit: cover;
    }

    .examples {
        padding-top: 20px;
    }

    .numbers {
        padding-top: 20px;
    }

    .wrap-input {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form-footer .form button[type=submit] {
        margin: auto;
    }

    .wrap-achievments-block {
        display: none;
    }

    .item-title {
        max-width: initial;
    }

    .small-text {
        display: block;
        font-family: 'a_futuraorto';
        font-size: 14px;
    }

    .modal-news .news-item .wrap-news-img {
        width: 220px;
        margin-bottom: 0;
    }

    .modal-news .news-item .right-news-block {
        width: 350px;
    }

    .modal-news .news-item .news-date {
        margin-bottom: 12px;
    }

    .nav-menu ul li.curent a {
        display: block;
    }

    .protect {
        background: none;
    }
}

.main-contacts .mobile-callback {
    display: none;
}

.achivment-item {
    position: relative;
    width: 100%;
    margin: 0;
}

.ach-img {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 55px;
    bottom: auto;
    top: 12px;
    border-radius: 50%;
    background-position: center;
}

.ach-img_1 {
    background: #000000 url(../img/ach-1.png)no-repeat;
    background-position: center;
}

.ach-img_2 {
    background: #000000 url(../img/ach-2.png)no-repeat;
    background-position: center;
}

.ach-img_3 {
    background: #000000 url(../img/ach-3.png)no-repeat;
    background-position: center;
}

.ach-img_4 {
    background: #000000 url(../img/ach-4.png)no-repeat;
    background-position: center;
}

.ach-img_5 {
    background: #000000 url(../img/ach-5.png)no-repeat;
    background-position: center;
}

.ach-img_6 {
    background: #000000 url(../img/ach-6.png)no-repeat;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .desctop, .modules .desktop-tabs, .modules-bg {
        display: none !important;
    }

    .modal-news .news-text-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .modal-news .news-text {
        height: auto;
    }

    .social {
        display: none;
    }

    .mob {
        display: block;
    }

    .nav-menu.active .social {
        display: block;
        left: auto;
        right: 10px;
        top: 120px;
    }

    .main-contacts {
        margin-left: 0;
        top: -13px;
        position: relative;
        margin-right: 50px;
    }

    .mobile-span {
        display: block;
    }

    .desktop-span {
        display: none;
    }

    h1.color-title {
        margin-bottom: 25px;
    }

    .main-contacts .mobile-callback {
        display: block;
    }

    .main-contacts .phone, .main-contacts .callback {
        display: none;
    }

    .main-menu {
        margin-bottom: 15px;
    }

    .wrap-form-side {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
    }

    .form-left {
        display: block;
        margin: auto;
    }

    .form-right {
        display: block;
        margin: auto;
    }

    .form-title {
        font-size: 22px;
    }

    .form button[type=submit] {
        margin-top: 20px;
    }

    .protect {
        background: #fbfbfb;
    }

    .shield-img {
        position: absolute;
        z-index: 99;
    }

    .protect-bg.mobile-span {
        position: relative;
        left: 0;
        float: left;
        width: 200px;
        margin-left: -15px;
        width: calc(100% + 30px);
    }

    .arrow {
        top: -75px;
    }

    .prev {
        right: auto;
        left: 40%;
        transform: translateX(-50%);
    }

    .next {
        right: 40%;
        transform: translateX(50%);
    }

    .news {
        padding: 30px 0;
    }

    .news-button {
        margin-top: 100px;
    }

    .news .arrow {
        bottom: -70px;
    }

    .footer-bg {
        display: none;
    }

    .footer-up {
        padding-top: 30px;
    }

    .logo {
        margin-right: 0;
    }

    .wrap-achievments-block {
        width: 290px;
    }

    .form button[type=submit] {
        width: 100%;
        padding-left: 15px;
        font-size: 14px;
    }

    .form button[type=submit]:before {
        left: 10px;
    }

    .task-item.item-4, .task-item.item-5, .task-item.item-6 {
        height: 305px;
    }

    .tasks {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .modules, .opportunities-up {
        padding: 30px 0;
    }

    .form {
        border-style: solid;
        border-width: 5px;
        -moz-border-image: -moz-linear-gradient(left, #f12c1c 0%, #1c559c 100%);
        -webkit-border-image: -webkit-linear-gradient(left, #f12c1c 0%, #1c559c 100%);
        border-image: linear-gradient(to right, #f12c1c 0%, #1c559c 100%);
        -moz-border-image: linear-gradient(to right, #f12c1c 0%, #1c559c 100%);
        -webkit-border-image: linear-gradient(to right, #f12c1c 0%, #1c559c 100%);
        -o-border-image: linear-gradient(to right, #f12c1c 0%, #1c559c 100%);
        border-image: linear-gradient(to right, #f12c1c 0%, #1c559c 100%);
        border-image-slice: 1;
        border-image-slice: 1;
    }

    .examples-title {
        font-size: 24px;
    }

    .wrap-footer-copyright {
        margin: 40px 0;
    }

    .wrap-footer-copyright p {
        width: 100%;
    }

    .examples {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .examples-title {
        margin-top: 0;
        margin-bottom: 75px;
    }

    .numbers {
        padding-top: 0;
        padding-bottom: 0px;
    }

    .numbers-title {
        margin-top: 0;
        margin-bottom: 75px;
    }

    .news {
        padding-top: 0;
    }

    .news-title {
        margin-top: 0;
        margin-bottom: 75px;
    }

    .form-footer .forms {
        padding: 10px;
    }

    .form-footer .form {
        padding: 15px 25px;
    }

    .social {
        left: 10px;
    }

    .modal {
        padding: 50px 30px;
    }

    .opportunities-up .color-text span {
        display: table;
    }

    .modal-news .news-item {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 80vh;
        overflow: scroll;
    }

    .modal-news .news-item .wrap-news-img {
        width: 100%;
        order: 2;
        margin-top: 20px;
    }

    .modal-news .news-item .right-news-block {
        width: auto;
        order: 1;
    }

    .modal-news .news-item .news-date {
        margin-bottom: 12px;
    }

    .forms {
        display: block;
        width: 100%;
        background: transparent;
        padding: 55px;
        border-style: solid;
        border-width: 5px;
        -moz-border-image: linear-gradient(to right, #f12c1c 0%, #1c559c 100%);
        -webkit-border-image: linear-gradient(to right, #f12c1c 0%, #1c559c 100%);
        -o-border-image: linear-gradient(to right, #f12c1c 0%, #1c559c 100%);
        border-image: linear-gradient(to right, #f12c1c 0%, #1c559c 100%);
        border-image-slice: 1;
    }

    footer .logo {
        display: block;
        margin: auto;
    }

    footer .main-contacts {
        display: none;
    }

    #navbar .main-menu {
        padding: 0 15px;
    }

    #navbar .main-menu .col-md-2 {
        margin: auto;
        margin-left: 0;
    }

    .modal-news .news-text {
        display: block;
        height: 200px;
        overflow: auto;
    }
}

@media screen and (max-width: 530px) {
    .protect-bg.mobile-span {
        display: none;
    }

    .shield-img {
        display: none;
    }

    .logo {
        max-width: 120px;
    }

    .main-contacts {
        top: -13px;
        margin-right: 15px;
    }

    h1.color-title {
        margin-bottom: 25px;
        font-size: 18px;
        margin-top: 0;
    }

    h1.color-title span {
        font-size: 18px;
    }

    .color-text {
        font-size: 18px;
    }

    .color-text span {
        font-size: 18px;
    }

    .head-text {
        font-size: 18px;
    }

    .text {
        font-size: 18px;
    }

    .tasks-title {
        font-size: 24px;
    }

    .forms {
        padding: 15px;
    }

    .opportunities-text {
        font-size: 20px;
    }

    .footer-up-title {
        font-size: 24px;
    }

    .number-block-item p span.color {
        font-size: 72px;
    }

    .number-block-item p span.color-white {
        padding-left: 0;
        white-space: nowrap;
        bottom: -20px;
        right: 50%;
        transform: translateX(50%);
    }

    .form-footer .forms {
        padding: 0px;
        border: none;
    }

    .form-footer .form {
        padding: 5px;
    }

    .form-footer-title {
        font-size: 18px;
    }

    .wrap-input {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .wrap-input input {
        width: 100%;
    }

    .form-footer .forms button[type=submit] {
        width: 265px;
    }

    .examples-item {
        width: 100%;
    }

    footer .logo {
        display: block;
        margin: auto;
    }

    .form-footer .forms button[type=submit] {
        width: 100%;
        padding-left: 20px;
        font-size: 18px;
    }

    .form-footer .forms button[type=submit]:before {
        left: 5px;
    }

    #anchor {
        padding-bottom: 0;
    }

    .main-section .color-title span {
        font-size: 18px;
    }

    h1.color-title {
        font-size: 18px;
    }

    .color-text {
        margin-bottom: 25px;
    }

    .tasks-title {
        margin: 25px 0;
    }

    .task-item ul li {
        font-size: 12px;
    }

    .opportunities-up .color-text span {
        font-size: 16px;
    }

    .opportunities-title {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .opportunities-item .opp-text {
        font-size: 12px;
    }

    .opportunities-text {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .protect {
        padding: 0;
    }

    .protect-title {
        margin: 30px 0;
    }

    .numbers-title {
        font-size: 32px;
    }

    .news-title {
        font-size: 32px;
    }

    .slick-dots {
        top: auto;
        bottom: -45px;
        left: 50%;
        transform: translateX(-50%);
    }

    .slick-dots li {
        display: inline-block;
        margin: 0 15px;
        top: -3px;
    }

    .slick-dots li.slick-active {
        margin-left: 0px;
        top: 0px;
        left: 6px;
    }

    .footer-up-title {
        font-size: 24px;
    }

    #navbar .main-menu {
        padding: 0;
    }

    a.order-button {
        margin: auto;
    }
}
