body {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    color: #565656;
    min-width: 320px
}

body.hidden {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    padding: 0;
    margin: 0
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    -webkit-transition: color .13s ease-in-out;
    -o-transition: color .13s ease-in-out;
    transition: color .13s ease-in-out
}

body,
button,
input,
select,
textarea {
    font-family: Montserrat, sans-serif
}

a,
button {
    color: inherit
}

button {
    cursor: pointer;
    font-size: 100%;
    outline: 0
}

input,
select,
textarea {
    font-size: inherit
}

input::-webkit-input-placeholder {
    color: #8b8b8b
}

input::-moz-placeholder {
    color: #8b8b8b
}

input:-ms-input-placeholder,
input::-ms-input-placeholder {
    color: #8b8b8b
}

input::placeholder {
    color: #8b8b8b
}

.section__title {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    display: block;
    max-width: 947px;
    margin: 0 auto 63px;
    line-height: 1.2
}

.btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border: 1px solid #d63d36;
    border-radius: 5px;
    height: 55px;
    background-color: #d63d36;
    -webkit-transition: .13s ease-in-out;
    -o-transition: .13s ease-in-out;
    transition: .13s ease-in-out;
    cursor: pointer;
    font-weight: 800;
    font-size: 16px;
    padding: 0 50px;
    color: #fff
}

.btn:hover {
    background-color: #d86b66;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn:active {
    border-color: rgba(86, 86, 86, .2);
    background-color: #fff;
    color: #d63d36;
    -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, .2);
    box-shadow: inset 2px 2px 6px rgba(0, 0, 0, .2)
}

.container {
    width: 100%;
    padding: 0 15px;
    max-width: 1330px;
    margin: 0 auto
}

.home-section {
    position: relative;
    padding: 67px 0 38px;
}

.home-section .plane {
    position: absolute;
    display: block;
    top: 266px;
    width: 96px;
    height: 94px;
    right: 16%;
    background: url(/img/travel/home-plane.svg) center/cover no-repeat
}

.home-section::after,
.home-section::before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 2000px
}

.home-section::before {
    z-index: 0;
    top: 0;
    height: 786px;
    background: url(/img/travel/top-bg.jpg) center/cover no-repeat
}
.home-section::after {
    z-index: 1;
    top: 291px;
    height: 1091px;
    background: url(/img/travel/calc-clouds.png) center/cover no-repeat
}

.home-section .container {
    position: relative;
    z-index: 2;
    max-width: 1432px;
}

.home-section__inner {
    padding: 37px 29px 30px 44px;
    color: #565656;
    max-width: 500px;
    background: rgba(255, 255, 255, 0.73);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    border-radius: 5px;
}

.home-section__title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px
}

.home-section__subtitle {
    max-width: 339px;
    padding-left: 9px
}

.home-section__subtitle span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.38;
    margin-bottom: 13px
}

.home-section__subtitle small {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    max-width: 359px;
    display: block
}

.calc,
.calc__outer {
    position: relative
}

.calc::after,
.calc::before {
    content: "";
    border: 1px solid #603f2c;
    border-radius: 10px;
    position: absolute;
    z-index: 3;
    width: 84.6153846%;
    height: 722px
}

.calc::before {
    left: 30px;
    top: 5px;
    bottom: 34px;
}

.calc::after {
    right: -54px;
    bottom: 71px
}

.calc__outer {
    z-index: 2;
    overflow: hidden;
    padding-top: 22px;
    padding-bottom: 80px;
}

.calc__outer .container {
    max-width: 1360px;
}

.calc__inner {
    display: grid;
    grid-template-columns: 2.881866fr 7.118134fr;
    position: relative;
    z-index: 5
}

.calc-programs {
    background-color: transparent;
    padding: 68px 0 0 0;
    border-radius: 0;
    position: relative;

}

.calc-programs__names {
    display: grid;
    grid-template-columns: 1.48529fr 1fr 1fr;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.calc-programs__names-item {
    color: #fff;
    display: flex;
    justify-content: flex-end;
}
.calc-programs__names-item > span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 5px 5px 0 0;
    background-color: #7FCF9A;
    height: 68px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    max-width: 214px;
}
.calc-programs__names-item:nth-child(2) > span {
    background-color: #50A76E;
}
.calc-programs__names-item:nth-child(3) > span {
    background-color: #468F5F;
}

.calc-programs__inner {
    max-width: unset;
    margin: 0 auto;
    display: block
}

.calc-programs__head,
.calc-programs__limits {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.calc-programs__head {
    margin-bottom: 0;
    min-height: 68px;
    background-color: #dadada;
    padding: 0 24px 0 21px;
}

.calc-programs__limits {
    width: 76.2260128%;
    background-color: transparent;
    border-radius: 5px;
    padding: 0 50px 0 0;
}

.calc-programs__limits-text {
    font-size: 14px;
    font-weight: 500;
    color: #565656;
    display: block;
    width: 30%
}

.calc-programs__limits-btn {
    display: block;
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
    border: 0;
    position: relative;
    padding: 0;
    color: #565656;
}

.calc-programs__limits-btn.active,
.know-section__tabs-button.active>span {
    color: #DC031C
}

.calc-programs__limits-btn.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    right: 0;
    background-color: #de7a75;
    height: 1px
}

.calc-programs__limits-list {
    width: 70%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.calc-programs__limits-list .separator {
    display: inline-block;
    width: 1px;
    height: 17px;
    margin: 0 30px;
    background-color: #c4c4c4
}

.calc-programs__example,
.calc-programs__limits-list,
.calc-programs__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.calc-programs__wrapper {
    display: none;
}

.calc-programs__example {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22.8144989%;
    border-radius: 5px;
    max-width: 169px;
    background-color: #fff;
    height: 42px;
    -webkit-transition: background-color .13s ease-in-out;
    -o-transition: background-color .13s ease-in-out;
    transition: background-color .13s ease-in-out;
}

.calc-programs__example:hover {
    background-color: #ffffff;
}
.calc-programs__example:hover span {
    text-decoration: unset;
}

.calc-programs__example>span {
    font-size: 14px;
    font-weight: 500;
    padding-left: 0;
    display: block;
    position: relative;
    text-decoration: underline;
    color: #D63D36;

}

.calc-programs__example>span::before {
    display: none;
}

.calc-programs__wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calc-programs__item {
    width: 32.7292111%;
    border: 1px solid #603f2c;
    border-radius: 5px
}

.calc-programs__item.--hit .calc-programs__item-head {
    padding-right: 96px
}

.calc-programs__item-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 74px;
    position: relative;
    padding: 27px 0 18px
}

.calc-programs__item-title {
    text-align: center;
    font-weight: 500;
    font-size: 24px
}

.calc-programs__item-hit {
    background-color: #DC031C;
    color: #fff;
    position: absolute;
    top: -22px;
    right: -22px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22222;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calc-programs__grid {
    display: grid;
    grid-template-columns: 1.48529fr 1fr 1fr;
    background-color: #fff;
    grid-auto-flow: column;
}

.calc-programs__grid-cell {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 11px 20px;
    color: #000;
    border-bottom: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
}
.calc-programs__grid-cell.first {
    justify-content: space-between;
}
.calc-programs__grid-cell span {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}
.calc-programs__grid-cell strong {
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
}
.calc-programs__grid-cell strong.cross {
    font-size: 36px;
    line-height: 25px;
}
.calc-programs__grid-prices {
    display: grid;
    grid-template-columns: 1.48529fr 1fr 1fr;
}
.calc-programs__grid-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 151px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 29px 0 26px;
}
.calc-programs__grid-price:first-child {
    background-color: #7FCF9A;
    border-radius: 0 0 0 5px;
}
.calc-programs__grid-price:nth-child(2) {
    background-color: #50A76E;
}
.calc-programs__grid-price:nth-child(3) {
    background-color: #468F5F;
    border-radius: 0 0 5px 0;
}
.calc-programs__grid-price strong {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 13px;
    color: #fff;
    min-height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.calc-programs__item-price {
    background-color: #008b2f;
    padding: 0 32px;
    height: 74px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -1px;
    position: relative;
    color: #fff
}

.calc-programs__item-price>strong {
    font-size: 30px;
    font-weight: 700
}

.calc-programs__item-price>strong small {
    font-size: 18px;
    font-weight: 500
}

.calc-programs__item-more {
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 500;
    padding-right: 24px;
    padding-left: 0;
    background-color: transparent;
    border: 0;
    display: none
}

.calc-programs__item-more::after {
    content: "";
    width: 9px;
    height: 11px;
    position: absolute;
    right: 0;
    top: 6px;
    -webkit-transition: -webkit-transform .33s ease-in-out;
    transition: transform .33s ease-in-out;
    -o-transition: transform .33s ease-in-out;
    transition: transform .33s ease-in-out, -webkit-transform .33s ease-in-out;
    background: url(/img/travel/more-arr.svg) center/cover no-repeat
}

.calc-programs__item-line {
    padding: 10px;
    border-bottom: 1px solid #008b2f;
    margin: 0 -1px
}

.calc-programs__item-line>span {
    color: #8a8a8a;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-bottom: 7px
}

.calc-programs__item-line>strong {
    color: #565656;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: block
}

.calc-programs__item-line>strong.cross {
    font-size: 36px;
    line-height: 25px
}

.calc-programs__item-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 11px 0
}

.calc-programs__item-btn,
.calculator,
.calculator__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.calculator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 18px;
}

.calculator__tabs {
    padding-left: 0;
}

.calculator__tabs-button {
    display: block;
    background-color: #008b2f;
    -webkit-transition: background-color .13s ease-in-out;
    -o-transition: background-color .13s ease-in-out;
    transition: background-color .13s ease-in-out;
    cursor: pointer;
    color: #fff;
    padding: 14px 34px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #008b2f;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px
}

.calculator__tabs-button:last-child {
    margin-right: 0
}

.calculator__inner {
    background-color: #008b2f;
    border-radius: 0 0 0 5px;
    padding: 33px 10px;
    color: #fff;
    height: 100%;
}

.calculator__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 296px;
    margin: 0 auto;
}

.calculator__wrapper,
.calculator__wrapper-line,
.calculator__wrapper-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.calculator__wrapper-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.calculator__wrapper-row.--aic {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.calculator__wrapper-row.--empty {
    margin-top: 0;
    margin-bottom: 14px;
}

.calculator__wrapper-line {
    padding: 0 5px;
}

.calculator__item {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 18px
}

.calculator__input {
    display: block;
    position: relative
}

.calculator__input.open .calculator__input-output::after {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.calculator__input.open .calculator__input-list {
    display: block
}

.calculator__input-list {
    display: none;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    padding-top: 6px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    z-index: 23;
    max-height: 300px;
    overflow-y: auto
}

.calculator__input-list::-webkit-scrollbar {
    width: 6px;
    background-color: #fff
}

.calculator__input-list::-webkit-scrollbar-thumb {
    background-color: rgba(86, 86, 86, .4)
}

.calculator__input-list::-webkit-scrollbar-track {
    background-color: #fff
}

.calculator__input-item {
    padding: 7px 22px;
    background-color: #fff;
    -webkit-transition: background-color .13s ease-in-out;
    -o-transition: background-color .13s ease-in-out;
    transition: background-color .13s ease-in-out;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: #565656
}

.calculator__input-item.active,
.calculator__input-item:hover {
    background-color: rgba(86, 86, 86, .2)
}

.calculator__input-default {
    display: block;
    margin-top: 2px;
    padding-left: 4px
}

.calculator__input-default>span {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    position: relative
}

.calculator__input-default>span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #565656;
    opacity: 0;
    -webkit-transition: opacity .13s ease-in-out;
    -o-transition: opacity .13s ease-in-out;
    transition: opacity .13s ease-in-out
}

.calculator__btn:hover .calculator__btn-text::after,
.calculator__input-default>span:hover::before {
    opacity: 1
}

.calculator__input-default>span::after {
    content: ","
}

.calculator__input-default>span:last-child::after {
    display: none
}

.calculator__input-output {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 22px;
    background-color: #fff;
    border-radius: 5px;
    height: 46px;
    position: relative
}

.calculator__input-output::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 18px;
    width: 9px;
    height: 9px;
    -webkit-transition: -webkit-transform .33s ease-in-out;
    transition: transform .33s ease-in-out;
    -o-transition: transform .33s ease-in-out;
    transition: transform .33s ease-in-out, -webkit-transform .33s ease-in-out;
    background: url(/img/travel/input-arrow.svg) center/cover no-repeat
}

.calculator__input-output>span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #000;
    font-size: 14px;
    font-weight: 500
}

.calculator__input-label {
    font-size: 16px;
    font-weight: 700;
    padding-left: 2px;
    display: block;
    margin-bottom: 5px;
    line-height: 1.25
}

.calculator__calendar,
.calculator__input-block {
    position: relative
}

.calculator__calendar-dates span.from,
.calculator__calendar-dates span.to {
    color: #000;
}

.calculator__calendar-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 5px
}

.calculator__calendar-label {
    font-size: 16px;
    font-weight: 700;
    padding-left: 2px;
    display: block;
    line-height: 1.25
}

.calculator__calendar-duration {
    font-size: 12px;
    font-weight: 500;
    text-align: right
}

.calculator__calendar-output {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 22px;
    background-color: #fff;
    border-radius: 5px;
    height: 46px;
    position: relative
}

.calculator__calendar-output::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 13px;
    width: 19px;
    height: 19px;
    background: url(/img/travel/icons/calendar.svg) center/cover no-repeat
}

.calculator__calendar-output>span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #8b8b8b
}

.calculator__checkbox.sal-checkbox {
    font-size: 14px;
    font-weight: 500
}

.calculator__new {
    padding: 0 5px;
    width: 100%;
}

.calculator__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    padding: 0
}

.calculator__btn:hover .calculator__btn-block {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.calculator__btn-text {
    font-size: 14px;
    font-weight: 500;
    margin-left: 11px;
    position: relative
}

.calculator__btn-text::after {
    content: "";
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .13s ease-in-out;
    -o-transition: opacity .13s ease-in-out;
    transition: opacity .13s ease-in-out;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: rgba(86, 86, 86, .3)
}

.calculator__btn-block {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    -webkit-transition: -webkit-box-shadow .13s ease-in-out;
    transition: box-shadow .13s ease-in-out;
    -o-transition: box-shadow .13s ease-in-out;
    transition: box-shadow .13s ease-in-out, -webkit-box-shadow .13s ease-in-out;
    background-color: #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    border: 1px solid #e6e6e6
}

.how-section {
    position: relative;
    padding: 130px 0 69px
}

.how-section .container {
    max-width: 1050px;
    position: relative;
    z-index: 2
}

.how-section__inner {
    position: relative;
    background-color: #008b2f;
    padding: 27px 0;
    overflow: hidden
}

.how-section__inner::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 27px;
    bottom: 27px;
    background: url(/img/travel/how-bg.jpg) center/cover no-repeat
}

.how-section__inner::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 1060px;
    height: 813px;
    right: 0;
    top: -195px;
    background: url(/img/travel/how-section-clouds.png) center/cover no-repeat
}

.how-section__item,
.how-section__item-image,
.how-section__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

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

.how-section__item,
.how-section__item-image {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.how-section__item {
    background-color: rgba(255, 255, 255, .82);
    width: 32.254902%;
    padding: 34px 32px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.how-section__item-image {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 195px;
    height: 195px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 37px
}

.how-section__item-text {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.78
}

.how-section__questions {
    padding: 140px 0
}

.how-section__questions .container {
    max-width: 1334px
}

.how-section__questions-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.how-section__questions-wrapper::after {
    content: "?";
    position: absolute;
    top: -73px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #539369;
    font-size: 288px;
    font-weight: 700;
    line-height: 1
}

.how-section__questions-wrapper:hover .how-section__questions-item::after {
    z-index: 1;
    opacity: .82
}

.how-section__questions-item {
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #603f2c;
    padding: 90px 75px;
    width: 47.4693252%;
    position: relative;
    z-index: 1
}

.how-section__questions-item::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    border-radius: 5px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity .33s ease-in-out, z-index .33s ease-in-out;
    -o-transition: opacity .33s ease-in-out, z-index .33s ease-in-out;
    transition: opacity .33s ease-in-out, z-index .33s ease-in-out
}

.how-section__questions-item:hover::after {
    z-index: -1 !important;
    opacity: 0 !important
}

.how-section__questions-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 31px;
    position: relative;
    margin-bottom: 37px
}

.how-section__questions-title::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 80px;
    background-color: #603f2c;
    bottom: 0;
    left: 0
}

.how-section__questions-text {
    font-size: 16px;
    line-height: 1.78
}

.how-section__questions-text p {
    margin-bottom: 1.78rem
}

.how-section__questions-text p:last-child,
.know-section__content p:last-child,
.know-section__content ul:last-child {
    margin-bottom: 0
}

.how-section__stats {
    position: relative;
    padding: 27px 0;
    background-color: #008b2f;
    overflow: hidden
}

.how-section__stats::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 27px;
    bottom: 27px;
    background: url(/img/travel/stats-bg.jpg) center/cover no-repeat
}

.how-section__stats::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 886px;
    height: 663px;
    left: 0;
    top: -53px;
    background: url(/img/travel/stats-clouds.png) center/cover no-repeat
}

.how-section__stats .container {
    max-width: 1224px;
    position: relative;
    z-index: 2
}

.how-section__stats-item,
.how-section__stats-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.how-section__stats-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 95px 0 87px
}

.how-section__stats-item {
    background-color: rgba(255, 255, 255, .82);
    width: 28.4757119%;
    border-radius: 5px;
    height: 189px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.how-section__stats-item strong {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.78;
    text-align: center;
    display: block
}

.how-section__stats-item strong small {
    display: block;
    font-size: 18px;
    margin-top: -5px;
    line-height: 1
}

.know-section {
    padding: 69px 0 140px
}

.know-section .container {
    max-width: 1138px
}

.know-section__wrapper {
    position: relative;
    padding: 26px 46px 36px;
    min-height: 743px
}

.know-section__inner {
    border-radius: 10px;
    width: 100%;
    min-height: 681px;
    background: url(/img/travel/know-section-bg.jpg) center/cover no-repeat;
    padding: 160px 48px 36px;
    position: relative
}

.know-section__inner::after,
.know-section__inner::before {
    content: "";
    position: absolute;
    border-radius: 8px;
    border: 1px solid #603f2c;
    width: 83.0922242%;
    z-index: 0
}

.know-section__inner::before {
    left: -46px;
    top: -26px;
    height: 407px
}

.know-section__inner::after {
    bottom: -36px;
    right: -46px;
    height: 644px
}

.know-section__tabs,
.know-section__tabs-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.know-section__tabs {
    position: absolute;
    z-index: 2;
    top: 73px;
    left: -46px;
    right: -46px;
    background-color: #008b2f;
    border-radius: 5px
}

.know-section__tabs::after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 89px;
    width: 54px;
    height: 55px;
    background: url(/img/travel/know-section-stakan.svg) center/cover no-repeat
}

.know-section__tabs-button {
    background-color: transparent;
    height: 69px;
    border: 0;
    padding: 0 20px;
    -webkit-transition: background-color .33s ease-in-out;
    -o-transition: background-color .33s ease-in-out;
    transition: background-color .33s ease-in-out;
    position: relative
}

.know-section__tabs-button::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: #c4c4c4
}

.know-section__tabs-button:last-child::after {
    display: none
}

.know-section__tabs-button:hover {
    background-color: #95959533
}

.know-section__tabs-button:hover>span::after {
    opacity: 1
}

.know-section__tabs-button.active {
    background-color: transparent
}

.know-section__tabs-button.active>span::after {
    background-color: #de7a75;
    opacity: 1
}

.know-section__tabs-button>span {
    color: #fff;
    -webkit-transition: color .33s ease-in-out;
    -o-transition: color .33s ease-in-out;
    transition: color .33s ease-in-out;
    font-size: 15px;
    position: relative;
    font-weight: 700
}

.know-section__tabs-button>span::after {
    content: "";
    opacity: 0;
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: -2px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: background-color .33s ease-in-out, opacity .33s ease-in-out;
    -o-transition: background-color .33s ease-in-out, opacity .33s ease-in-out;
    transition: background-color .33s ease-in-out, opacity .33s ease-in-out
}

.know-section__content {
    padding: 0 50px;
    background-color: rgba(255, 255, 255, .85);
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.72;
    position: relative;
    z-index: -1;
    opacity: 0;
    height: 0;
    display: block;
    -webkit-transition: .33s ease-in-out;
    -o-transition: .33s ease-in-out;
    transition: .33s ease-in-out
}

.know-section__content.show {
    padding: 52px 50px 22px;
    opacity: 1;
    z-index: 2;
    height: 100%
}

.know-section__content p,
.know-section__content ul {
    margin-bottom: 26px
}

.know-section__content b {
    font-weight: 600
}

.know-section__content ul {
    list-style: none
}

.know-section__content ul li {
    position: relative;
    padding-left: 25px
}

.know-section__content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: #88554a
}

.know-section__content-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 22px
}

.contact-section {
    position: relative;
    min-height: 800px;
    background-color: #008b2f;
    padding: 80px 0 100px;
    overflow: hidden
}

.contact-section .container {
    max-width: 1218px;
    position: relative;
    z-index: 2
}

.contact-section__decorations span {
    position: absolute;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 1
}

.contact-section__decorations span:nth-child(1) {
    width: 365px;
    height: 313px;
    top: 133px;
    left: 9.125%
}

.contact-section__decorations span:nth-child(2) {
    width: 705px;
    height: 605px;
    top: 78px;
    left: 19.375%
}

.contact-section__decorations span:nth-child(3) {
    width: 705px;
    height: 605px;
    bottom: 29px;
    right: 5.75%
}

.contact-section__bg {
    position: absolute;
    z-index: 0;
    top: 27px;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(/img/travel/contact-bg.jpg) bottom/cover no-repeat
}

.contact-section__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 6.00673401%
}

.contact-section__info {
    width: 82.7835052%;
    max-width: 803px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 10px;
    padding: 82px 100px 38px;
    margin-top: 67px
}

.contact-section__info-list {
    list-style: none
}

.contact-section__info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px
}

.contact-section__info-num {
    display: block;
    min-width: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #000
}

.contact-section__info-text {
    font-size: 16px;
    font-weight: 400;
    color: #565656
}

.contact-section__info-text>a:hover {
    text-decoration: underline
}

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

.contact-section__call {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    padding: 44px 35px 60px 43px;
    line-height: 1.2;
    width: 100%;
    max-width: 375px
}

.contact-section__call-link,
.contact-section__call-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 24px
}

.contact-section__call-link {
    display: inline-block;
    -webkit-transition: background-color .13s ease-in-out, color .13s ease-in-out;
    -o-transition: background-color .13s ease-in-out, color .13s ease-in-out;
    transition: background-color .13s ease-in-out, color .13s ease-in-out
}

.contact-section__call-link:hover {
    background-color: #565656;
    color: #fff
}

.contact-section__call>p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.22222
}

@media screen and (max-width:1100px) {
    .calculator__inner {
        padding: 33px 10px;
        border-radius: 5px 5px 0 0
    }

    .calc__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-width: 952px;
        margin: 0 auto;
    }
    .calculator__wrapper {
        flex-direction: row;
        max-width: 100%;
        flex-wrap: wrap;
    }
    .calculator__wrapper-row {
        width: 100%;
    }
    .calculator__item {
        width: 33.33333%
    }
    .calculator__item.--double.--equal {
        width: 33.33333%
    }
    .calc-programs__grid-price:nth-child(3) {
        border-radius: 0;
    }
    .calc-programs__grid-price:first-child {
        border-radius: 0;
    }
    .calc-programs__names-item>span {
        max-width: unset;
        border-radius: 0;
    }
    .calc-programs__item-hit {
        z-index: 2;
    }

    .calc-programs {
        border-radius: 0 0 5px 5px
    }

    .calc__outer .container {
        padding: 0
    }

    .home-section {
        padding: 67px 0 55px
    }

    .how-section .container {
        padding: 0 70px
    }

    .contact-section__call {
        top: -30px;
        left: 30px
    }

    .contact-section__info {
        margin-top: 177px
    }

    .contact-section {
        padding: 80px 0 30px
    }
}

@media screen and (max-width:950px) {
    .know-section .container {
        padding: 0
    }

    .know-section__wrapper {
        padding: 26px 0 36px;
        overflow: hidden
    }

    .know-section__tabs {
        left: -35px;
        right: -35px
    }

    .how-section__questions-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .how-section__questions-item::after {
        display: none
    }

    .how-section__questions-item {
        width: 100%;
        margin-bottom: 50px
    }

    .how-section__questions-item:last-child {
        margin-bottom: 0
    }

    .how-section__questions-wrapper::after {
        right: -50px;
        left: unset;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .how-section__questions {
        overflow: hidden
    }

    .calculator__item {
        width: 33.333%
    }

    .home-section::before {
        background: url(/img/travel/top-bg-m.jpg) bottom/cover no-repeat;
        height: 496px;
    }
    .calc__outer {
        padding-top: 0;
    }
}

@media screen and (max-width:834px) {
    .calc-programs {
        padding: 68px 0 0
    }
    .calc-programs__grid-cell span {
        display: block;
        max-width: 60%;
        white-space: unset;
        text-align: left;
    }
    .calc-programs__grid-cell strong {
        max-width: 100%;
        white-space: unset;
        text-align: right;
    }
    .calc-programs__grid-cell.first strong {
        width: 40%;
    }

    .section__title {
        font-size: 36px
    }

    .home-section__title {
        font-size: 38px
    }

    .home-section__subtitle span {
        font-size: 18px
    }

    .how-section__item {
        padding: 20px 15px
    }

    .calc-programs__limits {
        padding: 0 14px
    }

    .how-section__item-image {
        width: 130px;
        height: 130px;
        margin-bottom: 14px
    }

    .how-section__item-image img {
        display: block;
        width: 65px
    }

    .how-section__questions-item {
        padding: 70px
    }

    .how-section__questions-wrapper::after {
        right: -110px
    }

    .contact-section__call-link,
    .contact-section__call-title,
    .how-section__questions-title {
        font-size: 22px
    }

    .how-section .container {
        padding: 0 30px
    }

    .how-section__stats-item strong {
        font-size: 30px
    }

    .contact-section__call>p,
    .how-section__stats-item strong small {
        font-size: 16px
    }

    .how-section__stats-wrapper {
        padding: 60px 0
    }

    .how-section__stats::after {
        left: -260px
    }

    .how-section__item-text,
    .how-section__questions-text,
    .know-section__content,
    .know-section__tabs-button>span {
        font-size: 14px
    }

    .know-section__tabs-button {
        padding: 0 14px
    }

    .know-section__inner {
        padding: 160px 15px 36px
    }

    .know-section__tabs {
        left: 0;
        right: 0;
        border-radius: 0
    }

    .contact-section__info {
        padding: 68px 40px 32px 60px;
        border-radius: 5px 0 0 5px
    }

    .contact-section__wrapper {
        padding-right: 0
    }

    .contact-section .container {
        padding: 0
    }
    .home-section::after {
        top: 77px;
    }
}

@media screen and (max-width:700px) {
    .calculator__item {
        width: 50%
    }

    .calc-programs__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px 14px 16px;
    }

    .calc-programs__example {
        width: 100%;
        max-width: unset;
        margin-bottom: 9px
    }
    .calc-programs__grid-price .btn {
        padding: 0 24px;
    }


    .calc-programs__limits {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .calc-programs__item-line {
        display: none
    }

    .calc-programs__item-more,
    .calc-programs__item.open .calc-programs__item-line {
        display: block
    }

    .calc-programs__item-price {
        padding: 0 16px
    }

    .calc-programs__item-price>strong {
        font-size: 20px
    }

    .calc-programs__item-price>strong small {
        font-size: 15px
    }

    .calc-programs__item {
        width: 100%;
        max-width: 420px;
        margin: 0 auto 10px;
        background-color: #fff;
    }
    .calc-programs__grid,
    .calc-programs__grid-prices {
        display: none;
    }
    .calc-programs__limits-btn {
        font-size: 14px
    }

    .calc-programs__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 10px;
    }
    .calc-programs__names {
        display: none;
    }
    .calc-programs {
        padding: 0;
    }
    .calc-programs__item:first-child .calc-programs__item-price {
        background-color: #7FCF9A;
    }
    .calc-programs__item:nth-child(2) .calc-programs__item-price {
        background-color: #50A76E;
    }
    .calc-programs__item:nth-child(3) .calc-programs__item-price {
        background-color: #468F5F;
    }

    .calc-programs__item-hit {
        width: 70px
    }

    .calc-programs__item.--hit .calc-programs__item-head {
        padding-right: 70px
    }
}

@media screen and (max-width:630px) {
    .how-section__stats-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 26px 0
    }

    .how-section__stats-item {
        width: 100%;
        height: 100px;
        max-width: 320px;
        margin: 0 auto 10px
    }

    .calc-programs__limits-list .separator {
        margin: 0 13px
    }
}

@media screen and (max-width:520px) {
    .calc__outer .container {
        padding: 0 25px
    }

    .calc::before {
        left: -16px;
        top: 34px
    }

    .calc::after {
        right: -16px
    }

    .home-section {
        padding: 30px 0 10px
    }
    .calc-programs__limits-btn {
        margin-bottom: 14px;
    }

    .home-section::before {
        background: url(/img/travel/top-bg-mob.jpg) bottom/cover no-repeat;
        top: 0;
        height: 276px
    }

    .home-section::after {
        height: 270px;
        top: 180px
    }

    .calculator__tabs-button {
        margin-left: auto
    }

    .calc-programs__item {
        width: 100%;
        max-width: unset
    }

    .home-section__title {
        font-size: 24px
    }

    .home-section__inner {
        padding-left: 10px;
        max-width: 280px
    }
    .home-section__inner ul {
        padding-left: 15px;
    }

    .home-section__subtitle span {
        font-size: 16px
    }

    .home-section__subtitle small {
        font-size: 12px
    }

    .calculator__input-label {
        font-size: 14px
    }

    .calculator__item,
    .calculator__new {
        padding: 0;
        width: 100%
    }

    .calculator__wrapper-line {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 20px
    }

    .calculator__wrapper-row.--empty {
        margin-top: 0
    }

    .calc-programs__limits {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 10px 15px 13px
    }

    .calc-programs__limits-text {
        width: 100%;
        margin-bottom: 9px
    }

    .calc-programs__limits-list {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .calc-programs__item-title {
        font-size: 20px
    }

    .section__title {
        font-size: 18px;
        margin-bottom: 41px
    }

    .how-section__item {
        width: 100%;
        margin: 0 auto 10px;
        max-width: 300px
    }

    .how-section__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .how-section__questions {
        padding: 70px 0 50px
    }

    .how-section .container {
        padding: 0 20px
    }

    .how-section__questions-item {
        padding: 50px 30px
    }

    .contact-section__call-link,
    .contact-section__call-title,
    .how-section__questions-title {
        font-size: 20px
    }

    .how-section__item-text,
    .how-section__questions-text,
    .know-section__content,
    .know-section__tabs-button>span {
        font-size: 12px
    }

    .how-section__questions-wrapper::after {
        font-size: 144px;
        right: -40px
    }

    .how-section__questions-title {
        padding-bottom: 21px;
        margin-bottom: 21px
    }

    .how-section__stats-item strong {
        font-size: 28px
    }

    .contact-section__call>p,
    .contact-section__info-text,
    .how-section__stats-item strong small {
        font-size: 14px
    }

    .know-section__tabs {
        background-color: rgba(255, 255, 255, .85);
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        left: unset;
        top: unset;
        bottom: unset;
        right: unset;
        padding: 15px 0 10px
    }

    .know-section__tabs-button,
    .know-section__tabs-button.active {
        background-color: #008b2f
    }

    .know-section__tabs-button {
        height: 30px;
        margin: 0 5px 5px 0;
        border-radius: 6px;
        padding: 0 20px
    }

    .know-section__tabs-button::after {
        display: none
    }

    .know-section__inner {
        padding: 71px 0 36px
    }

    .know-section__content {
        border-radius: 0 0 5px 5px
    }

    .btn {
        font-size: 14px;
        height: 46px
    }

    .know-section__content.show {
        padding: 15px 30px 22px
    }

    .know-section {
        padding: 60px 0
    }

    .how-section {
        padding: 100px 0 0
    }

    .contact-section__call {
        position: relative;
        left: unset;
        top: unset;
        bottom: unset;
        right: unset;
        width: 100%;
        margin-bottom: 27px;
        max-width: unset;
        border-radius: 0
    }

    .contact-section {
        padding: 54px 0
    }

    .contact-section__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contact-section__info {
        margin-top: 0;
        border-radius: 0;
        width: 100%
    }
}

@media screen and (max-width:400px) {
    .contact-section__info {
        padding: 48px 30px 32px
    }
    .home-section {
        padding: 140px 0 0;
    }
    .home-section__inner {
        background-color: #fff;
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
        max-width: 280px;
        padding: 20px 14px 14px 20px;
    }
    .home-section__subtitle {
        padding-left: 0;
    }
    .home-section::after {
        height: 480px;
        top: -10px;
    }
    .home-section::before {
        top: 0;
        height: 209px
    }

}

@media screen and (max-width:340px) {
    .calc__outer .container {
        padding: 0 10px
    }

    .calc::before {
        left: -6px
    }

    .calc::after {
        right: -6px
    }

    .calculator__inner {
        padding: 22px 15px
    }
}

.lang-wrapper {
    position: absolute;
    top: 140px;
    right: 0;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.lang-button {
    display: block;
    margin-bottom: 2px;
    background-color: #539369;
    border-radius: 5px 0 0 5px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding: 3px 0 3px 7px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer
}

.lang-button.active {
    background-color: #008b2f;
    padding: 3px 10px
}
