body {
    margin: 0;
    font-family: 'GothamSSm';
    font-size: 15px;
    color: #020C22;
}
a {
    text-decoration: none;
    color: inherit;
}
.a-dcr {
    color: #fefefe;
    
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.header a{
    display: block;
}
.bg-header {
    padding: 25px 0 170px;
    background-color: #051945;
    background-image: url(/icons/logo_bg.svg);
    background-repeat: no-repeat;
    background-position: 75% center; 
    background-size: contain;
    color: #fefefe;
}
.header-wrap {
    padding: 25px 0;
    background-color: #051945;
     color: #fefefe;
}
.container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}
.header-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .contacts {
    margin-right: 50px;
}
.header .contacts a{
    transition: color 0.4s cubic-bezier(.23,1,.32,1);
}
.header .contacts a:hover {
    color: #28dcb4;
}
.header .phone {
    margin-bottom: 5px;
    font-weight: 500;   
}
.phone::before{
  content: '';
  display:inline-block;
  width:5px;
  height:5px;
  margin-left: 3px;
  margin-right: 14px;
  border-radius:50%;
  border:2px solid #28dcb552;
  background:radial-gradient(circle at center,#28dcb4 15px ,#28dcb567 10px);
  background-clip:padding-box;
  box-shadow:0 0 15px #28dcb57e;
  transform-origin:center;
  animation:annoying .6s ease-in infinite alternate;
  vertical-align: 1px;
}
.header .email {
    font-size: 12px;
}
.email::before{
  content: '';
  display:inline-block;
  width:16px;
  height:16px;
  margin-right: 12px;
  background-image: url(/icons/mail.png);
  background-size: contain;
  vertical-align: -4px;
}
.messengers a {
    padding: 0 11px;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 24px;
    color: #051945;
    background: #98a4be;
    border-radius: 2px;
    transition: background-color .4s cubic-bezier(.23,1,.32,1);
}
.messengers a::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background-image: url(/icons/tg_i.svg);
    vertical-align: -3px;   
}
.messengers a:last-child:before {
    background-image: url(/icons/wa_i.svg); 
}
.messengers a:hover {
    background-color: #28dcb4;
}
nav ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 500;
}
nav ul li a{
    display: block;
    color: #98a4be;
    padding-bottom: 5px;
    transition: color .4s cubic-bezier(.23,1,.32,1);
}
nav ul li a:hover{
    color: #28dcb4;
}
.breadcrumb {
    display: flex;
    padding: 0;
    margin-top: 50px;
    margin-left: 0;
    list-style: none;
    font-size: 8px !important;
    color: #051945;
}
.breadcrumb li {
    margin: 0 5px;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
h1, .h1-blog, .h1-cases {
    font-weight: 600;
    margin-top: 125px;
    margin-bottom: 20px;
    font-size: 48px;
}
.h1-blog, .h1-cases {
    margin-top: 50px;
}
.h1-cases {
    font-size: 25px;
    padding: 20px 0 28px;
    border-bottom: 2px solid #051945;
    margin-top: 0;
    margin-bottom: 20px;
}
.case-number {
    background: #051945;
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
    padding: 7px 20px 7px;
    color: #fefefe;
    text-transform: uppercase;
}
h2 {
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 38px;
}
h3 {
    font-size: 18px;
}
.article h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}
.subtitle {
    display: block;
    width: 75%;
    margin-bottom: 35px;
    line-height: 24px;
    color: #98a4be;
}
.btn, .feedback .submit {
    display: inline-block;
    padding: 16px 34px;
    text-decoration: none;
    background: #2ac1a0;
    color: #fefefe;
    font-family: 'GothamSSm';
    font-weight: 400;
    border-radius: 3px;
    transition: background-color .4s cubic-bezier(.23,1,.32,1);
}
.btn:hover, .feedback .submit:hover {
    background-color: #28dcb4;
}
.brg, #brg {
    display: none;
}
.about {
    padding: 120px 0 100px;
    background: #fefefe;
}
.about .content {
    border: 4px solid #eeebf0;
    padding: 65px 95px 80px;
    margin-bottom: 30px;
    position: relative;
}
.about .content:before {
    content:'';
    width: 110px;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: -24px;
    height: 56px;
    background: url(/icons/logo_small.svg) center center no-repeat;
    background-size: contain;
    background-color: #fff;
}
.about p {
    margin: 0;
    margin-bottom: 55px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.about-services {
    display: flex;
    justify-content: space-between;
}
.service {
    width: 33%;
    padding:  0 25px;
    border-right: 2px solid #eeebf0;
}
.service:last-child {
    border-right: none;
}
.name-service {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}
.service .descr {
    font-size: 14px;
    line-height: 20px;
}
.prices {
    padding: 80px 0;
    background: -ms-linear-gradient(top, #eee 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
    background: -moz-linear-gradient(top, #eee, #fff);
    background: gradient(linear, top, #eee, #fff);
    background: -o-linear-gradient(top, #eee, #fff);
}
.price {
    margin-top: -1px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    border-top: 1px solid #051945;
    border-bottom: 1px solid #051945;
}
.price-wrap {
    display: flex;
}
.price-left {
    width: 50%;
    margin-right: 30px;
}
.cases {
    padding: 80px 0;
    background: -ms-linear-gradient(top, #eee 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
    background: -moz-linear-gradient(top, #eee, #fff);
    background: gradient(linear, top, #eee, #fff);
    background: -o-linear-gradient(top, #eee, #fff);
}
.cases-wrap {
    display: flex;
    justify-content: space-between;
}
.cases-row, .blog-row {
    display: flex;
    justify-content: space-between;
}
.cases-item {
    display: block;
    padding: 0 0 10px;
    width: 360px;
    min-height: 200px;
    margin: 0 30px 30px 0;
    background: #e4e4e4;
}
.cases-item:hover {
    text-decoration: underline;
}
.cases-item .title {
    display: block;
    padding: 7px 20px;
    background: #051945;
    color: #fefefe;
    font-size: 10px;
    text-transform: uppercase;
}
.cases-item .text,  .blog-item .text {
    display: block;
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.cases-right img{
    display: block;
    width: 360px;
    height: 450px;
}
.acts-wrap {
    width: 360px;
    overflow: hidden;

}
.act-wrap {
    display: flex;
    transition: transform .4s cubic-bezier(.23,1,.32,1);
}
.acts-arrow {
    display: flex;
    justify-content: end;
}
.act-left, .act-right, .act-right2 {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    background-image: url(/icons/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #051945;
    cursor: pointer;
   }
.act-right,.act-right2  {
    margin-left: 10px;
    transform: rotate(180deg);
    transform: rotate;
    -webkit-transform: rotate(180deg);
}

.act-left:hover, .act-right:hover {
    background-color: #e4e4e4;
}
#act-left:checked ~ .acts-arrow .act-right2 {
    display: none;
}
#act-right:checked ~ .acts-wrap .act-wrap{
    transform: translateX(-100%);
}
#act-right2:checked ~ .acts-wrap .act-wrap{
    transform: translateX(-200%);
}

#act-left:checked ~ .acts-arrow .act-left,
#act-right:checked ~ .acts-arrow .act-right,
#act-right2:checked ~ .acts-arrow .act-left,
#act-right2:checked ~ .acts-arrow .act-right2 {
    display: none;
}
#act-right2:checked ~ .acts-arrow .act-right {
    transform: rotate(0deg);
    transform: rotate;
    -webkit-transform: rotate(0deg);
}

#act-left, #act-right, #act-right2 {
    display: none;
}
.article {
    padding-bottom: 100px;
}
.article ul {
    margin-bottom: 20px;
}
.article ol {
    list-style: none;
}
.article li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
}
.article .breadcrumb li {
    font-size: 10px;
}
.article p {
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 15px !important;
}

.blog {
    padding-bottom: 80px;
    background: -ms-linear-gradient(top, #fff 0%, #EEE 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EEE));
    background: -moz-linear-gradient(top, #fff, #EEE);
    background: gradient(linear, top, #fff, #EEE);
    background: -o-linear-gradient(top, #fff, #EEE);
}
.blog-item {
    display: block;
    width: 360px;
    margin-bottom: 30px;
    background: #e4e4e4;
}
.blog-item:hover {
    text-decoration: underline;
}
.blog-item img {
    display: block;
    width: 100%;
    height: 200px;
}
.to-all::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;  
    margin-left: 10px;  
    background-image: url(/icons/arrow.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.to-all:hover {
    text-decoration: underline;
}
.wrap-map {
    position: relative;
    height: 551px;
}
.map  {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.wrap-map .container {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    margin-left: -585px;
    width: 100%;
    height: 100%;
}
.feedback {
    padding: 31px 30px;
    width: 300px;
    background: #fefefe;
}
.feedback p {
    margin-top: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
.feedback .descr, .modal-dialog .descr {
    margin-bottom: 0;
    font-weight: 300;
    text-align: left;
    font-size: 10px;
    line-height: 14px;
}
.feedback .descr a, .modal-dialog .descr a {
    display: inline;
    text-decoration: underline;
}
.feedback input, .feedback textarea, 
.modal-dialog input {
  padding: 10px;
   width: 280px;
   height: 24px; 
   margin-bottom: 4px;
   outline: none;
   border: none;
   background: #eeebf0;
   font-family: 'GothamSSm';
}
.feedback textarea {
    margin-bottom: 14px;
    max-width: 100%;
    height: 115px !important;
    resize: none;
}
.feedback .submit, .modal-dialog .submit {
    padding: 0;
    width: 100%;
    height: 52px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    background: #051945;
}
.modal-dialog .submit {
    color: #fefefe;
}
footer {
    padding: 40px 0 20px;
    background: #020C22;
}
.footer-top, .footer-bottom {
    display: flex;
    justify-content: space-between;
}
.footer-bottom {
    justify-content: start;
    align-items: center;
}
.footer-top .logo {
    display: block;
    opacity: 0.5;
}
.rating {
    margin-top: 40px;
    text-align: left;
}
.rating span {
    display: inline-block;
    padding-right: 7px;
    margin-right: 7px;
    font-size: 20px;
    color: #fefefe;
    border-right: 1px solid #98a4be;
}
.rating img {
    display: inline-block;
    vertical-align: -2px;
}
footer .contacts {
    color: #fefefe;
    font-size: 15px;
}
footer .contacts-block {
    margin-bottom: 20px;
}
.footer-block-title {
    margin-bottom: 10px;
    font-size: 15px;
    color: #909cb4;
}
footer .contacts a{
    display: block;
    line-height: 24px;
}
.privacy {
    display: block;
    font-size: 12px;
    color: #9198aa;
}
footer .messengers {
    display: flex;
}
footer .messengers a {
    margin: 0 8px 5px 0;
    line-height: 28px;
}
.footer-bottom {
    font-size: 12px;
    color: #9198aa;
}
.footer-bottom p{
    margin-right: 190px;
}
footer a {
    transition: color .4s cubic-bezier(.23,1,.32,1);;
}
.footer-top .contacts-block a:hover {
    color: #28dcb4;
}
.footer-bottom a:hover {
    color: #fefefe;
}
.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #020c225e;
    z-index: 3;
}
.modal:target {
    display: block;
}
.modal-dialog {
    position: absolute;
    width: 290px;
    height: 400px;
    top: 100px;
    left: 50%;
    padding: 15px 35px 20px;
    margin-left: -145px;
    background: #fefefe;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-dialog .close {
    display: block;
    text-align: right;
    font-size: 24px;
}
.modal-dialog p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.cookies {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 0px 16px;
    border-radius: 16px;
    bottom: 25px;
    color: #a2a8b1;
    background: hsla(0, 0%, 100%, .95);
    z-index: 4;
    font-size: 13px;
    width: 1140px;
    left: 50%;
    margin-left: -600px;
    box-shadow: 0 0 2px #a2a8b1;
}
#cookies {
    display: none;
}
#cookies:checked ~ .cookies {
    display: none;
}
.cookies a {
     color: #187adf;
}
.cookies label {
    display: block;
    color: #187adf;
    height: 20px;
    border-radius: 16px;
    border: 1px solid;
    padding: 8px 17px;
    font-size: 15px;
    cursor: pointer;
}
.cookies label:hover {
    color: #fefefe;
    background: #187adf;
}


@media (max-width: 1199px) {
    .container {
        max-width: 940px;
    }
    .bg-header {
        padding-bottom: 80px;
    }
    
    .about .content {
        padding: 75px 50px 60px;
    }
    .price {
        font-size: 16px;
    }
    .blog-item {
        margin-right: 30px;
    }
    .cases-item .text,  .blog-item .text {
    font-size: 16px;
    line-height: 22px;
    }
    .cases-item {
        width: 50%;
    }
    .wrap-map .container {
    margin-left: -470px;
    }
    .footer-bottom p{
    margin-right: 80px;
    }
    .cookies {
        padding: 5px 10px;
    width: 90%; 
    left: 2%;
    margin-left: auto;

     }
     .cookies label {
        text-align: center;
     }
}

@media (max-width: 991px) {
    .container {
        max-width: 720px;
    }
    .bg-header {
        padding-bottom: 30px;
    }
    nav ul {
        font-size: 14px;
    }
    h1, .h1-blog {
        margin-top: 70px;
        font-size: 37px;
    }
    .subtitle {
        font-size: 15px;
    }
    .about .content {
        padding: 75px 30px 50px;
    }
    .price {
        font-size: 12px;
    }
    .cases-row {
        display: block;
    }
    .cases-item {
        width: 100%;
    }
    .cases-left {
        margin-right: 30px;
    }
    .cases-row-scd {
        display: none;
    }
    .cases-right img {
        width: 283px;
    }
    .cases-item .text,  .blog-item .text {
    font-size: 14px;
    line-height: 20px;
    }
    .acts-wrap {
        width: 283px;
    }
    .wrap-map .container {
        margin-left: -360px;
    }
    footer .contacts-block {
        width: 170px;
       
    }
}
@media (max-width: 767px) {
  .bg-header, .header-wrap {
        overflow: hidden;
        position: relative;
    }
    .bg-header, .header-wrap {
        padding: 15px 0 10px;
        background-image: none;
    }
    .header, .header-right {
        display: block;
    }
    header img {
      width: 200px;
      margin-bottom: 20px;
    }
    .header .contacts, .messengers {
        text-align: center;
    }
    .header .messengers a {
        max-width: 290px;
        margin: 0 auto 10px;
        padding: 0;
        line-height: 30px;
        height: 30px;
    }
    .header .contacts a {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .phone::before{
      vertical-align: -1px;
    }
    nav {
        position: absolute;
        top: 220px;
        right: 0;
        width: 100%;
        height: 100vh;
        background: #020C22;
        transform: translateX(100%);
        transition: transform .4s cubic-bezier(.23,1,.32,1);
    }
    nav ul {
        display: block;
        line-height: 42px;
        font-size: 16px;
    }
    nav ul li a{
        padding: 0 0 0 20px;
        border-bottom: 1px solid #282e3c;
    }

    #brg:checked ~.bg-header, #brg:checked ~ .header-wrap {
        background: #020C22;
    }
    #brg:checked ~.bg-header nav,  #brg:checked ~ .header-wrap nav{
        display: block;
        transform: translateX(0);
    }
    #brg:checked ~ .header-wrap {
        padding-bottom: 285px;
    }


    #brg:checked ~.bg-header .brg, #brg:checked ~ .header-wrap .brg {
        background-image: url(/icons/portal-grn.svg);
    }
    #brg:checked ~.bg-header .a-dcr, #brg:checked ~ .header-wrap .a-dcr  {
        color: #28dcb4;
    }

    .brg {
        display: block;
    }
    h1, .h1-blog {
        margin-bottom: 15px;
        font-size: 32px;
        font-weight: 500;
        line-height: 40px;
    }
    h2 {
        margin-bottom: 25px;
        font-size: 24px;
    }
    .subtitle {
        margin-bottom: 20px;
        width: 100%;
        font-size: 12px;
        line-height: 16px;
    }
    a.btn {
        display: block;
        max-width: 290px;
        margin: 0 auto 10px;
        text-align: center;
        padding: 16px 0;
    }
    .brg {
        position: absolute;
        top: 5px;
        right: 0;
        display: block;
        width: 80px;
        height: 80px;
        background-image: url(/icons/portal.svg);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .about .content {
        padding: 55px 20px 25px;
        margin-bottom: 15px;
    }
    .about .content:before {
        width: 80px;
        margin-left: -40px;
        height: 40px;
        top: -20px;
    }
     .about p, .name-service {
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 16px;
    }
    .name-service {
        margin-bottom: 7px;
    }
    .service .descr {
        font-size: 11px;
        line-height: 16px;
    }
    .price {
        font-size: 11px;
    }
    .price-left {
    width: 90%;
    margin-right: 30px;
}
    .cases {
        padding: 45px 0 50px;
    }
    .cases-wrap {
        display: block;
    }
    .cases-row, .blog-row  {
        display: block;
    }
    .cases-item {
        width: 100%;
        margin: 0 0 30px 0;
        min-height: 135px;
    }
    .cases-left {
        margin-right: 0;
    }
    .cases-right img {
        width: 320px;
    }
    .blog-item {
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 15px;
    }
     .cases-item .text, .blog-item .text {
    font-size: 12px;
    line-height: 16px;
    }
    .acts-wrap {
        width: 320px;
    }
    .acts-arrow {
        justify-content: start;
    }
    .feedback {
        width: auto;
    }
    .feedback input, .feedback textarea {
        width: 96%;
    }
    .feedback p {
        font-size: 16px;
        line-height: 20px;
    }
    .wrap-map {
        height: auto;
    }
  .wrap-map .container {
        position: relative;
        max-width: 720px;
        padding: 0;
        width: auto;
        height: auto;
        left: auto;
        margin-left: auto;
    }
    .map {
    display: none;
    }

    .cookies {
        display: block;
    }
    footer .logo {
        margin-bottom: 30px;
    } 
    footer .logo img {
       height: 54px;
    }
    .footer-top, .footer-bottom {
    display: block;
    justify-content: space-between;
    }
    footer .contacts {
    font-size: 13px;
    margin-bottom: 25px;
    }
    footer .contacts-block {
       
     margin-bottom: 25px;

    }
    footer .contacts-block a {
    line-height: 18px;
    }
    .rating span {
    font-size: 16px;
    }
    .rating img {
        height: 15px;
    }
    .footer-block-title {
    font-size: 14px;
    }
    .footer-bottom, .privacy {
        font-size: 10px;
    }
}
@media (max-width: 599px) {
    .about-services {
        display: block;
    }
    .about {
        padding: 50px 0;
    }
    .service {
        padding: 15px 0;
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #eeebf0;
    }
    .service:last-child {
        border: none;
    }
    .acts-wrap {
        width: 290px;
    }
    .cases-right img {
        max-width: 290px;
    }
    .feedback input, .feedback textarea {
        width: 94%;
    }
    .modal-dialog {
        padding: 10px 15px 20px;
        width: 270px;
    }
    .modal-dialog input {
    padding: 10px;
    width: 250px;
}
}




@font-face {
  font-family: 'GothamSSm';
  font-weight: 400;
  src: url(/fonts/gothamssm_light.otf) format('woff2');
 }
 @font-face {
  font-family: 'GothamSSm';
  font-weight: 500;
  src: url(/fonts/gothamssm_medium.otf) format('woff2');
 }
@font-face {
  font-family: 'GothamSSm';
  font-weight: 600;
  src: url(/fonts/gothamssm_bold.otf) format('woff2');
 }

 @keyframes annoying{
  from{
    transform:scale(1);
  }
  to{
    transform:scale(1.5);
  }
}