.hpwrapper {
    color: #000000;
}

.hphead {
    position: relative;
}

.hphead__bgbox {
    z-index: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hphead__bgbox:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.22);
}

.hphead__bgvideo {
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #ffffff;
    background-position: top right;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
}

.hphead__bgimage {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hphead__body {
    z-index: 1;
    position: relative;
    min-height: 157px;
}

.hphead__content {
    padding: 72px 0 15px;
}

.hphead__title {
    margin-bottom: 0;
    text-shadow: 0 0 27px #010101;
    font-size: 47px;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

html[lang="en-US"] .hphead__title {
    font-size: 33px;
    letter-spacing: -0.6px;
}

html[lang="ru-RU"] .hphead__title {
    font-size: 31px;
    letter-spacing: -0.6px;
}

.hphead__subtitle {
    font-size: 18px;
    margin: 20px 0;
    color: white;
    text-align: center;
}

.hpordefformfloat__box {
    width: 100%;
}

.hplocations__content {
    padding: 47px 0;
}

.hplocations__textbox {
    margin-bottom: 29px;
}

.hplocations__title {
    margin-bottom: 13px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0px;
}

.hplocations__tags {
    position: relative;
    height: fit-content;
    margin-bottom: 20px;
}

.hplocations__tag {
    cursor: pointer;
    font-size: 14px;
    padding: 5px 10px;
    display: inline-block;
    color: #0d0d0d;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #cececc;
    background: #ffffff;
    border-radius: 4px;
}
.hplocations__tag:hover,
.hplocations__tag.active {
    border-color: #ef2329;
    color: #0d0d0d;
    -webkit-box-shadow: 0 0 0 1px #ef2329;
    box-shadow: 0 0 0 1px #ef2329;
}

.hplocations__text {
    height: 240px;
    overflow: auto;
    direction: ltr;
    padding-right: 10px;
    margin-top: 30px;
    font-size: 19px;
    color: #010201;
    position: relative;
    text-align: inherit;
    margin-bottom: 35px;
    font-weight: normal;
    letter-spacing: 0.05px;
}
.hplocations__text-box {
    direction: rtl;
}



.hplocations__text p {
    margin-bottom: 14px;
}

.hplocations__text p:last-child {
    margin-bottom: 0;
}

html[lang="en-US"] .hplocations__text {
    max-height: 302px;
    letter-spacing: 0px;
}

html[lang="ru-RU"] .hplocations__text {
    font-size: 16px;
    max-height: 302px;
    letter-spacing: 0px;
}

.hplocations__itemsbox {
    padding-top: 26px;
    position: relative;
}

.hplocations__itemsfigure {
    z-index: -1;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f1f1f1;
    width: 237px;
    height: 237px;
}

.hplocations__itemswrapper {
    position: relative;
    margin: 0 -7.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hplocations__itembox {
    padding: 0 7.5px;
    margin-bottom: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 2);
    flex: 0 1 calc(100% / 2);
    position: relative;
}

.hplocations__itemlink {
    min-height: 50px;
    height: 100%;
    border-radius: 8px;
    border: solid 1px #dfdfdf;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: calc(100% - 8px) calc(50% + 2px);
    padding: 10px 32px 6px 7px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0px;
    color: #010201;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.hplocations__itemlink:hover {
    -webkit-box-shadow: 0px 18px 35px 0px rgba(102, 102, 102, 0.19);
    box-shadow: 0px 18px 35px 0px rgba(102, 102, 102, 0.19);
    color: #010201;
}

html[lang="en-US"] .hplocations__itemlink {
    background-position: calc(0% + 8px) calc(50% + 1px);
    padding: 7px 5px 5px 30px;
}

html[lang="ru-RU"] .hplocations__itemlink {
    background-position: calc(0% + 8px) calc(50% + 1px);
    padding: 7px 5px 5px 30px;
    font-size: 15px;
}

.hplocations__itembox:nth-child(even) .hplocations__itemlink {
    padding: 9px 42px 5px 7px;
    background-size: 20px;
}

html[lang="en-US"] .hplocations__itembox:nth-child(even) .hplocations__itemlink {
    padding: 9px 5px 5px 34px;
}

html[lang="ru-RU"] .hplocations__itembox:nth-child(even) .hplocations__itemlink {
    padding: 9px 5px 5px 34px;
}

.hplocations__itemsimagebox {
    margin-top: 15px;
    position: relative;
}

.hplocations__itemsimage {
    margin: 0 auto;
    display: block;
    width: 277px;
    height: 118px;
    -o-object-fit: cover;
    object-fit: cover;
}

.hpwhyus {
    padding: 24px 0 75px 0;
}

html[lang="en-US"] .hpwhyus {
    padding: 20px 0 75px 0;
}

html[lang="ru-RU"] .hpwhyus {
    padding: 20px 0 75px 0;
}

.hpwhyus__titlebox {
    margin-bottom: 34px;
}

.hpwhyus__title {
    text-align: center;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0px;
}

.hpwhyus__itembox {
    margin-bottom: 39px;
}

.hpwhyus__itembox_2 {
    margin-bottom: 47px;
}

.hpwhyus__itembox:last-child {
    margin-bottom: 0;
}

.hpwhyus__itemimagebox {
    margin-bottom: 22px;
}

.hpwhyus__itemimagecontent {
    margin: 0 auto;
    position: relative;
    width: 84px;
    height: 84px;
    -webkit-box-shadow: 0px 5px 35px 0 #66666630;
    box-shadow: 0px 5px 35px 0 #66666630;
    border-radius: 50%;
    background-color: #ffffff;
}

.hpwhyus__itemimagecontent:before {
    position: absolute;
    top: 5px;
    right: 0;
    width: 18px;
    height: 18px;
    background-color: #fc252b;
    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;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    font-weight: 900;
    color: #fffffff3;
    border-radius: 50%;
}

.hpwhyus__itemimage {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 43px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.hpwhyus__itembox_2 .hpwhyus__itemimage {
    top: calc(50% + 5px);
    left: calc(50% + 3px);
}

.hpwhyus__itemtitle {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.05px;
    text-align: center;
}

html[lang="ru-RU"] .hpwhyus__itemtitle {
    font-size: 18px;
    letter-spacing: 0px;
}

.hpwhyus__itemtext {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    color: #24160a;
}

.hpbustp {
    margin-bottom: 60px;
}

.hpbustp__tabstitlebox {
    padding-bottom: 82px;
    background-color: #fff;
}

.hpbustp__tabstitle {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
}

.hpbustp__tabsbox {
    background-color: #f1f1f1;
}

.hpbustp__tabsitemsbox {
    margin-bottom: -16px;
    position: relative;
    top: -51px;
}

.hpbustp__tabsitems {
    margin: 0 -20px;
}

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

.hpbustp__tabsitems .slick-list {
    padding: 0 29.2%;
}

.hpbustp__tabsitembox {
    padding: 0 5px;
    min-height: 97px;
    height: auto;
}

.hpbustp__tabsitem {
    padding: 15px 9px 6px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: solid 1px #dfdfdf;
    background-color: #ffffff;
    -webkit-transition: border-color .3s, background-color .3s;
    -o-transition: border-color .3s, background-color .3s;
    transition: border-color .3s, background-color .3s;
}

._tabactive .hpbustp__tabsitem {
    padding-top: 14px;
    border: solid 2px #00b770;
    background-color: #ebf9f4;
}

.hpbustp__tabsitemimagebox {
    margin-bottom: 7px;
    height: 25px;
}

.hpbustp__tabsitemimage {
    position: relative;
    left: 6px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.hpbustp__tabsitemtitle {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
    color: #010201;
}

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

.hpbustp__tabsiteminfo {
    background-image: url("../img/hp_people.svg");
    background-repeat: no-repeat;
    background-size: 19px 12px;
    background-position: right center;
    padding: 0 27px 0 0;
}

html[lang="en-US"] .hpbustp__tabsiteminfo {
    padding: 0 0 0 27px;
    background-position: left center;
}

.hpbustp__tabsiteminfotext {
    font-size: 13.5px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #010201;
}

.hpbustp__tabscontentitem {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.hpbustp__tabscontentimagebox {
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    min-height: 190px;
}

.hpbustp__tabscontentimagewrapper {
    position: relative;
    text-align: center;
}

.hpbustp__tabscontentimagewrapper:before {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.hpbustp__tabscontentimagewrapper.aos-animate {
    opacity: 0 !important;
    -webkit-transform: translateZ(0) scale(0) !important;
    transform: translateZ(0) scale(0) !important;
}

.hpbustp__tabscontentimagewrapper._aosanim {
    -webkit-transition-delay: .3s !important;
    -o-transition-delay: .3s !important;
    transition-delay: .3s !important;
    opacity: 1 !important;
    -webkit-transform: translateZ(0) scale(1) !important;
    transform: translateZ(0) scale(1) !important;
}

.hpbustp__tabscontentimage {
    max-width: 324px;
    max-height: 190px;
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.hpbustp__tabscontentinfobox {
    margin-bottom: 3px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.hpbustp__tabscontentinfotitle {
    margin-bottom: 9px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
}

.hpbustp__tabscontentinfodescription {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.1px;
    text-align: center;
    color: #010201;
}

.hpbustp__tabscontentinfocounttitle {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.47;
    letter-spacing: 0px;
    text-align: center;
}

.hpbustp__tabscontentinfocount {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    color: #00b770;
}

.hpbustp__tabscontentaddinfobox {
    display: none;
}

.hpbustp__tabscontentaddinfoboxmob {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.hpbustp__tabscontentaddinfotitlemob {
    margin-bottom: 19px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
}

.hpbustp__tabscontentaddinfoitemsboxmob {
    max-width: 360px;
    margin: 0 auto;
}

.hpbustp__tabscontentaddinfoitemsmob {
    margin: 0 -7.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hpbustp__tabscontentaddinfoitemboxmob {
    margin-bottom: 9px;
    padding: 0 7.5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 2 - 7.5px);
    flex: 0 1 calc(100% / 2 - 7.5px);
}

.hpbustp__tabscontentaddinfoitemmob {
    position: relative;
    padding: 0px 25px 0px 0px;
}

html[lang="en-US"] .hpbustp__tabscontentaddinfoitemmob {
    padding: 0px 0 0 25px;
}

.hpbustp__tabscontentaddinfoitemboxmob:nth-child(even) .hpbustp__tabscontentaddinfoitemmob {
    padding: 0px 18px 0px 0px;
}

html[lang="en-US"] .hpbustp__tabscontentaddinfoitemboxmob:nth-child(even) .hpbustp__tabscontentaddinfoitemmob {
    padding: 0px 0 0 18px;
}

.hpbustp__tabscontentaddinfoitemiconboxmob {
    display: block;
    position: absolute;
    top: 0px;
    right: -9px;
    max-width: 17px;
    max-height: 17px;
}

html[lang="en-US"] .hpbustp__tabscontentaddinfoitemiconboxmob {
    right: auto;
    left: -9px;
}

.hpbustp__tabscontentaddinfoitemiconmob {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.hpbustp__tabscontentaddinfoitemtextmob {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: -0.3px;
    color: #010201;
}

.hpbustp__tabscontentbtnbox {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 22px;
    position: relative;
    bottom: -27px;
}

.hpbustp__tabscontentbtnlink {
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    display: block;
    max-width: 345px;
    width: 100%;
    min-height: 52px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 7px 16px 0 #ef232930;
    box-shadow: 0px 7px 16px 0 #ef232930;
    background-color: #ef2329;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.hpbustp__tabscontentbtnlink.hvr-fade:hover,
.hpbustp__tabscontentbtnlink.hvr-fade:focus,
.hpbustp__tabscontentbtnlink.hvr-fade:active {
    background-color: #dd0e14;
}

.hpbustp__tabscontentbtnlinktitle {
    display: block;
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.09px;
    color: #ffffff;
}

html[lang="en-US"] .hpbustp__tabscontentbtnlinktitle {
    padding: 17px 0 14px;
    letter-spacing: 0.5px;
}

.hpourteam {
    padding: 33px 0px 0px;
}

.hpourteam__titlebox {
    margin-bottom: -25px;
}

.hpourteam__title {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
}

.hpourteam__items {
    margin: 0 -20px;
}

.hpourteam__items .slick-list {
    padding: 0 27.1%;
}

.hpourteam__itembox {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 8.5px;
}

.hpourteam__item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 20px 35px -15px #66666630;
    box-shadow: 0px 20px 35px -15px #66666630;
    border: solid 1px #e2e2e2;
    background-color: #ffffff;
}

.hpourteam__itemratingbox {
    position: absolute;
    top: 9px;
    right: 6px;
}

.hpourteam__itemrating {
    min-width: 39px;
    min-height: 20px;
    padding: 4px;
    padding-right: 18px;
    border-radius: 4px;
    background-color: #ffffff;
    position: relative;
    font-size: 10.5px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #0e0e0d;
}

.hpourteam__itemrating:before {
    position: absolute;
    top: 5px;
    right: 6px;
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-size: 7.5px;
    font-weight: 900;
    color: #fc252b;
}

.hpourteam__itemimagebox {
    display: block;
    width: 100%;
    height: 124.6px;
    height: auto;
    max-height: 165px;
    overflow: hidden;
}

.hpourteam__itemimage {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hpourteam__itemcontentbox {
    padding: 11px 15px;
    min-height: 66px;
}

html[lang="en-US"] .hpourteam__itemcontentbox {
    padding: 11px;
}

.hpourteam__itemcontenttitle {
    margin-bottom: 3px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
    color: #24160a;
}

.hpourteam__itemcontentdescription {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
    color: #494948;
}

.hploctn {
    position: relative;
    min-height: 606px;
    padding-top: 40px;
    padding-bottom: 178px;
}

.hploctn__bgbox {
    z-index: -1;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 460px;
}

.hploctn__bgimage {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hploctn__titlebox {
    margin-bottom: 26px;
}

.hploctn__title {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
}

.hploctn__deptparent {
    margin-bottom: 0;
}

.hploctn__deptparentchilditem {
    margin: 0 auto;
    max-width: 460px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.hploctn__deptparentchilditembox {
    border-radius: 8px;
    border: solid 1px #dfdfdf;
    background-color: #ffffff;
}

.hploctn__deptparentchildlinkbox {
    padding: 0 15px 0 50px;
}

html[lang="en-US"] .hploctn__deptparentchildlinkbox {
    padding: 0 50px 0 15px;
}

.hploctn__deptparentchildlinkbox:after {
    padding-top: 5px;
    display: block;
    text-align: center;
    pointer-events: none;
    margin-top: -12px;
    position: absolute;
    left: 13px;
    top: 26px;
    height: 25px;
    width: 25px;
    content: '\f078';
    border-radius: 50%;
    border: solid 2px #00b770;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    color: #0d0d0d;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

._hploctnsubopen .hploctn__deptparentchildlinkbox:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

html[lang="en-US"] .hploctn__deptparentchildlinkbox:after {
    left: auto;
    right: 13px;
}

.hploctn__deptparentchildlink {
    pointer-events: none;
    display: block;
    padding: 13.5px 0;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #0d0d0d;
}

.hploctn__deptparentchildlink:hover {
    color: #0d0d0d;
}

.hploctn__deptlist {
    padding: 0 20px 15px;
}

.hploctn__deptsublistmorebox {
    display: none;
}

.hploctn__deptsublistlink {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    color: #0d0d0d;
}

.hploctn__deptsublistlink:hover {
    color: #0d0d0d;
}

.hploctn__btnbox {
    display: none;
}

@media (max-width: 767px) {
    .hphead__body {
        min-height: auto;
        height: 575px;
    }

    .hphead__bgimage {
        background-position: right;
    }

    .hphead__content {
        padding-top: 50%;
    }
}

@media (min-width: 374px) {
    .hpbustp__tabscontentaddinfoitemboxmob:nth-child(even) .hpbustp__tabscontentaddinfoitemmob {
        padding: 0px 20px 0px 0px;
    }

    html[lang="en-US"] .hpbustp__tabscontentaddinfoitemboxmob:nth-child(even) .hpbustp__tabscontentaddinfoitemmob {
        padding: 0px 0 0 20px;
    }

    .hpbustp__tabscontentaddinfoitemtextmob {
        letter-spacing: 0px;
    }
}

@media (min-width: 375px) {
    .hplocations__itemlink {
        background-position: calc(100% - 11px) calc(50% + 2px);
        padding: 10px 35px 6px 7px;
    }

    html[lang="en-US"] .hplocations__itemlink {
        background-position: calc(0% + 10px) calc(50% + 0px);
        padding: 7px 7px 7px 35px;
    }

    html[lang="ru-RU"] .hplocations__itemlink {
        background-position: calc(0% + 10px) calc(50% + 0px);
        padding: 7px 7px 7px 35px;
    }
}

@media (min-width: 450px) {
    .hpourteam__items .slick-list {
        padding: 0 15%;
    }

    .hploctn__bgbox {
        max-height: 839px;
        height: 100%;
    }

    .hploctn__bgimage {
        background-position: center bottom;
        background-size: 100%;
    }
}

@media (min-width: 540px) {
    .hpbustp__tabsitems {
        margin: 0 -40px;
    }

    .hpbustp__tabsitems .slick-list {
        padding: 0 23.2%;
    }

    .hpourteam__items {
        margin: 0 -40px;
    }
}

@media (min-width: 567px) {
    .hpourteam__items .slick-list {
        padding: 0 6%;
    }
}

@media (min-width: 576px) {
    .hphead__body {
        min-height: 267px;
    }

    .hphead__content {
        padding: 118px 0 15px;
    }

    .hphead__subtitle {
        text-shadow: 0 0 27px #010101;
        display: block;
        font-size: 18px;
        font-weight: 500;
        font-style: normal;
        line-height: 1.25;
        text-align: center;
        color: #ffffff;
    }

    .hpbustp__tabsitems {
        margin: 0 -20px;
    }

    .hpourteam__items {
        margin: 0 -20px;
    }
}

@media (min-width: 720px) {
    .hpbustp__tabsitems {
        margin: 0 -40px;
    }

    .hpourteam__items {
        margin: 0 -40px;
    }
}

@media (min-width: 768px) {
    .hphead__body {
        min-height: 532px;
    }

    .hphead__content {
        padding: 193px 0 200px;
        max-width: 875px;
        margin: 0 auto;
    }

    .hphead__title {
        font-size: 50px;
    }

    html[lang="en-US"] .hphead__title {
        font-size: 50px;
    }

    html[lang="ru-RU"] .hphead__title {
        font-size: 50px;
    }

    .hphead__subtitle {
        font-size: 21px;
        letter-spacing: 0.1px;
    }

    .hporderf {
        margin-bottom: -178px;
    }

    .hporderf__content {
        min-height: 397px;
        position: relative;
        top: -178px;
    }

    .hplocations__content {
        padding: 114px 0 72px;
    }

    .hplocations__title {
        margin-bottom: 21px;
        font-size: 44px;
    }

    html[lang="ru-RU"] .hplocations__title {
        font-size: 43px;
        letter-spacing: -0.6px;
    }

    .hplocations__text {
        font-size: 18px;
    }

    .hplocations__text p {
        margin-bottom: 15px;
    }

    html[lang="ru-RU"] .hplocations__text p {
        margin-bottom: 17px;
    }

    .hplocations__itemsbox {
        padding-top: 71px;
    }

    .hplocations__itemsfigure {
        width: 436px;
        height: 436px;
    }

    .hplocations__itemswrapper {
        padding: 0 0 0px;
        margin: 0 -11.5px;
        margin-bottom: -10px;
    }

    .hplocations__itembox {
        padding: 0 11.5px;
        margin-bottom: 17px;
    }

    .hplocations__itemlink {
        background-size: 22px;
        background-position: calc(100% - 15px) calc(50% + 1px);
        min-height: 64px;
        font-size: 19px;
        padding: 15px 47px 15px 15px;
    }

    html[lang="en-US"] .hplocations__itemlink {
        padding: 10px 15px 10px 52px;
        background-position: calc(0% + 15px) calc(50% + 1px);
    }

    html[lang="ru-RU"] .hplocations__itemlink {
        padding: 10px 15px 10px 52px;
        background-position: calc(0% + 15px) calc(50% + 1px);
        font-size: 18px;
        letter-spacing: -0.5px;
        line-height: 1.2;
    }

    .hplocations__itembox:nth-child(even) .hplocations__itemlink {
        padding: 15px 47px 15px 15px;
        background-size: 22px;
    }

    html[lang="en-US"] .hplocations__itembox:nth-child(even) .hplocations__itemlink {
        padding: 10px 15px 10px 52px;
    }

    html[lang="ru-RU"] .hplocations__itembox:nth-child(even) .hplocations__itemlink {
        padding: 10px 15px 10px 52px;
    }

    .hplocations__itemsimage {
        margin: 0 auto 0 0;
        width: 343px;
        height: 146px;
        position: relative;
        left: 0;
    }

    html[lang="en-US"] .hplocations__itemsimage {
        margin: 0 0 0 auto;
    }

    html[lang="ru-RU"] .hplocations__itemsimage {
        margin: 0 0 0 auto;
    }

    .hpwhyus__titlebox {
        margin-bottom: 46px;
    }

    html[lang="ru-RU"] .hpwhyus__titlebox {
        margin-bottom: 49px;
    }

    .hpwhyus__title {
        font-size: 44px;
    }

    html[lang="ru-RU"] .hpwhyus__title {
        font-size: 42px;
        letter-spacing: -0.2px;
    }

    .hpwhyus__itemimagebox {
        margin-bottom: 50px;
    }

    .hpwhyus__itemimagecontent {
        width: 130px;
        height: 130px;
    }

    .hpwhyus__itemimagecontent:before {
        top: 8px;
        right: 4px;
        width: 28px;
        height: 28px;
        font-size: 13px;
    }

    .hpwhyus__itemimage {
        width: 63px;
    }

    .hpwhyus__itemtitle {
        font-size: 22px;
        margin-bottom: 14px;
    }

    html[lang="ru-RU"] .hpwhyus__itemtitle {
        letter-spacing: 0.05px;
        font-size: 19px;
        margin-bottom: 18px;
    }

    .hpwhyus__itemtext {
        font-size: 17px;
    }

    html[lang="ru-RU"] .hpwhyus__itemtext {
        font-size: 15px;
    }

    .hpbustp {
        padding-top: 30px;
    }

    .hpbustp__tabstitlebox {
        padding-bottom: 94px;
    }

    .hpbustp__tabstitle {
        font-size: 34px;
    }

    .hpbustp__tabsitems {
        margin: 0 -15px;
    }

    .hpbustp__tabsitems .slick-list {
        padding: 0 14%;
    }

    .hpbustp__tabsitembox {
        min-height: 136px;
        padding: 0 10px;
    }

    .hpbustp__tabsitem {
        padding: 10px;
        padding-top: 25px;
    }

    ._tabactive .hpbustp__tabsitem {
        padding-top: 24px;
    }

    .hpbustp__tabsitemimagebox {
        height: 30px;
        margin-bottom: 15px;
    }

    .hpbustp__tabsitemimage {
        left: 2px;
    }

    .hpbustp__tabsitemtitle {
        margin-bottom: 6px;
        font-size: 19px;
    }

    .hpbustp__tabsiteminfo {
        background-size: 22px 14px;
        padding: 0 32px 0 0;
        position: relative;
        left: 3px;
    }

    html[lang="en-US"] .hpbustp__tabsiteminfo {
        padding: 0 0 0 28px;
        left: auto;
        right: 3px;
    }

    .hpbustp__tabsiteminfotext {
        font-size: 16px;
    }

    .hpbustp__tabscontentinfotitle {
        margin-bottom: 12px;
        font-size: 40px;
    }

    .hpbustp__tabscontentinfodescription {
        line-height: 1.56;
        margin-bottom: 22px;
        font-size: 18px;
    }

    .hpbustp__tabscontentinfocounttitle {
        line-height: 1.33;
        margin-bottom: 6px;
        font-size: 21px;
    }

    .hpbustp__tabscontentinfocount {
        font-size: 40px;
    }

    .hpbustp__tabscontentaddinfotitlemob {
        font-size: 21px;
        margin-bottom: 19px;
    }

    .hpbustp__tabscontentaddinfoitemsboxmob {
        max-width: 400px;
    }

    .hpbustp__tabscontentaddinfoitemtextmob {
        font-size: 17px;
    }

    .hpourteam {
        padding: 58px 0px 0px;
    }

    .hpourteam__titlebox {
        margin-bottom: -4px;
    }

    .hpourteam__title {
        font-size: 44px;
    }

    .hpourteam__items {
        margin: 0 -15px;
    }

    .hpourteam__items .slick-list {
        padding: 0 10%;
    }

    .hpourteam__itembox {
        padding: 0 15px;
    }

    .hpourteam__itemratingbox {
        top: 11px;
        right: 8px;
    }

    .hpourteam__itemrating:before {
        font-size: 10px;
        top: 7px;
        right: 9px;
    }

    .hpourteam__itemrating {
        padding: 6px 5px 4px;
        padding-right: 24px;
        min-width: 51px;
        min-height: 26px;
        font-size: 14px;
    }

    .hpourteam__itemcontentbox {
        min-height: 87px;
        padding: 15px;
    }

    html[lang="en-US"] .hpourteam__itemcontentbox {
        padding: 15px 8px;
    }

    .hpourteam__itemcontenttitle {
        margin-bottom: 5px;
        font-size: 22px;
    }

    html[lang="en-US"] .hpourteam__itemcontenttitle {
        letter-spacing: -0.3px;
    }

    .hpourteam__itemcontentdescription {
        font-size: 15px;
    }

    .hploctn {
        padding-top: 67px;
    }

    .hploctn__title {
        font-size: 42px;
        color: #0d0d0d;
    }

    .hploctn__deptparentchildlink {
        padding: 15px 0;
        font-size: 22px;
    }

    .hploctn__deptsublistlink {
        font-size: 17px;
    }
}

@media (min-width: 960px) {
    .hpbustp__tabsitems {
        margin: 0 -30px;
    }

    .hpourteam__items {
        margin: 0 -30px;
    }
}

@media (min-width: 992px) {
    .hphead__title {
        position: relative;
        right: 8px;
        margin-bottom: 15px;
        font-size: 58px;
        letter-spacing: -0.08px;
    }

    html[lang="en-US"] .hphead__title {
        font-size: 58px;
        letter-spacing: -0.08px;
    }

    html[lang="ru-RU"] .hphead__title {
        margin-bottom: 18px;
        font-size: 58px;
        letter-spacing: -0.08px;
    }

    .hphead__subtitle {
        position: relative;
        right: 4px;
    }

    html[lang="en-US"] .hphead__subtitle {
        padding: 0 148px;
        right: 6px;
        letter-spacing: -0.03px;
    }

    html[lang="ru-RU"] .hphead__subtitle {
        padding: 0 148px;
        right: 6px;
        font-size: 20px;
        letter-spacing: 0.44px;
    }

    .hplocations__content {
        margin: 0 -15px;
        padding: 76px 0 72px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hplocations__textbox {
        margin-bottom: 0;
        padding-top: 37px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        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-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .hplocations__textwrapper {
        padding: 0 15px;
        max-width: 463px;
    }

    html[lang="ru-RU"] .hplocations__text {
        line-height: 1.8;
    }

    .hplocations__itemsbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding: 0 15px;
        padding-top: 71px;
    }

    html[lang="en-US"] .hplocations__itemsbox {
        padding-top: 77px;
    }

    html[lang="ru-RU"] .hplocations__itemsbox {
        padding-top: 77px;
    }

    .hplocations__itemsimagebox {
        margin-top: 0;
    }

    .hpwhyus:before {
        z-index: -1;
        content: "";
        display: block;
        position: absolute;
        top: 169px;
        left: 0;
        width: 100%;
        height: 205px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .hpwhyus__itemscontent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .hpwhyus__itembox {
        margin-bottom: 0;
        padding: 0 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 3);
        flex: 0 1 calc(100% / 3);
    }

    .hpwhyus__itemimagecontent {
        position: relative;
        top: 19px;
    }

    .hpwhyus__itembox_2 .hpwhyus__itemimagecontent {
        top: -3px;
    }

    .hpbustp__tabsitemsbox {
        top: -66px;
        margin-bottom: -26px;
    }

    .hpbustp__tabsitems {
        margin: 0 -10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hpbustp__tabsitembox {
        min-height: 100px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 193px;
        flex: 0 1 193px;
        max-width: 193px;
    }

    .hpbustp__tabsitem {
        padding: 10px 5px 5px;
        padding-top: 18px;
        cursor: pointer;
    }

    ._tabactive .hpbustp__tabsitem {
        padding: 10px 4px 5px;
        padding-top: 17px;
    }

    .hpbustp__tabscontentitem {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .hpbustp__tabscontentimagebox {
        margin-top: 19px;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%;
        min-height: 436px;
        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;
    }

    .hpbustp__tabscontentimagewrapper:before {
        width: 436px;
        height: 436px;
    }

    .hpbustp__tabscontentimage {
        max-width: 100%;
        max-height: 436px;
        position: relative;
        top: 12px;
    }

    .hpbustp__tabscontentinfobox {
        padding-right: 60px;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%;
    }

    html[lang="en-US"] .hpbustp__tabscontentinfobox {
        padding-right: 0;
        padding-left: 60px;
    }

    .hpbustp__tabscontentinfotitle {
        text-align: inherit;
    }

    .hpbustp__tabscontentinfodescription {
        text-align: inherit;
    }

    .hpbustp__tabscontentinfocountbox {
        margin-bottom: 23px;
    }

    .hpbustp__tabscontentinfocounttitle {
        text-align: inherit;
    }

    .hpbustp__tabscontentinfocount {
        text-align: inherit;
    }

    .hpbustp__tabscontentaddinfobox {
        display: block;
    }

    .hpbustp__tabscontentaddinfotitle {
        margin-bottom: 14px;
        font-size: 21px;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: 0px;
    }

    .hpbustp__tabscontentaddinfoitems {
        margin: 0 -7.5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .hpbustp__tabscontentaddinfoitembox {
        margin-bottom: 13px;
        padding: 0 7.5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 199px;
        flex: 0 1 199px;
    }

    html[lang="en-US"] .hpbustp__tabscontentaddinfoitembox {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 233px;
        flex: 0 1 233px;
    }

    .hpbustp__tabscontentaddinfoitem {
        position: relative;
        padding: 0px 33px 0px 0px;
    }

    .hpbustp__tabscontentaddinfoitembox:nth-child(even) .hpbustp__tabscontentaddinfoitem {
        padding: 0px 23px 0px 0px;
    }

    html[lang="en-US"] .hpbustp__tabscontentaddinfoitembox:nth-child(even) .hpbustp__tabscontentaddinfoitem {
        padding: 0px 0 0 36px;
    }

    html[lang="en-US"] .hpbustp__tabscontentaddinfoitem {
        padding: 0px 0 0 33px;
    }

    .hpbustp__tabscontentaddinfoitemiconbox {
        display: block;
        position: absolute;
        top: 1px;
        right: 1px;
        max-width: 17px;
        max-height: 17px;
    }

    .hpbustp__tabscontentaddinfoitembox:nth-child(even) .hpbustp__tabscontentaddinfoitemiconbox {
        right: -6px;
    }

    html[lang="en-US"] .hpbustp__tabscontentaddinfoitemiconbox {
        right: auto;
        left: 5px;
    }

    .hpbustp__tabscontentaddinfoitembox:nth-child(even) html[lang="en-US"] .hpbustp__tabscontentaddinfoitemiconbox {
        right: auto;
        left: -6px;
    }

    .hpbustp__tabscontentaddinfoitemicon {
        width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .hpbustp__tabscontentaddinfoitemtext {
        font-size: 17px;
        font-weight: normal;
        line-height: 1.2;
        letter-spacing: 0px;
        color: #010201;
    }

    .hpbustp__tabscontentaddinfoboxmob {
        display: none;
    }

    .hpbustp__tabscontentbtnbox {
        margin-top: 19px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        bottom: -26px;
    }

    .hpourteam__items {
        padding: 0 60px;
        margin: 0;
    }

    .hpourteam__items .slick-list {
        margin: 0 -17px;
        padding: 0;
    }

    .hpourteam__items .slick-arrow {
        top: calc(50% - 10px);
        z-index: 1;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background-color: #f1f1f1;
        -webkit-transition: background-color .3s;
        -o-transition: background-color .3s;
        transition: background-color .3s;
    }

    .hpourteam__items .slick-arrow:before {
        display: block;
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-size: 14px;
        font-weight: 900;
        color: #0e0e0d;
    }

    .hpourteam__items .slick-arrow:hover {
        background-color: #e7e7e7;
    }

    .hpourteam__items .slick-arrow.slick-prev {
        right: 0;
    }

    .hpourteam__items .slick-arrow.slick-next {
        top: calc(50% - 11px);
        left: 0;
    }

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

    html[lang="en-US"] .hpourteam__items .slick-arrow {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        top: calc(50% - 31px);
    }

    html[lang="en-US"] .hpourteam__items .slick-arrow.slick-prev {
        right: auto;
        left: 0;
    }

    html[lang="en-US"] .hpourteam__items .slick-arrow.slick-next {
        left: auto;
        right: 0;
    }

    .hploctn {
        min-height: 839px;
        height: 839px;
        padding-bottom: 30px;
    }

    .hploctn__bgbox {
        bottom: auto;
        top: 0;
    }

    .hploctn__bgimage {
        background-position: center;
        background-size: cover;
    }

    .hploctn__bgimage:before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff00), color-stop(70%, #ffffff00), to(#ffffff));
        background-image: -o-linear-gradient(bottom, #ffffff00, #ffffff00 70%, #ffffff);
        background-image: linear-gradient(to top, #ffffff00, #ffffff00 70%, #ffffff);
    }

    .hploctn__titlebox {
        margin-bottom: 40px;
    }

    .hploctn__deptparent {
        margin: 0 -7.5px;
        max-height: 456px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .hploctn__deptparentchilditem {
        height: 100%;
        margin: 0;
        padding: 0 7.5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 219px;
        flex: 0 1 219px;
        max-width: 219px;
    }

    .hploctn__deptparentchilditembox {
        overflow: hidden;
        position: relative;
        max-height: 456px;
        border-top-right-radius: 0px;
        border-color: transparent;
    }

    .hploctn__deptparentchilditembox._hploctnsubactive {
        z-index: 1;
        max-height: 100%;
        padding-bottom: 35px;
    }

    .hploctn__deptparentchildlinkbox {
        padding: 0 5px;
    }

    html[lang="en-US"] .hploctn__deptparentchildlinkbox {
        padding: 0 5px;
    }

    .hploctn__deptparentchildlinkbox:after {
        display: none;
    }

    .hploctn__deptparentchildlink {
        padding: 7.5px 0;
        font-size: 20px;
    }

    .hploctn__deptlist {
        padding: 0px 7.5px 14px;
    }

    .hploctn__deptsublistmorebox {
        display: block;
        position: absolute;
        padding: 0 7.5px;
        bottom: 0px;
        right: 0;
        width: 100%;
        height: 48px;
        background-color: white;
        z-index: 1;
    }

    .hploctn__deptsublistmorebox:hover {
        color: #00975c;
    }

    .hploctn__deptsublistmore {
        cursor: pointer;
        font-size: 17px;
        line-height: 1.53;
        letter-spacing: 0px;
        font-weight: bold;
        color: #00b770;
        opacity: 1;
        -webkit-transition: opacity .3s, color .3s;
        -o-transition: opacity .3s, color .3s;
        transition: opacity .3s, color .3s;
    }

    .hploctn__deptsublistmore:hover {
        color: #00975c;
    }

    .hploctn__deptsublistmore:hover + .hploctn__deptsublistless {
        color: #00975c;
    }

    ._hploctnsubactive .hploctn__deptsublistmore {
        opacity: 0;
    }

    .hploctn__deptsublistless {
        pointer-events: none;
        position: absolute;
        top: 0;
        right: 7.5px;
        opacity: 0;
        font-size: 17px;
        line-height: 1.53;
        letter-spacing: 0px;
        font-weight: bold;
        color: #00b770;
        -webkit-transition: opacity .3s, color .3s;
        -o-transition: opacity .3s, color .3s;
        transition: opacity .3s, color .3s;
    }

    ._hploctnsubactive .hploctn__deptsublistless {
        opacity: 1;
    }

    .hploctn__deptsublistlink {
        line-height: 1.53;
        letter-spacing: 0px;
    }

    .hploctn__btnbox {
        display: block;
        margin-top: 62px;
        text-align: center;
        max-width: 100%;
    }

    html[lang="en-US"] .hploctn__btnbox {
        margin-top: 77px;
    }

    .hploctn__btnlink {
        margin: 0 auto;
        max-width: 100%;
        padding: 0 32px;
        text-align: center;
        display: inline-block;
        border-radius: 10px;
        -webkit-box-shadow: 0px 7px 16px 0 #ef232930;
        box-shadow: 0px 7px 16px 0 #ef232930;
        background-color: #ef2329;
        -webkit-transition: background-color .3s;
        -o-transition: background-color .3s;
        transition: background-color .3s;
    }

    .hploctn__btnlink:hover {
        background-color: #dd0e14;
    }

    html[lang="en-US"] .hploctn__btnlink {
        padding: 0 51px;
    }

    .hploctn__btntitle {
        display: block;
        padding: 13px 0;
        font-size: 19px;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: 0.1px;
        color: #ffffff;
    }
}

@media (min-width: 1200px) {
    html[lang="en-US"] .hphead__content {
        max-width: 1200px;
    }

    html[lang="ru-RU"] .hphead__content {
        max-width: 1200px;
    }

    .hplocations__itemsimage {
        left: calc(50% - 105px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .hpwhyus__itemsbox {
        margin: 0 -15px;
    }

    .hpwhyus__itemtext {
        padding: 0 30px;
    }

    html[lang="ru-RU"] .hpwhyus__itemtext {
        padding: 0 20px;
    }

    .hpbustp__tabsitembox {
        min-height: 136px;
    }

    .hpbustp__tabsitem {
        padding: 10px;
        padding-top: 25px;
        cursor: pointer;
    }

    ._tabactive .hpbustp__tabsitem {
        padding: 10px 9px;
        padding-top: 24px;
    }

    .hpbustp__tabscontentinfobox {
        padding-right: 133px;
    }

    html[lang="en-US"] .hpbustp__tabscontentinfobox {
        padding-left: 128px;
    }

    .hploctn__deptparentchildlinkbox {
        padding: 0 15px;
    }

    html[lang="en-US"] .hploctn__deptparentchildlinkbox {
        padding: 0 15px;
    }

    .hploctn__deptparentchildlink {
        padding: 15px 0;
        font-size: 22px;
    }

    html[lang="en-US"] .hploctn__deptparentchildlink {
        padding: 14px 0 11px;
    }

    .hploctn__deptlist {
        padding: 4px 18px 22px;
    }

    html[lang="en-US"] .hploctn__deptlist {
        padding: 0px 16px 24px;
    }

    .hploctn__deptsublistmorebox {
        padding: 0 18px;
        height: 56px;
    }

    html[lang="en-US"] .hploctn__deptsublistmorebox {
        padding: 0 16px;
        height: 51px;
    }

    .hploctn__deptsublistless {
        right: 18px;
    }

    html[lang="en-US"] .hploctn__deptsublistless {
        right: auto;
        left: 16px;
    }
}

@media (min-width: 1400px) {
    .hporderf__body {
        padding: 0;
    }

    .hplocations__content {
        margin: 0;
    }

    html[lang="en-US"] .hplocations__itemsimage {
        left: calc(50% - 150px);
    }

    html[lang="en-US"] .hplocations__itemsimage {
        left: calc(50% - 108px);
    }

    html[lang="ru-RU"] .hplocations__itemsimage {
        left: calc(50% - 150px);
    }

    html[lang="ru-RU"] .hplocations__itemsimage {
        left: calc(50% - 108px);
    }
}

@media (min-width: 1600px) {
    .hpourteam__items {
        padding: 0;
    }

    .hpourteam__items .slick-arrow.slick-prev {
        right: -64px;
    }

    .hpourteam__items .slick-arrow.slick-next {
        left: -63px;
    }

    html[lang="en-US"] .hpourteam__items .slick-arrow.slick-prev {
        right: auto;
        left: -64px;
    }

    html[lang="en-US"] .hpourteam__items .slick-arrow.slick-next {
        right: -63px;
        left: auto;
    }
}

@media (max-width: 575.98px) {
    .hporderf__body {
        padding: 0;
    }
}