@font-face {
    font-family: ProximaNova;
    src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Light.otf') format('opentype'), url('fonts/ProximaNova-Light.woff') format('woff'), url('fonts/ProximaNova-Light.ttf') format('truetype'), url('fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

.products-title {
    text-align: center;
    font-size: 50px;
    margin-bottom: 60px;
    text-transform: none
}

.product-item__title {
    font-size: 30px;
    padding: 20px 10px
}

.product-item__top {
    background: #fcfcfc;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    position: relative
}

.products-grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px
}

.products-col {
    width: 380px
}

.product-item {
    max-width: 380px;
    margin: 0 auto
}

.product-item__img {
    height: 300px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-item__img img {
    max-width: 100%;
    max-height: 100%
}

.product-item__disc {
    position: absolute;
    right: 0;
    color: #fff;
    background: #fe553b;
    font-size: 23px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 6px 0 0 6px;
    top: 100px
}

.product-item__price {
    position: absolute;
    color: #034a6e;
    font-size: 31px;
    right: 0;
    top: 155px;
    font-weight: 700;
    padding-right: 10px
}

.product-item__price span {
    display: block;
    text-decoration: line-through;
    font-size: 22PX;
    opacity: .5;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px
}

.product-item__desc {
    text-align: center;
    color: #fff;
    background: #034a6e;
    font-size: 17px;
    padding: 10px;
    border-radius: 0 0 8px 8px
}

.product-item__info {
    margin-bottom: 20px
}

.product-item__info span {
    display: block;
    color: #c2c2c2;
    font-size: 19px;
    margin: 20px 0 15px
}

.product-item__info ul {
    margin: 0;
    padding: 0 0 0 22px;
    font-size: 21px;
    line-height: 140%
}

.product-item__btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.product-item__btn a {
    font-size: 20px;
    color: #84b9d4
}

.product-order {
    display: inline-block;
    height: 40px;
    background: #ffcd2b;
    line-height: 40px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    padding: 0 15px;
    border-radius: 20px
}

.product-item__link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2
}

.product-galery__slider {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 360px
}

.product-galery__slider .slick-list li {
    height: 450px;
    width: 360px;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    align-items: center;
    justify-content: center
}

.product-galery__slider li img {
    max-width: 100%;
    max-height: 100%
}

.product-galery__slider-wrapp {
    width: 150px;
    height: 450px;
    float: left
}

.product-galery__slider {
    margin-left: 160px
}

.product-galery__slider-thumb {
    margin: 0;
    padding: 0;
    list-style: none
}

.product-galery__slider-thumb li {
    height: 150px;
    width: 150px;
    box-sizing: border-box;
    padding: 10px 0;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.product-galery__slider-thumb li img {
    max-width: 100%;
    max-height: 100%
}

.product-galery__slider-thumb .slick-slide {
    opacity: .3
}

.product-galery__slider-thumb .slick-slide.slick-current {
    opacity: 1
}

.product-galery .slick-dots {
    text-align: center;
    margin: 50px 0 30px;
    padding: 0;
    list-style: none
}

.product-galery .slick-dots li {
    display: inline-block;
    margin: 0 11px
}

.product-galery .slick-dots li button {
    font-size: 0;
    background: 0 0;
    border: none;
    padding: 0;
    width: 18px;
    height: 18px;
    background: #ccc;
    border-radius: 50%;
    transition: all ease .3s
}

.product-galery .slick-dots li.slick-active button {
    background: #ffcd2b;
    transform: scale(1.4)
}

.product-galery {
    float: left
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.product-desc {
    margin-left: 540px;
    padding-top: 40px
}

.product-desc__price {
    color: #034a6e;
    font-size: 50px;
    font-weight: 700
}

.product-desc__price span {
    display: block;
    color: #7f7f7f;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    text-decoration: line-through
}

.product-desc__title {
    font-size: 35px;
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    line-height: 120%
}

.product-desc__disc {
    background: #fe553b;
    display: inline-block;
    color: #fff;
    font-size: 25px;
    margin-left: 30px;
    padding: 5px 8px;
    font-weight: 700;
    border-radius: 6px;
    line-height: 100%
}

.product-desc__info {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 40px 0;
    font-size: 23px
}

.product-desc__info li {
    margin: 20px 0
}

.product-desc__info li span {
    color: #ccc;
    margin-left: 10px
}

.product-desc .tabs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none
}

.product-desc .tabs li {
    margin-right: 20px
}

.product-desc .tabs li a {
    color: #ccc;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent
}

.product-desc .tabs li a.active {
    color: #034a6e;
    border-color: #034a6e
}

.product-desc__table {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 7px rgba(0, 0, 0, .07)
}

.product-desc__table tr td {
    border: 1px solid #e9e9e9;
    padding: 15px 20px;
    font-size: 20px;
    text-align: center
}

.product-desc__table tr td:last-child {
    font-weight: 700
}

.product-desc__text {
    font-size: 18px
}

.products {
    margin-bottom: 100px
}

.product-desc__control {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center
}

.spinner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-right: 30px
}

.spinner a {
    display: inline-block;
    width: 60px;
    height: 35px;
    background: #f3f3f3;
    text-align: center;
    font-size: 45px;
    color: #ccc;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    border-radius: 17.5px;
    cursor: pointer;
    user-select: none
}

.spinner input {
    width: 65px;
    text-align: center;
    background: 0 0;
    border: none;
    font-size: 38px
}

.product-desc__tabs {
    margin-bottom: 30px
}

.product-order__btn {
    display: inline-block;
    height: 55px;
    background: #ffcd2b;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 22px;
    padding: 0 40px;
    border-radius: 25px
}

.app-modal {
    width: 700px;
    padding: 40px 50px !important;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    cursor: default !important
}

.app-modal:before {
    content: "";
    display: block;
    position: absolute;
    width: 565px;
    height: 565px;
    background: #e5f1fc;
    border-radius: 50%;
    left: -306px;
    top: -433px
}

.app-modal .fancybox-close-small {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #f7f7f7;
    font-size: 0 !important
}

.app-modal__title {
    color: #0178de;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
    z-index: 2
}

.app-modal__form {
    position: relative;
    z-index: 2
}

.inputbox {
    position: relative;
    width: 100%
}

.inputbox input {
    display: block;
    width: 100%;
    height: 42px;
    border: none;
    border-bottom: 1px solid #0178de;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding-left: 30px;
    background: 0 0
}

.inputbox label {
    display: block;
    position: absolute;
    top: 10px;
    left: 30px;
    transition: all ease .3s;
    pointer-events: none;
    color: #999
}

.inputbox i {
    display: block;
    position: absolute;
    top: 12px;
    left: 0
}

.icon-user2 {
    background: url(../images/user-icon.png) no-repeat;
    width: 20px;
    height: 20px
}

.icon-site {
    background: url(../images/site-icon.png) no-repeat;
    width: 22px;
    height: 22px
}

.icon-phone2 {
    background: url(../images/phone-icon.png) no-repeat;
    width: 20px;
    height: 20px
}

.icon-mail2 {
    background: url(../images/mail-icon.png) no-repeat;
    width: 20px;
    height: 20px
}

.inputbox.error-field .icon-user2 {
    background-image: url(../images/user-icon2.png)
}

.inputbox.error-field .icon-site {
    background: url(../images/site-icon2.png) no-repeat
}

.inputbox.error-field .icon-phone2 {
    background: url(../images/phone-icon2.png) no-repeat
}

.inputbox.error-field .icon-mail2 {
    background: url(../images/mail-icon2.png) no-repeat
}

.inputbox.changed label {
    font-size: 11px;
    top: -14px;
    left: 0
}

.app-modal__row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.app-modal__col {
    width: 250px
}

.inputbox.textbox input {
    padding-left: 0
}

.inputbox.textbox label {
    left: 0
}

.app-modal__radio {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: default
}

.app-modal__radio > div {
    width: 390px
}

.app-modal__radio > span {
    width: 170px;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700
}

.app-modal__radiobox {
    margin: 10px 0
}

.app-modal__radiobox input {
    display: none
}

.app-modal__radiobox label {
    display: inline-block;
    cursor: pointer
}

.app-modal__radiobox label span {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    cursor: pointer
}

.app-modal__radiobox label i {
    display: block;
    float: left;
    margin-right: 10px
}

.icon1 {
    background: url(../images/radio-icon1.png) no-repeat center;
    width: 28px;
    height: 28px
}

.icon2 {
    background: url(../images/radio-icon2.png) no-repeat center;
    width: 28px;
    height: 28px
}

.icon3 {
    background: url(../images/radio-icon3.png) no-repeat center;
    width: 28px;
    height: 28px
}

.app-modal__radiobox input:checked + label .icon1 {
    background-image: url(../images/radio-icon1-active.png)
}

.app-modal__radiobox input:checked + label .icon2 {
    background-image: url(../images/radio-icon2-active.png)
}

.app-modal__radiobox input:checked + label .icon3 {
    background-image: url(../images/radio-icon3-active.png)
}

.app-modal__radiobox input:checked + label span {
    background: #0f7fe0;
    background: -moz-linear-gradient(top, #0f7fe0 0, #0b99ff 100%);
    background: -webkit-linear-gradient(top, #0f7fe0 0, #0b99ff 100%);
    background: linear-gradient(to bottom, #0f7fe0 0, #0b99ff 100%)
}

.app-modal__radiobox input:checked + label span:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    left: 4px;
    top: 4px
}

.app-modal__file {
    background: #ebf4fc;
    border-radius: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 23px 30px;
    margin: 10px 0 25px
}

.app-modal__file > span {
    font-size: 14px
}

.file {
    width: 270px;
    height: 50px;
    border-radius: 25px;
    background: url(../images/file-icon.png) no-repeat #0880e5 10px 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.file:hover {
    opacity: .8
}

.file input {
    display: block;
    position: absolute;
    width: 100%;
    height: 138%;
    z-index: 2;
    cursor: pointer;
    top: -22px
}

.file span {
    font-weight: 700;
    font-size: 15px;
    line-height: 50px;
    color: #fff;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    width: 100%;
    padding-left: 55px
}

.app-modal__btn {
    margin-bottom: 20px
}

.app-modal__btn input {
    height: 80px;
    background: #ffc84c;
    line-height: 80px;
    display: block;
    width: 100%;
    border: none;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-radius: 40px;
    font-weight: 700;
    letter-spacing: 1.5px
}

.app-modal__btn input:hover {
    background: #f4ae1d
}

.app-modal__checkbox {
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.app-modal__checkbox input {
    display: none
}

.app-modal__checkbox label span {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid silver;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
    position: relative;
    cursor: pointer
}

.app-modal__checkbox input:checked + label span:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/check.png) no-repeat;
    width: 20px;
    height: 18px;
    top: -3px;
    left: 3px
}

.app-modal__checkbox a {
    text-decoration: underline
}

.app-modal__checkbox a:hover {
    text-decoration: none
}

.app-modal__info {
    text-align: center;
    margin-top: 20px;
    font-size: 17px
}

.app-modal__info a {
    color: #0178de
}

.fancybox-container * {
    box-sizing: border-box !important
}

.service_nav_header i {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px
}

.menu-icon1 {
    background: url(../images/menu-icon1.png) no-repeat
}

.menu-icon2 {
    background: url(../images/menu-icon2.png) no-repeat
}

.menu-icon3 {
    background: url(../images/menu-icon3.png) no-repeat
}

.menu-icon4 {
    background: url(../images/menu-icon4.png) no-repeat
}

.service_nav_header div.col {
    font-size: 20px !important;
    color: #000
}

.service_nav_header {
    margin-bottom: 40px
}

.nav_prj_sect {
    padding: 40px 45px
}

.services_menu_ul a {
    font-size: 13px;
    line-height: 100%
}

.projects_menu:after {
    content: "";
    display: block;
    position: absolute;
    width: 565px;
    height: 565px;
    background: #e5f1fc;
    border-radius: 50%;
    right: -306px;
    bottom: -433px;
    z-index: -1
}

.first_lvl .projects_menu {
    overflow: hidden
}

.first_lvl .projects_menu .all-solutions a:not(.btn) {
    color: #eead27 !important;
    border-bottom: 1px dashed #eead27 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    font-family: Open Sans
}

.nav_prj_sect .col {
    padding: 0 15px
}

.services_menu_ul li {
    margin: 0 0 14px 0;
    line-height: 100%
}

.cols_solutions .services_menu_ul {
    border: none !important
}

.cols_solutions .services_menu_ul a span {
    display: block !important;
    color: #999 !important;
    font-size: 12px;
    line-height: 1;
    margin-top: 6px
}

.cols_solutions .services_menu_ul li {
    position: relative;
    padding-left: 15px
}

.cols_solutions .services_menu_ul li p {
    padding-bottom: 0;
    line-height: 1;
    margin-top: 4px
}

.cols_solutions .services_menu_ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #f6bb42;
    border-radius: 50%;
    left: 0;
    top: 7px
}

.cols_solutions .services_menu_ul li:first-child {
    padding-left: 0
}

.cols_solutions .services_menu_ul li:first-child:before {
    display: none
}

.inputbox.error-field input {
    border-color: red
}

.banner2 {
    height: 340px;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover
}

.banner2-title {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    color: #fff;
    margin-bottom: 25px
}

.banner2-text {
    max-width: 600px
}

.banner2-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 340px
}

.banner2-text p {
    font-size: 18px;
    color: #fff
}

.button2 {
    display: inline-block;
    border-radius: 25px;
    border: 1px solid #f6bb42;
    padding: 15px 24px;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    font-weight: 600;
    color: #fff
}

.banner2-btn {
    margin-top: 30px
}

.navigate-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 15px
}

.navigate-menu__list li a {
    color: #034a6e;
    font-size: 15px;
    font-weight: 600
}

.navigate-menu__list li {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0
}

.navigate-menu__list li:last-child {
    border-bottom: none
}

.product-widget__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap
}

.product-widget__list li {
    margin: 5px 0;
    line-height: 130%;
    width: 33.3333%;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.product-widget__list li a {
    font-size: 14px;
    color: #48a2d0
}

.product-widget__list li a:hover {
    text-decoration: underline
}

.product-widget__row {
    margin: 0 -15px
}

.product-widget {
    margin: 100px 0
}

.services-detail .form-new--static {
    padding-left: 0;
    margin-left: 0
}

.service_item_vendor {
    position: relative;
    margin-bottom: 30px !important
}

.service_item_vendor span {
    display: block;
    position: absolute;
    color: #999;
    font-size: 13px;
    bottom: -26px;
    left: 0
}

.section_services {
    border: none
}

.service-solutions .service_title {
    padding-left: 115px
}

.services .section_services__link a span {
    color: #999;
    font-size: 12px;
    display: block;
    line-height: 110%;
    margin-top: 4px
}

a.section_services__more {
    color: #eead27;
    font-size: 14px;
    display: inline-block;
    border-bottom: 1px dashed #eead27
}

.services .section_services__link a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif
}

.service_title_icon_99:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 67px;
    width: 32px;
    height: 32px;
    background: url(../images/menu-icon4.png) 0 0 no-repeat
}

.project--common-card .project_otrasl .otr {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 300;
    font-family: ProximaNova;
    -webkit-background-size: auto;
    background-size: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 12px 0 12px 30px
}

.project--common-card .project_otrasl .otr:last-child {
    border-bottom: none
}

.project--common-card .project_otrasl .otr span {
    position: static;
    transform: translateY(0)
}

.s-icon1 {
    background: url(../images/s1.png) no-repeat left center
}

.s-icon2 {
    background: url(../images/s2.png) no-repeat left center
}

.s-icon3 {
    background: url(../images/s3.png) no-repeat left center
}

.s-icon4 {
    background: url(../images/s4.png) no-repeat left center
}

.s-icon5 {
    background: url(../images/s5.png) no-repeat left center
}

.s-icon6 {
    background: url(../images/s6.png) no-repeat left center
}

.s-icon7 {
    background: url(../images/s7.png) no-repeat left center
}

.s-icon8 {
    background: url(../images/s8.png) no-repeat left center
}

.s-icon9 {
    background: url(../images/s9.png) no-repeat left center
}

.s-icon10 {
    background: url(../images/s10.png) no-repeat left center
}

.s-icon11 {
    background: url(../images/s11.png) no-repeat left center
}

.s-icon12 {
    background: url(../images/s12.png) no-repeat left center
}

.s-icon13 {
    background: url(../images/s13.png) no-repeat left center
}

.s-icon14 {
    background: url(../images/s14.png) no-repeat left center
}

.s-icon15 {
    background: url(../images/s15.png) no-repeat left center
}

.s-icon16 {
    background: url(../images/s16.png) no-repeat left center
}

.s-icon17 {
    background: url(../images/s17.png) no-repeat left center
}

.s-icon18 {
    background: url(../images/s18.png) no-repeat left center
}

.s-icon19 {
    background: url(../images/s19.png) no-repeat left center
}

.s-icon20 {
    background: url(../images/s20.png) no-repeat left center
}

.s-icon21 {
    background: url(../images/s21.png) no-repeat left center
}

.s-icon22 {
    background: url(../images/s22.png) no-repeat left center
}

.s-icon23 {
    background: url(../images/s23.png) no-repeat left center
}

.s-icon24 {
    background: url(../images/s24.png) no-repeat left center
}

.s-icon25 {
    background: url(../images/s25.png) no-repeat left center
}

.s-icon26 {
    background: url(../images/s26.png) no-repeat left center
}

.projects .col .project--common-card {
    min-height: 330px
}

.main_slide_small--custom:before {
    opacity: .7 !important
}

.events-item2 {
    display: flex;
    flex-direction: column;
    height: 320px;
    margin-bottom: 30px;
    font-family: 'Noto Sans', sans-serif
}

.events-item2__img {
    display: flex;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative
}

.events-item2__img a {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute
}

.events-item2__desc {
    padding: 20px
}

.events-item2__top {
    display: flex;
    justify-content: space-between
}

.events-item2__views {
    display: flex;
    align-items: center;
    color: #9f9f9f;
    font-size: 12px
}

.eye-icon {
    display: inline-block;
    width: 14px;
    height: 10px;
    background: url(../images/eye-icon.svg) no-repeat;
    background-size: 100%;
    margin-right: 5px
}

.events-item2__label {
    font-size: 14px;
    color: #454545;
    margin-bottom: 8px
}

.events-item2__title {
    margin-bottom: 25px
}

.events-item2__title a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none
}

.events-item2__control {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.events-item2__btn {
    display: inline-block;
    height: 36px;
    border: 1px solid #f6bb42;
    line-height: 36px;
    border-radius: 18px;
    color: #000;
    font-size: 14px;
    width: 115px;
    text-align: center;
    font-weight: 400
}

.events-item2__btn:hover {
    color: #000;
    background: #f6bb42
}

.events-item2__share a {
    font-size: 12px;
    color: #828282;
    display: flex;
    align-items: center;
    margin: 0 20px 0 0
}

.events-item2__share a:hover {
    text-decoration: underline
}

.heart-icon {
    display: inline-block;
    background: url(../images/heart-icon.svg) no-repeat;
    width: 19px;
    height: 19px;
    margin-right: 5px
}

.events-item2__share {
    display: flex
}

.share-icon {
    display: inline-block;
    background: url(../images/chare-icon.svg) no-repeat;
    width: 19px;
    height: 19px;
    margin-right: 5px
}

.events-item3__img {
    height: 270px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.events-item3__img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .7;
    transition: all ease .3s
}

.events-item3:hover .events-item3__img:before {
    opacity: .6
}

.events-item3__text {
    position: relative;
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 270px;
    font-size: 20px;
    font-weight: 700;
    padding: 0 30px;
    line-height: 130%
}

.events-item3__text span {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 15px
}

.events-item3__text span.events-item4__btn {
    display: inline-block;
    height: 36px;
    background: #ffff;
    line-height: 36px;
    border-radius: 18px;
    color: #000;
    font-size: 14px;
    width: 115px;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
    border: 1px solid #fff;
    font-family: 'Noto Sans', sans-serif;
    text-transform: none
}

.events-item3 {
    margin-bottom: 40px;
    transition: all ease .3s
}

.events-item3:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .06)
}

.events-item3__link {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3
}

.p_bunner {
    background-position: top center;
    background-repeat: no-repeat
}

.container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px
}

.p_bunner .container {
    height: 422px;
    display: flex;
    align-items: center
}

.p_bunner-title {
    font-size: 45px;
    font-weight: 700;
    margin-top: 15px;
    line-height: 130%
}

.flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.p_s1-text {
    width: 60%
}

.p_s1-text h3,
.p_s2-text h3 {
    color: #034a6e;
    font-size: 33px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    line-height: 130%
}

.p_s1-text p,
.p_s2-text p {
    margin-bottom: 30px
}

.p_s1-img {
    width: 35%
}

.p_s1-img img {
    width: 100%
}

.p_section1 {
    padding: 100px 0 60px
}

.button {
    display: inline-block;
    border-radius: 30px;
    background-color: #f6bb42;
    padding: 0 26px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    white-space: nowrap;
    color: #000;
    font-weight: 700
}

.button:hover {
    background: #f4ae1d;
    color: #000
}

.p_s2-img {
    width: 40%
}

.p_s2-img img {
    max-width: 100%
}

.p_s2-text {
    width: 50%
}

.p_section2 {
    background: #f9f9f9;
    padding: 45px 0 20px
}

.p_s4-title {
    text-align: center;
    color: #034a6e;
    font-size: 33px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 100px
}

.p_section4 {
    padding: 140px 0
}

.p-s4__text {
    width: 50%
}

.p-s4__progress {
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    padding: 25px;
    margin-top: 30px
}

.p-s4__text p {
    color: #373737;
    font-size: 18px;
    line-height: 140%
}

.p-s4__progress-line {
    position: relative;
    display: flex;
    justify-content: space-between
}

.p-s4__progressbar {
    position: absolute;
    bottom: -20px;
    width: 100%
}

.p-s4__progress-line > span {
    color: #373737;
    font-size: 20px;
    font-weight: 700
}

.p-s4__progress-row {
    margin-bottom: 50px
}

.p-s4__progress-row:last-child {
    margin-bottom: 30px
}

.p-s4__progressbar span {
    display: block;
    height: 4px;
    background: #f6bb42
}

.wifi-icon {
    display: inline-block;
    background: url(../images/wifi-icon.png) no-repeat;
    width: 24px;
    height: 18px;
    margin-left: 5px
}

.wifi-icon1 {
    display: inline-block;
    background: url(../images/wifi-icon1.png) no-repeat;
    width: 24px;
    height: 18px;
    margin-left: 5px
}

.p-s4__progress-line2 {
    position: relative;
    display: flex;
    justify-content: space-between
}

.p-s4__progress-line2 > span {
    color: #8e8e8e;
    font-size: 20px;
    font-weight: 700
}

.p-s4__img {
    width: 40%;
    border-radius: 5px;
    overflow: hidden
}

.p-s4__img img {
    display: block
}

.video-play {
    display: block;
    position: relative;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    overflow: hidden
}

.video-play img {
    display: block
}

.video-play span {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0
}

.play-icon {
    display: inline-block;
    background: url(../images/play-icon.png) no-repeat;
    width: 80px;
    height: 80px;
    background-size: 100%;
    margin-bottom: 15px
}

.p_section5 {
    padding: 120px 0;
    overflow: hidden
}

.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 65px;
    flex-wrap: wrap
}

.tabs li {
    margin: 0 10px 15px 10px
}

.tabs li a {
    display: inline-block;
    height: 60px;
    line-height: 58px;
    border-radius: 30px;
    padding: 0 20px;
    border: 1px solid #034a6e;
    color: #000;
    font-size: 16px;
    font-weight: 700
}

.tabs li a:hover {
    color: #034a6e
}

.tabs li.active a {
    background: #034a6e;
    color: #fff
}

.panel-container {
    background: #f9f9f9;
    padding: 60px 120px;
    margin: 0 -60px
}

.p_s5-text {
    width: 60%
}

.p_s5-text h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 130%
}

.p_s5-text ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.p_s5-text ul li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 30px
}

.p_s5-text ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #034a6e;
    left: 0;
    top: 8px
}

.p_s5-item {
    height: 150px;
    background: #ebebeb;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    width: 283px;
    justify-content: center
}

.p_s5-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    opacity: 0;
    transition: all ease .3s
}

.p_s5-item a:hover {
    opacity: 1
}

.fixed-tools {
    z-index: 99
}

.header-socials {
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-100%);
    width: auto;
}

.header-socials a {
    display: block;
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 50%;
    margin-left: 12px;
    position: relative
}

.header-btns {
    right: 400px
}

.header-info {
    right: 220px
}

.icon-wa {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/wa-icon.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.icon-tg {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/tg-icon.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 7px;
    top: 10px
}

.icon-yt {
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://site.sinto.pro/bitrix/templates/sinto_new/sinto2/images/yt-icon.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 8px;
    top: 8px;
}

.icon-rutube {
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://site.sinto.pro/bitrix/templates/sinto_new/sinto2/images/rutube-icon.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 8px;
    top: 8px;
}

.icon-dz {
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://site.sinto.pro/bitrix/templates/sinto_new/sinto2/images/dz-icon.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 8px;
    top: 8px;
}

.footer-left {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: auto;
    float: left;
    text-align: center
}

.footer-left .social-title {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 34px;
}

.footer-left a.social {
    width: 42px;
    height: 42px;
    background-size: contain;
    margin: 0 1px;
    border: 2px solid #fff;
    border-radius: 50%
}

.footer-left a.social:hover {
    background-color: #fff !important
}

.wa {
    background: url(../images/wa-icon.svg) no-repeat center !important;
    background-size: 24px !important
}

.tg {
    background: url(../images/tg-icon.svg) no-repeat 38% 50% !important;
    background-size: 24px !important
}

.import-slider {
    height: 390px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.import-slider__item {
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    padding-top: 40px;
    max-width: 760px;
    margin: 0 auto
}

.import-slider__item h3 {
    font-size: 36px;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    line-height: 1.5;
    margin: 0 0 15px 0
}

.import-slider__item p {
    font-size: 16px;
    line-height: 2;
    margin: 0
}

.button3 {
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 0 35px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    white-space: nowrap;
    color: #fff
}

.button3:hover {
    background: #f6bb42;
    color: #000;
    border-color: #f6bb42
}

.import-slider__btn {
    margin-top: 20px
}

.import-slider__list .owl-dots button {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #c9c9c9;
    border-radius: 50%;
    margin: 0 8px
}

.import-slider__list .owl-dots button.active {
    background: #f6bb42
}

.import-slider__list .owl-dots {
    margin: 0;
    bottom: -50px;
    top: auto
}

.block-title {
    color: #034a6e;
    font-size: 27px;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 35px
}

.text {
    font-size: 16px;
    color: #535b60;
    line-height: 2
}

.text p {
    margin: 20px 0
}

.text ul {
    margin: 30px 0;
    padding: 0;
    list-style: none
}

.text ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px
}

.text ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #535b60;
    left: 0;
    top: 14px
}

.text h4 {
    font-size: 18px;
    color: #034a6e;
    font-weight: 400
}

.import-section1 .text {
    max-width: 670px
}

.col-4 {
    width: 33.3333%;
    padding: 0 15px;
    box-sizing: border-box
}

.is-item {
    background: #fff;
    padding: 24px
}

.client--common-card {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.is-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #f2f2f2;
    border-radius: 50%;
    margin-bottom: 20px
}

.is-item__title {
    color: #31424b;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px
}

.is-item p {
    color: #4e565b;
    font-size: 15px;
    line-height: 2;
    margin: 0
}

.is-row {
    display: flex;
    margin: 0 -15px
}

.import-pagetitle {
    height: 393px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff
}

.import-pagetitle__text {
    max-width: 850px
}

.import-pagetitle__text h3 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.5;
    margin: 0 0 30px 0
}

.import-pagetitle__text p {
    font-size: 16px;
    line-height: 2
}

.import-inner {
    padding: 60px 0 50px
}

.import-inner .text {
    max-width: 680px
}

.fixed_nav0 .header-info {
    right: 0
}

.title-widget {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 30px
}

.title-widget .h2 {
    font-weight: 500;
    font-size: 32px;
    margin: 0;
    max-width: 750px;
    line-height: 1.3
}

.serve-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.serve-item {
    border: 1px solid #e7e7e7;
    width: 254px;
    position: relative;
    margin: 0 30px 40px 0
}

.serve-item__link,
.services-item__link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.serve-item__img {
    display: flex;
    width: 100%;
    height: 130px;
    border-bottom: 1px solid #e7e7e7;
    justify-content: center;
    align-items: center
}

.serve-item__title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    padding: 10px
}

.serve-item:hover,
.serve-item:hover .serve-item__img {
    border-color: #034a6e
}

.col-3 {
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box
}

.services-item {
    position: relative;
    border: 1px solid #e7e7e7;
    transition: all ease .3s
}

.services-item:hover {
    box-shadow: 0 11px 30px rgba(0, 0, 0, .05)
}

.services-item__desc {
    background: #fff;
    padding: 10px
}

.services-item__title {
    font-family: Roboto;
    font-weight: 500;
    color: #000;
    font-size: 18px
}

.services-item__img img {
    display: block;
    width: 100%
}

.docs-widget {
    padding: 35px 0;
    border-top: 1px solid #ebebeb
}

.docs-widget__title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px
}

.docs-widget__item {
    margin-bottom: 20px
}

.docs-widget__item a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000
}

.docs-widget__item a:hover {
    color: #034a6e
}

.pdf-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/pdf-icon.png) no-repeat;
    margin-right: 10px
}

.docs-widget__item a:hover .pdf-icon {
    background-image: url(../images/pdf-icon2.png)
}

.services-detail {
    padding-bottom: 0
}

.serve-item__desc {
    position: absolute;
    background: #fff;
    border: 1px solid #034a6e;
    right: -1px;
    left: -1px;
    border-top: 0;
    padding: 0 0 15px 30px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    margin-top: -1px
}

.serve-item__desc ul {
    margin: 0;
    padding: 0
}

.serve-item:hover .serve-item__desc {
    opacity: 1;
    visibility: visible
}

nav .first_lvl > li > a {
    height: auto;
}

nav .show_search_form {
    top: 0
}

.search_form--new {
    top: 8px
}

nav.fixed_nav0 .first_lvl {
    margin: 0 auto;
}

nav.fixed_nav0 .header-btn {
    display: block;
}


.block--partners .sert {
    height: 75px !important;
}

.main-page-body .form-new--small {
    max-width: 100%;
}

.footer-services, .footer-solution, .footer_container .info_col {
    width: 25%;
}

.footer-socials {
    position: static !important;
    transform: translateX(0) !important;
}

.info_col .social-title .h4 {
    text-align: right;
}

.info_col .footer-left {
    text-align: right;
    width: 100%;
    float: none;
}

.info_col .footer-socials {
    text-align: right;
}

.btn--transparent:hover {
    background: #f4ae1d !important;
    border-color: #f4ae1d;
    color: #000;
}

.input-wrapper input[type="email"], .input-wrapper:not(.input-wrapper--textarea-and-file) input[type="text"] {
    font-size: 16px !important;
}

.form-new textarea {
    font-size: 16px;
    resize: none;
    padding-left: 0 !important;
}

.btn-col {
    margin-top: 56px;
}

.footer__title {
    display: block;
    margin-bottom: 13px;
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 20px;
    line-height: 34px;
    text-transform: capitalize !important;
    font-weight: 700;
}

.footer-socials {
    margin-top: 0 !important;
}

.input-wrapper input[type="email"], .input-wrapper:not(.input-wrapper--textarea-and-file) input[type="text"] {
    padding-left: 0 !important;
}

.col--50 .col--100 {
    padding: 10px 0;
}

.first_lvl.fixed_nav {
    width: 100% !important;
}

.first_lvl.fixed_nav > li {
    width: auto !important;
    position: static !important;
}

.first_lvl.fixed_nav .nav_logo {
    left: 65px;
    height: 63px;
    position: absolute;
}

.fixed_nav .header-btns {
    right: 190px
}

.fixed_nav .burger {
    width: 50px !important;
    left: 0 !important;
}

.header-sign-link__text {
    top: 50% !important;
    left: 131% !important;
    transform: translate(0, -11px) !important;
}

.logo-list__item2 {
    width: 25%;
}

@media (max-width: 1240px) {
    .header-sign-link__text {
        display: none !important;
    }

    .fixed_nav0 .header-info {
        right: 50px
    }

    .fixed_nav .header-btns {
        right: 240px
    }

    .products-col {
        width: 310px
    }

    .product-item__btn a {
        font-size: 17px
    }

    .product-item__title {
        font-size: 23px
    }

    .product-item__info ul {
        font-size: 16px
    }

    .product-item__desc {
        font-size: 15px
    }

    .product-desc__title {
        font-size: 30px
    }

    .product-desc__price {
        font-size: 42px
    }

    .services .cols {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap
    }

    .services .col--25 {
        width: 50%
    }

    .p_bunner {
        background-size: cover;
        background-position: 50% 50%
    }

    .p_bunner .container {
        height: 300px
    }

    .p_bunner-title {
        font-size: 32px
    }
}

@media screen and (max-width: 1150px) {
    body .block--schedule .col--33 {
        float: none !important;
        width: 100% !important
    }
}

@media (max-width: 1000px) {
    .search_form--new .search_form_cont {
        width: 100% !important;
        right: -11px
    }

    .first_lvl.fixed_nav {
        width: auto !important
    }

    body .search_form--new:not(.search_form--static) input[type=text] {
        width: 100% !important;
        box-sizing: border-box;
    }

    .first_lvl.fixed_nav .nav_logo {
        left: 15px;
    }

    .footer_container {
        display: flex;
        flex-wrap: wrap;
    }

    .footer_container .info_col,
    .footer_container .footer-solution,
    .footer_container .footer-services {
        width: 50%;
    }

    .info_col .social-title .h4 {
        text-align: left;
    }

    .info_col .footer-left {
        text-align: left;
    }

    .info_col .footer-socials {
        text-align: left;
        float: none;
    }

    .products-col {
        width: 50%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-bottom: 40px
    }

    .products-grid {
        flex-wrap: wrap
    }

    .product-galery {
        float: none;
        margin: 0 auto 40px;
        max-width: 520px
    }

    .product-desc {
        margin-left: 0
    }

    .flex-row {
        flex-wrap: wrap
    }

    .p-s4__text,
    .p_s1-text,
    .p_s2-text {
        width: 100%
    }

    .p-s4__img,
    .p_s1-img,
    .p_s2-img {
        width: 100%;
        text-align: center
    }

    .p_s1-img img,
    .p_s2-img img,
    .p_s4-img img {
        max-width: 100%;
        width: auto
    }

    .p_s2-text {
        order: 0
    }

    .p_s2-img {
        order: 1
    }

    .p-s4__img {
        text-align: center;
        margin-top: 40px
    }

    .p_s5-text {
        width: 100%;
        margin-bottom: 30px
    }

    .p_s5-col {
        display: flex;
        flex-wrap: wrap
    }

    .panel-container {
        padding: 30px;
        margin: 0
    }

    .p_s5-item {
        margin: 0 10px 20px 10px
    }

    .footer-left a.social {
        width: 33px;
        height: 33px
    }

    .is-row {
        flex-wrap: wrap
    }

    .is-row .col-4 {
        width: 50%;
        margin-bottom: 30px
    }

    .is-row .col-3 {
        width: 50%;
        margin-bottom: 30px
    }

    nav .show_search_form {
        top: 7px
    }
}

@media (max-width: 768px) {
    .logo-list__row {
        flex-wrap: wrap;
    }

    .logo-list__item2 {
        width: 50%;
    }

    .products-col {
        width: 100%
    }

    .products-title {
        font-size: 40px
    }

    .product-desc__title {
        display: block
    }

    .product-desc__disc {
        margin-left: 10px
    }

    .product-galery__slider-wrapp {
        display: none
    }

    .slick-slider {
        margin-left: 0
    }

    .product-galery__slider {
        width: 100%
    }

    .product-desc__title {
        font-size: 22px
    }

    .product-desc__price {
        font-size: 36px
    }

    .product-desc__price span {
        font-size: 23px;
        margin-bottom: 10px
    }

    .product-desc__info {
        font-size: 17px;
        margin: 25px 0
    }

    .product-desc__info li {
        margin: 10px 0
    }

    .product-desc .tabs li a {
        font-size: 17px
    }

    .product-desc__table tr td,
    .product-desc__text {
        font-size: 16px
    }

    .product-desc__table tr td {
        padding: 10px
    }

    .product-widget__list li {
        width: 100%
    }

    .product-widget__row {
        flex-direction: column
    }

    .services .col--25 {
        width: 100%
    }

    .services__filter {
        margin-bottom: 20px
    }

    .service-solutions .service_title {
        padding-left: 60px
    }

    .service_title_icon_99:before {
        left: 17px
    }

    .service-solutions .section_services__link--with-pic {
        padding-left: 0
    }

    .tabs li a {
        height: 45px;
        line-height: 45px;
        border-radius: 22.5px;
        font-size: 14px
    }

    .p_section4,
    .p_section5 {
        padding: 60px 0
    }

    .p_s4-title {
        margin-bottom: 60px
    }

    .footer-left {
        float: none
    }

    .is-row .col-4 {
        width: 100%
    }

    .import-slider__item {
        padding: 50px 20px 0 20px
    }

    .import-pagetitle__text h3,
    .import-slider__item h3 {
        font-size: 21px
    }

    .import-pagetitle__text p,
    .import-slider__item p {
        font-size: 14px
    }

    .import-pagetitle__text {
        padding: 0 20px
    }

    .title-widget {
        flex-direction: column
    }

    .title-widget .h2 {
        margin-bottom: 30px
    }
}

@media (max-width: 700px) {
    body header {
        height: 150px !important;
    }

    body header #logo {
        margin-top: 20px
    }

    .app-modal__row {
        flex-direction: column;
        margin-bottom: 0
    }

    .app-modal__col {
        width: 100%;
        margin-bottom: 30px
    }

    .app-modal__radio {
        flex-direction: column;
        margin-top: 20px
    }

    .app-modal__file {
        flex-direction: column;
        align-items: center
    }

    .app-modal__file > span {
        text-align: center;
        margin-bottom: 20px
    }

    .header-info {
        right: 15px;
        top: -3px
    }

    .header-socials {
        top: 68%
    }

    .footer-left {
        text-align: left
    }

    .serve-item {
        width: 100%;
        margin-right: 0
    }

    .serve-item__title {
        text-align: center
    }

    .is-row .col-3 {
        width: 100%
    }

    .footer_container .info_col,
    .footer_container .footer-solution,
    .footer_container .footer-services {
        width: 100%;
    }

    .events-item2__desc {
        padding: 20px 0;
    }
}