@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
html, body {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.container {
    width: 100%;
    max-width: 1366px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #271D56;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 0 0;
    border-bottom: 4px solid #271D56;
}
header.scrolled {
    background: rgba(39,29,86,.9);
}
.header-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.logo {
    margin-left: 20px;
}
.header-menu ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-menu ul li {
    margin-left: 30px;
}
.header-menu ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.header-menu li a:hover,
.header-menu li:hover a
{
    color: #49AE57;
}
.header-menu li a.active,
.header-menu li.active a {
    color: #49AE57;
}

#menuBtn {
    display: none;
    height: 14px;
    cursor: pointer;
    position: relative;
    z-index: 11;
}
.menu-icon {
    display: block;
    font-size: 0;
    background: none;
    border: none;
    width: 22px;
    position: relative;
}
.menu-icon,
.menu-icon:before,
.menu-icon:after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.menu-icon:before,
.menu-icon:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
}
.menu-icon:before {
    top: 6px;
}
.menu-icon:after {
    top: 12px;
    width: 17px;
}
.menu-icon.opened {
    background-color: transparent;
}
.menu-icon.opened:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
    width: 22px;
}
.menu-icon.opened:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
}
.main {
    margin-top: 90px;
}
.main-slide-capture {
    position: relative;
    width: 100%;
    max-width: 1366px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
    margin: 80px auto 0;
    font-weight: 700;
    line-height: 1.3;
    font-size: 64px;
    color: #000;
    z-index: 1;
}
.main-slide-capture span {
    color: #49AE57;
}
.slider-sec .container {
    padding: 0;
    max-width: 100%;
}
.main-slider {
    width: 100%;
    height: 653px;
    overflow: hidden;
    min-height: calc(100vh - 90px);
}
.second-slide .main-slide-capture {
    color: #fff;
    margin-top: 58px;
    font-size: 60px;

}
.main-slider .slick-dots {
    position: absolute;
    bottom: 180px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 1366px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main-slider .slick-dots button {
    display: none;
}
.main-slider .slick-dots li {
    display: block;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #49AE57;
    margin: 0 22px;
    position: relative;
}
.main-slider .slick-dots li:first-child {
    margin-left: 0;
}
.main-slider .slick-dots li:last-child {
    margin-right: 0;
}
.main-slider .slick-dots li:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 5px;
    left: 19px;
    background: url('/img/slider-dots-bg.svg') no-repeat center center;
}
.main-slider .slick-dots li:last-child:after {
    display: none;
}
.main-slide img {
    width: 100%;
    min-width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}
.main-slide {
    height: 653px;
    min-height: calc(100vh - 90px);
}
.second-slide img {
    left: auto;
    right: 0;
}
.webp .first-slide {
    background: url('../img/slide-1.webp') no-repeat left bottom;
    -webkit-background-size: cover;
    background-size: cover;
}
.no-webp .first-slide {
    background: url('../img/slide-1.jpg') no-repeat left bottom;
    -webkit-background-size: cover;
    background-size: cover;
}
.webp .second-slide {
    background: #200F3E;
    background: url('../img/slide2.webp') no-repeat bottom right calc(50% - 390px), linear-gradient(270deg, #274D87 0%, #200F3E 100.47%);
    -webkit-background-size: auto;
    background-size: auto;
}
.no-webp .second-slide {
    background: #200F3E;
    background: url('../img/slide2.png') no-repeat bottom right calc(50% - 390px), linear-gradient(270deg, #274D87 0%, #200F3E 100.47%);
    -webkit-background-size: auto;
    background-size: auto;
}
.about {
    padding: 120px 0;
}
.text-section h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    color: #212121;
    text-align: center;
    margin-bottom: 30px;
}
.text-section h2 span {
    color: #49AE57;
}
.section-desc {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #212121;
    margin-bottom: 60px;
}
.section-items {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.about .section-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 40px;
    border-right: 1px dashed #49AE57;
}
.about .section-item:last-child {
    border-right: none;
}
.about .section-item h3 {
    color: #271D56;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about .section-item h3 span {
    color: #49AE57;
    font-weight: 700;
    font-size: 47px;
    line-height: 1;
    margin-left: 8px;
}
.about .section-item-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: #454545;
}
.partners {
    padding: 116px 0;
    background-color: #271D56;
}
.partners h2 {
    color: #fff;
    margin-bottom: 70px;
}
.partners .section-item {
    width: 25%;
    height: 150px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px dashed #3F3378;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.partners .section-item img {
    width: auto;
    max-width: 100%;
}
.partners .section-item:nth-child(4n) {
    border-right: none;
}
.partners .section-item:nth-child(n+5) {
    border-top: 1px dashed #3F3378;
}
.partners .section-item:after {
    content: '';
    display: none;
    width: 5px;
    height: 5px;
    background-color: #3F3378;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -3px;
    margin-right: -3px;
    z-index: 1;
}
.partners .section-item:nth-child(5):after,
.partners .section-item:nth-child(6):after,
.partners .section-item:nth-child(7):after {
    display: block;
}
.partners .section-desc {
    color: #fff;
    margin-bottom: 0;
    margin-top: 70px;
    font-weight: 600;
}
.pbx {
    background-color: #F2F2F2;
    padding: 90px 0 120px;
}
.pbx .section-item {
    width: 33.3333%;
    height: 165px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 1px dashed #49AE57;
    border-bottom: 1px dashed #49AE57;
    position: relative;
}
.pbx .section-item:nth-child(3n) {
    border-right: none;
}
.pbx .section-item:nth-child(n+4) {
    border-bottom: none;
    padding-top: 38px;
}
.pbx .section-item:after {
    content: '';
    display: none;
    width: 5px;
    height: 5px;
    background-color: #49AE57;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -3px;
    margin-right: -3px;
    z-index: 1;
}
.pbx .section-item:nth-child(4):after,
.pbx .section-item:nth-child(5):after {
    display: block;
}
.pbx .section-item h3 {
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
}
.pbx .section-item-desc {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color: #494949;
}
.callCenters {
    padding: 100px 0 130px;
}
.section-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.section-img-desc {
    max-width: 410px;
    margin-left: 75px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color: #494949;
}
.section-img-desc p {
    margin-bottom: 15px;
}
.section-img-desc p:last-child {
    margin-bottom: 0;
}
.sms .section-item {
    height: 188px;
}
.sms {
    padding: 90px 0;
}
.events {
    padding: 110px 0 260px;
}
.events .container {
    max-width: 1100px;
}
.events-description {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    color: #212121;
}
.events-diagram {
    width: 100%;
    height: 49px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 23px;
}
.events-line {
    height: 1px;
    width: 100%;
    content: '';
    background-color: #212121;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 24px;
}
.event-item-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.event-item {
    position: relative;
    height: 48px;
    width: 48px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding-top: 4px;
    padding-left: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0 50px;
}
.event-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 49px;
    height: 49px;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #212121;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.event-item:after {
    content: '';
    display: block;
    position: absolute;
    width: 49px;
    height: 24px;
    left: 0;
    top: 0;
    margin-top: 25px;
    background-color: #fff;
    z-index: 1;
}
.event-item-point {
    position: relative;
    width: 41px;
    height: 41px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #255285;
    z-index: 2;
}
.event-item-point:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    margin-top: -6px;
    left: 50%;
    margin-left: -2px;
    background-color: #212121;
    z-index: 3;
}
.event-item-point:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    margin-top: 5px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #255285;
}
.event-item-capture {
    position: absolute;
    left: 50%;
    top: 120px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
}
.event-item-capture:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 18px;
    width: 2px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px dashed #212121;
}
.event-item-capture:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -1px;
    margin-bottom: 12px;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #212121;
}
.event-item-capture h3 {
    color: #212121;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 5px;
}
.event-item-capture h4 {
    text-transform: uppercase;
    color: #828282;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
}
.event-item:nth-child(even):after {
    margin-top: 0;
}
.event-item:nth-child(even) .event-item-point:before {
    bottom: 0;
    margin-bottom: -6px;
    top: auto;
    margin-top: 0;
}
.event-item:nth-child(even) .event-item-point:after {
    top: auto;
    margin-top: 0;
    bottom: 100%;
    margin-bottom: 5px;
}
.event-item:nth-child(even) .event-item-capture {
    top: auto;
    bottom: 120px;
}
.event-item:nth-child(even) .event-item-capture:before {
    bottom: auto;
    top: 100%;
    margin-bottom: 0;
    margin-top: 18px;
}
.event-item:nth-child(even) .event-item-capture:after {
    bottom: auto;
    margin-bottom: 0;
    top: 100%;
    margin-top: 12px;
}
.events h2 {
    margin-bottom: 80px;
}
.event-item:nth-child(1) .event-item-point {
    background-color: #860DCC;
}
.event-item:nth-child(1) .event-item-point:after {
    border-color: #860DCC;
}
.event-item:nth-child(2) .event-item-point {
    background-color: #FFD923;
}
.event-item:nth-child(2) .event-item-point:after {
    border-color: #FFD923;
}
.event-item:nth-child(3) .event-item-point {
    background-color: #0094F7;
}
.event-item:nth-child(3) .event-item-point:after {
    border-color: #0094F7;
}
.event-item:nth-child(4) .event-item-point {
    background-color: #1C902C;
}
.event-item:nth-child(4) .event-item-point:after {
    border-color: #1C902C;
}
.contacts {
    padding: 80px 0 120px;
    background-color: #F2F2F2;
}

.contacts-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.contacts-desc {
    margin-right: 40px;
    flex-shrink: 0;
}
.contacts-desc h3 {
    color: #212121;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}
.contacts-soc h3 {
    margin-bottom: 0;
}
.contacts-addr {
    color: #494949;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-left: 70px;
    margin-bottom: 40px;
}
.contacts-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 70px;
    margin-bottom: 20px;
    color: #3487C8;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-weight: 500;
}
.contacts-link svg {
    width: 36px;
    height: 15px;
    margin-right: 20px;
}
.contacts-link svg path {
    stroke: #3487C8;
    stroke-width: 2px;
}
.contacts-link:hover {
    color: #249BF9;
}
.contacts-link:hover svg path {
    stroke: #249BF9;
}
.contacts-soc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
}
.contacts-soc svg {
    width: 22px;
    height: 21px;
}
.contacts-soc h3 {
    margin-right: 20px;
}
.contacts-soc a {
    width: 55px;
    height: 55px;
    background-color: #3487C8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.contacts-soc a:hover {
    background-color: #249BF9;
}
.contacts-form {
    background-color: #fff;
    width: 100%;
    max-width: 760px;
    padding: 35px 60px 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.contacts-form h3 {
    color: #212121;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3px;
}
.contacts-form form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.input-wrap .error {
    display: none;
}
.input-wrap {
    width: 100%;
    height: 50px;
    position: relative;
    margin-bottom: 10px;
}
.input-wrap:last-child {
    margin-bottom: 0;
}
.input-wrap:nth-child(1),
.input-wrap:nth-child(2) {
    width: 48%;
}
.input-wrap:nth-child(1) {
    margin-right: 4%;
}
.input-wrap label {
    display: block;
    position: absolute;
    left: 0;
    bottom: 12px;
    color: #797979;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.input-wrap textarea {
    resize: none;
}
.input-wrap input,
.input-wrap textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #212121;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    padding-top: 25px;
    color: #212121;
}
.input-wrap input:focus + label,
.input-wrap.filled input+ label,
.input-wrap textarea:focus + label,
.input-wrap.filled textarea + label {
    bottom: 28px;
}
.input-wrap.error label {
    color: #EB5757;
}
.input-wrap.error input,
.input-wrap.error textarea {
    border-color: #EB5757;
}
.input-wrap.error .error {
    display: block;
    color: #EB5757;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
}
.input-wrap.valid label {
    color: #49AE57;
}
.input-wrap.valid input,
.input-wrap.valid textarea {
    border-color: #49AE57;
}
.contacts-form button {
    width: 68px;
    height: 68px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #1C902C;
    color: #fff;
    border: none;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    position: absolute;
    top: calc(100% - 34px);
    right: 60px;
}
.contacts-form button svg {
    width: 35px;
    height: 19px;
}
.contacts-form button:after {
    content: '';
    position: absolute;
    width: 88px;
    height: 88px;
    margin-top: -44px;
    margin-left: -44px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    background: transparent;
    border: 1px dashed #1C902C;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;

}
.contacts-form button:hover {
    background-color: #49AE57;
}
.contacts-form button:hover:after {
    border-color: #49AE57;
}
footer {
    background-color: #271D56;
    height: 133px;
    position: relative;
}
footer .container {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 30px 20px;
}
.copyright {
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    margin-left: 20px;
}
.footer-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.footer-logo img {
    width: 105px;
    height: auto;
}
.form-result {
    position: absolute;
    font-weight: 600;
    color: #49AE57;
    left: 60px;
    bottom: 30px;
    display: none;
}
.form-result.error {
    color: red;
}