body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.modal.mod .container {
    max-height: 100vh;
    min-height: auto;
    overflow-y: auto;
}

.modal .msg .slick-track {}

.modal .slick-track {
    margin-left: 0px;
}

.btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.main-nav li {
    padding: 0 3.5px;
}

.main-nav li:last-child {
    padding-right: 0;
}

.main-nav li:first-child {
    padding-left: 0;
}

.parsley-errors-list {
    display: none;
}

.parsley-error,
.parsley-error input[type="checkbox"] {
    border-color: red !important;
}

.modal.details .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 51px 89px;
    width: 1046px;
}

.modal.details .container h3 {
    font-size: 24px;
    margin-bottom: 25px;
}

.modal.details .container p {
    margin-top: 0;
    width: 50%;
    color: #a3a3a3;
}

.modal.mod .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 51px 80px;
    width: 1046px;
}

.modal.mod .container h3 {
    font-size: 24px;
    margin-bottom: 25px;
    text-transform: uppercase;
    margin-left: 9px;
}

.msg .desc_content p:first-child {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: bold;
}

.msg .desc_content p {
    margin: 2px;
    Font-size: 14px;
}

.modal.mod .container p {
    margin-top: 0;
}

.msg .modal__slider {
    width: 103.5%;
}

.msg .modal__slide {
    margin-right: 10px;
}

.msg .glyphicon-chevron-right::before {
    right: 9px;
}

.modal__slider {
    width: 100%;
    min-height: 300px;
    display: flex;
}

.our_projects .modal__slider .slick-list {
    padding: 0 !important;
}

.modal__slide {
    margin-right: 30px;
    width: auto;
    height: 300px;
}

.ready-projects-items-slider .modal__slide {
    margin-right: 30px;
    width: 450px;
    height: 380px;
    position: relative;
}

.ready-projects-items-slider .modal__slide .img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.modal .modal__slide .img {
    width: auto;
    height: auto;
}

.modal .slider-nav {
    height: 400px;
}

.contacts .block>p {
    font-family: 'Roboto', sans-serif;
}

.about>.container {
    padding-top: 0;
    margin-top: 0;
}

.logo .img {
    height: 70px;
    width: 230px;
}

.logo .img img {
    width: auto;
    height: 58px;
    margin-top: 5px;
    object-fit: contain;
}

.logo img {
    width: auto;
    margin-top: 12px;
}

.projects .img img {
    object-fit: cover;
}

.projects .tabs {
    display: none;
}

.objects .img img {
    object-fit: cover;
}

.objects .tabs {
    display: none;
}

.desc_content_text {
    font-size: 14px;
}

.details6 .desc_content_text p {
    margin-bottom: 15px;
}

.details6 .desc_content_text p:first-child {
    margin-top: 10px;
}

.details6 i {
    display: none;
}

.details6 .accordion h4 {
    font-weight: bold;
    background: none;
    padding-left: 0;
    cursor: text;
}

.details6 .accordion ul li input[type="checkbox"] {
    cursor: default;
}

.details5 .accordion ul:nth-child(7) .msg .desc_content {
    width: 100%;
}

.details5 .accordion ul:nth-child(7) .msg .slick-list {
    display: none;
}

.details5 .accordion ul:nth-child(7) .msg .modal__slider {
    background-image: url(/images/infographics.jpg);
    background-repeat: no-repeat;
    margin-left: -63px;
    width: 107%;
}

.details4 .accordion ul:nth-child(2) .msg .slick-list {
    display: none;
}

.details4 .accordion ul:nth-child(2) .msg .modal__slider {
    background-image: url(/images/files/24/six-million-four-hundred-fifteen-thousand-five-hundred-fifty-five.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    background-position: center;
    margin-left: 0;
}

.textincenter {
    text-transform: uppercase;
}

.modal.callback .block:nth-child(1) {
    display: none;
}

.modal.callback .block {
    margin-left: 30px;
}

.about>.img {
    margin-top: 35px;
}

.modal .desc_content {
    z-index: 1;
}

.modal form {
    margin: 0 auto;
}

.modal.callback h4,
.modal.callback p {
    text-align: center;
}

.projects h2 {
    line-height: 1.5em;
}

.objects h2 {
    line-height: 1.5em;
}

header h1 {
    text-transform: uppercase;
    font-weight: 400;
}

.modal__slider .prev {
    left: -52px;
}

.modal__slider .next {
    right: -32px;
}

.our_projects .modal__slider .next {
    right: 0px;
}

.modal__slider .next::before,
.modal__slider .prev::before {
    font-size: 30px;
    position: absolute;
    top: 50%;
    opacity: .6;
    cursor: pointer;
}

.slick-list {
    width: 100%;
}

.contacts .container {
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    position: absolute;
    top: 50px;
    left: 0;
}

.contacts .block {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

.contacts #map {
    position: relative;
    height: 703px;
}

.contacts {
    padding: 0;
    margin-top: -36px;
}

.modal .btn {
    margin: 30px auto 0;
}

.main-nav .img {
    height: 71%;
}

.main-nav li {
    height: 20vw;
}

.projects .tab-content {
    margin-left: 0px;
}

.objects .tab-content {
    margin-left: 0px;
}

.readybid {
    margin-top: 115px;
}

.ready-projects-items {
    border: 0px solid black;
    margin-top: 0px;
    margin-bottom: 53px;
    padding: 55px;
    position: relative;
    background-color: #dedede
}

.ready-projects-items-desc span:first-child {
    color: #39b3e0;
    font-weight: bold;
    font-size: 18px;
}

.ready-projects-items-desc h3 {
    font-size: 28px;
    margin-top: 19px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.ready-projects-items-desc-sp {
    margin-top: 21px;
    margin-bottom: 26px;
    font-size: 17px;
    line-height: 21px;
}

.ready-projects-items-desc-sp p {
    margin: 0;
}

.ready-projects-items-price {
    font-size: 26px;
    font-weight: bold;
    display: block;
    margin-top: 24px;
}

.ready-projects-items-slider {
    width: 36%;
    right: 78px;
    position: absolute;
    top: 68px;
}

.burger-menu-down a:after {
    content: "";
    color: #fff;
    padding-bottom: 10px;
    display: inline-block;
    background-image: url(../images/krug-m.png);
    width: 2px;
    height: 2px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -4px;
    margin-left: 7px;
}

.burger-menu-down li:last-child a:after {
    display: none;
}

.ready-projects-items-slider .img>img {
    max-width: 100%;
    max-height: 100%;
}

.ready-projects-items-desc-deteil {
    font-size: 14px;
}

.ready-projects-items-desc-deteil strong {
    font-size: 18px;
}

.ready-projects-items .glyphicon-chevron-right::before {
    right: -469px;
    position: absolute;
    top: -190px;
    cursor: pointer;
}

.ready-projects-items .glyphicon-chevron-left::before {
    position: absolute;
    top: 134px;
    left: -49px;
    cursor: pointer;
}

.fix-footer .details40 .modal__slider {
    background-image: url("/images/9-1.jpg");
}


.fix-footer .details40 .modal__slider{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.fix-footer .details40 .img img {
    display: none;
}

.accordion {
    width: 100%;
    max-width: 860px;
    min-height: 0;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    background-color: #fefffa;
}

.accordion h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    padding: 10px 25px;
    cursor: pointer;
    color: black;
    background: #c8c6c6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
}

.msg {
    position: relative;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 10px;
}

.msg p {
    line-height: 20px;
    padding: 0 20px
}

.accordion ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}

.accordion ul li {
    position: relative;
    padding: 0;
    margin: 0;
    margin-bottom: 14px
}

.accordion ul li:nth-of-type(1) {
    animation-delay: 0.5s;
}

.accordion ul li:nth-of-type(2) {
    animation-delay: 0.75s;
}

.accordion ul li:nth-of-type(3) {
    animation-delay: 1s;
}

.accordion ul li:last-of-type {
    padding-bottom: 0;
}

.accordion ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 25px;
}

.accordion ul li i:before,
.accordion ul li i:after {
    content: "";
    position: absolute;
    background-color: #39b4e1;
    width: 3px;
    height: 9px;
}

.accordion ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
}

.accordion ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
}

.accordion ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.accordion ul li input[type=checkbox]:checked~div.msg {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}

.accordion ul li input[type=checkbox]:checked~i:before {
    transform: translate(2px, 0) rotate(45deg);
}

.accordion ul li input[type=checkbox]:checked~i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

div.msg,
ul li i:before,
ul li i:after {
    transition: all 0.5s ease-in-out;
}

.msg .desc_content {
    width: 48.2%;
    margin-top: 15px;
    background-color: #e0e0e0;
    padding-top: 15px;
    display: inline-block;
}

.msg .desc_content:first-child {
    margin-right: 26px;
}

.about li {
    width: 250px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.about li .img {
    min-width: 80px;
}

.about li .span {
    margin-top: 7px;
    padding-left: 15px;
    font-size: 16px;
}

.about>.img {
    position: relative;
    height: 329px;
    background: url('../images/about.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 145%;
}

.partners ul {
    opacity: 0.5;
}

.tabs li {
    font-size: 24px;
    color: #7f7f7f;
}

.tabs li:hover {
    color: #000;
}

#projects-slider .slide__item:hover span {
    width: 88%;
    height: 90%;
    box-sizing: border-box;
    background-color: #39b4e1;
}

#projects-slider .slide-first:hover {
    align-items: center;
}

#projects-slider .slide-first:hover span {
    margin: 0 5%;
    padding: 10% 10%;
    height: 85%;
    background-color: #39b4e1;
}

#projects-slider .slide {
    line-height: 1;
}

#projects-slider .slide,
#projects-slider .slide-first {
    display: flex;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-direction: row;
}

#projects-slider .slide span,
#projects-slider .slide-first span {
    background: rgba(255, 255, 255, .7);
    color: black;
    padding: 122px 0px;
    box-sizing: border-box;
    height: 100%;
    max-width: 100%;
    width: 100%;
    transition: all ease .5s;
}

#projects-slider .slide-first span {
    /*height:40vw;max-height:40vw;*/
}

#projects-slider .slide span p,
#projects-slider .slide-first span p {
    max-width: 310px;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 28px;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
}

#projects-slider .slide .slide__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

#projects-slider .slide-first {
    position: relative;
    height: 40vw;
    cursor: pointer;
}

#projects-slider .slide .slide__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: flex;
}

#projects-slider .slide .slide__item .img {
    height: 100%;
}

.projects .slider-nav span:first-child::before {
    padding: 103.5px 45px 103.5px 20px;
    position: relative;
    top: -1px;
}

.projects .slider-nav span:last-child::before {
    padding: 103.5px 20px 103.5px 42px;
    position: relative;
    right: 22px;
    top: -1px;
}

#objects-slider .slide__item:hover span {
    width: 88%;
    height: 90%;
    box-sizing: border-box;
    background-color: #39b4e1;
}

#objects-slider .slide-first:hover {
    align-items: center;
}

#objects-slider .slide-first:hover span {
    margin: 0 5%;
    padding: 10% 10%;
    height: 85%;
    background-color: #39b4e1;
}

#objects-slider .slide {
    line-height: 1;
}

#objects-slider .slide,
#objects-slider .slide-first {
    display: flex;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-direction: row;
}

#objects-slider .slide span,
#objects-slider .slide-first span {
    background: rgba(255, 255, 255, .7);
    color: black;
    padding: 122px 0px;
    box-sizing: border-box;
    height: 100%;
    max-width: 100%;
    width: 100%;
    transition: all ease .5s;
}

#objects-slider .slide-first span {
    /*height:40vw;max-height:40vw;*/
}

#objects-slider .slide span p,
#objects-slider .slide-first span p {
    max-width: 310px;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 28px;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
}

#objects-slider .slide .slide__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

#objects-slider .slide-first {
    position: relative;
    height: 40vw;
    cursor: pointer;
}

#objects-slider .slide .slide__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: flex;
}

#objects-slider .slide .slide__item .img {
    height: 100%;
}

.objects .slider-nav span:first-child::before {
    padding: 103.5px 45px 103.5px 20px;
    position: relative;
    top: -1px;
}

.objects .slider-nav span:last-child::before {
    padding: 103.5px 20px 103.5px 42px;
    position: relative;
    right: 22px;
    top: -1px;
}

.slick-dots {
    display: none !important;
}

.modal.details .container .tab-content .tabs {
    padding: 50px 20px 0 20px;
}

.modal .desc_content {
    margin-bottom: 10px;
    vertical-align: top;
    padding-bottom: 10px;
}

.modal .slider-nav {
    padding: 0 27px;
}

.modal .slider-nav span::before {
    opacity: 1;
    color: #b2b2b2;
}

.burger-menu li:hover {
    background: transparent !important;
}

.burger-menu li:hover a {
    color: #ea6d19 !important;
}

.logo {
    padding: 0 !important;
}

.logo a {
    display: flex;
    height: 100%;
    position: relative;
    justify-content: baseline;
    align-items: center;
}

.logo a img:last-child {
    margin-left: 17px;
    max-width: 100%;
}

.top>.container {
    font-weight: 400;

        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    

.modal .container::-webkit-scrollbar-track {
    background-color: #fff;
}

.modal .container::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

.modal .container::-webkit-scrollbar-thumb {
    background-color: #39b4e1;
}

.main-nav li {
    overflow: visible;
    border-color: transparent;
}

.main-nav-left,
.main-nav-right {
    display: none;
}