@font-face {
    font-family: "Bork-Display-Bold";
    src: url("../fonts/borkdisplay/Bork-Display-Bold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/montserrat/Montserrat-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/roboto/Roboto-Bold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/roboto/Roboto-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Light";
    src: url("../fonts/roboto/Roboto-Light.ttf");
    font-display: swap;
}

header {
    padding-top: 47px;
    background: url(../images/header_back.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 575px){
    header {
        padding-top: 18px;
    }
}

header .header__logo {
    text-align: right;
    display: inline-block;
    flex-direction: column;
}

header .header__logo__big {
    font-family: 'Bork-Display-Bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 42px;
    color: #FFFFFF;
}

@media (max-width: 575px){
    header .header__logo__big {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (min-width: 576px) and (max-width: 767px){
    header .header__logo__big {
        font-size: 14px;
        line-height: 22px;
    }
}

header .header__logo__small {
    font-family: 'Montserrat-Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 37px;
    color: #FFFFFF;
}

@media (max-width: 575px){
    header .header__logo__small {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (min-width: 576px) and (max-width: 767px){
    header .header__logo__small {
        font-size: 18px;
        line-height: 22px;
    }
}

header .header__info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .header__info .burger-menu {
    display: none;
}
@media (max-width: 767px){
    header .header__info .burger-menu {
        display: block;
    }
    header {
        background: linear-gradient(180deg, #0E1A27 0%, rgba(28, 78, 125, 0) 71.47%, rgba(18, 32, 48, 0.93) 100%), url(../images/header_back.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

header .header__info .burger-menu button{
    background: transparent;
    border: none;
    outline: none;
}
header .header__info .burger-menu button:focus{
    outline: none;
}


header .header__info .search {
    margin-right: 25px;
    display: none;
}

@media (max-width: 575px){
    header .header__info .search {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    header .header__info .search {
        display: none;
    }
}


header .header__info .lang {
    margin-right: 20px;
}

@media (max-width: 575px){
    header .header__info .lang {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    header .header__info .lang {
        display: none;
    }
}

header .header__info .phones {
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

@media (max-width: 575px){
    header .header__info .phones {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    header .header__info .phones {
        display: none;
    }
}

.top__info {
    width: 724px;
    margin: 140px auto 150px auto;
}

@media (max-width: 575px){
    .top__info {
        margin: 56px auto 80px auto;
        width: auto;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .top__info {
        margin: 56px auto 80px auto;
        width: auto;
    }
}

.top__info__text {
    font-family: 'Roboto-Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 49px;
    line-height: 52px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.57);
}
@media (max-width: 575px){
    .top__info__text {
        font-size: 22px;
        line-height: 106.19%;
        margin-bottom: 25px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .top__info__text {
        text-shadow: unset;
        font-size: 22px;
        line-height: 106.19%;
        margin-bottom: 25px;
    }
}

.top__info__text span {
    font-weight: bold;
}

.top__info__text span.mobile-text {
    display: none;
}

@media (max-width: 575px){
    .top__info__text span.mobile-text {
        display: block;
        font-family: 'Roboto-Regular', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 106.19%;
        text-align: center;
        color: #FFFFFF;
        margin-top: 5px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .top__info__text span.mobile-text {
        display: block;
        font-family: 'Roboto-Regular', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 106.19%;
        text-align: center;
        color: #FFFFFF;
        margin-top: 5px;
    }
}

.top__info__call {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 575px){
    .top__info__text {
        margin-top: 0;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .top__info__text {
        margin-top: 0;
    }
}


.top__info__call button:hover,
.top__info__call button:focus,
.top__info__call button:active {
    color: #333333 !important;
    background-color: #FEC838 !important;
    border-color: #FEC838 !important;
    outline: none !important;
    box-shadow: none !important;
}

.top__info__call button {
    outline: none;
    border: 3px solid #FEC838;
    box-sizing: border-box;
    border-radius: 37px;
    background: #FEC838;
    padding: 14px 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.135em;
    color: #333333;
    text-transform: uppercase;
}
@media (max-width: 575px){
    .top__info__call button {
        padding: 5px 16px;
        font-size: 12px;
        line-height: 14px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .top__info__call button {
        padding: 5px 16px;
        font-size: 12px;
        line-height: 14px;
    }
}

.top__info__call button img {
    margin-right: 9px;
    margin-bottom: 2px;
}

.top__info .call__me {
    position: absolute;
    bottom: -55px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}

.top__info .call__me__inputs {
    display: flex;
}

.top__info .call__me__inputs input {
    padding: 21px 22px 18px 22px;
    text-align: center;
    border: none;
    background: #FAFAFA;
    border-radius: 33px 0 0 33px;
    width: 50%;
    font-family: 'Roboto-Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    color: #ACACAC;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.06);
}
@media (max-width: 575px){
    .top__info .call__me__inputs input {
        width: 160px;
        font-size: 14px;
        line-height: 16px;
        padding: 10px 10px 10px 12px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .top__info .call__me__inputs input {
        width: 160px;
        font-size: 14px;
        line-height: 16px;
        padding: 10px 10px 10px 12px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .top__info .call__me__inputs input {
        width: 230px;
        padding: 10px 10px 10px 12px;
    }
    .top__info .call__me {
        bottom: -56px;
    }
}
@media (max-width: 768px){
    .top__info .call__me {
        bottom: -49px;
    }
}

.top__info .call__me__inputs input::placeholder {
    font-family: 'Roboto-Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    color: #ACACAC;
}
@media (max-width: 575px){
    .top__info .call__me__inputs input::placeholder {
        font-size: 14px;
        line-height: 16px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .top__info .call__me__inputs input::placeholder {
        font-size: 14px;
        line-height: 16px;
    }
}

.top__info .call__me__inputs input:focus {
    outline: none;
}

.top__info .call__me__inputs button {
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    /*color: #DEFFB4;*/
    outline: none;
    border: none;
    padding: 21px 10px;
    /*background: #78B22F;*/
    border-radius: 0 33px 33px 0;
    width: 50%;
    background: #FEC838;
    color: #333333;
    text-transform: uppercase;
}
@media (max-width: 575px){
    .top__info .call__me__inputs button {
        width: 176px;
        padding: 12px 10px;
        font-size: 3vw;
        line-height: 14px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .top__info .call__me__inputs button {
        width: 130px;
        padding: 12px 10px;
        font-size: 12px;
        line-height: 14px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .top__info .call__me__inputs button {
        width: 190px;
        padding: 12px 10px;
        font-size: 14px;
        line-height: 14px;
        padding-top: 13px;
    }
}

.top__info .call__me__inputs button img {
    margin-bottom: 4px;
    margin-right: 12px;
}
@media (max-width: 575px){
    .top__info .call__me__inputs button img {
        width: 10px;
        margin-right: 5px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .top__info .call__me__inputs button img {
        width: 10px;
        margin-right: 5px;
    }
}

.top__info .call__me__text {
    margin-top: 6px;
    font-family: 'Roboto-Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    color: #ABABAB;
}
@media (max-width: 575px){
    .top__info .call__me__text {
        font-size: 10px;
        line-height: 12px;
        width: 88%;
        margin: 0 auto;
        margin-top: 5px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .top__info .call__me__text {
        font-size: 10px;
        line-height: 12px;
        width: 88%;
        margin: 0 auto;
        margin-top: 5px;
    }
}

.video {
    padding-bottom: 130px;
    padding-top: 130px;
    position: relative;
    background: linear-gradient(0deg, #EBEBEB, #EBEBEB), linear-gradient(180deg, #252F35 0%, #354C58 100%), #2D363A;
}
@media (max-width: 575px){
    .video {
        padding-top: 85px;
        padding-bottom: 85px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .video {
        padding-top: 85px;
        padding-bottom: 85px;
    }
}

.video__frame {
    display: flex;
    justify-content: center;
}

.video__frame iframe {
    height: 500px;
    border-radius: 12px;
    /*width: 999px;*/
    width: 100%;
}
@media (max-width: 575px){
    .video__frame iframe {
        height: 167px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .video__frame iframe {
        height: 300px;
    }
}

.video__button {
    margin-top: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -160px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 575px){
    .video__button {
        margin-top: 0;
        bottom: -104px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .video__button {
        margin-top: 0;
        bottom: -102px;
    }
}

.video__button button,
.video__button button:hover,
.video__button button:active,
.video__button button:focus
{
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    /*color: #DEFFB4;*/
    padding: 18px 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #78B22F !important;*/
    border-radius: 37px;
    border: none;
    box-sizing: border-box;
    box-shadow: 0 4px 20px rgba(34, 45, 56, 0.15);
    background: #FEC838 !important;
    color: #333333;
    text-transform: uppercase;
}
@media (max-width: 575px){
    .video__button button,
    .video__button button:hover,
    .video__button button:active,
    .video__button button:focus {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 45px;
        width: 300px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .video__button button,.video__button button:hover {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 45px;
        width: 300px;
    }
}

.video__button button img {
    margin-left: 8px;
    display: block;
    margin-bottom: -1px;
}

.services {
    background: linear-gradient(180deg, #f8f8f8 0%, #f9f9f9 100%);
    padding-top: 93px;
}

.services__title {
    margin-bottom: 32px;
    font-family: 'Roboto-Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 35px;
    line-height: 41px;
    color: #3E3E3E;
    padding-left: 10px;
}
@media (max-width: 575px){
    .services__title {
        font-size: 20px;
        line-height: 23px;
        text-align: center;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .services__title {
        font-size: 20px;
        line-height: 23px;
    }
}

.services__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 262px;
    height: 278px;
    margin: 0 auto 34px;
}
@media (max-width: 575px){
    .services__item {
        height: auto;
        margin-bottom: 20px;
        margin: 0 auto 40px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .services__item {
        width: 100%;
    }
}

.services__item__image {
    width: 262px;
    height: 183px;
    margin-bottom: 7px;
}
@media (min-width: 576px) and (max-width: 767px){
    .services__item__image {
        width: 100%;
    }
}

.services__item__image:hover {
    cursor: pointer;
}

.services__item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 17px;
}

.services__item__subtitle {
    align-self: flex-start;
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #070707;
    margin-bottom: 8px;
}

.services__item__subtitle:hover {
    cursor: pointer;
}

.services__item__call {
    align-self: flex-start;
}

.services__item__call button,
.services__item__call button:active,
.services__item__call button:focus,
.services__item__call button:hover
{
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    /*color: #DEFFB4;*/
    border: none;
    outline: none;
    /*background: #78B22F !important;*/
    border-radius: 9px;
    padding: 8px 29px;
    background: #FEC838 !important;
    color: #333333;
}
@media (max-width: 475px){
    .services__item__call button,
    .services__item__call button:active,
    .services__item__call button:focus,
    .services__item__call button:hover {
        font-size: 12px;
        /*padding-right: 15px;*/
        /*padding-left: 15px;*/
        padding-left: unset;
        padding-right: unset;
        padding-top: 8px;

    }
}

.services__item.call_block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
@media (max-width: 575px){
    .services__item.call_block {
        height: auto;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .services__item.call_block {
        justify-content: flex-start;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .services__item.call_block {
        justify-content: flex-start;
    }
}

.services__item.call_block .subtitle {
    font-family: 'Roboto-Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #686868;
}

.services__item.call_block .title {
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    /*color: #6FA72A;*/
    margin-bottom: 8px;
    color: #333333;
}

.services__item.call_block .inputs {
    background: transparent;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 9px;
    padding: 4px 5px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}

.services__item.call_block .inputs input {
    background: transparent;
    border: none;
    padding-left: 10px;
    display: block;
    width: 180px;
    font-family: 'Roboto-Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.125em;
    color: #333333;
}
@media (min-width: 576px) and (max-width: 767px){
    .services__item.call_block .inputs input {
        width: 167px;
        font-size: 13px;
        line-height: 13px;
    }
}

.services__item.call_block .inputs input:focus {
    outline: none;
}

.services__item.call_block .inputs input::placeholder {
    font-family: 'Roboto-Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.125em;
    color: #333333;
}
@media (min-width: 576px) and (max-width: 767px){
    .services__item.call_block .inputs input::placeholder {
        width: 167px;
        font-size: 13px;
        line-height: 13px;
    }
}

.services__item.call_block .inputs button {
    background: #333333;
    border-radius: 6px;
    outline: none;
    border: none;
    padding: 6px 13px;
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    display: block;
}

.services__item.call_block .second_subtitle {
    font-family: 'Roboto-Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    margin-bottom: 24px;
}

.services__item.call_block a {
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #333333;
}

.description {
    background: #f9f9f9;
    padding-top: 75px;
    padding-bottom: 70px;
}
@media (max-width: 575px){
    .description {
        padding-top: 50px;
        background: #fff;
        padding-bottom: 45px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .description {
        padding-top: 50px;
        background: #fff;
        padding-bottom: 45px;
    }
}

.description__wrapper {
    margin-left: 10px;
    margin-right: 10px;
    background: #FFFFFF;
    border-radius: 23px;
    padding: 53px;
}
@media (max-width: 575px){
    .description__wrapper {
        padding: 0px 0 10px;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .description__wrapper {
        padding: 0px 0 10px;
        margin-left: 0;
        margin-right: 0;
    }
}

.description__wrapper__header {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 575px){
    .description__wrapper__header {
        margin-bottom: 10px;
        /*justify-content: center;*/
    }
}

.description__wrapper__header .title {
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #333333;
}
@media (max-width: 575px){
    .description__wrapper__header .title {
        text-align: center;
    }
}

.description__wrapper__header a.go_to_services_top {
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 0;
    color: #838383;
    display: flex;
    align-items: center;
}
@media (max-width: 575px){
    .description__wrapper__header a.go_to_services_top {
        display: none;
    }
}

.description__wrapper__header a.go_to_services_top:hover {
    text-decoration: none;
}

.description__wrapper__header a.go_to_services_top img {
    margin-right: 7px;
}

.description__wrapper__content .short_description {
    font-family: 'Roboto-Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #595959;
}

.description__wrapper__content .table_description {
    margin-top: 15px;
}

.description__wrapper__content .table_description table {
    width: 98%;
}

.description__wrapper__content .table_description table td.small_width {
    width: 77px;
}

.description__wrapper__content .table_description table thead tr td:first-child {
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 50px;
    color: #000000;
}

.description__wrapper__content .table_description table thead tr td:last-child {
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 50px;
    color: #000000;
    text-align: center;
}

.description__wrapper__content .table_description table tbody tr td:first-child {
    font-family: 'Roboto-Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 50px;
    color: #000000;
    border: 1px solid #D1D1D1;
    padding-left: 13px;
}
@media (max-width: 575px){
    .description__wrapper__content .table_description table tbody tr td:first-child {
        line-height: 18px;
    }
}

.description__wrapper__content .table_description table tbody tr td:last-child {
    font-family: 'Roboto-Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    color: #000000;
    border: 1px solid #D1D1D1;
}

.description__footer {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 575px){
    .description__footer {
        margin-left: 0;
        margin-right: 0;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .description__footer {
        margin-left: 0;
        margin-right: 0;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .description__footer {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.description__footer .info__main {
    display: flex;
}

.description__footer .info__main .buttons {
    display: flex;
    align-items: center;
}
@media (max-width: 575px){
    .description__footer .info__main .buttons {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

.description__footer .info__main .buttons .call {
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.05em;
    border: 3px solid #333333;
    background: #F9F9F9;
    color: #333333;
    box-sizing: border-box;
    border-radius: 37px;
    padding: 12px 27px;
    display: flex;
    align-items: center;
    margin-right: 16px;
}
@media (max-width: 575px){
    .description__footer .info__main .buttons .call {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 27px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .description__footer .info__main .buttons .call {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 27px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .description__footer .info__main .buttons .call {
        padding: 14px 14px;
    }
}

.description__footer .info__main .buttons .call:focus {
    outline: none;
}

.description__footer .info__main .buttons .call img {
    margin-right: 9px;
}

.description__footer .info__main .buttons .get_call {
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #333333;
    background: #FEC838;
    border-radius: 37px;
    padding: 14px 28px;
    border: none;
    display: flex;
    align-items: center;
}
@media (max-width: 575px){
    .description__footer .info__main .buttons .get_call {
        font-size: 14px;
        line-height: 16px;
        padding-left: 15px;
        padding-right: 20px;
        margin-bottom: 7px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .description__footer .info__main .buttons .get_call {
        font-size: 14px;
        line-height: 16px;
        padding-left: 15px;
        padding-right: 20px;
        margin-bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .description__footer .info__main .buttons .get_call {
        padding: 14px 14px;
    }
}

.description__footer .info__main .buttons .get_call:focus {
    outline: none;
}

.description__footer .info__main .buttons .get_call img {
    margin-right: 11px;
}

.description__footer .info__call {
    display: none;
    align-items: center;
}
@media (max-width: 575px){
    .description__footer .info__call {
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

.description__footer .info__call a {
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 0px;
    background: #FEC838;
    color: #333333;
    border-radius: 37px;
    padding: 18px 21px;
    display: flex;
    align-items: center;
}
@media (max-width: 575px){
    .description__footer .info__call a {
        margin-right: 0;
        width: 210px;
        justify-content: center;
        margin-bottom: 5px;
        padding: 14px 21px;
    }
}

.description__footer .info__call a:hover {
    text-decoration: none;
}

.description__footer .info__call a img {
    margin-right: 11px;
}

.description__footer .info__call a:first-child {
    margin-right: 13px;
}

.description__footer .info__call_me {
    display: none;
    align-items: center;
}
@media (max-width: 575px){
    .description__footer .info__call_me {
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

.description__footer .info__call_me input {
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    border-radius: 37px;
    padding: 17px 25px;
    font-family: 'Roboto-Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: #757575;
    margin-right: 5px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 213px;
}
@media (max-width: 575px){
    .description__footer .info__call_me input {
        padding: 12px 25px;
        margin-bottom: 8px;
    }
}

.description__footer .info__call_me input::placeholder {
    font-family: 'Roboto-Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.description__footer .info__call_me button {
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #DEFFB4;
    background: #78B22F;
    border-radius: 37px;
    border: none;
    padding: 17px 25px;
    display: flex;
    align-items: center;
}
@media (max-width: 575px){
    .description__footer .info__call_me button {
        width: 170px;
        text-align: center;
        justify-content: center;
        padding: 13px 25px;
    }
}

.description__footer .info__call_me button:focus{
    outline: none;
}

.description__footer .info__call_me button img {
    margin-right: 11px;
}

.description__footer a.go_to_services_bottom {
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 0;
    color: #838383;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 37px;
    padding: 15px 26px;
}
@media (max-width: 575px){
    .description__footer a.go_to_services_bottom {
        padding-left: 0;
        padding-top: 0px;
        margin-bottom: 12px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .description__footer a.go_to_services_bottom {
        padding-left: 0;
        padding-top: 0px;
        margin-bottom: 12px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .description__footer a.go_to_services_bottom {
        padding: 15px 20px;
    }
}

.description__footer a.go_to_services_bottom:hover {
    text-decoration: none;
}

.description__footer a.go_to_services_bottom img {
    margin-right: 7px;
}

.about_us {
    background: #2D363A;
    padding-top: 70px;
    padding-bottom: 70px;
}
@media (max-width: 575px){
    .about_us {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .about_us {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.about_us__title {
    padding-left: 45px;
    padding-right: 70px;
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    color: #FFFFFF;
    margin-bottom: 50px;
}
@media (max-width: 575px){
    .about_us__title {
        font-size: 30px;
        padding: 0;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .about_us__title {
        font-size: 30px;
        padding: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .about_us__title {
        padding-left: 37px;
    }
}

.about_us__wrapper {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    align-items: flex-start;
}
@media (max-width: 575px){
    .about_us__wrapper {
        padding: 0;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .about_us__wrapper {
        padding: 0;
    }
}

.about_us__wrapper .image {
    width: 48%;
    margin-right: 40px;
}
@media (max-width: 575px){
    .about_us__wrapper .image {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .about_us__wrapper .image {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .about_us__wrapper .image {
        display: none;
    }
}

.about_us__wrapper .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: -45px;
}

.about_us__wrapper .about_info {
    width: 48%;
}
@media (max-width: 575px){
    .about_us__wrapper .about_info {
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .about_us__wrapper .about_info {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .about_us__wrapper .about_info {
        width: 100%;
    }
}

.about_us__wrapper .about_info_item {
    margin-bottom: 35px;
}

.about_us__wrapper .about_info_item .title {
    font-family: 'Roboto-Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.about_us__wrapper .about_info_item .desc {
    font-family: 'Roboto-Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #D7D7D7;
}

.contacts {
    background: #1C272D;
    padding-top: 70px;
    padding-bottom: 70px;
}
@media (max-width: 575px){
    .contacts {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .contacts {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.contacts .section__title {
    padding-left: 45px;
    padding-right: 70px;
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
@media (max-width: 575px){
    .contacts .section__title {
        font-size: 30px;
        padding: 0;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .contacts .section__title {
        font-size: 30px;
        padding: 0;
    }
}

.contacts .map__wrapper {
    padding-left: 45px;
    padding-right: 45px;
}
@media (max-width: 575px){
    .contacts .map__wrapper {
        padding: 0;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .contacts .map__wrapper {
        padding: 0;
    }
}

.contacts .map__wrapper .map {
    width: 100%;
    height: 454px;
    border-radius: 15px;
}
@media (max-width: 575px){
    .contacts .map__wrapper .map {
        height: 138px;
    }
}

.contacts .contacts__items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 45px;
    padding-right: 45px;
}
@media (max-width: 575px){
    .contacts .contacts__items {
        padding: 0;
        /*flex-direction: column;*/
        flex-direction: column-reverse;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .contacts .contacts__items {
        padding: 0;
    }
}

.contacts .contacts__items .contacts__item.item__phones {
    width: 50%;
}
@media (max-width: 575px){
    .contacts .contacts__items .contacts__item.item__phones {
        width: 100%;
        margin-bottom: 20px;
        order: 1;
    }
}

.contacts .contacts__items .contacts__item.item__email {
    width: 100%;
    margin-top: 25px;
}
@media (max-width: 575px){
    .contacts .contacts__items .contacts__item.item__email {
        order: 2;
        margin-top: 25px;
        margin-bottom: 20px;
    }
}

.contacts .contacts__items .contacts__item .title {
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}

.contacts .contacts__items .contacts__item.item__address {
    width: 50%;
    margin-right: 0;
}
@media (max-width: 575px){
    .contacts .contacts__items .contacts__item.item__address {
        width: 100%;
        order: 3;
    }
}

.contacts .contacts__items .contacts__item.item__address .address {
    font-family: 'Roboto-Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    color: #E2E2E2;
}

.contacts .contacts__items .contacts__item.item__address .geo {
    font-family: 'Roboto-Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    text-decoration-line: underline;
    color: #FEFFFD;
}

.contacts .contacts__items .contacts__item.item__address .geo a{
    text-decoration-line: underline;
    color: #FEFFFD;
}

.contacts .contacts__items .contacts__item.item__phones .phone {
    font-family: 'Roboto-Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #E2E2E2;
}

.contacts .contacts__items .contacts__item.item__email .email {
    font-family: 'Roboto-Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #E2E2E2;
}

.contacts .socials {
    padding-left: 45px;
    padding-right: 45px;
}
@media (max-width: 575px){
    .contacts .socials {
        padding: 0;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .contacts .socials {
        padding: 0;
    }
}

.contacts .socials a:first-child {
    margin-right: 16px;
}

footer {
    background: #161F23;
    padding: 30px 0;
}

footer .footer {
    font-family: 'Roboto-Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
}

/*# sourceMappingURL=main.css.map */

#exampleModalCenter .modal-content{
    background: #FFFFFF;
    border-radius: 23px;
}
#exampleModalCenter .modal-dialog{
    width: 431px;
}
@media (max-width: 575px){
    #exampleModal2 > .modal-dialog{
        margin-top: 25vh;
    }
    #exampleModalCenter .modal-dialog {
        width: 300px;
        margin: 0 auto;
    }
}

#exampleModalCenter .modal-dialog .modal-body-b{
    padding-top: 42px;
    padding-bottom: 42px;
}

.content-b-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.content-b-body a{
    width: 210px;
    height: 44px;
    filter: drop-shadow(0px 4px 11px rgba(0, 0, 0, 0.06));
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-b-body a:hover{
    text-decoration: none;
}
.content-b-body a.white_back{
    background: #FFFFFF;
    border: 3px solid #FEC838;
    box-sizing: border-box;
    border-radius: 41px;
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    margin-bottom: 10px;
}
.content-b-body a.white_back img{
    margin-right: 13px;
}
.content-b-body a.green_back{
    background: #FEC838;
    border-radius: 41px;
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}
.content-b-body a.green_back img{
    margin-right: 13px;
}

/*123*/
.topmenu{
    display: none;
}
@media (max-width: 767px){
    .topmenu{
        display: block;
    }
}
nav div {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav a {
    display: block;
    text-decoration: none;
    outline: none;
    transition: .4s ease-in-out;
}
.topmenu {
    backface-visibility: hidden;
    /*background: rgba(255,255,255,.8);*/
}
/*.topmenu > li {*/
/*    display: inline-block;*/
/*    position: relative;*/
/*}*/
.topmenu > a {
    height: 70px;
    line-height: 70px;
    padding: 0 30px;
    font-weight: bold;
    color: #003559;
    text-transform: uppercase;
    padding-right: 0;
}
/*.down:after {*/
/*    content: "\f107";*/
/*    margin-left: 8px;*/
/*    font-family: FontAwesome;*/
/*}*/
.topmenu  a:hover { color: #c0c0c3; }
.submenu {
    /*background: white;*/
    background: #2d363a;
    /*border: 2px solid #003559;*/
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    position: absolute;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    width: 125px;
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0% 0%;
    transition: .6s ease-in-out;
}
/*.topmenu:hover .submenu{*/
.topmenu.opened .submenu{
    visibility: visible;
    opacity: 1;
    transform: perspective(600px) rotateX(0deg);

    border-radius: 20px;
    height: 172px;
}
.submenu  a {
    /*color: #000000;*/
    color: #ffffff;
    /*font-size: 16px;*/
    font-size: 20px;
    /*line-height: 36px;*/
    line-height: 40px;
    padding: 0 20px;
    /*font-weight: 600;*/
    font-weight: 400;
    text-decoration: none;
}
.choise-lang{
    color: white;
    background-color: #7b7a82;
    width: 30px;
    font-size: 18px;
    margin: 0 auto;
    border-radius: 90px;
    margin-top: 10px;
    line-height: 28px;
    position: relative;
    height: 30px;
    text-align: center;
}
.choise-lang span{
    position: absolute;
    left: 6px;
    top: 2px;
}
/*.submenu li:last-of-type{*/
/*    color: #d4d4d4;*/
/*    margin-top: 20px;*/
/*    font-size: 12px;*/
/*    font-weight: bold;*/
/*}*/
/*123*/

/*456*/
@media (max-width: 575px){
    .services__title {
        text-align: left;
    }
    .services__item{
        width: unset;
    }
    .services__item__image{
        width: unset;
        margin-bottom: 11px;
    }
    .services__item__subtitle{
        /*font-family: Roboto;*/
        /*font-style: normal;*/
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #070707;
    }
    .services__item.call_block .inputs {
        border-radius: unset;
        border: unset;
        flex-direction: column;
    }
    .services__item.call_block .inputs input{
        border: 1px solid #333333;
        border-radius: 9px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        margin-bottom: 10px;
    }
}

@media (max-width: 475px){
    .services__item__image img {
        width: 150px;
        height: 105px;
    }
    .services__item__subtitle{
        width: 150px;
        margin: 0 auto;
    }
    .services__item__call{
        /*margin: 0 auto;*/
        /*padding-right: 13px;*/
        /*margin-top: 5px;*/
        width: 141px;
        height: 34px;
        left: 209px;
        top: 1280px;
        background: #FEC838;
        border-radius: 9px;
        margin: unset;
        margin-left: 25px;
        text-align: center;
        padding-right: unset;
        margin-top: 5px;
    }
    .services__item__image {
        height: unset;
    }
    .btn.btn-success{
        /*padding-bottom: 5.5px;*/

    }
    .services__item__call > .btn.btn-success{
        font-family: 'Roboto-Regular',sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 17px;
        text-align: center;
        color: #333333;
    }
}
.modal-body.my-modal-body.thanks-m{
    bottom: 10px;
}
@media (max-width: 457px) {
    .services__item__call {
        margin-left: 20px;
    }
}
@media (max-width: 430px) {
    .services__item__call {
        margin-left: 15px;
    }
}
@media (max-width: 415px) {
    .services__item__call {
        margin-left: 10px;
    }
}
@media (max-width: 395px) {
    .services__item__call {
        margin-left: 7px;
    }
}
@media (max-width: 375px) {
    .services__item__call {
        margin-left: unset;
    }
}
@media (max-width: 425px){
    .services__item__subtitle{
        overflow-y: hidden;
    }
    .services__item.call_block .subtitle{
        font-size: 16px;
    }
    .services__item.call_block .title{
        font-size: 20px;
    }
    .services__item.call_block .second_subtitle{
        font-size: 10px;
    }
    .services__item.call_block .inputs input::placeholder {
        font-size:12px;
    }
    /*123*/
    .services__item.call_block .inputs input::-webkit-input-placeholder {
        font-size:12px;
    }
    .services__item.call_block .inputs input::-moz-placeholder {
        font-size:12px;
    }
    .services__item.call_block .inputs input::-o-placeholder {
        font-size:12px;
    }
    .services__item.call_block .inputs input::-khtml-placeholder {
        font-size:12px;
    }

    /*123*/
    .services__item.call_block .inputs input{
        width: 145px;
        padding-left: 5px;
        font-size: 11px;
    }
    .services__item.call_block .inputs{
        align-items: flex-start;
        padding-left: 0;
    }
    .modal-body.my-modal-body.my-input-modal input::-webkit-input-placeholder  {
        font-size: 14px;
    }
    .modal-body.my-modal-body.my-input-modal input::placeholder {
        font-size: 14px;
    }

}

/*456*/

.my-modal-butto{
    width: 223px;
    height: 44px;
    left: 550px;
    top: 373px;
    background: #FEC838;
    border-radius: 41px;
    font-family: 'Roboto-Bold',sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.my-f-modal{
    justify-content: flex-start;
    padding-left: 47px;
    border: none;
    padding-top: 0;
}
.my-modal-butto> img{
    width: 20px;
    height: 20px;
    margin-right: 20px;
    margin-bottom: 2px;
}
.masked-call1{
    width: 341px;
    height: 50px;
    left: 548px;
    top: 315px;
    background: #E2E2E2;
    border-radius: 52px;
    border: none;
    /*text-align: center;*/
    padding-left: 30px;
    margin-left: 34px;
    outline: none;
}


.my-modal-content{
    width: 431px;
    height: 172px;
    background: #FFFFFF;
    border-radius: 23px;
}

.my-modal-body{
    padding-top: 0;
    border: none;
    padding-bottom: 0;
}

.my-modal-header{
    border: none;
    padding-bottom: 0;
}

.my-modal-content.thanks-m{
    height: 125px;
}
.my-modal-header.thanks-m span{
    background: #FEC838;
    border-radius: 40px;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    /*padding-bottom: 5px;*/
    color: #DEFFB4;
    /*height: 32px;*/

    display: flex;
    justify-content: center;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 35px;
}
.thanks-m-title{
    width: 103px;
    height: 28px;
    left: 538px;
    top: 307px;
    font-family: 'Roboto-Regular',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 6px;
    padding-left: 37px;
}
.thanks-m-desc{
    width: 211px;
    height: 19px;
    left: 538px;
    top: 341px;
    font-family: 'Roboto-Regular',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #494949;
    padding-left: 37px;
}

.btn.btn-success.my-modal-butto{
    background: #FEC838;
    border: none;
}
.my-modal-body.my-input-modal{
    flex-grow: 0;
    padding-bottom: 3px;
}
.my-modal-body.my-input-modal input::-webkit-input-placeholder{
    font-family: 'Roboto-Regular',sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */

    letter-spacing: 0.055em;

    color: #797979;
}
.my-modal-body.my-input-modal input::placeholder{
    font-family: 'Roboto-Regular',sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */

    letter-spacing: 0.055em;

    color: #797979;
}

@media (max-width: 480px) {
    .my-modal-content.thanks-m {
        width: 80vw;
        margin: 0 auto;
    }

    .my-modal-content.thanks-m input {
        width: 58vw;
    }
    /*.my-input-modal{*/
    /*    margin-left: auto;*/
    /*    margin-right: auto;*/
    /*}*/
    .my-modal-content.my-input-modal{
        width: 90vw;
        margin: 0 auto;
    }
    .my-modal-body.my-input-modal input{
        width: 75vw;
    }
    .modal-body.my-modal-body.my-input-modal{
        margin: unset;
        padding-left: 0px;
    }
    .my-f-modal.my-input-modal{
        padding-left: 31px;
    }
}

.submenu{
    width: 214px;
    height: 172px;
    background: #1B2734;
    opacity: 0.98;
    border-radius: 14px;
    text-align: left;
    padding-left: 20px;
    padding-top: 15px;
}
.submenu a{
    line-height: unset;
}
.last-li-item {
    height: 13px;
    font-family: 'Roboto-Regular',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 106.19%;
    color: #999FB0;
    text-align: left;
    margin-left: 0;
    padding-left: 20px;
    margin-top: 35px;
}

.lang-change-my{
    position: absolute;
    right: 5px;
    top: 5px;
}
.lang-change-my div{
    font-family: 'Roboto-Regular',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #123356;
    background: #EEEEEE;
}

.foot-close-button-t{
    padding: 4px;
    margin-left: 50px;
    font-size: 12px;
    color: #F0FFDE;
    background: #FEC838;
    border-radius: 90px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .foot-close-button-t{
        margin-left: 30px;
    }
}

@media (max-width: 575px) {

    .container.fullscreen .video__button .btn.btn-success.custom-btn{
        font-size: 3.5vw;
    }

    .foot-close-button-t{
        margin: 0;
    }
    .info__call{
        flex-direction: column;
    }
    .call__me__inputs .send-phone.custom-btn{
        padding-bottom: 9px;
    }
    .call__me__inputs .send-phone.custom-btn img{
        margin-top: 1px;
    }
    }

.top{
    position: fixed;
    bottom: 70px;
    right: 20px;
    display:none;
    z-index: 404;
}
.top img{
    width: 45px;
}
.services__item > .services__item__call > button:focus {
    box-shadow: 0 0 0 0.2rem #48b46100 !important;
}

@media (min-width: 475px) {
    .services__item > .services__item__call > button:focus {
        box-shadow: 0 0 0 0.2rem #fec83880 !important;
    }
}
.my-input-modal > .my-modal-content > .my-f-modal > .my-modal-butto:focus{
    color: #333333;
    box-shadow: 0 0 0 0.2rem #fec83880;
}

.my-input-modal > .my-modal-content > .my-f-modal > .my-modal-butto:focus:not(:disabled):not(.disabled):active{
    color: #333333;
    background-color: #FEC838;
    border-color: #FEC838;
}

.video > .container .video__button > .btn.btn-success:focus:not(:disabled):not(.disabled):active{
    color: #333333;
    background-color: #FEC838;
    border-color: #FEC838 !important;
    box-shadow: 0 0 0 0.2rem #fec93980;
}

body > .video > .container.fullscreen {
    max-width: 100%;
    width: 100%;
}


.custom-btn {

    position: relative;

    overflow: hidden;

    transition: ease 0.3s;
}

.custom-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fa4923;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}


.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #ffffff40;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } }

/*последние правки ты только коммитил,не пушил*/

.header__info .lang a img{
    width: 44px;
    height: 44px;
}

.phones div a{
    color: #FFFFFF;
    text-decoration-line: none;
}

.contacts__item.item__phones .phone a{
    color: #FFFFFF;
    text-decoration-line: none;
}

.contacts__item.item__email .email a{
    color: #FFFFFF;
    text-decoration-line: none;
}
