.map-block {
    padding: 45px 20px 82px;
    letter-spacing: 0.02em;
    background: url("../media/img/map.jpg") 50% 50% no-repeat;
    background-size: cover
}

.map-block .content {
    max-width: 682px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 83px 30px 39px 55px;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.map-block .content:after,
.map-block .content:before {
    position: absolute;
    content: '';
    top: 42px;
    bottom: 18px;
    width: 1px;
    background: #DE9232
}

.map-block .content:after {
    left: 0
}

.map-block .content:before {
    right: 0
}

.map-block .top-line {
    position: absolute;
    top: 42px;
    left: 50%;
    width: 0;
    height: 1px;
    text-indent: -9999px
}

.map-block .top-line:after,
.map-block .top-line:before {
    position: absolute;
    content: '';
    top: 0;
    width: 9999px;
    height: 1px;
    background: #DE9232;
}

.map-block .top-line:after {
    left: 100%;
    margin-left: 21px
}

.map-block .top-line:before {
    right: 100%;
    margin-right: 21px
}

.map-block .logo-ico {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    background: #DE9232;
    height: 36px;
    text-indent: -9999px
}

.map-block .logo-ico:after,
.map-block .logo-ico:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 2px;
    background: #DE9232
}

.map-block .logo-ico:after {
    top: 26px;
    left: -7px
}

.map-block .logo-ico:before {
    top: 16px;
    right: -7px
}

.map-block .bottom-line {
    position: absolute;
    bottom: 18px;
    left: 50%
}

.map-block .bottom-line span {
    position: absolute;
    bottom: -13px;
    left: 50%;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #DE9232;
    border-top-color: transparent;
    border-left-color: transparent;
    margin: 0 0 0 -14px
}

.map-block .bottom-line:after,
.map-block .bottom-line:before {
    position: absolute;
    content: '';
    bottom: 0;
    height: 1px;
    width: 9999px;
    background: #DE9232
}

.map-block .bottom-line:after {
    left: 50%;
    margin-left: 18px
}

.map-block .bottom-line:before {
    right: 50%;
    margin-right: 18px
}

.map-block a {
    color: #DE9232;
    text-decoration: none
}

.map-block a:hover {
    text-decoration: underline
}

.map-block .tel {
    color: inherit;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.075em
}

.map-block .col-row {
    margin-left: -6px;
    margin-right: -6px
}

.map-block .col-row > .col {
    padding-left: 6px;
    padding-right: 6px
}

@media only screen and (max-width:767px) {
    .map-block {
        padding-top: 31px;
        padding-bottom: 102px
    }
    .map-block .content {
        max-width: 320px
    }
}

@media only screen and (max-width:480px) {
    .map-block {
        padding-left: 19px;
        padding-right: 19px;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0.015em
    }
    .map-block p {
        margin-bottom: 19px
    }
    .map-block .content {
        padding: 91px 24px 47px
    }
    .map-block .tel {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0.07em
    }
}

.section:not(.section-loaded) .map-block .content {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}
.map-block {
    padding: 2.8125rem 1.25rem 5.125rem
}
.map-block .content {
    /* max-width: 42.625rem; */
    padding: 5.1875rem 1.875rem 2.4375rem 3.4375rem;
}
.map-block .content:after,
.map-block .content:before {
    top: 2.625rem;
    bottom: 1.125rem
}
.map-block .top-line {
    top: 2.625rem
}
.map-block .top-line:after {
    margin-left: 1.3125rem
}
.map-block .top-line:before {
    margin-right: 1.3125rem
}
.map-block .logo-ico {
    height: 2.25rem
}
.map-block .logo-ico:after {
    top: 1.625rem;
    left: -.4375rem
}
.map-block .logo-ico:before {
    top: 1rem;
    right: -.4375rem
}
.map-block .bottom-line {
    bottom: 1.125rem
}
.map-block .bottom-line span {
    bottom: -.8125rem;
    width: 1.75rem;
    height: 1.75rem;
    margin: 0 0 0 -.875rem
}
.map-block .bottom-line:after {
    margin-left: 1.125rem
}
.map-block .bottom-line:before {
    margin-right: 1.125rem
}
.map-block .tel {
    font-size: 1.125rem;
    line-height: 1.4375rem
}
.map-block .col-row {
    margin-left: -.375rem;
    margin-right: -.375rem
}
.map-block .col-row > .col {
    padding-left: 0.375rem;
    padding-right: 0.375rem
}

.intro .content {
    opacity: 1;
    text-align: center;
    -webkit-transition: opacity 1s ease 0.7s, -webkit-transform 1s ease 0.7s;
    transition: opacity 1s ease 0.7s, -webkit-transform 1s ease 0.7s;
    -o-transition: transform 1s ease 0.7s, opacity 1s ease 0.7s;
    transition: transform 1s ease 0.7s, opacity 1s ease 0.7s;
    transition: transform 1s ease 0.7s, opacity 1s ease 0.7s, -webkit-transform 1s ease 0.7s
}

@media only screen and (min-width:1024px) and (min-width:1024px) {
    .section:not(.section-loaded) .logo {
        top: -8.75rem
    }
    .section:not(.section-loaded) .btn-scroll {
        right: -3.125rem
    }
}


.col-row {
    margin-left: -20px;
    margin-right: -20px
}

.col-row:after {
    content: '';
    clear: both;
    display: block
}

.col-row > .col {
    float: left;
    padding-left: 20px;
    padding-right: 20px
}

.col-row > .col.l-1 {
    width: 8.33%
}

.col-row > .col.l-2 {
    width: 16.66%
}

.col-row > .col.l-3 {
    width: 25%
}

.col-row > .col.l-4 {
    width: 33.3%
}

.col-row > .col.l-5 {
    width: 41.66%
}

.col-row > .col.l-6 {
    width: 50%
}

.col-row > .col.l-7 {
    width: 58.33%
}

.col-row > .col.l-8 {
    width: 66.66%
}

.col-row > .col.l-9 {
    width: 75%
}

.col-row > .col.l-10 {
    width: 83.33%
}

.col-row > .col.l-11 {
    width: 91.66%
}

.col-row > .col.l-12 {
    width: 100%
}

@media only screen and (max-width:1023px) {
    .col-row > .col.t-1 {
        width: 8.33%
    }
    .col-row > .col.t-2 {
        width: 16.66%
    }
    .col-row > .col.t-3 {
        width: 25%
    }
    .col-row > .col.t-4 {
        width: 33.3%
    }
    .col-row > .col.t-5 {
        width: 41.66%
    }
    .col-row > .col.t-6 {
        width: 50%
    }
    .col-row > .col.t-7 {
        width: 58.33%
    }
    .col-row > .col.t-8 {
        width: 66.66%
    }
    .col-row > .col.t-9 {
        width: 75%
    }
    .col-row > .col.t-10 {
        width: 83.33%
    }
    .col-row > .col.t-11 {
        width: 91.66%
    }
    .col-row > .col.t-12 {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .col-row > .col.m-1 {
        width: 8.33%
    }
    .col-row > .col.m-2 {
        width: 16.66%
    }
    .col-row > .col.m-3 {
        width: 25%
    }
    .col-row > .col.m-4 {
        width: 33.3%
    }
    .col-row > .col.m-5 {
        width: 41.66%
    }
    .col-row > .col.m-6 {
        width: 50%
    }
    .col-row > .col.m-7 {
        width: 58.33%
    }
    .col-row > .col.m-8 {
        width: 66.66%
    }
    .col-row > .col.m-9 {
        width: 75%
    }
    .col-row > .col.m-10 {
        width: 83.33%
    }
    .col-row > .col.m-11 {
        width: 91.66%
    }
    .col-row > .col.m-12 {
        width: 100%
    }
}

@media only screen and (min-width:1024px) {
    .col-row {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }
    .col-row > .col {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    
    #footer {
        font-size: 0.875rem;
        line-height: 1.3125rem;
        padding: 3rem 3.375rem 3.75rem
    }
    #footer .copyright {
        padding: 0 0.9375rem 0 0
    }
    #footer .footer-list {
        margin: 0 0 1.875rem;
        font-size: 0.9375rem
    }
    #footer .footer-list li {
        padding: 0 0 0 2.4375rem
    }
    #footer .footer-list li:nth-child(odd) {
        padding-right: 2.4375rem
    }
    #footer .dev {
        top: 3rem;
        right: 3.375rem;
        padding: 0 0 0 0.9375rem
    }
    #footer .col-row {
        margin-left: -2.5625rem;
        margin-right: -2.5625rem
    }
    #footer .col-row > .col {
        padding-left: 2.5625rem;
        padding-right: 2.5625rem
    }
    #footer .socials {
        margin: 0 -.8125rem
    }
    #footer .socials li {
        padding: 0 0.8125rem
    }
    #footer .socials .vk svg {
        width: 1.5rem;
        height: 1.5rem
    }
    #footer .socials .facebook svg {
        width: 0.8125rem;
        height: 1.5rem
    }
    #footer .socials .instagram svg {
        width: 1.1875rem;
        height: 1.1875rem
    }
    #footer .socials .vimeo svg {
        width: 1.4375rem;
        height: 1.1875rem
    }
    #footer .apps-list {
        margin: 0 -.75rem
    }
    #footer .apps-list li {
        padding: 0 0.75rem
    }
    #footer .apps-list a {
        width: 5.3125rem;
        height: 1.9375rem;
        border-radius: 0.125rem
    }
}

#footer {
    background: #ececec;
    padding: 48px 54px 60px;
    position: relative;
    font-size: 14px;
    line-height: 21px;
    color: #555
}

#footer:after {
    content: '';
    clear: both;
    display: block
}

#footer .copyright {
    float: left;
    width: 18%;
    padding: 0 15px 0 0;
    letter-spacing: 0.025em;
    text-transform: uppercase
}

#footer .footer-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    float: left;
    width: 64%;
    color: #464646;
    font-size: 15px;
    letter-spacing: 0.025em
}

#footer .footer-list li {
    float: left;
    width: 50%;
    padding: 0 0 0 39px
}

#footer .footer-list li:nth-child(odd) {
    text-align: right;
    padding-left: 0;
    padding-right: 39px;
    border-right: 1px solid #d5d5d5
}

#footer .footer-list a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    -webkit-transition: color 0.35s ease;
    -o-transition: color 0.35s ease;
    transition: color 0.35s ease
}

#footer .footer-list a:hover {
    color: #DE9232
}

#footer .dev {
    position: absolute;
    top: 48px;
    right: 54px;
    width: 18%;
    color: #DE9232;
    text-align: right;
    padding: 0 0 0 15px
}

#footer .dev a {
    text-decoration: none
}

#footer .dev a:hover {
    text-decoration: underline
}

#footer .col-row {
    margin-left: -41px;
    margin-right: -41px
}

#footer .col-row > .col {
    padding-left: 41px;
    padding-right: 41px
}

#footer .socials {
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin: 0 -13px;
    list-style: none;
    letter-spacing: -4px
}

#footer .socials li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    padding: 0 13px
}

#footer .socials a {
    display: block
}

#footer .socials a:hover path {
    fill: #DE9232
}

#footer .socials path {
    fill: #434145;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

#footer .socials .vk svg {
    width: 24px;
    height: 14px
}

#footer .socials .facebook svg {
    width: 13px;
    height: 24px
}

#footer .socials .instagram svg {
    width: 19px;
    height: 19px
}

#footer .socials .vimeo svg {
    width: 23px;
    height: 19px
}

#footer .apps-list {
    padding: 0;
    margin: 0 -12px;
    list-style: none;
    text-align: right;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

#footer .apps-list li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    padding: 0 12px
}

#footer .apps-list a {
    display: block;
    width: 85px;
    height: 31px;
    overflow: hidden;
    border-radius: 2px;
    text-indent: -9999px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease
}

#footer .apps-list a:hover {
    opacity: 0.8
}

#footer .apps-list .gp {
    background-image: url("../media/img/gp-ico.jpg")
}

#footer .apps-list .as {
    background-image: url("../media/img/as-ico.jpg")
}

@media only screen and (max-width:1023px) {
    #footer {
        padding-left: 19px;
        padding-right: 19px;
        padding-bottom: 35px
    }
    #footer .copyright {
        float: none;
        width: auto;
        text-align: center;
        padding: 0;
        margin: 0 0 26px;
        display: block
    }
    #footer .footer-list {
        width: auto;
        float: none
    }
    #footer .footer-list:after {
        content: '';
        clear: both;
        display: block
    }
    #footer .footer-list li {
        padding: 0 0 0 15px
    }
    #footer .footer-list li:nth-child(odd) {
        padding-left: 0;
        padding-right: 15px
    }
    #footer .dev {
        text-align: center;
        padding: 37px 0 0;
        position: static;
        width: auto
    }
    #footer .col-row {
        margin-left: -15px;
        margin-right: -15px
    }
    #footer .col-row > .col {
        padding-left: 15px;
        padding-right: 15px
    }
    
    .fp-section {
        height: auto!important
    }
}

@media only screen and (max-width:767px) {
    #footer {
        font-size: 12px;
        line-height: 1.5;
        padding-top: 36px
    }
    #footer .footer-list {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 36px
    }
    #footer .footer-list li {
        padding: 0;
        float: none;
        width: auto;
        margin: 0 0 1px;
        text-align: center
    }
    #footer .footer-list li:nth-child(odd) {
        padding: 0;
        text-align: center;
        border-right: none
    }
    #footer .footer-list li:nth-child(2n) {
        margin-bottom: 17px
    }
    #footer .col-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    #footer .col-row > .col {
        float: none
    }
    #footer .apps-list,
    #footer .socials {
        text-align: center
    }
    #footer .socials {
        margin-bottom: 37px;
        margin-left: -12px;
        margin-right: -12px
    }
    #footer .socials li {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media only screen and (min-width:1024px) and (min-width:1320px) {
    #footer .footer-list {
        font-size: 16px;
        line-height: 21px
    }
}

@media only screen and (min-width:1024px) and (min-width:1500px) {
    #footer {
        font-size: 16px;
        line-height: 21px
    }
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
    height: auto!important
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto!important
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.popup-holder {
    position: fixed;
    width: 100%;
    z-index: 1000;
    inset: 0;
}

.popup-holder .bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #282828;
    filter: alpha(opacity=86);
    opacity: 0.86;
    width: 100%!important;
    height: 100%!important
}

.popup {
    position: absolute;
    max-width: 550px;
    width: 96%;
    background: #ececec;
    padding: 62px 72px 52px;
    border: 2px solid #DE9232;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
}
.popup-action {
    position: absolute;
    max-width: 550px;
    width: 96%;
    background: #ececec;
    border: 2px solid #DE9232;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
}

.popup-action .content {
    position: relative;
    padding: 22px 25px 52px;
    color: black;
}
.popup-action .timer-box {
    position: relative;
}
.popup-action .timer-box .timer-info {
    font-size: 12px;
    opacity: .5;
    display: flex;
    justify-content: center;
    margin-top: -10px;
}
.popup-action .timer-box .timer-info span {
    flex: 0.09 1 auto;
    width: 35px;
}
.popup-action .timer {
    color: #DE9232;
    font-size: 40px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media only screen and (max-width:767px){
    .popup-action .timer{
        font-size: 27px;
    }
    .popup-action .timer-box .timer-info{
        font-size: 8px;
    }
    .popup-action .timer-box .timer-info span{
        width: 19px;
    }

}

.popup h2 {
    text-align: center;
    font-family: "GillSans", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 45px;
    padding: 0;
    color: #464646;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase
}

.popup-action .close-popup,
.popup .close-popup {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 52px;
    text-indent: -9999px;
    overflow: hidden
}

.popup .close-popup:after,
.popup .close-popup:before,
.popup-action .close-popup:after,
.popup-action .close-popup:before
{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    height: 1px;
    width: 28px;
    margin: 0 0 0 -14px;
    background: #9f9f9f;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.popup .close-popup:after,
.popup-action .close-popup:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup .close-popup:before,
.popup-action .close-popup:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popup .close-popup:hover:after,
.popup-action .close-popup:hover:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popup .close-popup:hover:before,
.popup-action .close-popup:hover:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup .result-msg {
    font-size: 26px;
    margin-top: 20px;
    color: #DE9232;
    text-align: center;
}

@media only screen and (max-width:480px) {
    .popup {
        padding: 40px 20px 30px
    }
    .popup h2 {
        font-size: 20px;
        margin-bottom: 20px
    }
    .popup .close-popup {
        width: 40px;
        height: 40px
    }
}

.default-form {
    margin: 0;
    padding: 0
}

.default-form fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
    border: none
}

.default-form .form-row {
    margin: 0 0 18px
}

.default-form input.text {
    outline: none;
    display: block;
    width: 100%;
    background: none;
    border: none;
    height: 48px;
    padding: 0;
    font-family: "GillSans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
    color: #464646;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #959595;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.default-form input.text:-moz-placeholder,
.default-form input.text::-webkit-input-placeholder {
    color: #959595;
    opacity: 1;
    -webkit-transition: color 0.35s ease;
    -o-transition: color 0.35s ease;
    transition: color 0.35s ease
}

.default-form input.text:focus {
    border-bottom-color: #DE9232;
}

.default-form input.text:focus:-moz-placeholder,
.default-form input.text:focus::-webkit-input-placeholder {
    color: #464646
}

.default-form .info-text {
    display: block;
    color: #959595;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.04em;
    max-width: 100%;
    padding: 22px 0 0;
    margin: 0 auto 41px;
}

.default-form .info {
    margin-top: 30px;
    display: block;
}

.default-form .info-text a {
    color: #555;
    text-decoration: none
}

.default-form .info-text a:hover {
    text-decoration: underline
}

.default-form .info-text .form-row {
    margin-bottom: 12px;
}

.default-form .info-text .form-row label {
    display: flex;
}

.default-form .info-text .form-row label a {
    margin-left: 5px;
}

.default-form .info-text .form-row input[type="checkbox"]
{
    width: 20px;
    height: 20px;
    accent-color: #DE9232;
    appearance: none;
    -webkit-appearance: none;
    align-content: center;
    justify-content: center;
    font-size: 2rem;
    padding: 0.1rem;
    display: flex;
    margin-right: 7px;
    border: 1px solid #DE9232;
    cursor: pointer;
}

.default-form .info-text .form-row input[type="checkbox"]::before {
    content: "";
    width: 20px;
    height: 16px;
    clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
    transform: scale(0);
    background-color: #DE9232;
}

.default-form .info-text .form-row input[type="checkbox"]:checked::before {
    transform: scale(1.2);
}



.btn {
    border: none;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 19px 8px;
    text-align: center;
    cursor: pointer;
    height: auto;
    min-height: 0;
    position: relative;
    z-index: 10;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 0.07em;
    margin: 0;
    font-family: "GillSans", Arial, Helvetica, sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

.btn:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95)
}

@media only screen and (max-width:767px) {
    .btn {
        font-size: 12px;
        padding: 1px 9px 2px
    }
}

.btn-default {
    color: #fff;
    background: none;
    border: 1px solid #acacac
}

.btn-default:hover {
    background: #DE9232;
    border-color: #DE9232
}

.btn-default_gray {
    color: #464646;
    background: none;
    border: 1px solid #acacac
}

.btn-default_gray:hover {
    color: #fff;
    background: #DE9232;
    border-color: #DE9232
}

.default-form .btn {
    font-size: 20px;
    letter-spacing: 0.07em;
    padding: 9px 23px 13px
}

.default-form .submit-row {
    text-align: center
}


.main-menu .menu-content .tel {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.03em
}


@media only screen and (max-width:480px) {
    .default-form input.text {
        height: 36px;
        font-size: 18px
    }
    .default-form .info-text {
        font-size: 11px;
        line-height: 1.2;
        padding-top: 10px;
        margin-bottom: 30px
    }
}

.ajax-form.sending [type="submit"] {
    background-image: repeating-linear-gradient( -45deg, #DE9232, #DE9232 11px, #fff 10px, #fff 20px);
    background-size: 28px 28px;
    animation: spinner-move 0.5s linear infinite
}

@keyframes spinner-move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 28px 0;
    }
}

.ajax-form.sending [type="submit"] span {
    opacity: 0
}

.ajax-form .form-result {
    margin-top: 20px;
    text-align: center
}

.ajax-form .form-result h4 {
    font-size: 20px;
    color: #DE9232;
    margin: 0
}

.ajax-form.success-send fieldset {
    opacity: 0.25
}

.default-form .btn {
    padding: 9px 23px 9px;
    font-size: 1.6rem;
    line-height: 1.6rem;
}

.btn-subsidiary {
    color: #DE9232;
    background: none;
    border: 1px solid #DE9232
}

.btn-subsidiary:hover {
    color: #fff;
    background: #DE9232;
    border-color: #DE9232
}

.about-slider .item.slick-active a:after {
    opacity: 0
}

.about-slider .item.slick-active a > * {
    opacity: 1
}

.about-slider .item.slick-active a > .hover-text {
    opacity: 0
}

.about-slider .item.slick-active a:hover:after {
    opacity: 0
}

.about-slider .item.slick-active a:hover > .hover-text {
    opacity: 1
}

@media only screen and (min-width:1024px) {
    .about-slider:hover .item.slick-active a:after {
        opacity: 0.3
    }
    .about-slider:hover .item.slick-active a:hover:after {
        opacity: 0
    }
}

.team-slider .item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.team-slider .item:first-child+.item {
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s
}

.team-slider .item:first-child+.item+.item {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s
}

.team-slider .item:first-child+.item+.item+.item {
    -webkit-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s
}

.team-slider .item:first-child+.item+.item+.item+.item {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.team-slider .item:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 2px;
    right: -1px;
    z-index: 15;
}

.team-slider .item:hover .content {
    opacity: 1
}

.team-slider .slick-prev {
    display: none!important
}

.team-slider .slick-next {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 110px;
    text-indent: -9999px;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.76);
    -webkit-transition: opacity 0.7s ease 2s;
    -o-transition: opacity 0.7s ease 2s;
    transition: opacity 0.7s ease 2s
}

.team-slider .slick-next:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -3px 0 0 -10px;
    border: 1px solid #fff;
    border-left-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.team-slider .slick-next:hover:after {
    width: 30px;
    height: 30px;
    margin-top: -8px;
    margin-left: -15px
}

.team-slider .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 90px 53px 40px;
    background: rgba(117, 196, 199, 0.89);
    -webkit-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease
}

.team-slider .title {
    display: block;
    font-weight: 300;
    font-size: 34px;
    line-height: 43px;
    max-width: 260px;
    margin: 0 0 19px -2px;
    letter-spacing: 0.05em;
    text-transform: uppercase
}

.team-slider .position {
    display: block;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 30px;
    max-width: 210px
}

.team-slider .description {
    max-width: 250px;
    position: relative;
    padding: 49px 0 0 22px
}

.team-slider .description:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 1px;
    width: 110px;
    background: #fff
}


.services-section.direction-section .service-info-content {
    width: calc(50vw - 3rem);
    background: rgba(30, 97, 160, 0.9);
}

.services-section.direction-section .service-info-content h1 {
    position: relative;
    font-size: 4.5rem;
    color: #ffffff;
    opacity: 1;
    top: auto;
    left: auto;
    letter-spacing: 0.1rem;
    padding-bottom: 3.8rem;
}

.services-section.direction-section .service-info-content .scroll-inner {
    padding: 7.45rem 2.5rem 2.1875rem 3.93rem;
}

.services-section.direction-section .service-info-content .scroll-inner p {
    padding-left: 3.575rem;
    padding-right: 3.575rem;
    color: #fff;
}

.services-section.direction-section .service-info-content .scroll-inner .line-after-text {
    display: block;
    width: 8vw;
    height: 1px;
    left: 3.575rem;
    position: relative;
    padding-top: 0.5rem;
    border-bottom: 1px solid #ffffff;
}

.services-section.direction-section.direction-section-2 {
    padding-top: 0 !important;
    background-position: left 2.5rem;
    background-size: contain;
    background-color: #282828;
}

.services-section.direction-section.direction-section-2 .service-info-content {
    left: 14.625rem;
    background: none;
    -webkit-transition: opacity 0.7s ease 0.35s, -webkit-transform 0.7s ease 0.35s;
    transition: opacity 0.7s ease 0.35s, -webkit-transform 0.7s ease 0.35s;
    -o-transition: transform 0.7s ease 0.35s, opacity 0.7s ease 0.35s;
    transition: transform 0.7s ease 0.35s, opacity 0.7s ease 0.35s;
    transition: transform 0.7s ease 0.35s, opacity 0.7s ease 0.35s, -webkit-transform 0.7s ease 0.35s;
}

.services-section.direction-section.direction-section-2 .service-info-content .advices-container {
    padding: 4.55rem 3.575rem 4.55rem 6.175rem;
    height: 100%;
}

.services-section.direction-section.direction-section-2 .service-info-content .advices-container h4 {
    font-size: 1.625rem;
    line-height: 2rem;
    color: #DE9232;
    font-weight: 500;
    margin: 0;
}

.services-section.direction-section.direction-section-2 .service-info-content .advices-container h4:after {
    content: '';
    display: block;
    position: relative;
    width: 7rem;
    border-bottom: 1px solid #707070;
    margin-top: 1.8rem;
}

.services-section.direction-section.direction-section-2 .service-info-content .advices-container .slick-next, .services-section.direction-section.direction-section-2 .service-info-content .advices-container .slick-prev {
    position: absolute;
    top: 0;
    right: 3.575rem;
    bottom: 0;
    width: 30px;
    text-indent: -9999px;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    -webkit-transition: opacity 0.7s ease 2s;
    -o-transition: opacity 0.7s ease 2s;
    transition: opacity 0.7s ease 2s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.services-section.direction-section.direction-section-2 .service-info-content .advices-container .slick-arrow:hover:after {
    width: 2.3rem;
    height: 2.3rem;
}

.services-section.direction-section.direction-section-2 .service-info-content .advices-container .slick-arrow.slick-next:hover:after {
    right: 0.5rem;
    margin-top: 2.2rem;
}

.services-section.direction-section.direction-section-2 .service-info-content .advices-container .slick-arrow.slick-prev:hover:after {
    left: 0.5rem;
    margin-top: 2.2rem;
}



.services-section.direction-section.direction-section-2 .service-info-content .advices-container .slick-prev {
    right: auto;
    left: 6.175rem;
}

.services-section.direction-section.direction-section-2 .service-info-content .advices-container .slick-next:after,
.services-section.direction-section.direction-section-2 .service-info-content .advices-container .slick-prev:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 35%;
    width: 20px;
    height: 20px;
    margin: 34px 0 0 -10px;
    border: 1px solid #fff;
    border-left-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.services-section.direction-section.direction-section-2 .service-info-content .advices-container .slick-prev:after {
    right: auto;
    left: 35%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.services-section.direction-section.direction-section-2 .service-info-content .advices-container .advices-items {
    margin: 0;
    padding: 0 1.3rem;
}

.services-section.direction-section.direction-section-2 .service-info-content .advices-container .advice-item {
    position: relative;
    padding: 5.2rem 3.9rem;
}

.services-section.direction-section.direction-section-2 .service-info-content .advices-container .advice-item .numb {
    position: absolute;
    font-size: 2.86rem;
    line-height: 2.86rem;
    font-weight: 300;
    color: #636363;
    left: 0;
}

.services-section.direction-section.direction-section-2 .service-info-content .advices-container .advice-item .title {
    color: #e1e1e1;
    font-size: 1.625rem;
    line-height: 1.875rem;
    margin-bottom: 2.8rem;
}

.services-section.direction-section.direction-section-2 .service-info-content .advices-container .advice-item .description {
    color: #e1e1e1;
}

.services-section.direction-section.direction-section-2 .service-info-content {
    float: left;
}

.services-section.direction-section.direction-section-2 .direction-events-content {
    float: right;
    width: calc(50vw - 11.625rem);
    background-color: #223d57;
    height: 100%;
    position: relative;
    z-index: 10;
    overflow: hidden;
    -webkit-transition: opacity 0.7s ease 0.35s, -webkit-transform 0.7s ease 0.35s;
    transition: opacity 0.7s ease 0.35s, -webkit-transform 0.7s ease 0.35s;
    -o-transition: transform 0.7s ease 0.35s, opacity 0.7s ease 0.35s;
    transition: transform 0.7s ease 0.35s, opacity 0.7s ease 0.35s;
    transition: transform 0.7s ease 0.35s, opacity 0.7s ease 0.35s, -webkit-transform 0.7s ease 0.35s;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-nav {
    padding: 3.25rem 3.575rem 2rem;
    margin: 0;
    position: relative;
    height: 7.4rem;
    box-sizing: content-box;
    background-color: #f57920;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-nav .slick-prev {
    display: none !important;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-nav .slick-next {
    position: absolute;
    top: 0;
    right: 3.575rem;
    bottom: 0;
    width: 30px;
    text-indent: -9999px;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    -webkit-transition: opacity 0.7s ease 2s;
    -o-transition: opacity 0.7s ease 2s;
    transition: opacity 0.7s ease 2s;
    margin-right: -1rem;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-nav .slick-next:after {
    position: absolute;
    content: '';
    top: 4rem;
    right: 35%;
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #fff;
    border-left-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-nav .event-nav-item span {
    display: block;
    color: #ffffff;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-nav .event-nav-item .day {
    font-size: 3.44rem;
    line-height: 3.44rem;
    font-weight: 300;
    text-align: left;
    -webkit-transition: all 0.3s;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-nav .event-nav-item .month {
    font-size: 0.875rem;
    font-weight: 300;
    text-align: left;
    -webkit-transition: all 0.3s;
    margin-top: -0.2rem;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-nav .event-nav-item.slick-current .day {
    font-size: 6rem;
    line-height: 5.6rem;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-nav .event-nav-item.slick-current .month {
    font-size: 1.5rem;
    margin-top: -0.5rem;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-nav .inner-item-wrap {
    display: inline-block;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-nav .event-nav-item {
    text-align: center;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-nav .slick-list {
    margin-left: -1rem;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-items {
    padding: 0;
    margin: 0;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-items .event-item .visual {
    display: block;
    height: 14.3rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-items .event-item .content {
    padding: 2.6rem 3.575rem;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-items .event-item .content .more {
    margin-top: 1.2rem;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-items .event-item .content .more a {
    color: #DE9232;
    font-weight: normal;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-items .event-item .content .more a:after {
    background: #DE9232;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-items .event-item .btn-holder {
    margin-top: 1.8rem;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-items .event-item .btn-holder button {
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 2.8rem;
    padding: 0 1.56rem;
    cursor: pointer;
    -webkit-transition: all 0.35s;
    font-family: "GillSans", Arial, Helvetica, sans-serif;
}

.services-section.direction-section.direction-section-2 .direction-events-content .events-items .event-item .btn-holder button:hover {
    color: #223d57;
    background: #ffffff;
}

.section:not(.section-loaded) .team-slider .item {
    opacity: 0;
    -webkit-transform: translateX(70%);
    -ms-transform: translateX(70%);
    transform: translateX(70%)
}

@media only screen and (max-width:1023px) {
    .team-slider {
        font-size: 14px;
        line-height: 1.3
    }
    .team-slider p {
        margin-bottom: 18px
    }
    .team-slider .content {
        padding: 25px 30px 20px
    }
    .team-slider .title {
        font-size: 30px;
        line-height: 1.3;
        margin-left: 0;
        margin-bottom: 10px
    }
    .team-slider .position {
        margin-bottom: 15px
    }
    .team-slider .description {
        padding: 25px 0 0 15px
    }
}

@media only screen and (max-width:767px) {
    .team-slider {
        padding-right: 0
    }
    .team-slider .item {
        min-height: 82.6597vw
    }
    .team-slider .slick-dots {
        padding: 14px 20px 15px;
        margin: 0 -5px;
        list-style: none;
        text-align: center;
        background: #fff;
        font-size: 0;
        line-height: 0;
        letter-spacing: -4px
    }
    .team-slider .slick-dots li {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        margin: 0 5px
    }
    .team-slider .slick-dots button {
        background: #959595;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-indent: -9999px;
        overflow: hidden;
        cursor: pointer;
        height: 1px;
        width: 20px;
        padding: 0;
        margin: 0;
        display: block;
        overflow: hidden;
        -webkit-border-radius: 0;
        -webkit-transition: all 0.35s ease, height 0.35s ease 0.35s;
        -o-transition: all 0.35s ease, height 0.35s ease 0.35s;
        transition: all 0.35s ease, height 0.35s ease 0.35s
    }
    .team-slider .slick-dots .slick-active button {
        height: 2px;
        background: #DE9232;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease
    }
}

@media only screen and (max-width:560px) {
    .team-slider .item {
        background-position: 100% 50%;
        background-size: auto 100%
    }
    .team-slider .item:after {
        display: none
    }
    .team-slider .content {
        right: 50%;
        opacity: 1;
        background: #DE9232;
        padding: 10px 20px 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-width: 240px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /*-webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center*/
    }
    .team-slider .title {
        font-size: 26px;
        max-width: 210px
    }
    .team-slider .description {
        padding: 20px 0 0 5px
    }
}

@media only screen and (max-width:404px) {
    .team-slider .item {
        background-position: 50% 0%;
        background-size: 100% auto;
        padding: 150vw 0 0
    }
    .team-slider .content {
        position: static;
        padding-top: 20px
    }
    .team-slider .title {
        max-width: none
    }
}

.about-slider .slick-slide {
    font-size: 1rem;
    line-height: 1.5rem
}
.about-slider .slick-slide.height2 a {
    padding-top: 10.375rem
}
.about-slider .slick-slide.height2 a .title {
    height: 9.4375rem
}
.about-slider .slick-slide.height2 a .hover-text {
    top: 9.4375rem
}
.about-slider .slick-slide.height2:nth-child(2n) a {
    padding-top: 17.5625rem
}
.about-slider .slick-slide.height2:nth-child(2n) a .title {
    height: 16.625rem
}
.about-slider .slick-slide.height2:nth-child(2n) a .hover-text {
    top: 16.625rem
}
.about-slider .slick-next {
    width: 6.875rem
}
.about-slider .slick-next:after {
    width: 1.25rem;
    height: 1.25rem;
    margin: -2.25rem 0 0 -.625rem
}
.about-slider .slick-next:hover:after {
    width: 1.875rem;
    height: 1.875rem;
    margin-top: -2.5625rem;
    margin-left: -.9375rem
}
.about-slider a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 16.6875rem 2rem 3.125rem
}
.about-slider .title {
    left: 2.0625rem;
    height: 15.75rem;
    padding: 1.25rem 0 0;
    font-size: 1.875rem
}
.about-slider .title:after {
    left: -.1875rem;
    right: -1.875rem
}
.about-slider .hover-text {
    top: 15.75rem;
    left: 2rem;
    right: 2rem;
    margin: 0.875rem 0 0
}
.about-slider .hover-text .line {
    width: 1.3125rem
}
.slider-section .slider-controls {
    top: 2.8125rem;
    left: 2.1875rem;
    font-size: 1.25rem;
    line-height: 1.875rem
}
.slider-section .slider-controls .current {
    font-size: 1.875rem
}
.slider-section .title {
    top: 7.0625rem;
    left: 2.1875rem;
    max-width: 7.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem
}
.slider-section .img-slider {
    padding: 0 6.875rem 0 0
}
.slider-section .img-slider .slick-next {
    width: 6.875rem
}
.slider-section .img-slider .slick-next:after {
    width: 1.25rem;
    height: 1.25rem;
    margin: -.625rem 0 0 -.625rem
}
.slider-section .img-slider .slick-next:hover:after {
    width: 1.875rem;
    height: 1.875rem;
    margin-top: -.9375rem;
    margin-left: -.9375rem
}

.slick-list,
.slick-slide {
    overflow: hidden
}

.slick-slide {
    float: left;
    position: relative;
}
.slick-slide iframe {
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.slick-slide:after {
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#33000000', endColorstr='#66000000');
    opacity: 1;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.news-list {
    padding: 4.375rem 7.5rem 2.0625rem 7rem;
    margin: 0 -5.25rem
}
.news-list li {
    font-size: 1rem;
    line-height: 1.375rem;
    margin: 0 0 3.125rem;
    padding: 0 5.25rem
}
.news-list time {
    font-size: 0.875rem;
    margin: 0 0 0.4375rem
}
.news-list .title {
    font-size: 1.625rem;
    line-height: 1.9375rem;
    margin: 0 0 1.875rem
}
.news-list .description {
    padding: 0 0 1.5625rem
}
.news-list p {
    margin: 0 0 1.375rem
}
.news-list .more {
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
    line-height: 1.5rem
}
.news-list .more:after {
    margin-bottom: -.125rem
}
.news-list .slick-dots {
    margin: 0 -.3125rem
}
.news-list .slick-dots li {
    margin: 0 0.3125rem
}
.news-list .slick-dots button {
    width: 1.25rem;
    height: 0.0625rem;
    min-height: 1px
}
.news-list .slick-dots .slick-active button {
    height: 0.125rem;
    min-height: 2px
}

.advices-items .slick-dots .slick-active button {
    height: 2px;
    background: #DE9232;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.main-service-list.main-direction-list .title,
.main-service-list.main-direction-list .item:hover .title {
    font-size: 2.9rem;
    bottom: 23.5rem;
}

.main-service-list.main-direction-list .item:first-child+.item+.item:hover .title,
.main-service-list.main-direction-list .item:nth-child(2n):hover .title,
.main-service-list.main-direction-list .item:nth-child(odd):hover .title {
    font-size: 2.9rem;
    bottom: 23.5rem;
}

.main-service-list.main-direction-list .item:nth-child(2n) .title {
    font-size: 2.9rem;
    bottom: 23.5rem;
}

.main-service-list.main-direction-list .item:first-child+.item+.item .title {
    bottom: 23.5rem;
}


