@charset "UTF-8";
@font-face {
    font-family: "Gilroy";
    font-display: swap;
    src: local("☺"), url(/styles/fonts/Gilroy-Regular.woff2) format("woff2"),
        url(/styles/fonts/Gilroy-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy-Bold";
    font-display: swap;
    src: local("☺"), url(/styles/fonts/Gilroy-Bold.woff2) format("woff2"),
        url(/styles/fonts/Gilroy-Bold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy-Heavy";
    font-display: swap;
    src: local("☺"), url(/styles/fonts/Gilroy-Heavy.woff2) format("woff2"),
        url(/styles/fonts/Gilroy-Heavy.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy-Black";
    font-display: swap;
    src: local("☺"), url(/styles/fonts/Gilroy-Black.woff2) format("woff2"),
        url(/styles/fonts/Gilroy-Black.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy-Light";
    font-display: swap;
    src: local("☺"), url(/styles/fonts/Gilroy-Light.woff2) format("woff2"),
        url(/styles/fonts/Gilroy-Light.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy-Semibold";
    font-display: swap;
    src: local("☺"), url(/styles/fonts/Gilroy-Semibold.woff2) format("woff2"),
        url(/styles/fonts/Gilroy-Semibold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy-Extrabold";
    font-display: swap;
    src: local("☺"), url(/styles/fonts/Gilroy-Extrabold.woff2) format("woff2"),
        url(/styles/fonts/Gilroy-Extrabold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy-Medium";
    font-display: swap;
    src: local("☺"), url(/styles/fonts/Gilroy-Medium.woff2) format("woff2"),
        url(/styles/fonts/Gilroy-Medium.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
.opt-body {
    background-color: #fff;
    font-family: "Gilroy", Arial, sans-serif;
    font-size: 14px;
    line-height: normal;
    color: #000000;
    padding: 0;
    margin: 0 auto;
    /*Section-hero*/
    /*Section-send*/
    /*zvonok-modal*/
    /*section-information*/
    /*footer*/
    /*modal*/
    /*mobile*/
}
.opt-body * {
    box-sizing: border-box;
}
.opt-body a {
    text-decoration: none;
}
.opt-body ul,
.opt-body ol {
    list-style: none;
    /* margin-top: 13px;
    text-align: left; */
}
.opt-body .text-center-container {
    margin: 0 auto;
    max-width: 1150px;
    width: 100%;
}
.opt-body input,
.opt-body textarea {
    font-size: 16px;
    line-height: 18px;
    padding: 16px 20px !important;
    border: 1px solid #cbc9c9;
}
.opt-body input:-webkit-input-placeholder,
.opt-body textarea:-webkit-input-placeholder {
    color: var(--black-color);
}
.opt-body input::-moz-placeholder,
.opt-body textarea::-moz-placeholder {
    color: var(--black-color);
}
.opt-body input:-moz-placeholder,
.opt-body textarea:-moz-placeholder {
    color: var(--black-color);
}
.opt-body input:-ms-input-placeholder,
.opt-body textarea:-ms-input-placeholder {
    color: var(--black-color);
}

input[type="submit"] {
    font-size: 22px;
}
.opt-body h1,
.opt-body h2 {
    font-weight: 700;
    font-family: "Gilroy-Bold";
    margin-top: 0;
}
.opt-body .content-container {
    width: 100%;
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
}
@media (max-width: 1279px) {
    .opt-body .content-container {
        max-width: 950px;
    }
}
@media (max-width: 979px) {
    .opt-body .content-container {
        max-width: 750px;
    }
}
@media (max-width: 767px) {
    .opt-body .content-container {
        width: 96%;
    }
}
@media (max-width: 479px) {
    .opt-body .content-container {
        min-width: 300px;
    }
}
.opt-body .columns {
    display: inline-block;
    float: none;
    width: 100%;
}
.opt-body .main-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 55px;
    padding: 15px 24px;
    width: auto;
    height: 55px;
    border-radius: 3px;
    box-shadow: 3px 5px 9px 0 rgba(0, 0, 0, 0.3);
    text-decoration: none;
    text-shadow: none;
    border: none;

    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    background: #ffc600;
    color: #1d2126;
    cursor: pointer;
    transition: 0.4s all;
}
.opt-body .main-btn:hover {
    background: #e7aa00;
    color: #ffffff;
}
.opt-body .title {
    margin: 0 0 30px;
    font-size: 44px;
    line-height: 1.3;
    font-weight: bold;
    padding: 0 15px;
    text-transform: uppercase;
}
.opt-body .header {
    padding: 45px 0 20px;
    background: #ffffff;
}
@media (max-width: 1199px) {
    .opt-body .header {
        height: auto;
    }
}
@media (max-width: 991px) {
    .opt-body .header {
        padding: 18px 0 0;
    }
}
.opt-body .header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .opt-body .header__content {
        flex-direction: column;
        /* gap: 20px;
        margin-bottom: 20px; */
    }
}
.opt-body .logo {
    display: flex;
    align-items: center;
}
@media (max-width: 1549px) {
    .opt-body .logo {
        flex-direction: row;
    }
}
.opt-body .logo p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;

    color: #949697;

    padding: 4px 0;
    margin-bottom: 0;
    margin-left: 25px;
    margin-top: 0;
}
@media (max-width: 767px) {
    .opt-body .logo p {
        margin-left: 18px;
    }
}
.opt-body .logo img {
    max-width: 100px;
}
.opt-body .phone-block .phone {
    font-size: 28px;
    line-height: 30px;
    color: #000000;
    transition: 0.3s all;
}
.opt-body .phone-block .phone:hover {
    color: #e7aa00;
}
@media (max-width: 767px) {
    .opt-body #breadcrumbs-wrap {
        display: flex;
        justify-content: center;
    }
}
.opt-body .breadcrumbs {
    display: flex;
    font-family: inherit;
    font-size: 14px;
    line-height: 14px;
    color: #949697;
    padding-left: 0;
}
.opt-body .breadcrumbs li:not(:first-child) {
    padding-left: 8px;
}
.opt-body .breadcrumbs li a {
    color: #949697;
    padding-right: 5px;
    transition: 0.3s all;
}
.opt-body .breadcrumbs li a:hover {
    color: #e7aa00;
}
.opt-body .section-hero {
    padding-top: 70px;
    padding-bottom: 120px;
}
@media (max-width: 767px) {
    .opt-body .section-hero {
        padding-bottom: 55px;
        padding-top: 32px;
    }
}
.opt-body .section-hero__heading {
    font-size: 65px;
    text-align: center;
    text-transform: uppercase;
    margin: 150px 0 70px 0;
}
@media (max-width: 979px) {
    .opt-body .section-hero__heading {
        font-size: 45px;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .opt-body .section-hero__heading {
        font-size: 26px;
        margin-bottom: 20px;
    }
}
@media (max-width: 479px) {
    .opt-body .section-hero__heading {
        font-size: 22px;
        margin-bottom: 10px;
    }
}
.opt-body .section-hero__description:not(:last-child) {
    line-height: 22px;
    margin-bottom: 20px;
}
.opt-body .section-hero__list {
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 20px;
}
.opt-body .section-hero__item:not(:last-child) {
    margin-bottom: 7px;
}
.opt-body .section-hero__item {
    position: relative;
    padding-left: 28px;
}
.opt-body .section-hero__item::before {
    content: "";
    background-image: url(../images/icon-tick.png);
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
}
.opt-body .section-send {
    background: #f2f2f2;
}
.opt-body .section-send__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10vw;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .opt-body .section-send__container {
        flex-direction: column;
        gap: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
        background: none;
    }
}
.opt-body .section-send__container-img {
    width: 100%;
    max-width: 416px;
}
@media (max-width: 767px) {
    .opt-body .section-send__container-img {
        max-width: 350px;
    }
}
.opt-body .section-send__container-img img {
    width: 100%;
    object-fit: cover;
}
.opt-body .section-send__container-form {
    max-width: 320px;
    width: 100%;
    padding: 50px 0;
}
@media (max-width: 767px) {
    .opt-body .section-send__container-form {
        margin: 0 auto;
        padding: 20px 0;
    }
}
.opt-body .section-send__form-input {
    font-family: "Gilroy";
    font-size: 18px;
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid #cbc9c9;
    max-width: 100%;
    margin: 0 0 10px;
}
.opt-body .section-send__form-textarea {
    font-family: "Gilroy";
    font-size: 18px;
    width: 100%;
    height: 100px;
}
.opt-body .section-send__form-button {
    width: 100%;
    padding: 10px;
    height: 60px;
    min-height: 60px;
    margin-top: 20px;
    font-size: 20px;
    line-height: normal;
    cursor: pointer;
}
.opt-body .order-section {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
}
.opt-body #zvonok-modal {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 45px 0;
    background-image: url("../images/order3-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.opt-body #zvonok-modal .content-container {
    max-width: 980px;
}
@media (max-width: 980px) {
    .opt-body #zvonok-modal .content-container {
        max-width: 760px;
    }
}
@media (max-width: 767px) {
    .opt-body #zvonok-modal .content-container {
        max-width: 96%;
    }
}
@media (max-width: 479px) {
    .opt-body #zvonok-modal .content-container {
        min-width: 300px;
    }
}
.opt-body #zvonok-modal .zvonok-modal__wrap {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #c7c7c7;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.opt-body #zvonok-modal p.modal-title {
    display: inline-block;
    width: 100%;
    font-family: "GothaProBla", Arial, sans-serif;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 50px auto 10px;
    text-align: center;
    letter-spacing: -1px;
    font-weight: 300;
    text-shadow: 0 0 1px #ffffff;
}
@media (max-width: 980px) {
    .opt-body #zvonok-modal p.modal-title {
        margin: 30px auto 10px;
    }
}
@media (max-width: 767px) {
    .opt-body #zvonok-modal p.modal-title {
        margin: 15px 0;
    }
}
@media (max-width: 479px) {
    .opt-body #zvonok-modal p.modal-title {
        margin: 15px 0;
        line-height: 24px;
        font-size: 20px;
    }
}
.opt-body #zvonok-modal #call-modal {
    max-width: 520px;
    width: 100%;
    height: auto;
    display: block;
    margin: 45px auto 0;
}
@media (max-width: 479px) {
    .opt-body #zvonok-modal #call-modal {
        margin: 0 auto;
    }
}
.opt-body #zvonok-modal #call-modal input[type="text"] {
    width: 84%;
    height: 50px;
    font-family: "GothaProReg", Arial, sans-serif;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    margin: 10px auto;
    padding: 0 5%;
    display: block;
    border: 1px solid #cbc9c9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 479px) {
    .opt-body #zvonok-modal #call-modal input[type="text"] {
        width: 100%;
    }
}
.opt-body #zvonok-modal #call-modal .button {
    width: 85%;
    margin: 0 auto 20px;
}
@media (max-width: 479px) {
    .opt-body #zvonok-modal #call-modal .button {
        width: 100%;
    }
}
.opt-body #zvonok-modal #call-modal p {
    text-align: center;
    margin: 0 auto 30px;
}
.opt-body .section-information {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media (max-width: 767px) {
    .opt-body .section-information {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}
.opt-body .section-information__heading {
    font-size: 48px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .opt-body .section-information__heading {
        font-size: 26px;
        margin-bottom: 30px;
    }
}
.opt-body .section-information__description a {
    color: #000;
    text-decoration: underline;
    transition: 0.3s;
}
.opt-body .section-information__description a:hover {
    color: #e7aa00;
}
.opt-body .section-information__description:not(:last-child) {
    margin-bottom: 20px;
}
.opt-body #order-success {
    display: none;
}
.opt-body #order-success-opt {
    display: none;
}
/* .opt-body #footer .content-container {
    max-width: 1170px;
} */
@media (max-width: 980px) {
    .opt-body #footer .content-container {
        max-width: 760px;
    }
}
@media (max-width: 767px) {
    .opt-body #footer .content-container {
        max-width: 96%;
    }
}
@media (max-width: 479px) {
    .opt-body #footer .content-container {
        min-width: 300px;
    }
}
.opt-body #footer {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    background: #ffffff;
}
.opt-body #footer h4,
.opt-body #call-now,
.opt-body #footer #call-free {
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 auto 15px;
}
.opt-body .questions {
    width: 100%;
    font-family: "GothaProBla", Arial, sans-serif;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 50px auto 10px;
    /* text-align: center; */
    letter-spacing: -1px;
}
.opt-body .call-now {
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 auto 15px;
}
.opt-body .bottom-phone {
    font-size: 36px;
    line-height: 38px;
    margin: 55px auto 10px;
}
.opt-body .bottom-phone a {
    color: #000000;
    outline: medium none;
    text-decoration: none;
    transition: 0.3s all;
}
.opt-body .bottom-phone a:hover {
    color: #e7aa00;
}
.opt-body #footer .button {
    width: 280px;
    margin: 0 auto 30px;
}
.opt-body #copyright {
    display: inline-block;
    width: 100%;
    margin: 30px auto 70px;
    font-family: "GothaProLig", Arail, sans-serif;
    text-transform: uppercase;
    text-align: center;
}
.opt-body #copyright .btn-conteiner {
    margin-top: 20px;
}
.opt-body #copyright a:not(.footer__button) {
    display: block;
    width: 100%;
    color: #619000;
    text-decoration: underline;
    cursor: pointer;
    margin: 0 auto 10px;
}
.opt-body #copyright p {
    display: block;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    color: #cbc9c9;
    margin: 0 0 5px;
    padding: 0;
}
.opt-body #copyright p#copy-info {
    margin-top: 40px;
}
.opt-body .modal__form {
    max-width: 412px;
}
.opt-body .modal-title {
    font-family: "GothaProBla", Arial, sans-serif;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-align: center;
}
.opt-body .modal__input {
    width: 100%;
    margin: 10px 0 20px;
}
.opt-body .modal__button {
    width: 100%;
    cursor: pointer;
}
.opt-body #thanks {
    margin-bottom: 20px;
}
.opt-body #success {
    margin-top: -18px;
    display: flex;
}
@media (max-width: 800px) {
    .opt-body .section-questions {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .opt-body .section-questions__form {
        flex-direction: column;
        align-items: center;
    }
    .opt-body .section-questions__form label {
        margin-bottom: 10px;
        max-width: 510px;
        width: 100%;
    }
    .opt-body .section-questions__input {
        max-width: none;
    }
    .opt-body .section-questions__button {
        max-width: 510px;
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    .opt-body {
        /*header*/
    }
    .opt-body .content-container {
        flex-direction: column;
        justify-content: center;
    }
    .opt-body .breadcrumbs {
        margin-bottom: 0;
        margin-top: 0;
        display: none;
    }
}

.btn {
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 22px;
    border: none;
}

@media (max-width:1199px) {
    .footer__number {
        font-size: 23px;
    }
}

.opt-body .consultation .consultation__phone, .opt-body .consultation .consultation__title {
    font-family: "Gilroy";
}

.container-con {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


#consultation {
    position: relative;
  }
  
  #consultation .form-container {
    padding: 55px 25px 55px 55px;
    max-width: 100%;
    margin-bottom: 50px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border: 16px solid #ffc02c;
  }
  
  #consultation .form-container .info-block {
    display: block;
    float: left;
    width: 35%;
    margin: 0 3% 20px 0;
    color: #000101;
    text-align: left;
  }
  
  #consultation .form-container .info-block p {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 25px;
  }
  
  #consultation .form-container .info-block p.questions {
    font-family: "Gilroy-Black", Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  #consultation .form-container .info-block p.call-free {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
  }
  
  #consultation .form-container .info-block .phone {
    display: inline-block;
    font-family: "Gilroy-Bold", Arial, sans-serif;
    font-size: 48px;
    line-height: 30px;
    margin: 0 0 15px;
    letter-spacing: 1px;
    color: black;
  }
  
  #consultation .form-container form {
    display: block;
    float: left;
    width: 62%;
  }
  
  #consultation .form-container form p.info {
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    margin: 45px 0 25px;
}
  
  #consultation .form-container form input[type=text] {
    display: block;
    max-width: 255px;
    height: 50px;
    font-family: Gilroy-Light,Arial,sans-serif;
    font-size: 15px;
    line-height: 30px;
    color: #000101;
    /* margin: 0 auto 10px; */
    padding: 10px 20px 10px 40px;
    margin-right: 15px;
    text-align: left;
    background: #fff;
    background-repeat: no-repeat;
    background-position: 10px center;
    outline: 0;
    border: 1px solid #b5bbc7;
    border-radius: 0;
    /* -webkit-box-sizing: border-box; */
    box-sizing: border-box;
    float: left;
  }
  
  #consultation .form-container form .button {
    max-width: 285px;
    margin: 0 0 20px;
  }

  @media (max-width: 1279px) and (min-width: 980px) {

  #consultation .form-container {
    padding: 25px 15px;
  }
  #consultation .form-container .info-block {
    width: 40%;
  }
  #consultation .form-container .info-block .phone {
    font-size: 44px;
  }
  #consultation .form-container form {
    width: 57%;
  }
  #consultation .form-container form input[type=text] {
    width: 235px;
  }
}

@media (max-width:979px) and (min-width:768px) {

/* #consultation .form-container {
    padding: 25px 15px
} */
#consultation .form-container .info-block {
    width: 52%
}
#consultation .form-container .info-block .phone {
    font-size: 44px
}
#consultation .form-container form {
    width: 45%
}
#consultation .form-container form input[type="text"] {
    max-width: 285px;
    margin: 0 0 10px
}
}

@media (max-width:767px) and (min-width:480px) {

#consultation .form-container {
    padding: 20px
}
#consultation .form-container .info-block {
    float: none;
    width: 100%;
    margin: 0 0 20px
}
#consultation .form-container form {
    float: none;
    width: 100%
}
#consultation .form-container form input[type="text"] {
    float: none;
    max-width: 285px;
    margin: 0 0 10px
}
}


@media (max-width:479px) {

#consultation .form-container {
    padding: 20px
}
#consultation .form-container .info-block {
    float: none;
    width: 100%;
    margin: 0 0 20px
}
#consultation .form-container .info-block .phone {
    font-size: 30px
}
#consultation .form-container .info-block p.call-free {
    font-size: 20px;
    line-height: 25px
}
#consultation .form-container form {
    float: none;
    width: 100%
}
#consultation .form-container form p.info {
    margin: 25px 0
}
#consultation .form-container form input[type="text"] {
    float: none;
    max-width: 285px;
    margin: 0 0 10px
}
}

.button {
    display: block;
    height: 68px;
    font-family: 'Gilroy-Black', Arial, sans-serif;
    font-size: 24px;
    line-height: 26px;
    color: #000;
    padding: 21px 0;
    background: linear-gradient(to bottom, #fff380 0%, #fdbc01 100%);
    text-align: center;
    cursor: pointer;
    outline: none;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .53);
    border-width: 1px 1px 5px;
    border-style: solid;
    border-color: #fed434 #fed434 #c59200;
    -moz-border-radius: 6px 6px 9px 9px;
    -webkit-border-radius: 6px 6px 9px 9px;
    border-radius: 6px 6px 9px 9px;
    -moz-box-shadow: 0 1px #feffbf inset, 0 20px 5px -10px rgba(70, 75, 69, .5);
    -webkit-box-shadow: 0 1px #feffbf inset, 0 20px 5px -10px rgba(70, 75, 69, .5);
    box-shadow: 0 1px #feffbf inset, 0 20px 5px -10px rgba(70, 75, 69, .5);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.button:hover {
    background: #fcbb00;
    -moz-box-shadow: 0 1px #feffbf inset, 0 20px 5px -10px rgba(70, 75, 69, .66);
    -webkit-box-shadow: 0 1px #feffbf inset, 0 20px 5px -10px rgba(70, 75, 69, .66);
    box-shadow: 0 1px #feffbf inset, 0 20px 5px -10px rgba(70, 75, 69, .66)
}


#footer {
    position: relative;
  }
  
  #footer .menu li {
    width: 50%;
    margin: 0 0 5px;
    float: left;
    text-align: left;
  }
  
  #footer .menu li a {
    font-size: 16px;
    line-height: 18px;
    padding: 0;
  }
  
  #footer .menu li a.red {
    color: red;
  }
  
  #footer #copyright {
    margin: 0 0 40px;
  }
  
  #footer #requisites {
    margin: 20px auto 40px;
    text-align: center;
  }
  
  #footer #copyright p {
    font-family: inherit;
    font-size: 16px;
    line-height: 18px;
    color: #7e8182;
    margin: 0 0 5px;
    text-align: center;
  }


  @media (max-width: 979px) and (min-width: 768px) {
    #footer .menu li {
        float: none;
        width: 100%;
        text-align: center;
      }
      #footer .menu li.sep {
        display: none;
      }
  }


  @media (max-width: 767px) and (min-width: 480px) {
  #footer .logo {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  #footer .logo .img-container {
    float: none;
    width: 100%;
    margin: 0 0 5px;
  }
  #footer .logo .img-container img {
    margin: 0 auto;
  }
  #footer .logo p {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #footer .menu {
    display: inline-block;
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  #footer .menu li {
    width: 100%;
    text-align: center;
  }
  #footer .menu li.sep {
    display: none;
  }
  #footer .phone-block {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
}

@media (max-width: 479px){
#footer .logo {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  #footer .logo .img-container {
    float: none;
    width: 100%;
    margin: 0 0 5px;
  }
  #footer .logo .img-container img {
    margin: 0 auto;
  }
  #footer .logo p {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #footer .menu {
    display: inline-block;
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  #footer .menu li {
    width: 100%;
    text-align: center;
  }
  #footer .menu li.sep {
    display: none;
  }
  #footer .phone-block {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
}

.columns {
    display: inline-block;
    float: none;
    width: 100%;
}
.logo {
    display: block;
    float: left;
    /* width: 25%; */
    margin: 10px 2% 20px 0;
}
.logo .img-container {
    display: block;
    float: left;
    /* width: 54%; */
    /* margin: 22px 2% 0 0; */
    pointer-events: none;
}
.logo p {
    display: block;
    float: left;
    /* width: 44%; */
    font-family: inherit;
    font-size: 14px;
    line-height: 18px;
    color: #949697;
    text-align: left;
    padding: 4px 0;
    margin: 15px 0 0;
}
.menu {
    display: block;
    float: left;
    width: 41%;
    margin: 13px 2% 20px;
    list-style: none;
    padding: 0;
}

.phone-block {
    display: block;
    /* float: left; */
    width: auto;
    margin: 15px 0 20px;
    text-align: right;
}

@media (max-width: 767px) {
    .phone-block {
        font-size: 20px;
    }
}

.phone-block a.phone {
    font-family: Gilroy-Bold,Arial,sans-serif;
    font-size: 28px;
    line-height: 30px;
}

/* @media (min-width: 1280px) {
    .opt-body .phone-block .phone{
        font-size: 45px;
    }
} */
/* @media (max-width: 1279px) {
    .opt-body .phone-block .phone{
        font-size: 38px;
    }
} */
@media (max-width: 767px) {
    .opt-body .phone-block .phone{
        font-size: 20px;
    }
}

.breadcrumb-item+.breadcrumb-item::before {

    content: "" !important;
}


