html,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #151C73;
    font-weight: 400;
    overflow-x: hidden;
}

h1 {
    font-weight: 600;
    font-size: 38px;
    line-height: 55px;
    color: #151C73;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #151C73;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.podzagolovok {
    font-size: 25px;
    line-height: 22px;
    font-weight: 700;
    color: #151C73;
}

.first-line {
    padding-top: 15px;
    padding-bottom: 15px;
}

.img-header {
    width: 100%;
}

.text-header {
    text-align: center;
}

.phone-header,
.mail-header {
    position: relative;
    color: #2196f3;
    margin-left: 25px;
    font-weight: 600;
    margin-right: 25px;
    font-size: 16px;
}

.contasts-header {
    padding-left: 0px;
    padding-right: 0px;
}

.answerCall {
    margin-bottom: 10px;
}

.mail-header::before {
    Width: 25px;
    content: "\f0e0";
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    left: -25px;
    font-size: 15px;
}

.phone-header::before {
    bottom: -5px;
    transform: rotate(100deg);
    Width: 25px;
    content: "\f095";
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    left: -30px;
    font-size: 15px;
}

.button-site {
    cursor: pointer;
    margin-left: auto;
    width: 220px;
    height: 55px;
    /* width:fit-content;
  width: -moz-fit-content;    
  width: -webkit-fit-content;  */
    background-color: #2196f3;
    border: #fff;
    border-radius: 10px;
    padding: 16px 20px 15px 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0px 4px 16px rgba(33, 150, 243, 0.5);
    transition-duration: .5s;
}

button:focus {
    outline: 0 !important;
}

.button-site:hover {
    background-color: #1289E7;
}

.button-site:active {
    background-color: #0D80DB;
}

.purple-blue {
    background: linear-gradient(270deg, #56E6FF 0%, #9411DF 100%), #2F075D;
}

.blue-purple {
    background: linear-gradient(270deg, #9411DF 0%, #56E6FF 100%), #2F075D;
}

.form-call-back .form-control {
    height: 55px;
}

.container_menu {
    display: flex;
    justify-content: start;
    align-items: baseline;
}

.top-menu-logik {
    width: 50%;
    display: flex;
    justify-content: space-around;
}

.top-menu-logik li {
    list-style-type: none;
    padding: 30px 15px;
}

.top-menu-logik a {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
}

.submenu {
    display: none;
    position: absolute;
    margin-top: 30px;
    margin-left: -15px;
    padding: 15px 20px;
    background-color: #7604B7;
    z-index: 999;
}

.top-menu-logik li:hover {
    background-color: #7604B7;
}

.top-menu-logik li:hover > .submenu {
    display: block;
}

.submenu li {
    padding: 5px 0;
}

.block-top-form {
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-image: url('img/background-top.jpg');
}

.block-top-form:before {
    position: absolute;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, rgb(20, 3, 61) 0%, rgba(40, 14, 87, 0.29) 71%, rgba(59, 25, 113, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(20, 3, 61) 0%, rgba(40, 14, 87, 0.29) 71%, rgba(59, 25, 113, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(20, 3, 61) 0%, rgba(40, 14, 87, 0.29) 71%, rgba(59, 25, 113, 0) 100%);
}

.call-back-maket {
    width: 90%;
    margin: auto;
    margin-bottom: 85px;
}

.block-top-form h1,
h2,
li {
    color: #fff;
}

.block-top-form h1 {
    font-size: 38px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.31;
    margin-top: 100px;
}

.block-top-form h2 {
    font-weight: 500;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.222;
    margin-top: 50px;
}

.block-top-form ul {
    margin-top: 60px;
    margin-bottom: 100px;
}

.block-top-form li {
    font-size: 22px;
    margin-bottom: 30px;
    padding-left: 20px;
}

.li-1::marker {
    content: "\f885";
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    color: #2196f3;
    margin-right: 15px;
}

.li-2::marker {
    content: "\f783";
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    color: #2196f3;
    margin-right: 15px;
}

.li-3::marker {
    content: "\f651";
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    color: #2196f3;
    margin-right: 15px;
}

.li-4::marker {
    content: "\f46d";
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    color: #2196f3;
    margin-right: 15px;
}

.form-call-back {
    color: #fff;
    margin-top: 100px;
}

span.title-form {
    margin-bottom: 40px;
    font-size: 16px;
}

.form-control {
    border-radius: 10px;
    background-color: rgb(239 239 239 / 8%);
}

.wrap-form {
    padding: 60px 60px 0 60px;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(187, 54, 231);
    border-radius: 10px;
    background-color: rgb(255 255 255 / 12%);
    box-shadow: 1px 3px 19.95px 1.05px rgb(255 255 255 / 37%);
}

.text-before-input {
    font-size: 15px;
    margin-left: 10px;
}

.input-top-form {
    margin-top: 30px;
    Margin-bottom: 40px;
}

.spisok-preimushestv span {
    font-weight: 700;
}

/*Блок преимуществ*/
.advantages-block span {
    color: #fff;
    font-size: 16px;
}

.advantages-block .col-md-3 {
    display: flex;
    padding: 30px 0 30px 0;
    justify-content: center;
}


.span-1:before {
    content: "\f135";
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    color: #fff;
    left: 30px;
    font-size: 35px;
    bottom: 40px;
}

.span-2:before {
    content: "\f0c0";
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    color: #fff;
    /* margin-right: 15px; */
    left: 30px;
    font-size: 35px;
    bottom: 40px;
}

.span-3:before {
    content: "\f571";
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    color: #fff;
    left: 30px;
    font-size: 35px;
    bottom: 40px;
}

.span-4:before {
    content: "\f555";
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    color: #fff;
    left: 30px;
    font-size: 35px;
    bottom: 40px;
}

/*Блок с нашими работами*/
.our-works-block {
    padding-bottom: 30px;
    background-color: #f0f2fd;
}

.our-works-block img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.block-text-our-work {
    padding: 20px 5px;
    margin-bottom: 40px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.our-works-block img:hover .block-text-our-work {
    box-shadow: 0px 7px 19.95px 1.05px rgba(5, 19, 55, 0.15);
}

.block-text-our-work:hover {
    box-shadow: 0px 7px 19.95px 1.05px rgba(5, 19, 55, 0.15);
}

.our-works-block img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.our-works-block h2 {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
    color: #151c73;
}

.our-work-button {
    width: 100%;
    margin-top: 30px;
}

.see-more-button {
    width: 220px;
    margin: auto;
    background-color: #9312df;
    transition: 0.4s;

}

.see-more-button:hover {
    background-color: rgba(71, 7, 114, 1);
}

.our-work-block {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.our-works-block .container {
    padding-left: 0;
    padding-right: 0;
}

.title-text-our-work {
    text-align: center;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(173, 175, 199);
    line-height: 1.6;
    margin-bottom: 25px;
}

.name-our-work {
    font-family: 'Open Sans', sans-serif;
    color: rgb(21, 28, 115);
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
    min-height: 75px;
}

.time-price {
    font-weight: 600;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(21, 28, 115);
    line-height: 1.6;
    text-align: right;
    width: 50%;
}

.name-price {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(158, 160, 185);
    line-height: 1.6;
    text-align: left;
    width: 50%;
}

.price-and-time {
    padding: 0 20px 0 20px;
    flex-wrap: wrap;
    display: flex;
}

.block-form-price-project input {
    height: 55px;
}

.block-form-price-project a {
    text-decoration: underline;
}

.block-form-price-project {
    padding-left: 90px !important;
    padding-right: 90px !important;
    box-shadow: 0px 7px 19.95px 1.05px rgba(5, 19, 55, 0.15);
    margin-bottom: 90px;
}

/*Форма стоимости проекта*/
.block-form-price-project {
    margin-top: 75px;
    background-color: #fff;
    padding: 0 90px 0 90px;
}

.button-price-project {
    width: 100%;
}

.block-form-price-project .col-md-12 {
    font-size: 13px;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;
}

.block-form-price-project .text-before-input {
    font-size: 13px;
    margin-left: 20px;
    font-weight: 500;
}

/*Аккордеоны*/
.accordion {
    border-radius: 10px;
    position: relative;
    background-color: #233478;
    color: #fff;
    cursor: pointer;
    padding: 18px 40px 22px 40px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.73;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 20px;
    border-color: #313dcb;
}

.active,
.accordion:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.color-1 {
    background-color: #1e4783 !important;
}

.color-2 {
    background-color: #233478 !important;
}

.color-3 {
    background-color: #2f075d !important;
}


.workstep-context .color-1 {
    background-color: #5f1f80 !important;
}

.workstep-context .color-2 {
    background-color: #6b2377 !important;
}

.workstep-context .color-3 {
    background-color: #5c0730 !important;
}


.panel {
    padding: 0 40px;
    background-color: #1e4783;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    text-align: left;

}

.panel p {
    border-top: solid 1px #fff;
    padding-top: 20px;
}

.accordion:before {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    display: inline-block;
    font-size: 25px;
    position: absolute;
    font-weight: 700;
    right: 40px;
    transition: 0.2s ease-out;
    transform: rotate(180deg);
}

.active:before {
    transform: rotate(360deg);
}

.creating-site h2 {
    padding-top: 50px;
    text-align: center;
    color: #2F075D;
}

.title_creating-site {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    padding: 0 140px 0 140px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    font-weight: 500;
}

.creating-site .container {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 8px;
}


/*Аккордеоны faq*/

.color-faq {
    background-color: #2196f3 !important;
    box-shadow: 0px 4px 16px rgb(33 150 243 / 50%);
    /*       padding: 10px 20px 10px 20px;*/
    /*      top: 7px;*/
}

.workstep-context .color-faq {
    background-color: #5f1f80 !important;
}

.panelfaq {
    padding: 0 40px;
    background-color: #1e4783;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    text-align: left;

}

.panelfaq p {
    border-top: solid 1px #fff;
    padding-top: 20px;
}


/*Стоимость работ*/
.container-fluid.block-price-our-works {
    margin-top: 50px;
}

.container-fluid-pb50 {
    padding-bottom: 50px;
}

.block-price-our-works .container {
    padding-left: 0px;
    padding-right: 0px;
}

.our-work-1 {
    background-image: url(img/our-work-1.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position-x: center;
}

.our-work-2 {
    background-image: url(img/our-work-2.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position-x: center;
}

.our-work-3 {
    background-image: url(img/our-work-3.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position-x: center;
}

.our-work-4 {
    background-image: url(img/our-work-4.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position-x: center;
}

.block-price-our-work {
    border-radius: 10px;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin-top: 30px;
    padding: 100px 80px 80px 80px;
}

.our-work-5 {
    background-image: url(img/our-work-5.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position-x: center;
}

.our-work-6 {
    background-image: url(img/our-work-6.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position-x: center;
}

.our-work-7 {
    background-image: url(img/our-work-7.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position-x: center;
}

.our-work-8 {
    background-image: url(img/our-work-8.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position-x: center;
}

.our-work-9 {
    background-image: url(img/our-work-9.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position-x: center;
}

.our-work-10 {
    background-image: url(img/our-work-10.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position-x: center;
}

.our-work-5:before {
    background-color: #00176894 !important;
}

.our-work-6:before {
    background-color: #00176894 !important;
}

.our-work-7:before {
    background-color: #00176894 !important;
}

.our-work-8:before {
    background-color: #00176894 !important;
}

.block-price-our-work:before {
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    background-color: #00176894;
}

.elements-block-price-our-work {
    position: relative;
}

.block-website-promotion.container {
    padding-left: 0;
    padding-right: 0;
}

.name-work {
    margin-bottom: 20px;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    min-height: 60px;
}

.name-work a {
    color: #fff;
}

.price-work {
    border-radius: 6px;
    padding: 5px 0 5px 0;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.091;
    text-align: center;
    width: 40%;
    margin: auto;
    background-color: #ac04f76e;
    box-shadow: 1px 3px 19.95px 1.05px rgb(16 15 16 / 94%);
}

.vacancy-card .price-work {
    padding: 10px 0;
    width: 60%;
}

.elements-block-price-our-work li {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.333;
    text-align: initial;
    list-style-type: none;
    text-indent: 30px;
}

.elements-block-price-our-work ul {
    min-height: 130px;
    margin-top: 40px;
}

.elements-block-price-our-work li:before {
    color: #2196f3;
    content: " \f0a3 ";
    padding-right: 15px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
}

.data-work {
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 40px;
}

.data-work span:first-child {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.6;
}

.data-work span:last-child {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.6;
}

.button-price-our-work {
    width: 50%;
    margin: auto;
}

.block-website-promotion h2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #2F075D;
}

.block-website-promotion h3 {
    text-align: center;
    padding: 0 170px 0 170px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 30px;
}

/*Директор блок*/
.block-director {
    background-position-x: center;
    padding: 20px 0 0 0 !important;
    background-image: url('img/director-bg.png');
    background-size: cover;
}

.block-director-context {
    background-position-x: center;
    padding: 20px 0 0 0 !important;
    background-image: url('img/director-bg-context.png');
    background-size: cover;
}

.block-director-develop {
    background-position-x: center;
    padding: 20px 0 0 0 !important;
    background-image: url('img/director-bg-develop.png');
    background-size: cover;
}

.block-director-promo {
    background-position-x: center;
    padding: 20px 0 0 0 !important;
    background-image: url('img/director-bg-promo.png');
    background-size: cover;
}

.bg-director {
    width: 100%;
}

.quote-block span {
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    margin-right: 10px;
}

/* .quote-block:before {
    width:58px;
    height:61px;
    content:"";
    background-image: url('img/quote_img.png');
    position: absolute;
} */
q {
    font-size: 45px;
    font-family: Opensans, serif;
    /* Шрифт с засечками */
    color: #2196f3;
    /* Синий цвет текста */
    quotes: "\201c""\201d";
    /* Кавычки в виде двойных угловых скобок */
}

.director-title {
    margin-top: 30px;
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(33, 150, 243);
    font-weight: bold;
    line-height: 1;
}

.name-director {
    margin-top: 30px;
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.006;
}

.block-director .col-md-7 {
    margin-top: 80px;
}

.qutoe-text {
    font-size: 25px;
    color: rgb(33, 150, 243);
    margin-right: 10px;
}

/* Подарок блок */
.block-gift h2 {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
    color: #151c73;
}

.block-gift {
    position: relative;
    margin-top: 150px;
    box-shadow: 0px 7px 19.95px 1.05px rgba(5, 19, 55, 0.15);
}

.block-gift:before {
    bottom: 170px;
    background-image: url('img/gift.png');
    width: 290px;
    position: absolute;
    left: -110px;
    content: "";
    display: block;
    height: 290px;
}

.cont-block-1 {
    background-image: url(img/cont-img-1.jpeg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position-x: center;
}

.cont-block-2 {
    background-image: url(img/cont-img-2.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position-x: center;
}

.cont-block-3 {
    background-image: url(img/cont-img-3.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position-x: center;
}

.cont-block-4 {
    background-image: url(img/cont-img-4.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position-x: center;
}

.cont-block:before {
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    background-color: #582d6ed9;
}

.block-website-promotion.block-contextual-advertising.container {
    margin-bottom: 100px;
}

/* Блок сотрудников */
.block-staff {
    padding-bottom: 20px;
    background-color: #f0f2fd;
}

.worker div:nth-child(6n+6) {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.worker div:nth-child(6n+7) {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.worker div:nth-child(1) {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.block-staff h2 {
    padding-top: 100px;
    text-align: center;
    margin-top: 30px;
    color: #2F075D;
    margin-bottom: 30px;
}

.block-staff-about h2 {
    text-align: center;
    margin-top: 0;
    color: #2F075D;
    margin-bottom: 30px;
}

.block-staff h3 {
    text-align: center;
    padding: 0 170px 0 170px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 8rem;
}

.text-block {
    padding: 50px 0;
}

.text-block h2 {
    padding-top: 30px;
    text-align: center;
    color: #2F075D;
    margin-bottom: 30px;
}

.worker {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    ;
    grid-template-columns: repeat(6, 1fr);
    ;
}

.worker-1 {
    background-image: url(img/01.png);
}

.worker-2 {
    background-image: url(img/02.png);
}

.worker-3 {
    background-image: url(img/03.png);
}

.worker-4 {
    background-image: url(img/04.png);
}

.worker-5 {
    background-image: url(img/05.png);
}

.worker-6 {
    background-image: url(img/06.png);
}

.worker-7 {
    background-image: url(img/07.png);
}

.worker-8 {
    background-image: url(img/08.png);
}

.worker-9 {
    background-image: url(img/09.png);
}

.worker-10 {
    background-image: url(img/10.png);
}

.worker-11 {
    background-image: url(img/11.png);
}

.worker-12 {
    background-image: url(img/12.png);
}

.worker-13 {
    background-image: url(img/13.png);
}

.worker-14 {
    background-image: url(img/14.png);
}

.worker-15 {
    background-image: url(img/15.png);
}

.worker-16 {
    background-image: url(img/16.png);
}

.worker-17 {
    background-image: url(img/17.png);
}

.worker-18 {
    background-image: url(img/18.png);
}

.worker-19 {
    background-image: url(img/19.png);
}

.worker-20 {
    background-image: url(img/20.png);
}

.worker-21 {
    background-image: url(img/21.png);
}

.worker-22 {
    background-image: url(img/22.png);
}

.worker-23 {
    background-image: url(img/23.png);
}

.worker-24 {
    background-image: url(img/24.png);
}

.worker-25 {
    background-image: url(img/25.png);
}

.worker-26 {
    background-image: url(img/26.png);
}

.worker-27 {
    background-image: url(img/27.png);
}

.worker-28 {
    background-image: url(img/28.png);
}

.worker-29 {
    background-image: url(img/29.png);
}

.block-our-excellence .title_creating-site {
    margin-bottom: 130px;
}

.worker-block {
    background-position-x: center;
    width: 100%;
    height: 200px;
    background-size: cover;
    position: relative;
}

.position-worker p {
    color: #fff;
    margin-top: 20%;
    margin-left: 20%;
    font-size: 18px;
    padding-right: 20px;
}

.leadership-color {
    background: #2160dd;
}

.seo-color {
    background: rgba(2, 9, 100, 1);
}

.reworking-color {
    background: rgba(71, 7, 114, 1);
}

.context-color {
    background: rgba(166, 52, 242, 1);
}

.blue:before {
    background: #2160ddbe;
    background: #2160ddde;
}

.dark-blue:before {
    background: rgba(2, 9, 100, 0.7);
    background: rgba(2, 9, 100, 0.7);
}

.purple:before {
    background: rgba(71, 7, 114, 0.7);
    background: rgba(71, 7, 114, 0.7);
}

.worker-block:before {
    content: '';
    width: 100%;
    height: 1%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.worker-block img {
    object-fit: cover;
    display: block;
    width: 100%;
    /* ширина картинки */
    height: 100%;
    /* высота картинки */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.worker-block .caption {
    width: 100%;
    padding: 20px;
    color: #fff;
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: 3;
    text-align: center;
}

.worker-block .caption span {
    visibility: hidden;
    display: block;
    opacity: 0;
    position: relative;
    top: 100px;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.worker-block .caption .name-worker {
    text-align: left;
    line-height: 2;
    font-weight: normal;
    font-size: 16px;
}

.worker-block .caption .position-work {
    line-height: 1.2;
    margin-top: 5px;
    font-size: 11px;
    text-align: left;
}

.worker-block:focus:before,
.worker-block:focus span,
.worker-block:hover:before,
.worker-block:hover span {
    visibility: visible;
    opacity: 1;
}

.worker-block:focus:before,
.worker-block:hover:before {
    height: 100%;
    top: 0;
}

.worker-block:focus span,
.worker-block:hover span {
    top: 0;
}

.worker-block:focus .title,
.worker-block:hover .title {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.worker-block:focus .info,
.worker-block:hover .info {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.site-plan h2 {
    margin-bottom: 30px;
    padding-top: 50px;
}

.container.block-form-price-project.site-plan {
    box-shadow: 0px 7px 19.95px 1.05px rgb(5 19 55 / 15%);
}

/* Наши преимущества */
.block-our-excellence {
    position: relative;
    padding-top: 50px;
    overflow-y: hidden;
}

.block-our-excellence:after {
    content: "";
    position: absolute;
    background-image: url('img/vector-right.png');
    width: 406px;
    height: 866px;
    top: -10%;
    right: 0;
    z-index: -1;
}

.block-our-excellence:before {
    content: "";
    position: absolute;
    background-image: url('img/vector-left.png');
    width: 406px;
    height: 866px;
    bottom: -30%;
    left: 0;
}

.block-our-excellence h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #2F075D;
}

.block-our-excellence h3 {
    text-align: center;
    padding: 0 170px 0 170px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 8rem;
}

.our-excellence {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    padding: 50px;
    background-color: #f0f2fd;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 100px;
}

.title-our-exellence p {
    margin-top: 50px;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(14, 83, 218);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.text-our-exellence p {
    font-size: 13px;
    color: rgb(9, 36, 89);
    line-height: 1.6;
    text-align: center;
    min-height: 1px;
    font-weight: 600;
    margin-bottom: 50px;
}

.button-our-exellence {
    margin: auto;
    width: 80%;
}

.purple-blue-circle {
    display: flex;
    justify-content: center;
    background: linear-gradient(270deg, #56E6FF 0%, #9411DF 100%), #2F075D;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    position: absolute;
    top: -12%;
}

.purple-blue-circle.xp:before {
    content: "";
    position: absolute;
    background-image: url(img/ludi.png);
    width: 34px;
    height: 35px;
    bottom: 36%;

}

.purple-blue-circle.capability:before {
    content: "";
    position: absolute;
    background-image: url(img/file.png);
    width: 30px;
    height: 35px;
    bottom: 35%;

}

.purple-blue-circle.trust:before {
    content: "";
    position: absolute;
    background-image: url(img/usl.png);
    width: 35px;
    height: 35px;
    bottom: 32%;

}

.purple-blue-circle.calendar:before {
    content: "";
    position: absolute;
    background-image: url(img/uslugi.png);
    width: 30px;
    height: 35px;
    bottom: 35%;

}

.purple-blue-circle.our-team:before {
    content: "";
    position: absolute;
    background-image: url(img/rost.png);
    width: 35px;
    height: 35px;
    bottom: 36%;

}

.purple-blue-circle.garanty:before {
    content: "";
    position: absolute;
    background-image: url(img/inov.png);
    width: 36px;
    height: 37px;
    bottom: 33%;

}

/* Отзывы */
.reviews-block {
    padding-top: 50px;
    background-color: #dad9ee;
    padding-bottom: 50px;

}

.reviews-block h2 {
    text-align: center;
    margin-top: 50px;
    color: #2F075D;
    margin-bottom: 50px;
}

.review-block {
    margin-left: 20px;
    margin-right: 20px;
    background-color: #f0f2fd;
    padding: 30px;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 50px;
    border-radius: 10px;
}

.review-block img {
    border-radius: 50%;
    height: 80px;
    object-fit: cover;
}

.review-text:before {
    left: 30px;
    width: 58px;
    content: "";
    position: absolute;
    background-image: url(img/quote_img.png);
    height: 51px;
}

.review-text {
    padding-right: 20px;
    padding-left: 30px;
    padding-top: 40px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(9, 36, 89);
    line-height: 1.467;
    text-align: left;
    margin-bottom: 30px;
    min-height: 180px;
}

.review-name,
.dolgnosty {
    padding: 0;
}

.reviews-block .container {
    padding-left: 0;
    padding-right: 0;
}

.review-name {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(9, 36, 89);
    font-weight: bold;
    line-height: 1.467;
    text-align: left;
}

.dolgnosty {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: rgba(9, 36, 89, 0.78);
    line-height: 1.333;
    text-align: left;
}

.button-review {
    width: 70%;
    margin: auto;
    margin-top: 30px;
}

.review-block .text-center {
    padding: 0;
}

.review-block .col-8 {
    padding: 0;
}

.block-form-price-project,
.our-excellence {
    border-radius: 10px;
}

.block-our-excellence .container {
    padding-left: 0;
    padding-right: 0;
}

/* footer */

.footer-block {
    background-color: #032743;
    border-bottom: solid 1px #174365;
}

.info-block {
    padding-top: 30px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-gap: 1vw;
    padding-bottom: 30px;
}

.info-block span {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(225, 225, 225);
    line-height: 1.333;
    text-align: left;
}

.text-footer {
    display: flex;
}

.text-footer span {
    text-align: right !important;
}

.mail-footer {
    position: relative;
    margin-left: 50px;
}

.number-footer {
    position: relative;
    margin-left: 15px;
}

.number-mail-block {
    display: flex;
    flex-wrap: wrap;
}

.number-mail-block span {
    width: 100%;
}

.logo-footer img {
    width: 100%;
}

.secon-col {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #032743;
    border-bottom: solid 1px #174365;
}

.link-footer {
    color: rgb(201, 201, 201);
    Padding-left: 14px;
    width: 100%;
    display: block;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-footer a {

    margin-bottom: 20px;
    width: 100%;
    color: rgb(201, 201, 201);
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.link-footer ul {
    list-style: none;
    padding-left: 10px;
}

.link-footer .link-footer-header {
    color: #007bff;
}

.offer,
.conf {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(201, 201, 201);
    text-decoration: underline;
    line-height: 1.333;

}

.offer {
    grid-column-start: 4;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 1;
}

.conf {
    grid-column-start: 4;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 2;
}

.contacts-footer {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #021728;
}

.vk-inst-fs {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
}

.vk-inst-fs img {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.contacts-footer span {
    text-align: center;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(154, 152, 152);
    line-height: 1.333;
}

.mail-footer::before {
    Width: 25px;
    content: "\f0e0";
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    left: -25px;
    font-size: 14px;
}

.number-footer::before {
    bottom: 3px;
    transform: rotate(100deg);
    Width: 25px;
    content: "\f095";
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    left: -25px;
    font-size: 14px;
}

.container.block-form-price-project.site-plan {
    margin-bottom: 50px;
}

.sticky {
    background-color: #fff;
    z-index: 1;
    position: fixed;
    top: 0;
    width: 100%;
    transition: 0.4s;
}

.content-padding {
    padding-top: 220px;
}

.none {
    display: none;
}

.paddingsticky {
   padding-top: 5px;
    padding-bottom: 5px;
    transition: 0.4s;
}

#first_line,
#second_line {
    transition: 0.4s;
}

.razrabotka {
    padding: 0;
}

.button_sticky {
    height: 42px;
    padding-top: 10px;
    font-size: 15px;
}

#mobile_menu {
    display: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}


@media (max-width: 1024px) {

    /* Меню в мобилке */
    #mobile_menu {
        display: block;

    }

    .button_mobile_menu {
        color: #fff;
        cursor: pointer;
        padding: 10px;
        width: 100%;
        text-align: left;
        border: none;
        outline: none;
        transition: 0.4s;
    }

    .container_mobile_menu {
        padding: 0 18px;
        background-color: rgba(255, 255, 255, 0);
        max-height: 0;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        transition: max-height 0.2s ease-out;
    }

    .container_mobile_menu a {
        width: 100%;
        color: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .active,
    .button_mobile_menu:hover {
        background: linear-gradient(270deg, #56E6FF 0%, #9411DF 75%), #2F075D;
    }

    ul#second_line {
        display: none;
    }

    .block-price-our-work {
        border-radius: 10px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
        padding: 50px 20px 80px 20px;
    }

    .worker {
        grid-template-columns: repeat(4, 1fr);
    }

    .coling h4 {
        font-size: 1rem;
    }
}


@media (max-width: 778px) {
    .worker {
        grid-template-columns: repeat(3, 1fr);
    }

    .button-price-project {
        margin-top: 30px;
        padding: 15px 20px 15px 20px;
    }

    .our-excellence {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }

    .review-block {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }
}

@media (max-width: 575.98px) {
    .review-block {
        margin-bottom: 30px;
    }

    .worker {
        grid-template-columns: repeat(2, 1fr);
    }

    .mobile-off {
        display: none;
    }

    .contacts_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contacts_mobile a {
        margin-left: 20px;
    }

    .phone-header::before {
        bottom: -5px;
        transform: rotate(100deg);
        Width: 25px;
        content: "\f095";
        position: absolute;
        font-family: Font Awesome\ 5 Free;
        font-weight: 700;
        left: -23px;
        font-size: 15px;
    }

    .mail-header::before {
        Width: 25px;
        content: "\f0e0";
        position: absolute;
        font-family: Font Awesome\ 5 Free;
        font-weight: 700;
        left: -20px;
        font-size: 15px;
    }

    .answerCall {
        font-size: 14px;
        margin-bottom: 0;
    }

    .razrabotka {
        display: none;
    }

    #btn_sticky {
        display: none;
        ;
    }

    .phone-header,
    .mail-header {
        margin-right: 0px;
    }

    nav#second_line {
        display: none;
    }

    /* Меню в мобилке */
    #mobile_menu {
        display: block;

    }

    .button_mobile_menu {
        color: #fff;
        cursor: pointer;
        padding: 10px;
        width: 100%;
        text-align: left;
        border: none;
        outline: none;
        transition: 0.4s;
    }

    .container_mobile_menu {
        padding: 0 18px;
        background-color: rgba(255, 255, 255, 0);
        max-height: 0;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        transition: max-height 0.2s ease-out;
    }

    .container_mobile_menu a {
        width: 100%;
        color: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .active,
    .button_mobile_menu:hover {
        background: linear-gradient(270deg, #56E6FF 0%, #9411DF 75%), #2F075D;
    }

    .phone-header,
    .mail-header {
        margin-left: 0px;
        font-size: 14px;
    }

    .block-top-form h1 {
        font-size: 25px;
        margin-top: 50px;
    }

    .block-top-form h2 {
        font-size: 29px;
    }

    .block-top-form li {
        font-size: 22px;
    }

    .block-top-form ul {
        margin-bottom: 10px;
    }

    .form-call-back {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .wrap-form {
        padding: 20px 10px 0 10px;
    }

    .form-call-back .form-control {
        height: 35px;
    }

    .call-back-maket {
        height: auto;
        margin-bottom: 35px;
        font-size: 14px;
        padding: 15px 20px 15px 20px;
    }

    .price-work {
        width: 85%;
    }

    .name-work {
        line-height: 1.5;
    }

    .our-excellence {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 100px;
        margin-bottom: 0;
    }

    .purple-blue-circle {
        top: 35px;
    }

    .text-our-exellence p {
        margin-bottom: 0;
    }

    .button-our-exellence {
        padding: 5px 20px 15px 20px;
    }

    .advantages-block span {
        margin-left: 20px;
    }

    .title_creating-site {
        padding: 0;
    }

    .block-form-price-project {
        padding-left: 10px !important;
        padding-right: 10px !important;
        box-shadow: 0px 7px 19.95px 1.05px rgb(5 19 55 / 15%);
        margin-bottom: 90px;
    }

    .block-form-price-project input {
        height: 35px;
    }

    .button-price-project {
        margin-top: 30px;
        padding: 15px 20px 15px 20px;
    }

    .button-review {
        padding: 5px 20px 15px 20px;
    }

    .block-price-our-work {
        border-radius: 10px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
        padding: 50px 20px 80px 20px;
    }

    .button-price-our-work {
        width: 75%;
        padding: 15px 20px 15px 20px;
    }

    .block-gift:before {
        bottom: 440px;
    }

    .info-time {
        display: none;
    }

    .info-block {
        grid-template-columns: auto auto;
        grid-template-rows: auto auto auto;
        grid-gap: 0.5rem;
    }

    .number-footer,
    .mail-footer {
        margin-left: 30px;
    }

    .number-footer::before {
        bottom: -5px;
        left: -30px;
    }

    .footer-block .button-price-project {
        margin-top: 10px;
    }

    .number-mail-block {
        justify-content: space-around;
    }

    .logo-footer {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 1;
    }

    .number-mail-block {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 2;
    }

    .button-footer {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 3;
    }

    .text-footer {
        display: none;
    }

    .offer,
    .conf {
        display: block !important;
    }

    .link-footer {
        text-align: center;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr;
    }

    .offer {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 1;
    }

    .conf {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 2;
        grid-row-end: 2;
    }

    .block-our-excellence:before {
        display: none;
    }

    .block-our-excellence:after {
        top: 3%;
    }

    .block-website-promotion.container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .elements-block-price-our-work li::before {
        margin-left: -5%;
    }

    .block-staff {
        padding-left: 0;
        padding-right: 0;
    }

    .block-top-form .col-md-5 {
        padding-left: 0;
        padding-right: 0;
    }

    .quote-block span {
        font-size: 22px;
    }

    .block-director .row {
        flex-direction: column-reverse;
    }

    h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .name-work {
        font-size: 20px;
    }
}

@media (max-width: 450px) {
    .elements-block-price-our-work li::before {
        margin-left: -22%;
    }

    .accordion::before {
        right: 17px;
        top: 20%;
    }

    .reviews-block .slick-prev {
        left: 35%;
    }

    .reviews-block .slick-next {
        right: 35%;
    }

    .reviews-block .slick-prev,
    .reviews-block .slick-next {
        top: 95%;
    }
}

.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366;
    /*цвет кнопки*/
    border-radius: 50%;
    width: 55px;
    /*ширина кнопки*/
    height: 55px;
    /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 54px;
    /*центровка иконки в кнопке*/
    font-size: 35px;
    /*размер иконки*/
    z-index: 9999;
}

.whatsapp-button a {
    color: #fff;
}

.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366;
    /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.whatsapp-button:after {
    animation-delay: .5s;
}

@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media (max-width : 800px) {
    .whatsapp-button {
        bottom: 10px;
        /*отступ кнопки снизу от экрана*/
        left: 50px;
        /*отступ кнопки слева от экрана(right - справа)*/
    }

    .whatsapp-button {
        width: 55px;
        /*ширина кнопки*/
        height: 55px;
        /*высота кнопки*/
        line-height: 53px;
        font-size: 35px;
    }
}

.fa-mobile-alt::before {
    content: "\f3cd";
}


.fa-whatsapp:before {
    content: "\f232";
}


.coling {
    text-transform: uppercase;
}

.about_img img {
    width: 100%;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.element_image {
    padding: 50px 0;
}

.element_image h1 {
    text-align: center;
    margin-bottom: 20px;
}

.requirements_block {
    padding-bottom: 50px;
}

.response_button {
    padding: 50px 0;
    text-align: center;
}

.requirements_block ul>li,
.terms_block ul>li {
    color: #000000;
}

.our-works-block .requirements_block h2,
.our-works-block .terms_block h2 {
    padding-top: 0;
    font-size: 24px;
    margin-bottom: 20px;
}

.our-works-block .requirements_block i,
.our-works-block .terms_block i {
    font-size: 55px;
}

.our-works-block .requirements_block div:first-child,
.our-works-block .terms_block div:first-child {
    text-align: center;
}

.salary_block {
    margin-top: -15px;
    font-size: 20px;
}

.employees_phone {
    background: url(/local/templates/logica/img/phone_color.png)left 10px no-repeat;
    font-size: 16px;
    padding: 10px 15px 10px 29px;
}

.employees_mail {
    background: url(/local/templates/logica/img/mail_color.png)left 15px no-repeat;
    font-size: 16px;
    padding: 10px 0 10px 33px;
    margin-bottom: 15px;
}

.contacts_right {
    text-align: center;
}

.sp_cont_img img {
    width: 180px;
    margin-bottom: 10px;
}

.sp_cont_phone,
.sp_cont_name,
.sp_cont_job {
    padding: 5px 0;
}

.sp_cont_job {
    padding-bottom: 40px;
}


.b-contacts__workhours {
    padding: 0;
    margin-top: 0;
    list-style-type: none;
    display: table;
    width: 100%;
}

.b-contacts__workhours__cell {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    .
}

.b-contacts__workhours__cell {
    white-space: nowrap;
    text-align: center;
}

.l-margin_left-big,
.l-margin_left.l-margin_big {
    margin-left: 36px;
}

.b-contacts__workhours__stripe {
    background: #e7e7e7;
    height: 6px;
    margin: 10px 0 8px;
}

.b-contacts__workhours__stripe:after {
    content: "";
    display: block;
    height: 100%;
}

.b-contacts__workhours__cell {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    width: auto;
    color: #151C73;
}

.b-contacts__workhours__stripe_type_full:after {
    background: #2EA3F2;
}

.b-contacts__workhours__stripe_type_part:after {
    margin: 0 24px 0 12px;
    background: #2EA3F2;
}

.l-padding_left-normal,
.l-padding_left.l-padding_normal {
    padding-left: 12px;
}

.l-margin_left-big,
.l-margin_left.l-margin_big {
    margin-left: 36px;
}

.contacts_left h3 {
    padding: 30px 0 15px;
}

.contacts_left h3:first-child {
    padding-top: 0;
}

.koman_foto {
    padding: 0 15px;
}

.koman_foto img {
    width: 100%;
}

.foto_office {
    text-align: center;
    position: relative;
    margin: 10px 0 25px 0;
}

.foto_office img {
    width: 100%;
}

.foto_office span {
    position: absolute;
    right: 3%;
    bottom: 5%;
    background-color: #2EA3F2;
    color: #FFF;
    padding: 10px;
    text-transform: uppercase;
    font-size: 18px;
}

.koman_foto_one {
    text-align: center;
}

.koman_foto_one img {
    max-width: 100%;
    width: auto;
}

.button_mobile_menu::after {
    content: "\f0c9";
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
    font-weight: 900;
    color: #fff;
    margin-left: 15px;
}

/* Оформление всплывающих окон */

.popup-fade__callback,
.popup-fade__thanks,
.popup-fade__vacancy,
.popup-fade__tarifs,
.popup-fade__gift
 {
    display: none;
}

.popup-fade__callback::before,
.popup-fade__thanks::before,
.popup-fade__vacancy::before,
.popup-fade__gift::before,
.popup-fade__tarifs::before {
    content: "";
    background: #543054a3;
    opacity: 0.9;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    z-index: 9999;
}

.popup__callback,
.popup__thanks {
    position: fixed;
    top: 7%;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 95%;
    max-width: 500px;
    z-index: 100000;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    color: #343434;
    box-shadow: 16 20 15px rgb(0 0 0 / 40%);
    font-size: 12px;
    padding: 40px;
    background-color: rgb(255 251 251 / 95%);
}


.popup__title {
    font-size: 25px;
    color: black;
    margin-bottom: 40px;
    font-weight: bold;
}

.popup__callback {
    left: 50%;
}

.popup__thanks {
    width: 500px;
    height: 250px;
}

.popup__thanks::before {
    z-index: -1;
}

.popup__title-thanks {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--first-color);
}

.popup__desc-thanks {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.popup__btn-thanks {
    width: 80%;
    cursor: pointer;
    color: #fff;
}

.popup-close {
    background: url("../img/close.png") no-repeat center center;
    width: 50px;
    height: 50px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border: #fff;
}

.popup-fade__gift .popup__title {
    color: #035fa8;
}

.popup-fade__gift .title-form {
    font-weight: 700;
    color: #990ac8;
}

.popup-fade__gift .popup__image {
    position: absolute;
    top: 10px;
}

.popup-fade__gift .popup__image img {
    width: 175px;
}

.load_more {
    margin: 0 auto;
}

.margin-top-50 {
    margin-top: 50px;
}

.padding-top-50 {
    padding-top: 50px;
}

.tarifs_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around ;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .tarifs_block {
        justify-content: center;
    }
}

.tarif_item {
    display: block;
    border: 1px solid #DADFE7;
    box-shadow: 0px 2px 14px rgba(15, 98, 202, 0.297203);
    width: 300px;
    cursor: pointer;
    margin-bottom: 20px;
}

.tarif_head {
    display: flex;
    align-items: center;
    background: #F7FCFF;
    height: 126px;
    padding: 0 30px;
}

.tarif_head img {
    width: 50px;
    height: 50px;
}

.tarif_title_block {
    padding-left: 20px;
}

.tarif_title_block span {
    display: block;
    text-transform: uppercase;
    text-align: left;
    font-size: 10px;
    line-height: 15px;
    color: #404B69;
    margin-bottom: 5px;
}

.tarif_title_block h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #394B6D;
}

.tarif-content {
    padding: 30px;
    min-height: 226px;
}

.tarif-content ul {
    list-style-type: none;
    padding-left: 20px;
}

.tarif-content li {
    color: #404B69;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}

.tarif-content ul li::before {
    width: 17px;
    height: 17px;
    content: '';
    position: absolute;
    background-image: url(../img/priceitem.svg);
    margin-left: -25px;
    margin-top: 5px;
}

.tarif_price {
    padding: 0 30px 15px;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #455372;
}

.tarif_price span {
    font-size: 21px;
    display: block;
}

.tarif_button {
    padding: 15px 30px;
}

.tarif_button .tarif_button_click {
    width: 100%;
    border: 1px solid #2196f3;
    background-color: #2196f3;
    box-shadow: 0px 2px 14px rgba(15, 98, 202, 0.297203);
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    height: 50px;
    border-radius: 10px;
}



.tarif_item:hover {
    transform: translateY(-15px);
    transition: 0.5s;
    border: 1px solid #9411df;
    box-shadow: 0px 2px 14px #9411df;
}

.tarif_item:hover .tarif_head {
    background-color: #b218db1f;
}

.tarif_item:hover .tarif_button,
.tarif_item:hover .tarif_button_click {
    background-color: #9411df;
}

.tarif_item:hover .tarif_button_click {
    border: 1px solid #9411df;
    box-shadow: none;
}

.hidden_title {
    display: none;
}

.atention_note {
    font-size: 19px;
color: #075ea4;


    font-weight: 700;
}

.top-menu-logik {
    margin: 0;
    padding-left: 0;
}

.text_after_copyright {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #9a9898;
    max-width: 700px;
    margin: 20px auto;
}

/* мобильное меню */

.mobile-header__menu-button {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  background-image: url("/local/templates/logica/img/hamburger-menu-svgrepo-com.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

@media (max-width: 1200px) {
  .mobile-header__menu-button {
      display: block;
  }
}

.mobilemenu, .mobilemenu__backdrop {
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.mobilemenu {
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  transition: visibility 0s .3s;
    transition-delay: 0.3s;
}

.mobilemenu button:focus {
  outline: none;
}

.mobilemenu--open {
  visibility: visible;
  transition-delay: 0s;
}

.mobilemenu--open .mobilemenu__backdrop {
  opacity: .9;
}

.mobilemenu__backdrop {
  position: absolute;
  background: #3d464d;
  opacity: 0;
  transition: opacity .3s;
}

.mobilemenu--open .mobilemenu__body {
  transform: translateX(0);
}

.mobilemenu__body {
  position: absolute;
  top: 0;
  width: 350px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.4);
  transition: transform .3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  transform: translateX(calc(-100% * 1 - 30px * 1));
}

.mobilemenu__header {
  height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  background: #6935a3;

}

.mobilemenu__title {
  padding: 0 20px;
  font-weight: 700;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.indicator__button {
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  color: inherit;
  fill: currentColor;
}

.indicator, .indicator__button {
  display: -ms-flexbox;
  display: flex;
}

.indicator__button {
  cursor: pointer;
  color: inherit;
  fill: currentColor;
}

.indicator__area {
  background: transparent;
  transition: background-color .2s;
  border-radius: 2px;
  height: 42px;
  padding: 0 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.mobilemenu__close {
  border: none;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
  background: transparent;
  height: 54px;
  width: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  fill: #999;
  transition: fill .2s;
  /*border-left: 1px solid #ebebeb;*/
  background-image: url("/local/templates/logica/img/gray_cross.svg");
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 0 20px rgb(0 0 0 / 32%);
}

.mobilemenu__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
 /* padding: 2px 5px 5px 5px; */
}

.mobile-links {
  list-style: none;
  padding: 0;
  margin: 0;

}

.mobile-links__item-title a:hover {
  color: #fff;  
    text-shadow:
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px #debcef,
    0 0 82px #debcef,
    0 0 92px #debcef,
    0 0 102px #debcef,
    0 0 151px #debcef;
text-decoration: none; /* Убирает подчеркивание для ссылок */
}

.mobilemenu__title  a:hover {
  color: #fff;  
    text-shadow:
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px #debcef,
    0 0 82px #debcef,
    0 0 92px #debcef,
    0 0 102px #debcef,
    0 0 151px #debcef;
text-decoration: none; /* Убирает подчеркивание для ссылок */
}




.mobile-links--level--0 > .mobile-links__item {
border-bottom: 1px solid #7835a3;
}

.mobile-links--level--0 > .mobile-links__item > .mobile-links__item-title {
  height: 48px;
 background: #792bab;
 border-bottom: 1px solid #492362;
}

.mobile-links__item-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  cursor: pointer;
    background: #7418ad73;
}

ul.mobile-links--level--0 > li:nth-child(2n) > .mobile-links__item-title {
    background: #8045a7;
}


.mobile-links--level--0 > .mobile-links__item > .mobile-links__item-title .mobile-links__item-link {
  padding: 12px 20px;
}

ul.mobile-links--level--1 > li:nth-child(2n) > .mobile-links__item-title {
    background: #7418ad91;
}


.mobile-links__item-link {
-ms-flex-positive: 1;
flex-grow: 1;
color: #fff;
/*box-shadow: 0 0 20px rgb(0 0 0 / 52%);*/

}

.mobile-links__item-toggle {
  border: none;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
  background: transparent;
  padding: 0;
  width: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: inherit;
  fill: #999;
  transition: fill .2s;
  /*border-left: 1px solid #ebebeb;*/
  background-image: url("/local/templates/logica/img/arrow_down_gray.svg");
  background-repeat: no-repeat;
  background-position: center center;
box-shadow: 0 0 20px rgb(0 0 0 / 52%);
}

.mobile-links__item--open > .mobile-links__item-title .mobile-links__item-toggle {
  transform: rotate(180deg) translateY(1px);
}

.mobile-links__item-toggle {
  transition: transform .3s;
}

svg {
  display: block;
}

.mobile-links__item-sub-links {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height .3s,opacity .3s,visibility 0s .3s;
    transition-delay: 0s, 0s, 0.3s;
}

.mobile-links__item--open > .mobile-links__item-sub-links {
  visibility: visible;
  height: auto;
  opacity: 1;
  transition-delay: 0s,0s,0s;
}

.mobile-links--level--1 {

    background: #f7f7f7;
    font-size: 14px;
    line-height: 14px;

}




.mobile-links__item {
 border-bottom: 1px solid #5d2d7c;
}

.mobile-links.mobile-links--level--1 > li > div.mobile-links__item-title > a.mobile-links__item-link {
  /*padding-left: 30px;*/
  padding: 15px 5px 15px 10px;
}

.mobile-links--level--1 .mobile-links__item .mobile-links__item-link {
  padding: 13px 20px;
    padding-left: 20px;
    font-size: 12px;
}


.mobile-links__item-link-price {
  /*padding-left: 30px;*/
  padding: 15px 5px 15px 10px;
  color: #fff;
 font-size: 12px;
}


.mobile-links--level--1-price {

    background: #f7f7f7;
    font-size: 14px;
    line-height: 14px;

}

.mobile-links__item-price {
 border-bottom: 1px solid #5d2d7c;
}

.mobile-links--level--1-price .mobile-links__item-price.mobile-links__item-link-price {
  padding: 13px 20px;
    padding-right: 20px;
    font-size: 12px;
}


.mobile-links--level--1 .mobile-links {
  background: #fff;
  padding-left: 20px;
}

.mobile-links:not(.mobile-links--level--0) {
 /* border-top: 1px solid #ebebeb;*/
}

.mobile-links__item-sub-links {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height .3s,opacity .3s,visibility 0s .3s;
}

.mobile-menu-phones {
  padding: 12px 15px 4px;
  font-size: 20px;
}

.mobile-menu-phones svg {
    display: inline-block;
}

.mobilemenu__body .mwork-time, .mobilemenu__body .mslogan, .mobilemenu__body .mobile-menu-phones  {
    text-align: center;
}

.mobile-header__menu-button:before {
    content: 'Показать меню';
    color: #fff;
    margin-left: 30px;
    font-size: 13px;
    width: 100px;
    display: inline-block;
}