@media (min-width: 1560px) {
    .container {
        max-width: 1440px;
        margin: 0 auto;
        padding-right: unset;
        padding-left: unset
    }
}

@media (max-width: 1559px) {
    .container {
        max-width: 100%;
        padding-left: 55px;
        padding-right: 55px
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 568px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

html, body {
    height: 100%
}

* {
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    /*font-weight: 400;*/
    /*font-style: normal;*/
    line-height: 1.6
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative
}

main {
    flex: 1 0 auto
}

header {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%
}

footer {
    flex: 0 0 auto
}

img {
    width: 100%;
    height: auto;
    display: block
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type='number'] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.scroll-lock {
    overflow-y: hidden
}

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-track {
    background: #DCDCDC
}

body::-webkit-scrollbar-thumb {
    background-color: #252525
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none
}

.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 29px;
    height: 29px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer
}

.custom-checkbox:checked + label::before {
    border-color: gray;
    background-color: gray;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
    border-color: gray
}

.custom-checkbox:not(:disabled):active + label::before {
    background-color: gray;
    border-color: gray
}

.custom-checkbox:disabled + label::before {
    background-color: gray
}

.bar {
    width: 17px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all
}

.bar:last-child {
    margin-bottom: 0
}

.bar1.active {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    -moz-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px)
}

.bar2.active {
    opacity: 0
}

.bar3.active {
    -webkit-transform: rotate(45deg) translate(-5px, -4px);
    -moz-transform: rotate(45deg) translate(-5px, -4px);
    transform: rotate(45deg) translate(-5px, -4px)
}

.breadcrumb-div {
    margin: 10px 0 30px 0
}

.breadcrumb {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin: 0
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 6px
}

.breadcrumb-item a {
    font-size: 14px;
    color: #99a0aa  ;
    text-decoration: none;
    font-style: italic;
}

.breadcrumb-item a.active {
    color: #384b47;
}

.breadcrumb-item.active {
    font-size: 16px;
    color: #000000;
    padding-left: 6px
}

#btn-top {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border: none;
    outline: none;
    background-color: gray;
    color: #fff;
    cursor: pointer;
    padding: 14px;
    border-radius: 4px;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    z-index: -1;
    opacity: 0
}

.nav-ul {
    width: max-content;
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-left: auto
}

.nav-link {
    margin: 0 10px;
    white-space: nowrap;
    list-style: none
}

.nav-link:first-child {
    margin-left: 0
}

.nav-link:last-child {
    margin-right: 0
}

.menu-hidden > .nav-link {
    width: max-content
}

.nav {
    max-width: 1400px
}

.menu-hidden-btn {
    display: none;
    background-color: #fff;
    outline: none;
    border: none;
    cursor: pointer
}

.menu-hidden-btn-active {
    display: block
}

.menu-hidden {
    display: none;
    flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 100;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    padding: 8px;
    -webkit-box-shadow: 0 0 6px 0 rgba(34, 60, 80, 0.16);
    -moz-box-shadow: 0 0 6px 0 rgba(34, 60, 80, 0.16);
    box-shadow: 0 0 6px 0 rgba(34, 60, 80, 0.16)
}

.menu-hidden-opened {
    display: flex;
    width: max-content
}

.white {
    color: #fff
}

.flex {
    display: flex;
    align-items: center
}

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

.text-decoration-none {
    text-decoration: none
}

.header-top {
    background-color: #222831;
    padding: 10px 0
}

.header-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.short-info:not(:last-child) {
    margin-right: 23px
}

.short-info-icon {
    font-size: 15px
}

.short-info-text {
    margin-left: 8px;
    font-size: 14px
}

.short-info {
    color: #fff
}

.short-info span {
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all
}

.short-info:hover span {
    color: #A89255
}

.soc-a {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    background: #FFFFFF;
    color: #222831;
    font-size: 13px;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    box-sizing: border-box
}

.soc-a:hover {
    border: 1px solid #fff;
    background: unset;
    color: #fff
}

.soc-a:last-child {
    margin-right: 0
}

.soc-group {
    margin-left: 38px
}

.language-link {
    font-size: 14px;
    margin-right: 8px;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    color: #fff
}

.language-link:last-child {
    margin-right: 0
}

.language-link.active {
    color: #A89255
}

.language-link:hover {
    color: #A89255
}
.language-choose-icon{
    cursor: pointer;
}

.logo {
    display: flex;
    width: 90px;
}

.header {
    padding: 10px 0;
    /*background: #fff;*/
    /*-webkit-box-shadow: 0 4px 6px 0 rgba(34, 60, 80, 0.16);*/
    /*-moz-box-shadow: 0 4px 6px 0 rgba(34, 60, 80, 0.16);*/
    /*box-shadow: 0 4px 6px 0 rgba(34, 60, 80, 0.16)*/
    background: #384b47;
    box-shadow: 0px 3px 6px rgba(158, 158, 158, 0.21);
    /*filter: drop-shadow(0px 3px 6px rgba(158, 158, 158, 0.21));*/
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nav-link-a {
    color: #fff;
    font-size: 15px;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    font-weight: normal;
}

/*.nav-link-a.active {*/
/*    color: #A89255;*/
/*    text-decoration: underline solid 1px;*/
/*    text-underline-offset: 10px;*/
/*}*/

.nav-link-a:hover {
    color: #DCDCDC;
}


.menu-btn-2 {
    height: 38px;
    width: 40px;
    cursor: pointer;
    border: 2px solid #B5BAC0;
    padding: 3px 5px 0px 5px;
    border-radius: 5px;

}

.menu-btn-2 span, .menu-btn-2 span::before, .menu-btn-2 span::after {
    background: #B5BAC0;
    content: '';
    position: absolute;
    width: 27px;
    height: 2px;
    margin-top: 13px;
    border-radius: 4px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotateY(180deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.menu-btn-2 span::before {
    margin-top: -10px
}

.menu-btn-2 span::after {
    margin-top: 10px
}

.menu-btn-2.active span {
    background: transparent
}

.menu-btn-2.active span::before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-btn-2.active span::after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-btn-2.active {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.section {
    margin-top: 65px;
}

/*.inside {*/
/*    margin-top: 80px*/
/*}*/

.editor {
    font-size: 16px;
    color: #222831
}

.main-title {
    margin-right: auto
}

/*.line {*/
/*    width: 60%;*/
/*    max-width: 157px;*/
/*    height: 3px;*/
/*    border-radius: 50px;*/
/*    background-color: #A89255;*/
/*    margin: 0 auto 12px 0*/
/*}*/

.title {
    margin: 0;
    font-size: 34px;
    color: #252525;
    font-weight: 700;
}

.label {
    font-size: 15px;
    color: #666761
}

.required {
    color: #AA1129
}

.form-group {
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
    position: relative;
}

.form-style {
    outline: none;
    border: none;
    resize: none;
    border-bottom: 1px solid #D1D1D1;
    padding: 10px 0 10px 0;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all
}

.form-style, .form-style::placeholder {
    font-size: 16px;
    color: #222831
}

.form-style:focus {
    border-bottom-color: #384b47;
}

.form-border {
    border-bottom-color: #A89255
}

.form-group-textarea {
    margin-top: 30px
}

textarea {
    min-height: 80px
}

.form-submit {
    display: flex;
    margin: 30px 0 0 auto;
    font-size: 15px;
    color: #9A9B94;
    padding: 10px 25px;
    background-color: #fff;
    outline: none;
    border: 1px solid #9A9B94;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    align-items: center;
}

.form-submit:hover {
    background-color: #384b47;
    color: #fff
}
.new-contact-btn img{
    margin: 10px 0 0 12px;
}

.form-group-first {
    margin-top: 0 !important
}

.footer-logo {
    display: block;
    max-width: 154px
}

.footer__top {
    background-color: #384b47;
    padding: 60px 0
}

.footer-name {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding-left: 20px;
}

.footer-li {
    color: #9F9F9F;
    margin-bottom: 8px;
    list-style-type: none;
}

.footer-li:last-child {
    margin-bottom: 0
}

.footer_link {
    font-size: 14px;
    color: #fff;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all
}

.footer_link:hover {
    color: #fff
}

.footer-list {
    margin: 30px 0 0 0;
    padding-left: 20px
}

.footer-contacts {
    margin-top: 35px
}

.footer-contact-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px
}

.footer-contact-group:last-child {
    margin-bottom: 0
}

.flex-column {
    display: flex;
    flex-direction: column;
    margin-left: 10px
}

.footer-icon {
    color: #fff
}

.footer-contact-link {
    color: #fff;
    text-decoration: none;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    max-width: 200px;
}

.footer-contact-link:hover {
    color: #fff
}

.footer-no-hover:hover {
    color: #9F9F9F
}

.footer-soc {
    display: flex;
    align-items: center;
    margin-top: 27px
}

.footer-soc a {
    width: 33px;
    height: 33px;
    border-radius: 4px;
    background-color: #808080;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 12px;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all
}

.footer-soc a:hover {
    background-color: #403E3E
}

.footer-soc a:last-child {
    margin-right: 0
}

.footer__bottom {
    background-color: #344844;
    padding: 17px 0
}

.footer__bottom div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 14px
}

.link-astudio {
    color: #fff;
    margin-right: 10px
}
.link-astudio:hover{
    color: unset;
    border-bottom: 1px solid white;
}
.pages-margin {
    margin-top: 34px
}

.menu-hidden .nav-link {
    margin: 0 0 8px 0
}

.menu-hidden .nav-link:last-child {
    margin: 0
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 500;
    width: 100%
}

language-group {
    cursor: pointer;
    padding: 0 15px 0 8px;
    border-right: 1px solid #E1DFDF;
    position: relative;
}
.language-group>span {
    /*transform: rotate(272deg) !important;*/
    font-size: 11px;
    font-weight: 900;
    color: #fff;
    /*-webkit-transform: rotate(272deg) !important;;*/
    /*-moz-transform: rotate(272deg);*/
    /*-ms-transform: rotate(272deg);*/
    /*-o-transform: rotate(272deg);*/
    margin-left: 5px;
}
.lang-selected,
.currency>option {
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #fff;
}
.lang-selector {
    display: none;
    top: 60px;
    /*right: 0;*/
    position: absolute;
    z-index: 50;
    margin: 0;
    border-radius: 3px;
    background: #F3F3F3;
    box-shadow: 0px 3px 12px rgba(130, 130, 130, 0.16);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.language-choose {
    display: flex;
    list-style-type: none;
    padding: 8px;
    cursor: pointer;
    align-items: center;
}
.language-choose:not(:last-child) {
    border-bottom: 1px dashed #E1DFDF;
}
.language-choose-link {
    /*text-transform: uppercase;*/
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #333;
    margin-left: 13px;
    text-decoration: none;

}
.language-choose-link:hover {
    /*color: #FF7D00;*/
    text-decoration: none;
}
.language-choose img{
    width: 24px;
    height: 14px;
}

.nav-wrap{
    margin-left: 60px;
}
.language-btn{
    border: none !important;
    background: transparent;
    color: #fff;
    font-size: 14px;
}


 .dropdown-link{
   font-size: 15px;
    display: inline-block;
    padding: 1em 2em;
    text-align: center;
    color: white;
    background: white; /* default color */

    /* "to left" / "to right" - affects initial color */
    background: linear-gradient(to left, #fff 50%, #384b47 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}
.dropdown-link:hover {
    background-position: left;
    color: white;
}


.dropdown-content {
    margin-top: 25px;
}

.address-block{
    display: flex;
    margin-bottom: 70px;
}

.map-block {
    width: 50%;
}

@media (min-width: 1025px) {
    /*.mobile-background {*/
    /*    width: calc(100% - 275px)*/
    /*}*/

    .nav-wrap {
        width: 100%
    }

    .nav {
        display: flex;
        align-items: center
    }

    .nav-ul {
        margin-left: auto
    }

    .nav-ul > .nav-link:nth-child(-n+6).invisible, .menu-hidden > .invisible {
        visibility: visible
    }

    .invisible {
        visibility: hidden
    }

    .languages-mobile {
        display: none
    }

    .menu-wrap {
        display: none
    }

    .nav-link-relative {
        position: relative
    }

    .nav-link-dropdown {
        position: absolute;
        left: 0;
        display: none;
        z-index: 50
    }

    .dropdown-content {
        background: #fff;
        padding: 10px 14px;
        box-sizing: border-box;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        display: flex;
        flex-direction: column
    }

    .dropdown-link::before {
        content: "";
        display: block;
        width: 2px;
        height: 26px;
        background: #384b47;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    .dropdown-link {
        color: #384b47;
        position: relative;
        border-top: 1px solid #E6E6E6;
        padding: 14px 16px 14px 16px
    }

    /*.dropdown-link:hover {*/
    /*    background-color: #384b47;*/
    /*    color: #fff*/
    /*}*/

    .dropdown-link:last-child {
        border-bottom: 1px solid #E6E6E6
    }


}

@media (min-width: 1200px) {
    .mobile-background {
        width: calc(100% - 340px)
    }
}

@media (min-width: 1600px) {
    .mobile-background {
        width: calc(100% - 410px)
    }
}

@media (max-width: 1559px) {
    .breadcrumb-div {
        margin: 10px 0 24px 0
    }

    /*.logo {*/
    /*    max-width: 150px*/
    /*}*/

    .title {
        font-size: 32px
    }

    .section {
        margin-top: 65px
    }

    /*.inside {*/
    /*    margin-top: 83px*/
    /*}*/

    .footer-name {
        font-size: 17px
    }
}

@media (max-width: 1299px) {
    .nav-link-a {
        font-size: 15px;
    }
}



@media (max-width: 1199px) {
    .breadcrumb-div {
        margin: 10px 0 18px 0
    }

    .header-top {
        background-color: #222831;
        padding: 8px 0
    }

    .header {
        padding: 8px 0
    }

    .short-info:not(:last-child) {
        margin-right: 20px
    }

    .soc-group {
        margin-left: 23px
    }

    /*.logo {*/
    /*    max-width: 150px*/
    /*}*/

    .nav-link {
        margin: 0 6px
    }

    .nav-link-a {
        font-size: 15px
    }

    .dropdown-link {
        padding: 12px 14px 12px 14px;
        font-size: 15px
    }

    .title {
        font-size: 28px
    }

    .line {
        margin: 0 auto 10px 0
    }
    .nav-ul{
        margin-right: 60px;
    }

}

@media (max-width: 1024px) {
    .breadcrumb-div {
        margin: 70px 0 12px 0
    }
    .dropdown-content{
        margin-top: 0;
    }

    /*.breadcrumb-div nav {*/
    /*    display: none*/
    /*}*/

    .header-top-left {
        width: 100%
    }
    .logo{
        width: 72px;
    }

    .soc-group {
        margin-left: auto
    }

    .nav-link-relative {
        width: 100%
    }

    .nav-ul {
        width: 100%;
        flex-direction: column;
        align-items: flex-end;
        margin: 30px 0 0 0
    }

    .nav-link {
        text-align: right;
        margin: 0;
        /*border-bottom: 1px solid #DCDCDC;*/
        padding: 12px 0
    }

    /*.nav-link{*/
    /*    padding: 0 !important;*/
    /*}*/

    .nav-link-a {
        color: #222831;
    }

    .nav-link:first-child {
        padding-top: 0
    }

    .nav-link:last-child {
        padding-bottom: 0;
        border-bottom: none
    }

    .languages {
        display: none
    }

    .soc-group {
        margin-left: auto
    }

    header {
        position: fixed;
        z-index: 100;
        width: 100%;
        -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2)
    }

    .header {
        position: relative
    }

    /*.logo {*/
    /*    max-height: 45px*/
    /*}*/

    /*main {*/
    /*    padding-top: 38px !important;*/
    /*}*/

    .nav-wrap {
        margin-left: auto;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        background: #fff;
        padding: 30px;
        box-sizing: border-box;
        transform: translateX(100%);
        transition: 0.8s all;
        -webkit-transition: 0.8s all;
        -moz-transition: 0.8s all;
        overflow-y: auto
    }

    .mobile-background {
        position: absolute;
        right: 0;
        top: 62px;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: calc(100vh - 99px);
        transition: 0.6s all;
        -webkit-transition: 0.6s all;
        -moz-transition: 0.6s all;
        visibility: hidden;
        opacity: 0
    }

    .mobile-background-active {
        visibility: visible;
        opacity: 1
    }

    .mobile-background-active > .nav-wrap {
        transform: translateX(0)
    }

    .languages-mobile, .nav {
        width: 100%
    }

    .languages-mobile {
        display: flex;
        justify-content: flex-end
    }

    .language-link {
        font-size: 17px;
        color: #222831;
        border-right: solid 1px;
        padding-right: 8px
    }

    .language-link:last-child {
        padding-right: 0;
        border-right: none
    }
    .language-group{
        position: absolute;
        right: 100px;

    }

    .nav-link-a {
        font-size: 17px
    }

    .nav-link-dropdown {
        display: block !important;
        height: max-content !important
    }

    .dropdown-content {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 18px 0 0 20px;
    }

    .dropdown-link {
        padding: 0 0 18px 0;
        font-size: 15px;
        color: #222831;
        white-space: break-spaces;
    }

    /*.dropdown-link:hover {*/
    /*    color: #384b47*/
    /*}*/

    .dropdown-link:last-child {
        padding: 0
    }

    .section {
        margin-top: 45px
    }

    /*.inside {*/
    /*    margin-top: 41px*/
    /*}*/

    .title {
        font-size: 26px
    }

    .line {
        margin: 25px auto 10px 0;
    }

    .form-submit {
        margin: 30px auto auto auto
    }

    .footer__top {
        padding: 40px 0
    }

    .footer__top > div > div > div:nth-child(-n+2) {
        margin-bottom: 35px
    }

    .footer-list {
        margin: 20px 0 0 0
    }

    .footer-contacts {
        margin-top: 30px
    }

    .footer-soc {
        margin-top: 30px
    }

    .pages-margin {
        margin-top: 30px
    }
    .lang-selector {
        top: 35px;
    }
    .dropdown-link{
        font-size: 15px;
        display: inline-block;
        /*padding: 1em 2em;*/
        text-align: center;
        color: #384b47;
        background: #fff;
    }
    .dropdown-link:hover{
        color: #384b47;
    }


}

@media (max-width: 768px) {
    .header-top {
        display: none
    }

    .mobile-background {
        height: calc(100vh - 61px)
    }
    readcrumb-div nav{
        margin-top: 70px;
    }
}

@media (max-width: 767px) {
    .title {
        font-size: 24px
    }

    .form-group {
        margin-top: 30px
    }

    .form-submit {
        margin: 30px auto auto auto;
        padding: 14px 70px
    }

    .footer__bottom div {
        flex-direction: column;
        align-items: flex-start
    }

    .footer__bottom div div {
        display: flex;
        flex-direction: row;
        margin-top: 8px
    }

    /*main {*/
    /*    padding-top: 65px !important;*/
    /*}*/

    .pages-margin {
        margin-top: 20px;
    }
    .news {
        margin-top: 285px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-div {
        margin: 70px 0 20px 0;
    }

    /*main {*/
    /*    padding-top: 38px !important;*/
    /*}*/

    .title {
        font-size: 22px
    }

    .mobile-background {
        top: 62px;
        height: calc(100vh - 53px)
    }

    .nav-wrap {
        width: 100%;
        padding: 15px
    }

    .nav-link-a {
        font-size: 16px
    }

    .dropdown-content {
        padding: 18px 14px 0 20px
    }

    /*.logo {*/
    /*    max-width: 205px*/
    /*}*/

    .editor {
        font-size: 15px
    }

    /*.section {*/
    /*    margin-top: 400px;*/
    /*}*/

    /*.inside {*/
    /*    margin-top: 83px*/
    /*}*/

    .form-group {
        margin-top: 16px
    }

    .form-submit {
        margin: 20px auto auto auto;
        padding: 12px 50px
    }

    .footer__top > div > div > div {
        margin-bottom: 20px !important
    }

    .footer__top > div > div > div:last-child {
        margin-bottom: 0 !important
    }

    .footer__top {
        padding: 20px 0
    }

    .footer-soc {
        margin-top: 16px
    }

    .footer-contacts {
        margin-top: 16px
    }

    .footer-list {
        margin: 12px 0 0 0
    }

    .footer-soc a {
        margin-right: 8px
    }

    .footer__bottom div {
        font-size: 13px
    }

    .pages-margin {
        margin-top: 14px
    }

    .line {
        max-width: 85px;
    }

    .footer__top > div > div > div {
        padding-left: 0;
        padding-right: 0;
    }
    .news {
        margin-top: 300px;
    }
    .language-group>span {
        transform: rotate(272deg) !important;
        font-size: 11px;
        font-weight: 900;
        color: #fff;
        -webkit-transform: rotate(272deg) !important;;
        -moz-transform: rotate(272deg);
        -ms-transform: rotate(272deg);
        -o-transform: rotate(272deg);
        margin-left: 5px;
    }


}

@media (max-width: 375px) {
    .editor {
        font-size: 14px
    }

    .form-submit {
        /*width: 100%;*/
        justify-content: center
    }

    .footer-logo {
        display: block;
        max-width: 154px
    }

    .footer-name {
        font-size: 16px
    }

    .footer_link {
        font-size: 15px
    }

    .footer-contact-link {
        font-size: 15px
    }
    .news{
        margin-top: 350px;
    }
}

@media (max-width: 374px) {
    .title {
        font-size: 18px
    }
}
