html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button:focus {
    outline: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline
}

img {
    max-width: 100%;
}

b {
    /* color: #000000; */
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.red {
    color: #f82829;
}

.upper {
    text-transform: uppercase;
}

h1 {
    font-size: 40px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}

h2 {
    font-size: 50px;
    color: #000;
    margin: 0 0 10px;
}

.h3 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

header {
    background: url("../img/header.jpg") no-repeat;
    padding-bottom: 230px;
    background-size: cover;
}

.header-top {
    padding-top: 30px;
    margin-bottom: 160px;
    display: table;
    width: 100%;
}

.logo {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}

.menu-top {
    display: table-cell;
    vertical-align: middle;
    padding-left: 133px;
}

.menu-top__item {
    display: inline-block;
}

.menu-top__href {
    color: #fff;
    font-size: 13px;
    padding: 12px 15px 12px 15px;
    border: 2px solid transparent;
    border-radius: 30px;
}

.menu-top__href:hover {
    text-decoration: none;
    color: #e40000;
    /*border: 2px solid #969594;*/
}

.header-info {
    max-width: 635px;
}
.locales{
    display: block;
    text-align: right;
    padding:20px 5px;
    font-weight:bold;
}
.locales a:hover{
    /*text-decoration: underline;*/
    border: 2px solid #e40000;

}
.header-info__text {
    font-size: 22px;
    color: #949696;
    font-weight: 500;
}

.btn {
    background: none;
    font-size: 19px;
    color: #fff;
    border: solid 2px #e40000;
    padding: 15px 25px 15px 25px;
    border-radius: 30px;
    cursor: pointer;
}
.wap-btn__go{
    display: none;
}
.btn:hover {
    background-color: #e40000;
}

.etap-position {
    margin-top: -75px;
}

.etap {
    display: table;
    width: 100%;
    font-size: 0;
    border-bottom: 1px solid #e5e5e5;
}

.etap__item {
    display: table-cell;
    background-color: #eef0f3;
    width: 50%;
    padding: 40px;
    border-right: 1px solid #e5e5e5;
}

.etap__item:last-child {
    border-right: none
}

.etap-icon {
    display: table-cell;
    vertical-align: middle;
    min-width: 60px;
}

.etap-text {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
}

.etap-text__number {
    font-size: 14px;
    margin-bottom: 8px;
    color: #b5b5b5;
    display: table;
}

.etap-text__int {
    display: inline-block;
    vertical-align: middle;
}

.etap-text__line {
    width: 35px;
    height: 1px;
    background-color: #f82829;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.etap__item:hover {
    background-color: #f82829;
    color: #fff;
    cursor: pointer;
}

.etap__item:hover .etap-text__int {
    color: #fff;
}

.etap__item:hover .etap-text__line {
    background-color: #fff;
}

.icon-1 {
    background: url("../img/icon-1.png") no-repeat;
    width: 60px;
    height: 63px;
    background-size: contain;
}

.etap__item:hover .icon-1 {
    background: url("../img/icon-1-hover.png") no-repeat;
    background-size: contain;

}

.icon-2 {
    background: url("../img/icon-2.png") no-repeat;
    background-size: contain;
    width: 66px;
    height: 65px;
}

.etap__item:hover .icon-2 {
    background: url("../img/icon-2-hover.png") no-repeat;
    background-size: contain;

}

.icon-3 {
    background: url("../img/icon-3.png") no-repeat;
    background-size: contain;
    width: 63px;
    height: 59px;
}

.etap__item:hover .icon-3 {
    background: url("../img/icon-3-hover.png") no-repeat;
    background-size: contain;

}

.icon-4 {
    background: url("../img/icon-4.png") no-repeat;
    background-size: contain;
    width: 58px;
    height: 64px;
}

.etap__item:hover .icon-4 {
    background: url("../img/icon-4-hover.png") no-repeat;
    background-size: contain;

}

.h2-mini {
    font-size: 24px;
    display: block;
}

.section2-max {
    max-width: 980px;
}

.section-2 {
    margin-top: 50px;
}

.line-h2:after {
    content: "";
    display: table;
    width: 60px;
    height: 1px;
    background: #000;
    margin: 0 auto;
}

.tags__item {
    background-color: #e7eaf2;
    display: inline-block;
    padding: 10px;
    border-radius: 30px;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
}

.tags {
    margin-top: 40px;
    margin-left: -5px;
    margin-right: -5px;
}

.img-mac {
    margin-top: 60px;
    margin-bottom: 30px;
}

.section-3 {
    background-color: #e7eaf2;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}

.timeline {
    list-style: none;
    padding: 58px 0 20px;
    position: relative;
    z-index: 10;
}

.timeline > li {
    margin-bottom: 30px;
    position: relative;
}

.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 50%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 20px 20px 20px;
    font-weight: bold;
    font-size: 18px;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li.timeline-inverted + li:not(.timeline-inverted), .timeline > li:not(.timeline-inverted) + li.timeline-inverted {
    margin-top: -60px;
    padding-bottom: 90px;
}

.timeline > li:not(.timeline-inverted) {
    padding-right: 125px;
    padding-bottom: 95px;
}

.timeline > li.timeline-inverted {
    padding-left: 145px;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 15px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 16px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    line-height: 50px;
    text-align: center;
    position: absolute;
    height: 70px;
    width: 70px;
    top: 0px;
    left: 50%;
    margin-left: -35px;
    background-color: #000;
    z-index: 100;
    border-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

.section-3-botton {
    position: absolute;
    bottom: 0;
}

.timeline-badge img {
    position: relative;
}

.timeline-1 {
    top: 20px;
}

.timeline-2 {
    top: 20px;
}

.timeline-3 {
    top: 16px;
}

.timeline-4 {
    top: 17px;
}

.timeline-5 {
    top: 18px;
}

.timeline-6 {
    top: 20px;
}

.timeline-7 {
    top: 17px;
}

.circle {
    left: 50%;
    margin-left: -7px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
}

.circle-center {
    position: absolute;
    left: 50%;
    top: -39px;
}

.circle-center2 {
    position: absolute;
    left: 50%;
    top: 84px;
    margin-left: 2px;
}

.item-timeline-5 {
    padding-bottom: 40px !important;
}

.timeline-badge__item {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: -55px;
}

.timeline-inverted .timeline-badge__item {
    left: -135px;
    right: 0;
}

.section-3-logo {
    font-size: 180px;
    font-weight: bold;
    color: #eef0f6;
    position: absolute;
    right: -100px;
    top: 154px;
    display: none;
}

.section-4 {
    padding-top: 40px;
    position: relative;
    padding-bottom: 60px;
}

.support {
    font-size: 0;
    display: table;
    width: 100%;
    position: relative;
    z-index:4;
}

.support-left {
    display: inline-block;
    vertical-align: middle;
    width: 50%;

}

.support-right {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
    z-index: 4;
}

.support-right__title {
    font-size: 40px;
    font-weight: bold;
}

.support-right__text {
    font-size: 18px;
}

.padlft-4 {
    padding-left: 40px;
}

.padrght-4 {
    padding-right: 40px;
}

.line {
    width: 55px;
    height: 1px;
    background-color: #000;
    margin-top: 10px;
}

.support-wrap {
    margin-top: 40px;
}

.section-4-logo {
    color: #f7f7f7;
    font-size: 165px;
    font-weight: 600;
    left: 155px;
    bottom: -70px;
    position: absolute;
    display: none;
}

footer {
    background-color: #0f0f0f;
    padding: 60px 0px 40px 0px;
    position: relative;
    margin-top: 30px;
}

.copirate {
    color: #909090;
    font-size: 18px;
    font-weight: 500;
}

.footet-title {
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.contacts__inner{
    padding: 0 15px;
}

.contact-tel__href {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}

.contact-tel__href:hover {
    text-decoration: none;
}

.contact-mail__href {
    font-size: 32px;
    color: #f82829;
    font-weight: bold;
    border-bottom: 2px solid #f82829;
}

.contact-mail__href:hover {
    text-decoration: none;
    border-bottom: none;
}

.contact {
    display: table;
    width: 100%;
    margin: 40px 0px 75px 0px;
}

.contact-tel {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
}

.contact-mail {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
}

.footer-line {
    width: 100px;
    height: 1px;
    background-color: #fff;
    margin: 20px auto 0px;
}

.footer-line2 {
    max-width: 700px;
    height: 1px;
    background-color: #3f3f3f;
    margin: 0 auto 20px;
}

.visible {
    display: none;
}

.mobile-menu-btn {
    display: none;
}
