@charset "UTF-8";

.custom-select-option.is-selected::before {
    display: none
}

.custom-select-container {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 32px
}

.custom-select-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.custom-select-container.is-disabled {
    opacity: .333
}

.custom-select-opener {
    cursor: pointer;
    width: 100%;
    background: url(../img/main/select.svg) no-repeat 95% center #fff;
    padding: 10px 40px 10px 20px;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #b4b3b3;
    font-weight: 400;
    border-radius: 6px;
    border: solid 1px #b4b3b3;
    display: block
}

.custom-select-container select {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.custom-select-panel {
    max-height: 0;
    -webkit-transition: max-height .5s ease-out, overflow-y .1s .5s;
    transition: max-height .5s ease-out, overflow-y .1s .5s;
    overflow: hidden;
    background-color: #e9e9e9;
    position: absolute;
    top: 100%;
    z-index: 1;
    width: 100%
}

.custom-select-container.is-open .custom-select-panel {
    max-height: 10.7em;
    overflow-y: auto
}

.custom-select-option {
    padding: .5em;
    cursor: pointer;
    overflow: hidden
}

.custom-select-option.is-selected {
    background-color: #0071e3;
    color: #fff
}

.custom-select-option.has-focus {
    background-color: #4aa4ff;
    color: #fff
}

.custom-select-optgroup>.custom-select-option {
    padding-left: 2em
}

.custom-select-optgroup::before {
    content: attr(data-label);
    display: block;
    padding: .5em;
    color: #888
}

.my-wrapper {
    font-family: Manrope, sans-serif;
    margin: 0;
    padding: 0;
    font-family: Manrope, sans-serif;
    background-color: #f7f7f7;
    color: #101b32;
    overflow-x: hidden
}

.my-wrapper #breadcrumbs .container {
    max-width: 1210px;
    padding: 0 15px
}

.my-wrapper h1,
.my-wrapper h2,
.my-wrapper h3,
.my-wrapper h4,
.my-wrapper h5,
.my-wrapper h6 {
    font-family: Manrope, sans-serif
}

.my-wrapper * {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.my-wrapper .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    background: 0 0;
    background-color: #0071e3;
    border-radius: 5px;
    padding: 15px 20px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #fff
}

.my-wrapper .btn:hover {
    background-color: #0064ca
}

.my-wrapper h1,
.my-wrapper h2,
.my-wrapper h3,
.my-wrapper h4,
.my-wrapper h5,
.my-wrapper h6,
.my-wrapper li,
.my-wrapper ol,
.my-wrapper p,
.my-wrapper ul {
    margin: 0;
    padding: 0
}

.my-wrapper h1 {
    font-size: 48px;
    line-height: 55px;
    font-weight: 400
}

.my-wrapper h2 {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: .025em;
    font-weight: 800;
    color: #ec1a2d;
    text-transform: uppercase
}

.my-wrapper h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600
}

.my-wrapper img {
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.my-wrapper a {
    text-decoration: none
}

.my-wrapper input,
.my-wrapper select,
.my-wrapper textarea {
    border: solid 1px #b4b3b3;
    border-radius: 6px;
    background-color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 10px 20px;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
    width: 100%;
    margin-bottom: 32px
}

.my-wrapper input::-webkit-input-placeholder,
.my-wrapper select::-webkit-input-placeholder,
.my-wrapper textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #b4b3b3
}

.my-wrapper input::-moz-placeholder,
.my-wrapper select::-moz-placeholder,
.my-wrapper textarea::-moz-placeholder {
    opacity: 1;
    color: #b4b3b3
}

.my-wrapper input:-ms-input-placeholder,
.my-wrapper select:-ms-input-placeholder,
.my-wrapper textarea:-ms-input-placeholder {
    opacity: 1;
    color: #b4b3b3
}

.my-wrapper input::-ms-input-placeholder,
.my-wrapper select::-ms-input-placeholder,
.my-wrapper textarea::-ms-input-placeholder {
    opacity: 1;
    color: #b4b3b3
}

.my-wrapper input::placeholder,
.my-wrapper select::placeholder,
.my-wrapper textarea::placeholder {
    opacity: 1;
    color: #b4b3b3
}

.my-wrapper textarea {
    resize: none
}

.bread {
    list-style-type: none;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    margin-bottom: 30px
}

.bread li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 21px;
    color: #101b32
}

.bread li::after {
    content: "»";
    display: block;
    margin: 0 5px
}

.bread li a {
    color: #101b32;
    text-decoration: underline
}

.bread li a:hover {
    text-decoration: none
}

.bread li:last-child::after {
    display: none
}

.slick-arrow {
    font-size: 0;
    border: none;
    background: url(../img/main/slick-arrow.svg) no-repeat center center/contain;
    position: relative;
    z-index: 2;
    width: 25px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.slick-arrow:hover {
    opacity: .75
}

.slick-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

._container {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff
}

.header-wrap {
    padding: 31px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-wrap__logo {
    display: block;
    width: 100%;
    max-width: 219px;
    margin-right: 10px
}

.header-wrap__mobile {
    display: none
}

.header-wrap__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-wrap__nav--phone {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #0071e3;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: .3s;
    transition: .3s
}

.header-wrap__nav--phone:hover {
    color: #ec1a2d
}

.header-wrap__nav--link {
    margin-left: 25px;
    -webkit-transition: .3s;
    transition: .3s
}

.header-wrap__nav--link svg * {
    -webkit-transition: .3s;
    transition: .3s
}

.header-wrap__nav--link:hover svg * {
    fill: #ec1a2d
}

.header-wrap__nav--link span {
    display: none
}

.header-wrap__nav--menu {
    margin-left: 36px;
    position: relative;
    z-index: 2
}

.header-wrap__nav--menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none
}

.header-wrap__nav--menu ul li {
    margin: 0 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-wrap__nav--menu ul li .dropdown {
    -webkit-transition: .3s;
    transition: .3s;
    margin-left: 6px
}

.header-wrap__nav--menu ul li .dropdown svg {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

.header-wrap__nav--menu ul li .dropdown svg * {
    -webkit-transition: .3s;
    transition: .3s
}

.header-wrap__nav--menu ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 50px;
    background-color: #fff;
    width: 250px;
    padding: 15px;
    border-radius: 10px;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.header-wrap__nav--menu ul li .sub-menu li {
    margin: 0 0 10px
}

.header-wrap__nav--menu ul li .sub-menu li:last-child {
    margin-bottom: 0
}

.header-wrap__nav--menu ul li .sub-menu li a:hover {
    color: #ec1a2d
}

.header-wrap__nav--menu ul li .sub-menu .dropdown {
    display: none
}

.header-wrap__nav--menu ul li .sub-menu .sub-menu {
    left: 200px;
    top: 0;
    display: none
}

.header-wrap__nav--menu ul li a {
    font-size: 15px;
    line-height: 24px;
    color: #101b32;
    font-weight: 500;
    font-family: "Fixel Text", sans-serif;
    -webkit-transition: .3s;
    transition: .3s
}

.header-wrap__nav--menu ul .open a {
    color: #ec1a2d
}

.header-wrap__nav--menu ul .open .sub-menu li a {
    color: #101b32
}

.header-wrap__nav--menu ul .open .dropdown {
    -webkit-transform: rotate(180deg) translateY(4px);
    -ms-transform: rotate(180deg) translateY(4px);
    transform: rotate(180deg) translateY(4px)
}

.header-wrap__nav--menu ul .open .dropdown svg * {
    stroke: #ec1a2d
}

.header-wrap__nav--menu ul .open .sub-menu {
    opacity: 1;
    visibility: visible
}

.header-wrap__nav--language {
    position: relative
}

.header-wrap__nav--language .current a {
    background-color: #0071e3
}

.header-wrap__nav--language li {
    list-style-type: none
}

.header-wrap__nav--language li a {
    padding: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    border-radius: 3px;
    background-color: #b4b3b3;
    color: #fff
}

.header-wrap__nav--language-dropdown {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.header-wrap__nav--language:hover .header-wrap__nav--language-dropdown {
    opacity: 1;
    visibility: visible;
    top: 40px
}

.footer {
    background-color: #fff;
    margin-top: 115px
}

.footer-bottom {
    padding: 10px 0;
    border-top: solid 1px #ededed
}

.footer-bottom ._container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-bottom ._container div:first-child {
    width: 20%
}

.footer-bottom__copyright {
    font-size: 14px;
    line-height: 19px;
    text-align: center
}

.footer-bottom__nav ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-bottom__nav ul li {
    margin-left: 15px
}

.footer-bottom__nav ul li a {
    font-size: 14px;
    line-height: 19px;
    color: #7c8088;
    position: relative
}

.footer-bottom__nav ul li a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #7c8088;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-bottom__nav ul li a:hover::after {
    width: 100%
}

.footer-wrap {
    padding: 30px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-wrap__logo {
    display: block;
    max-width: 275px
}

.footer-wrap__row {
    max-width: 284px;
    margin-left: 124px
}

.footer-wrap__row--subtitle {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 24px
}

.footer-wrap__row ul {
    list-style-type: none
}

.footer-wrap__row ul li {
    margin-bottom: 17px
}

.footer-wrap__row ul li:last-child {
    margin-bottom: 0
}

.footer-wrap__row ul li a {
    font-size: 18px;
    line-height: 24px;
    color: #101b32;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-wrap__row ul li a:hover {
    color: #ec1a2d
}

.footer-wrap__row .item {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #101b32;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-wrap__row .item:hover {
    color: #ec1a2d
}

.footer-wrap__row .item:last-child {
    margin-bottom: 0
}

.page-wrap__title {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: .02em;
    font-weight: 800;
    color: #ec1a2d;
    text-transform: uppercase
}

.page-wrap__content {
    max-width: 775px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 24px
}

.page-wrap__content h2,
.page-wrap__content h3,
.page-wrap__content h4,
.page-wrap__content h5,
.page-wrap__content h6 {
    margin: 50px 0 15px;
    color: #101b32
}

.page-wrap__content h2 {
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600
}

.page-wrap__content p {
    display: block;
    margin-bottom: 20px
}

.page-wrap__content ol,
.page-wrap__content ul {
    padding-left: 20px;
    margin-bottom: 20px
}

.page-wrap__content ul {
    list-style-type: disc
}

.page-wrap__content ol {
    list-style-type: decimal
}

.page-wrap__content a {
    color: #007aff
}

.page-wrap__content a:hover {
    text-decoration: underline
}

.main {
    position: relative
}

.main video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(9.26deg, rgba(5, 15, 43, .8) 7.51%, rgba(17, 51, 145, 0) 77.59%)
}

.main-wrap {
    min-height: 584px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 84px 0;
    color: #fff;
    position: relative;
    z-index: 2
}

.main-wrap h1 {
    text-transform: uppercase;
    margin-bottom: 24px
}

.main-wrap h1 strong {
    display: block;
    margin-bottom: 16px
}

.your-wrap {
    margin: 80px 0 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.your-wrap__content {
    width: 100%;
    max-width: 675px;
    margin-right: 30px;
    font-size: 20px;
    line-height: 24px
}

.your-wrap__content p {
    display: block;
    margin: 32px 0
}

.your-wrap__content p:last-child {
    margin-bottom: 0
}

.your-wrap__image {
    max-width: 403px
}

.your-wrap__image img {
    -webkit-box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, .1019607843);
    box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, .1019607843)
}

.service-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service-wrap__image {
    max-width: 503px;
    margin-right: 30px
}

.service-wrap__image img {
    -webkit-box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, .1019607843);
    box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, .1019607843)
}

.service-wrap__content {
    width: 100%;
    max-width: 577px
}

.service-wrap__content h2 {
    margin-bottom: 30px
}

.service-wrap__content--subtitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600
}

.service-wrap__content--subtitle::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 149px;
    height: 2px;
    background-color: #ec1a2d;
    margin-top: 15px
}

.service-wrap__content--text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 21px
}

.service-wrap__content--text p {
    display: block;
    margin-bottom: 20px
}

.solutions-wrap {
    margin: 160px 0
}

.solutions-wrap__title {
    text-align: center
}

.solutions-wrap__list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.solutions-wrap__list .row {
    width: 49%
}

.solutions-wrap__list .row:nth-child(1) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px
}

.solutions-wrap__list .row:nth-child(1) .item-image {
    max-width: 100%;
    margin: 0 0 15px;
    height: 330px;
    position: relative
}

.solutions-wrap__list .row:nth-child(1) .item-image__title {
    position: absolute;
    left: 20px;
    padding-right: 20px;
    bottom: 20px;
    color: #fff;
    z-index: 2
}

.solutions-wrap__list .row:nth-child(1) .item-content {
    max-width: 100%
}

.solutions-wrap__list .row:nth-child(1) .item-content__title {
    display: none
}

.solutions-wrap__list .row:nth-child(1) .item-content__text {
    font-size: 20px;
    line-height: 24px;
    height: 98px
}

.solutions-wrap__list .item {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, .1490196078);
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, .1490196078);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    color: #101b32
}

.solutions-wrap__list .item-label {
    position: absolute;
    left: 30px;
    top: 28px;
    width: 120px;
    height: 39px;
    background-color: rgba(255, 255, 255, .6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 7px 10px;
    z-index: 2
}

.solutions-wrap__list .item-label img {
    max-height: 25px
}

.solutions-wrap__list .item-image {
    width: 100%;
    max-width: 250px;
    height: 200px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 7px
}

.solutions-wrap__list .item-image img {
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.solutions-wrap__list .item-content {
    width: 100%;
    max-width: 285px
}

.solutions-wrap__list .item-content__title {
    font-size: 20px;
    line-height: 24px;
    color: #ec1a2d;
    font-weight: 400;
    margin-bottom: 10px
}

.solutions-wrap__list .item-content__text {
    font-size: 18px;
    line-height: 21px;
    height: 104px;
    overflow: hidden
}

.solutions-wrap__list .item:last-child {
    margin-bottom: 0
}

.solutions-wrap__list .item:hover .item-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-wrap__flex {
    display: none
}

.blog-wrap__title {
    text-align: center
}

.blog-wrap__list {
    margin: 20px -12px 0;
    position: relative
}

.blog-wrap__list .slick-arrow {
    position: absolute;
    left: -43px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-wrap__list .slick-next {
    left: auto;
    right: -43px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.blog-wrap__list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-wrap__list .wrapper {
    height: inherit;
    padding: 20px 0
}

.blog-wrap__list .item {
    height: 100%;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, .1490196078);
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, .1490196078);
    border-radius: 10px;
    overflow: hidden;
    color: #101b32;
    margin: 0 12px
}

.blog-wrap__list .item-image {
    width: 100%;
    height: 275px;
    overflow: hidden;
    position: relative
}

.blog-wrap__list .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    transition: .3s
}

.blog-wrap__list .item-image__date {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    border-radius: 5px;
    padding: 3px 5px;
    background-color: #0071e3;
    text-align: center;
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 2
}

.blog-wrap__list .item-image__more {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2
}

.blog-wrap__list .item-content {
    padding: 20px
}

.blog-wrap__list .item-content__title {
    color: #101b32;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 7px
}

.blog-wrap__list .item-content__text {
    font-size: 18px;
    line-height: 21px
}

.blog-wrap__list .item:hover .item-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-wrap__list .item:hover .item-content__title {
    color: #ec1a2d
}

.blog-wrap__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.equip-wrap {
    margin-top: 114px;
    text-align: center
}

.equip-wrap__text {
    max-width: 964px;
    margin: 32px auto 48px;
    font-size: 20px;
    line-height: 24px
}

.equip-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.equip-wrap__list .item {
    width: 32.25%;
    margin-right: 1.625%;
    margin-bottom: 20px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, .1490196078);
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, .1490196078);
    padding: 12px 24px 37px
}

.equip-wrap__list .item::after {
    content: "";
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    background: linear-gradient(48.94deg, #ec1a2d 14.4%, rgba(236, 26, 45, 0) 90.38%);
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.equip-wrap__list .item-image {
    width: 100%;
    height: 357px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.equip-wrap__list .item-image img {
    max-height: 357px
}

.equip-wrap__list .item-title {
    margin-top: 45px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #101b32;
    text-transform: uppercase
}

.equip-wrap__list .item:nth-child(3n+3) {
    margin-right: 0
}

.equip-wrap__list .item:hover::after {
    opacity: 1;
    visibility: visible
}

.recomend {
    margin-bottom: 100px
}

.recomend-wrap {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.recomend-wrap__content {
    width: 100%;
    max-width: 580px;
    margin-right: 20px
}

.recomend-wrap__content p {
    display: block;
    margin-bottom: 20px
}

.recomend-wrap__content h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #101b32
}

.recomend-wrap__content h2 span {
    display: block;
    margin-bottom: 10px
}

.recomend-wrap__content ol,
.recomend-wrap__content ul {
    padding-left: 20px
}

.recomend-wrap__content ol li,
.recomend-wrap__content ul li {
    margin-bottom: 10px
}

.recomend-wrap__content ol li:last-child,
.recomend-wrap__content ul li:last-child {
    margin-bottom: 0
}

.recomend-wrap__content ol {
    counter-reset: item;
    padding-left: 0
}

.recomend-wrap__content ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.recomend-wrap__content ol li::before {
    content: counter(item);
    counter-increment: item;
    color: #ec1a2d;
    padding-right: 10px;
    font-weight: 600
}

.recomend-wrap__image {
    max-width: 577px
}

.recomend-list .item {
    background-color: #fff;
    padding: 50px 30px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Manrope, sans-serif
}

.recomend-list .item-image {
    width: 100%;
    max-width: 457px;
    margin: 0 20px
}

.recomend-list .item-text {
    width: 100%;
    max-width: 539px;
    margin: 0 20px
}

.recomend-list .item-text p {
    display: block;
    margin-bottom: 20px
}

.recomend-list .item-text p:last-child {
    margin-bottom: 0
}

.recomend-list .item-text ol,
.recomend-list .item-text ul {
    padding-left: 20px
}

.recomend-list .item-text ul {
    list-style-type: disc
}

.recomend-list .item-text ol {
    list-style-type: decimal
}

.recomend-list .item:last-child {
    margin-bottom: 0
}

.recomend-list .item-second .item-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.recomend-subtitle {
    margin: 50px 0 20px !important;
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 600 !important;
    color: #101b32 !important;
    text-align: center !important;
    letter-spacing: 0 !important
}

.recomend-subtitle span {
    display: block;
    margin-bottom: 10px
}

.services-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0 130px
}

.services-wrap__subtitle--second {
    text-align: center;
    margin: 0 auto !important
}

.services-wrap h1 {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: .025em;
    color: #ec1a2d;
    text-transform: uppercase;
    font-weight: 800;
    margin-right: 30px
}

.services-wrap__image {
    max-width: 577px
}

.services-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 48px 0 140px
}

.services-wrap__list .row {
    width: 49%
}

.services-wrap__list .row .item {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 16px
}

.services-wrap__list .row .item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.services-wrap__list .row .item-top img {
    max-width: 32px;
    margin-right: 10px
}

.services-wrap__list .row .item-top__title {
    width: 100%;
    max-width: calc(100% - 42px);
    font-size: 24px;
    line-height: 32px;
    font-weight: 600
}

.services-wrap__list .row .item-text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px
}

.services-wrap__form {
    max-width: 980px;
    background-color: #fff;
    padding: 50px;
    margin: 50px auto 0;
    border-radius: 6px
}

.services-wrap__form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.services-wrap__form .row-item {
    width: 49%
}

.services-wrap__form--notice {
    width: 49%;
    font-size: 16px;
    line-height: 20px;
    color: #a3a3a3
}

.services-wrap__form .btn {
    width: 49%;
    margin-top: 32px
}

.services h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #101b32;
    max-width: 977px
}

.cart {
    padding-top: 17px;
    font-family: Manrope, sans-serif
}

.cart ul {
    list-style-type: disc
}

.cart-wrap {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 24px 14px 0;
    border-radius: 3px
}

.cart-wrap__image {
    width: 100%;
    max-width: 580px;
    margin-right: 30px
}

.cart-wrap__content {
    width: 100%;
    max-width: 535px
}

.cart-wrap__content h1,
.cart-wrap__content--title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase
}

.cart-wrap__content--text {
    font-size: 18px;
    line-height: 21px
}

.cart-wrap__content--text p {
    display: block;
    margin-bottom: 10px
}

.cart-wrap__content--text p:last-child {
    margin-bottom: 0
}

.cart-wrap__content--more {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    font-size: 18px;
    line-height: 21px;
    color: #0063af;
    cursor: pointer
}

.cart-wrap__content--more span {
    border-bottom: dashed 1px #0063af
}

.cart-wrap__content--more span:nth-child(2) {
    display: none
}

.cart-wrap__content--more-icon {
    -webkit-transition: .3s;
    transition: .3s;
    margin-left: 3px
}

.cart-wrap__content--services {
    display: none
}

.cart-wrap__content .open span {
    display: none
}

.cart-wrap__content .open span:nth-child(2) {
    display: block
}

.cart-wrap__content .open .cart-wrap__content--more-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cart-services {
    background-color: #fff;
    margin-top: 20px;
    padding: 30px 49px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart-services .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    margin-right: 2%;
    font-size: 18px;
    line-height: 21px
}

.cart-services .item-title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px
}

.cart-services .item-content ol,
.cart-services .item-content ul {
    padding-left: 15px
}

.cart-services .item:nth-child(3n+3) {
    margin-right: 0
}

.cart-table {
    margin-top: 20px
}

.cart-image {
    margin-top: 20px;
    background-color: #fff;
    padding: 50px;
    border-radius: 5px
}

.cart-image__title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 66px
}

.cart-image__schema {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cart-video {
    border-radius: 5px;
    padding: 50px 63px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    margin-top: 20px
}

.cart-video .item {
    width: 49%;
    max-width: 482px;
    margin-bottom: 50px
}

.cart-video .item-image {
    width: 100%;
    height: 266px;
    border-radius: 15px;
    overflow: hidden
}

.cart-video .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    transition: .3s
}

.cart-video .item-title {
    margin-top: 30px;
    font-size: 24px;
    line-height: 30px;
    color: #101b32
}

.cart-video .item:hover .item-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width:1300px) {
    .blog-wrap__list {
        padding: 0 50px
    }

    .blog-wrap__list .slick-arrow {
        left: 5px
    }

    .blog-wrap__list .slick-next {
        left: auto;
        right: 5px
    }
}

@media (max-width:1200px) {
    .header-wrap {
        padding: 20px 0
    }

    .header-wrap__logo {
        max-width: 150px
    }

    .header-wrap__nav--menu {
        margin-left: 10px
    }

    .header-wrap__nav--menu ul li {
        margin: 0 10px
    }

    .equip-wrap__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .equip-wrap__list .item {
        width: 49%
    }

    .equip-wrap__list .item:nth-child(1n+1) {
        margin: 0 0 20px
    }
}

@media (max-width:1100px) {
    .header-wrap__mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-wrap__mobile .header-wrap__nav--phone {
        display: block
    }

    .header-wrap__icon {
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 3px;
        background-color: #0071e3;
        position: relative;
        margin-left: 15px
    }

    .header-wrap__icon span {
        width: 25px;
        height: 3px;
        background: url(../img/main/menu.svg) no-repeat center center/contain;
        display: block;
        -webkit-transition: .3s;
        transition: .3s;
        margin: 2px 0
    }

    .header-wrap__icon--active span {
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg)
    }

    .header-wrap__icon--active span:nth-child(2) {
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
        position: absolute
    }

    .header-wrap__icon--active span:nth-child(3) {
        display: none
    }

    .header-wrap__logo {
        position: relative;
        z-index: 2
    }

    .header-wrap__nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 102px 0;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .header-wrap__nav--active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .header-wrap__nav--phone {
        display: none
    }

    .header-wrap__nav--menu {
        width: 100%;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2
    }

    .header-wrap__nav--menu ul {
        display: block
    }

    .header-wrap__nav--menu ul li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin: 0 0 20px;
        padding-bottom: 20px;
        border-bottom: solid 1px #ededed;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header-wrap__nav--menu ul li a {
        font-size: 24px;
        line-height: 24px
    }

    .header-wrap__nav--menu ul li:last-child {
        margin-bottom: 0
    }

    .header-wrap__nav--menu ul li .sub-menu {
        width: 100%;
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
        position: static;
        opacity: 1;
        visibility: visible;
        margin-bottom: -20px;
        display: none
    }

    .header-wrap__nav--menu ul li .sub-menu li {
        border-bottom: none;
        padding-bottom: 10px
    }

    .header-wrap__nav--menu ul li .sub-menu li a {
        font-size: 14px;
        line-height: 20px
    }

    .header-wrap__nav--menu ul .open .sub-menu {
        display: block
    }

    .header-wrap__nav--language {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 20px;
        border-bottom: solid 1px #ededed;
        padding-top: 20px;
        margin-bottom: 20px
    }

    .header-wrap__nav--language ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-wrap__nav--language ul li {
        margin: 0 5px
    }

    .header-wrap__nav--language ul li a {
        font-size: 24px;
        line-height: 23px;
        font-weight: 700
    }

    .header-wrap__nav--language-dropdown {
        opacity: 1;
        visibility: visible;
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-wrap__nav--link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 15px;
        padding-left: 15px;
        padding-right: 15px
    }

    .header-wrap__nav--link span {
        font-size: 24px;
        line-height: 24px;
        display: block;
        color: #101b32;
        max-width: calc(100% - 30px)
    }

    .header-wrap__nav--link svg {
        margin-right: 15px
    }
}

@media (max-width:1024px) {
    .my-wrapper h2 {
        font-size: 40px;
        line-height: 46px
    }

    .your-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .your-wrap__content {
        max-width: 100%;
        margin: 0 0 20px
    }

    .service-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .service-wrap__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 20px 0 0
    }

    .service-wrap__content {
        max-width: 100%
    }

    .solutions-wrap {
        margin: 60px 0 40px
    }

    .solutions-wrap__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .solutions-wrap__list .row {
        width: 100%
    }

    .solutions-wrap__list .row:nth-child(1n+1) .item {
        padding: 15px;
        margin: 0 0 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .solutions-wrap__list .row:nth-child(1n+1) .item-image {
        width: 100%;
        max-width: 325px;
        margin-right: 30px;
        height: 200px
    }

    .solutions-wrap__list .row:nth-child(1n+1) .item-image__title {
        display: none
    }

    .solutions-wrap__list .row:nth-child(1n+1) .item-content {
        width: 100%;
        max-width: calc(100% - 355px)
    }

    .solutions-wrap__list .row:nth-child(1n+1) .item-content__title {
        display: block;
        max-width: 100%
    }

    .footer-wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer-wrap__logo {
        max-width: 200px
    }

    .footer-wrap__row {
        margin: 0 15px
    }

    .recomend-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .recomend-wrap__content {
        max-width: 100%;
        margin: 0 0 20px
    }

    .cart-services {
        display: none;
        padding: 0;
        background: 0 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .cart-services .item {
        width: 49%
    }

    .cart-services .item:nth-child(1n+1) {
        margin: 0 0 30px
    }

    .cart-services .item:last-child {
        margin-bottom: 0
    }

    .cart-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 30px 20px
    }

    .cart-wrap__image {
        max-width: 100%;
        margin: 0 0 20px
    }

    .cart-wrap__content {
        max-width: 100%
    }

    .cart-wrap__content .cart-services {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .cart-wrap__content--more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:868px) {
    .my-wrapper h1 {
        font-size: 40px;
        line-height: 46px
    }

    .blog-wrap__slider {
        display: none
    }

    .blog-wrap__flex {
        display: block;
        margin: 0;
        padding: 0
    }

    .blog-wrap__flex .blog-wrap__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 40px 0 0;
        padding: 0
    }

    .blog-wrap__flex .blog-wrap__list .wrapper {
        overflow: hidden;
        width: 100%;
        margin: 0 0 20px;
        padding: 0;
        display: none
    }

    .blog-wrap__flex .blog-wrap__list .wrapper:nth-child(1),
    .blog-wrap__flex .blog-wrap__list .wrapper:nth-child(2),
    .blog-wrap__flex .blog-wrap__list .wrapper:nth-child(3) {
        display: block
    }

    .blog-wrap__flex .blog-wrap__list .wrapper .item {
        margin: 0;
        width: 100%
    }

    .footer-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 60px 0 20px;
        text-align: center
    }

    .footer-wrap__logo {
        max-width: 195px;
        margin: 0 auto 24px
    }

    .footer-wrap__row:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 40px;
        padding-top: 20px;
        border-top: solid 1px #ededed;
        width: calc(100% + 60px);
        max-width: calc(100% + 60px);
        margin-left: -15px
    }

    .footer-wrap__row ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 15px 0 45px
    }

    .footer-wrap__row ul li {
        width: 100%;
        margin: 0 10px 20px
    }

    .footer-wrap__row ul li:nth-last-child(1) {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .footer-wrap__row ul li:nth-last-child(2) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .footer-wrap__row ul li a {
        color: #0071e3
    }

    .footer-wrap__row--subtitle {
        display: none
    }

    .footer-bottom {
        padding: 20px 0 40px
    }

    .footer-bottom ._container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer-bottom__nav ul li {
        margin: 20px 0 0
    }

    .page-wrap__title {
        font-size: 32px;
        line-height: 40px
    }
}

@media (max-width:720px) {
    .solutions-wrap__list .row:nth-child(1n+1) .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .solutions-wrap__list .row:nth-child(1n+1) .item-image {
        max-width: 100%;
        margin: 0 0 15px;
        height: 250px
    }

    .solutions-wrap__list .row:nth-child(1n+1) .item-content {
        max-width: 100%
    }

    .recomend-list {
        margin-left: -15px;
        width: calc(100% + 30px)
    }

    .recomend-list .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 15px
    }

    .recomend-list .item-image {
        margin: 0 0 20px
    }

    .recomend-list .item-text {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
        margin: 0
    }

    .services-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 60px
    }

    .services-wrap h1 {
        max-width: 100%;
        margin: 0 0 20px;
        font-size: 32px;
        line-height: 40px;
        font-weight: 600
    }

    .services-wrap__image {
        max-width: 100%
    }

    .services-wrap__list {
        margin-bottom: 50px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .services-wrap__list .row {
        width: 100%
    }

    .services-wrap__form {
        padding: 20px
    }

    .services h2 {
        font-size: 24px;
        line-height: 28px
    }

    .cart-video {
        padding: 50px 30px 0
    }

    .equip-wrap__list .item {
        width: 100%;
        padding: 20px 15px
    }

    .equip-wrap__list .item-image {
        height: 250px
    }

    .equip-wrap__list .item-image img {
        max-height: 250px
    }

    .equip-wrap__list .item-title {
        margin-top: 25px;
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width:550px) {
    .my-wrapper h1 {
        font-size: 28px;
        line-height: 33px
    }

    .my-wrapper h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 600
    }

    .btn {
        width: 100%;
        max-width: 345px
    }

    .header-wrap {
        padding: 25px 0
    }

    .header-wrap__icon {
        margin-top: -6px
    }

    .header-wrap__logo {
        max-width: 131px;
        margin-right: 5px
    }

    .header-wrap__nav--phone {
        font-size: 20px;
        line-height: 24px
    }

    .main-wrap {
        padding: 103px 0;
        text-align: center
    }

    .main-wrap h1 {
        font-size: 20px;
        line-height: 24px;
        text-transform: none;
        max-width: 350px;
        margin: 0 auto 20px
    }

    .main-wrap h1 strong {
        font-size: 28px;
        line-height: 33px;
        text-transform: uppercase
    }

    .main-wrap .btn {
        margin: 0 auto
    }

    .your-wrap {
        margin: 30px 0 60px
    }

    .your-wrap__content {
        font-size: 20px;
        line-height: 24px
    }

    .your-wrap__content p {
        margin: 20px 0
    }

    .solutions-wrap__title {
        max-width: 345px;
        margin: 0 auto
    }

    .solutions-wrap__list {
        margin-top: 20px
    }

    .solutions-wrap__list .row:nth-child(1n+1) .item {
        padding: 10px
    }

    .solutions-wrap__list .row:nth-child(1n+1) .item-image {
        height: 200px
    }

    .solutions-wrap__list .row:nth-child(1n+1) .item-label {
        left: 25px;
        top: 25px
    }

    .solutions-wrap__list .row:nth-child(1n+1) .item-content__title {
        font-size: 20px;
        line-height: 24px
    }

    .solutions-wrap__list .row:nth-child(1n+1) .item-content__text {
        font-size: 18px;
        line-height: 24px;
        height: 73px
    }

    .blog-wrap__list .item-image {
        height: 250px
    }

    .blog-wrap__more {
        margin-top: 0
    }

    .blog-wrap__more .btn {
        width: 100%;
        max-width: 100%
    }

    .footer {
        margin-top: 66px
    }

    .footer-bottom__copyright {
        max-width: 250px
    }

    .footer-wrap__row .item {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 30px
    }

    .footer-wrap__row .item:nth-last-child(2) {
        font-size: 20px;
        line-height: 24px
    }

    .footer-wrap__row .item:last-child {
        font-size: 24px;
        line-height: 28px;
        font-weight: 600
    }

    .page-wrap__content h2,
    .page-wrap__content h3,
    .page-wrap__content h4,
    .page-wrap__content h5,
    .page-wrap__content h6 {
        margin: 20px 0 15px;
        text-transform: none
    }

    .page-wrap__content h2 {
        font-size: 24px;
        line-height: 28px
    }

    .recomend-wrap {
        padding: 0 0 60px
    }

    .recomend-wrap__content h2 {
        font-size: 24px;
        line-height: 28px;
        text-transform: none
    }

    .recomend-wrap__content h2 span {
        margin-bottom: 0
    }

    .recomend-subtitle {
        font-size: 24px !important;
        line-height: 28px !important;
        text-align: left !important;
        text-transform: none !important
    }

    .recomend-subtitle span {
        margin-bottom: 0;
        display: inline
    }

    .service-wrap__content .btn {
        width: 100%;
        max-width: 100%
    }

    .services h2 {
        font-size: 24px;
        line-height: 28px;
        text-transform: none
    }

    .services-wrap__list {
        margin-top: 20px
    }

    .services-wrap__subtitle--second {
        text-align: left
    }

    .services-wrap__form {
        margin-top: 20px
    }

    .services-wrap__form .row-item {
        width: 100%
    }

    .services-wrap__form .btn,
    .services-wrap__form--notice {
        width: 100%;
        max-width: 100%
    }

    .cart ._container {
        padding: 0
    }

    .cart-services .item {
        width: 100%
    }

    .cart-wrap__content--title {
        font-size: 32px;
        line-height: 40px
    }

    .cart-image {
        padding: 20px
    }

    .cart-image__title {
        font-size: 24px;
        line-height: 28px
    }

    .cart-video {
        padding: 30px 20px
    }

    .cart-video .item {
        width: 100%;
        margin: 0 0 50px
    }

    .cart-video .item:last-child {
        margin-bottom: 0
    }

    .cart-video .item-image {
        height: 184px
    }

    .equip-wrap {
        margin-top: 60px
    }

    .equip-wrap__text {
        margin: 20px auto;
        font-size: 16px;
        line-height: 24px
    }
}