@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
    --primary-orange: #E9551B;
    --primary-orange-t10: rgba(233, 85, 27, 0.1);
    --text-on-primary: #FFFFFF;
    --text-color: #353C41;
    --page-background: #F5F5F5;
    --footer-background: #353C41;
    --background: #FFFFFF;
    --form-control-color: #e55518;
    --form-control-disabled: #959495;
}

body {
    background: var(--page-background);
    font-family: 'Open Sans', Verdana, Helvetica, Arial, serif;
    color: var(--text-color);
}

.container-xl {
    min-width: 1320px !important;
    margin: 0 auto;
}

.section-container {
    width: 100%;
    background-color: var(--background);
}


.section-container-top-menu {
    background-color: transparent;
}

section {
    max-width: 1200px;
    margin: 0 auto;
}

section.top-menu {
    height: 109px;
}

section.top-menu {
    height: 109px;
}

section.top-menu img {
    height: 40px;
}

a.menu-register {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--text-on-primary);
    font-size: 18px;
    font-weight: lighter;
    background-color: var(--primary-orange);
    border-radius: 25px;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
}

a.menu-enter {
    margin-left: 16px;
    font-size: 18px;
    font-weight: lighter;
    border: var(--primary-orange) solid 2px;
    border-radius: 25px;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
    color: var(--text-color);
}

a.menu-enter img {
    width: 24px;
    height: 24px;
    margin-left: 8px;
}

.banner {
    background-image: url("../images/site/map-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.banner h1 {
    font-weight: bold;
    font-size: 48px;
}

.banner h2 {
    font-weight: normal;
    font-size: 32px;
}

.middle-menu {
    margin-top: 40px;
}


.middle-menu a.menu-enter {
    background-color: var(--background);
}


.eagle-top-container {
    position: relative;
    width: 371px;
}

.eagle-top-container img.eagle {
    display: block;
    margin-top: -29px;
}

.eagle-top-container img.flags {
    display: block;
    margin-right: -29px;
    width: 132px;
    height: 350px;
}

.facts div {
    background-color: var(--primary-orange-t10);
    margin-right: 28px;
    border-radius: 8px;
    padding: 0 10px;
}

.facts div:last-child {
    margin-right: 0;
}

.facts div img {
    display: block;
    width: 100px;
    height: 100px;
}

.facts div span {
    display: block;
    font-weight: normal;
    font-size: 22px;
}

.strengths {
    padding: 80px 0;
}

.strengths section {
    border: 2px solid var(--primary-orange);
    border-radius: 20px;
    background-image: url("../images/site/strengths-eagle.svg");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 40px 40px 40px 387px;
}

.strengths section .items-container {
    width: 100%;
}

.strengths .header {
    font-weight: 800;
    font-size: 42px;
    color: var(--text-color);
    margin-bottom: 40px;
}

.strengths .header span {
    color: var(--primary-orange);
}

.strengths .item {
    border-radius: 8px;
    background-color: var(--page-background);
    margin-bottom: 20px;
    margin-right: 292px;
}

.strengths .item:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.strengths .item b {
    border-radius: 8px 0 0 8px;
    display: block;
    width: 60px;
    text-align: center;
    background-color: var(--primary-orange);
    color: var(--text-on-primary);
    font-size: 80px;
    line-height: 80px;
    font-weight: bold;
    padding: 13px 0;
}

.strengths .item div {
    margin-left: 16px;
}

.strengths .item div span {
    display: block;
    font-size: 22px;
    font-weight: 600;
}

.strengths .item div i {
    display: block;
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
}

.strengths .tariffs-cont {
    width: 269px;
    height: 355px;
    margin-left: -269px;
    border: 2px solid var(--primary-orange);
    border-radius: 8px;
    background-color: var(--page-background);
    padding: 20px;
}

.strengths .tariffs-cont .head {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.strengths .tariffs-cont .sub-head {
    text-align: center;
    font-weight: normal;
    font-size: 15px;
}

.strengths .tariffs-cont table {
    margin-top: 20px;
    border-top: 1px solid var(--primary-orange);
    width: 100%;
    border-spacing: 0;
}

.strengths .tariffs-cont td {
    padding: 10px 20px;
    font-weight: 600;
    font-size: 20px;
}

.strengths .tariffs-cont .tariff-description {
    font-weight: lighter;
    font-size: 10px;
}

.telegram  {
    padding-bottom: 42px;
}

.telegram section {
    background-image: url("../images/site/telegram.png");
    background-size: 620px 230px;
    background-repeat: no-repeat;
    background-position: right center;
}

.telegram section .header{
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 80px;
}

.telegram section .header a{
    color: var(--primary-orange);
    text-decoration: none;
}

.telegram section .header span{
    color: var(--primary-orange);
    text-decoration: none;
}

.telegram section .scheme{
    margin-right: 320px;
}

.telegram section .scheme div{
    background-color: var(--page-background);
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.telegram section .scheme a{
    color: var(--primary-orange);
    font-weight: 600;
    text-decoration: none;
}

.telegram section .scheme b{
    color: var(--primary-orange);
    font-weight: 600;
    text-decoration: none;
}

.telegram section .scheme span{
    display: block;
    width: 88px;
    height: 88px;
    background-image: url("../images/site/icon-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.form-section {
    background-color: var(--page-background);
    background-image: url("../images/site/map-offices.svg");
    background-position: -50px 70px;
    background-repeat: no-repeat;
}

.form-section .map  {
    padding-top: 40px;
    height: 935px;

}

.form-section .map .header  {
    min-width: 600px;
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 80px;
}

.form-section .map .header span  {
    color: var(--primary-orange);
}

.form-section .form  {
    padding-top: 40px;
    height: 935px;
    background-color: var(--primary-orange);
    border-radius: 20px 0 0 20px;
}

.form-section .form .container {
    width: 600px
}

.form-section .form .header {
    min-width: 600px;
    font-weight: bold;
    font-size: 42px;
    color: var(--text-on-primary);
    margin-bottom: 30px;
}

.form-section .form .hd2 {
    font-weight: 600;
    font-size: 22px;
    color: var(--text-on-primary);
}

.footer {
    background-color: var(--footer-background);
}

.footer section {
    padding: 40px 0;
}

.footer a.button {
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
    background-color: var(--background);
    color: var(--primary-orange);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 14px 28px;
}

.footer a.button img {
    margin-left: 15px;
    width: 30px;
    height: 30px;
}

.footer .filial-address {
    color: var(--text-on-primary);
    margin-right: 30px;
    font-size: 16px;
}

.footer .filial-address:last-child {
    margin-right: 0;
}

.footer .filial-address b {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.footer .pd {
    flex-grow: 1;
    text-align: right;
}

.footer .pd a {
    font-size: 14px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}
.parcel-form-submit-button button{
  min-width: 400px;
}
.input-container {
    margin-top: 10px;
    position: relative;
}
@media (max-width: 1400px) {
  .footer.footer-adaptive section{
    padding: 40px 30px;
  }
}
@media (max-width: 1200px) {
  .footer.footer-adaptive .pd{
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .footer.footer-adaptive .filial-address{
    margin-top: 20px;
  }
  .parcel-form-submit-button button{
    min-width: 100%;
  }
}
