@font-face {
    font-family: 'Circe Light';
    src: url('../fonts/Circe-Light.eot');
    src: local('Circe Light'), local('Circe-Light'),
        url('../fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Light.woff2') format('woff2'),
        url('../fonts/Circe-Light.woff') format('woff'),
        url('../fonts/Circe-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe Regular';
    src: url('../fonts/Circe-Regular.eot');
    src: local('Circe Regular'), local('Circe-Regular'),
        url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Regular.woff2') format('woff2'),
        url('../fonts/Circe-Regular.woff') format('woff'),
        url('../fonts/Circe-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Circe Bold';
    src: url('../fonts/Circe-Bold.eot');
    src: local('Circe Bold'), local('Circe-Bold'),
        url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Bold.woff2') format('woff2'),
        url('../fonts/Circe-Bold.woff') format('woff'),
        url('../fonts/Circe-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: bold;
}

@font-face {
    font-family: 'Annabelle Regular';
    src: url('../fonts/Annabelle-Regular.ttf') format('truetype');
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 20px;
    line-height: 29px;
    font-family: 'Circe Regular',sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

a {
    color: #2B3A4A;
    font-family: 'Circe Light',sans-serif;
    text-decoration: none;
    transition: ease 0.2s;
}

a.btn img {
    width: 24px;
    padding: 0;
    border: none;
    height: auto;
}

body .about_content p {
    font-size: 18px;
    line-height: 27px;
}

body .fancybox-navigation .fancybox-button.fancybox-button--arrow_right img {
    right: 14px;
    position: relative;
}

.details_content {
    font-style: normal;
    font-weight: 350;
    font-size: 32px;
    line-height: 47px;
    text-align: center;
    color: #000000;
    background: #EFEFF0;
    padding-top: 90px;
    padding-bottom: 140px;
}

.project_images {
    display: none;
}

a.btn {
    border: 1px solid #2B3A4A;
    padding-left: 20px;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 200px;
}

a:hover {
    color: #617E8C;
}

.work_details_col a.btn {
    border: 1px solid #2B3A4A;
    padding-left: 20px;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 200px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #2B3A4A;
    font-family: 'Circe Regular',sans-serif;
    width: 100%;
    box-sizing: border-box;
    margin-top: 40px;
}

.work_details_col p:not(.work_title) {
    font-style: normal;
    font-weight: 350;
    font-size: 24px;
    line-height: 35px;
    color: #2B3A4A;
    font-family: 'Circe Light',sans-serif;
}

section#works_details {
    position: relative;
    margin-bottom: 150px;
}

#works_details:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -635px;
    margin-left: -925px;
    background: url(/assets/images/work_details_bg.svg) center no-repeat;
    width: 1850px;
    height: 1270px;
    z-index: -1;
    background-position: center;
}

body .fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

body .fancybox-thumbs__list a:before {
    border: none;
}

body .fancybox-thumbs__list a:not(.fancybox-thumbs-active) {
    opacity: 0.5;
}

body .fancybox-bg {
    background: #2B3A4A;
    opacity: 1 !important;
}

body .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
    background: #2B3A4A;
    opacity: 1 !important;
}

body .fancybox-navigation .fancybox-button--arrow_right {
    right: 20px;
}

body .fancybox-infobar {
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 27px;
    color: #EFEFF0;
    opacity: 1;
        font-family: 'Circe Light',sans-serif;
        mix-blend-mode: normal;
}

body a.fancy_link {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

body .fancybox-navigation .fancybox-button--arrow_right, body .fancybox-show-nav .fancybox-navigation .fancybox-button, body .fancybox-navigation .fancybox-button--arrow_left, body .fancybox-navigation .fancybox-button--arrow_right {
    background: none;
}

body .fancybox-button[disabled], body .fancybox-button[disabled], body .fancybox-button[disabled]:hover {
    opacity: 0.5 !important;
}

body .fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
    margin: 0 auto;
}

body .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
    max-width: 1160px;
    margin: 0 auto;
    margin-top: 30px;
}

button.fancybox-button.fancybox-button--play, button.fancybox-button.fancybox-button--thumbs {
    display: none;
}

ul li {
    list-style: none;
}

.header_item.logo {
    width: 216px;
}

.header_item.logo img {
        position: absolute;
    top: 0;
    left: 0;

}

.header_item.menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 593px;
    padding-left: 0;
}



.header_content {
    width: 100%;
    max-width: 1160px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    min-height: 152px;
    /* align-items: center; */
}

.header_content_menu {
    display: flex;
    align-items: center;
    height: 110px;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

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

.header_item.social a {
    margin-left: 10px;
    height: 40px;
    display: block;
    width: 100%;
    transition: ease 0.4s;
    background-size: 0 !important;
}

.header_item.social a:hover {
     background-size: inherit !important; 
}

.header_item.social a:hover img {
    opacity: 0;

}

.header_item.social a:first-child {
    margin-left: 0px;
}

.header_item.menu {
    padding-left: 84px;
    padding-right: 77px;
}

section#hero {
    width: 100%;
    max-width: 1850px;
    margin: 0 auto;
    height: max-content;
}

section#hero img {
    display: block;
    width: 100%;
}

header {
    height: 110px;
    border: 1px solid #EFEFF0;
}



.btn_top {
    text-align: center;
    height: 120px;
    position: relative;
    top: -60px;
}

.btn_top a {
    transition: ease 0.3s;
}

.btn_top a img {
    transition: ease 0.3s;
}

.btn_top a:hover img {
    opacity: 0.97;
}

.about_content p {
    font-style: normal;
    font-weight: 350;
    font-size: 24px;
    line-height: 35px;
    color: #000000;
    font-family: 'Circe Light',sans-serif;
}

.about_content {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 50px;
}
.about_wrapper img {
    width: 100%;
}

.about_us_content .about_us_col:first-child:before {
    content: '';
    display: block;
    width: 115px;
    height: 106px;
    background: url(/assets/images/,,.svg) center no-repeat;
    position: absolute;
    top: -70px;
    left: -70px;
    z-index: 0;
    
}

.about_us_col, .work_details_col {
    width: 50%;
}

.work_details_col:last-child {
    padding-left: 40px;
    width: 45%;
    padding-right: 0;
}

.work_title:before {
    content: '';
    display: block;
    background: url(/assets/images/work_details.svg) center no-repeat;
    width: 90px;
    height: 24px;
    position: absolute;
    top: -42px;
    left: 6px;
}

.work_title {
    font-family: 'Circe Regular',sans-serif;
    text-transform: uppercase;
    color: #2B3A4A;
    font-size: 52px;
    margin-bottom: 40px;
    position: relative;
    margin-top: 0;
}

.work_details_col:first-child img {
    padding: 15px;
    border: 1px solid #EFEFF0;
    width: 100%;
    height: auto;
    max-width: 460px;
    background: #ffffff;
}

#top_content {
    margin-bottom: 150px;
}

.about_us_col:first-child {
    padding-right: 40px;
    position: relative;
}

.about_us_col:last-child {
    text-align: right;
    margin-top: 30px;
}

.about_us_col img {
    padding: 15px;
    border: 1px solid #EFEFF0;
    width: 100%;
    height: auto;
    max-width: 460px;
    background: #ffffff;
}

.about_us_col p {
    margin: 0;
    font-family: 'Circe Light',sans-serif;
    z-index: 1;
    position: relative;
}

.work_details_col {
    padding-right: 40px;
}

.work_details_content {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.footer_item.f_politics a {
    text-decoration-line: underline;
    color: #2B3A4A;
    opacity: 0.5;
    font-weight: 350;
    font-size: 15px;
    line-height: 22px;
}

.footer_item.f_phone a {
    font-weight: 350;
    font-size: 22px;
    line-height: 32px;
    color: #2B3A4A;
}

.footer_item.f_email a {
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 27px;
    color: #2B3A4A;
}

.footer_item.f_politics a:hover {
    text-decoration: none;
}

.footer_item.f_copyright {
    font-size: 15px;
    line-height: 36px;
    color: #2B3A4A;
    opacity: 0.5;
}

.creative_item {
    position: relative;
    margin-bottom: 40px;
    transition: ease 0.2s;
    max-width: 360px;
    max-height: 660px;
    background-size: cover !important;
}

.creative_item p.title {
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: ease 0.2s;
    font-style: normal;
    font-weight: 350;
    font-size: 24px;
    line-height: 35px;
    color: #FDFDFD;
    font-family: 'Circe Light',sans-serif;
    padding: 40px;
    z-index: 11;
}

.creative_item a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 12;
}

.creative_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
background: #2B3A4A;
    z-index: -1;
    opacity: 0;
    transition: ease 0.4s;
}

.creative_item:hover .creative_overlay {
 
         z-index: 1;
    opacity: 0.7;   
    
}

.zakaz_project_text .btn {
    margin: 0 auto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #2B3A4A;
    max-width: 250px;
}

#zakaz_project {
    padding-top: 130px;
    padding-bottom: 140px;
}

.zakaz_project_text .title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(/assets/images/vmeste_s_nami.svg) center no-repeat;
    width: 191px;
    height: 23px;
}

.zakaz_project_text .title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('/assets/images/gotovy_sozdat.svg') center no-repeat;
        width: 191px;
    height: 34px;
}

.zakaz_project_text .title {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #2B3A4A;
    max-width: 460px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.creative_item:hover p.title {
    opacity: 1;
    z-index: 2;
}

.our_creativity_content {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;

    background: #ffffff;
    max-height: max-content;
    padding: 20px;
    overflow: visible;
    align-items: baseline;
    max-height: 1150px;
    column-count: 3;
    display: block;
    grid-template-columns: repeat(4, 1fr);
    text-align: left;
    background: #fff;
        padding: 40px;
}



.creative_item:nth-child(4) img {
    margin-top: 15px;
    position: absolute;
    bottom: 60px;
    opacity: 1;
        height: auto;
        width: auto;
}

.creative_item:nth-child(4) a {
height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.creative_item:nth-child(4) .title {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #2B3A4A;
    max-width: 290px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    top: -15px;
    display: block;
    opacity: 1;
    z-index: 1;
}


.creative_item:nth-child(4) {
    max-width: 360px;
    width: 100%;
    height: 260px;
    border: 1px solid #2B3A4A;
    display: flex;
    align-items: center;
    justify-content: center;
        text-align: center;
    background: none !important;
}

.creative_item:nth-child(4):hover .creative_overlay {
    display: none;
}

.creative_img {
    opacity: 0;
}

.footer_content {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
}

footer {
    position: relative;
}

.common-home footer:before {
    content: '';
    background: url(/assets/images/footer_bg.svg) center no-repeat;
    width: 1850px;
    height: 810px;
    position: absolute;
    bottom: 100%;
    display: block;
    left: 50%;
    z-index: -1;
    margin-left: -925px;
}

body:not(.common-home) footer:before {
    content: '';
    background: url(/assets/images/page_footer_bg.jpg) center no-repeat;
    width: 1850px;
    height: 1605px;
    position: absolute;
    bottom: 100%;
    display: block;
    left: 50%;
    z-index: -1;
    margin-left: -925px;
}

body.details-page footer:before, body.contacts_page footer:before, body.about_page footer:before, body.prices_page footer:before {
    display: none;
}


.contacts_wrapper {
    margin-top: 40px;
    text-align: center;
}

.annabelle {
    font-family: 'Annabelle Regular',sans-serif;
    font-size: 26px;
}
h2 {
    font-family: 'Circe Light',sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #2B3A4A;
}

.contacts_box_info_box {
max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: calc(100%);
    left: 0;
}
.contacts_box_info_box_content {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.contacts_items_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_item_box {
    width: 360px;
    max-width: 100%;
    text-align: left;
}

.contact_item_box .title {
    margin-bottom: 10px;
    font-weight: 350;
    font-size: 18px;
    line-height: 27px;
    color: #2B3A4A;
    opacity: 0.5;
}

.contacts_item span {
    color: #2B3A4A;
    opacity: 0.5;
}

.contacts_item a {
    color: #2B3A4A;
}

.contact_item_box .value {
    font-family: 'Circe Light',sans-serif;
}

.contacts_box_info {
     display: table;
    padding: 40px 20px;
    padding-bottom: 0;

    background: #EFEFF0;
}

.contacts_box_wrapper {
background: #EFEFF0;
    padding-top: 70px;
    position: relative;
    margin-top: -9px;

}

.contacts_box {
    max-width: 1160px;
    margin: 0 auto;
}


.contacts_box_info  .annabelle:nth-child(1) {
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

.contacts_box_info  .annabelle:nth-child(3) {
    text-align: right;
    display: block;
    margin-top: 10px;
}

.burger {
    display: none;
}

.footer_box {
    display: flex;
    justify-content: space-between;
}

.footer_item.f_phone {
    margin-right: 40px;
}

.footer_item.f_copyright {
    margin-left: 40px;
}

.title_h1 {
    text-align: center;
    margin-top: 10px;
}

.back_btn {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

h1 {
text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Annabelle Regular',sans-serif;
    font-weight: lighter;
}

body.details-page h1 {
    margin-bottom: 40px;
}

ul.B_crumbBox {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #2B3A4A;
    opacity: 0.5;
}

.separator {
    margin: 0 10px;
}

ul.B_crumbBox li {
    
}

ul.B_crumbBox li span{
        color: #2B3A4A;
    opacity: 0.5;
}

.details_content p {
    font-style: normal;
    font-weight: 350;
    font-size: 32px;
    line-height: 47px;
    text-align: center;
    color: #000000;
    font-family: 'Circe Light',sans-serif;
    max-width: 960px;
    margin: 0 auto;
}

.back_btn img {
    margin-right: 10px;
}

.page_content_btns_top {
    position: relative;
}

.page_wrapper {
    margin-top: 80px;
}

.page_content {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.projects_box .rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 28px;
}

body .btn-more {
    width: 100%;
    padding-top: 21px;
    padding-bottom: 22px;
    background: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #2B3A4A;
}

.projects_box .project_item {
    width: 360px;
    max-width: 32%;
    margin-bottom: 40px;
    cursor: pointer;
}

.projects_box .project_item .image {
    height: 440px;
    background-size: cover !important;
    margin-bottom: 20px;
    position: relative;
    
}

body .fancybox-button {
    background: none;
}

.projects_box .project_item .image img {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.more_box button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.more_box button img {
    margin-right: 7px;
}

.project_item .desc {
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    font-family: 'Circe Light',sans-serif;
    word-break: break-word;
}

.details_items_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto;
    margin-top: 105px;
}

.details_item {
    width: 360px;
    max-width: 100%;
    position: relative;
    padding-left: 50px;
    margin-bottom: 40px;
}

.details_item .num, .prices_items_value .num {
position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    font-family: 'Annabelle Regular',sans-serif;
    font-size: 26px;
}

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

.prices_items_value p {
    font-family: 'Circe Light',sans-serif;
}

.prices_items_value {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
}

.details_item p {
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    
    color: #000000;
}

.contacts_wrapper img {
    width: 100%;
    height: auto;
}

.about_wrapper {

    text-align: center;
}

.about_content_wrapper {
    background: #EFEFF0;
    padding-top: 40px;
    position: relative;
    top: -10px;
    padding-bottom: 10px;
}

.prices_content_wrapper {
    background: #EFEFF0;
}

.prices_content {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prices_content_col {
    width: 48%;
}

.prices_price {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #2B3A4A;
    margin-bottom: 40px;
}

.prices_title {
    font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 110%;
/* or 26px */

letter-spacing: 0.2em;
text-transform: uppercase;

/* dark blue */

color: #2B3A4A;
margin-bottom: 40px;
}

.modal_wrapper {
    display: none;
    background: #ffffff;
    top: 70px;
    left: 50%;
    max-width: 420px;
    margin-left: -210px;
    z-index: 1000;
    padding: 40px 34px;
    background: #FFFFFF;
    border-radius: 0;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 5%);
    height: auto;
    top: 50%;
    margin-top: -332px;
    display: none;
    overflow: visible;
    position: fixed;
}

.modal_wrapper img.close {
    width: 24px !important;
    height: auto;
    margin: 0;
        position: absolute;
    top: 0;
    right: -30px;
    height: max-content;
    cursor: pointer;
}

.modal_content_box input[type="text"] {
    width: 100%;
    background: none;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    Width: 100%;
    max-width: 100%;
    Height: 40px;
    position: relative;
    margin-bottom: 10px;
    font-family: 'Manrope',sans-serif;
    border-bottom: 1px solid #2B3A4A;
    border-radius: 0;
}

button.feedback {
    width: 100%;
    height: 42px;
    background: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    border: none;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 auto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: initial;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #2B3A4A;
    max-width: 190px;
    border: 1px solid #2B3A4A;
    border-radius: 0;
    margin-top: 15px;
}

.modal_content .title {
    font-style: normal;
    font-weight: normal;
    font-size: 31px;
    margin-bottom: 20px;
    line-height: 120%;
    text-align: center;
    color: #2B3A4A;
    margin: 0;
    font-family: 'Circe Regular',sans-serif;
    text-align: left;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    letter-spacing: 0.2em;
}

.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4A4C61;
    opacity: 0.9;
    z-index: 999;
}

.common-home .about_us_content {
    display: flex;
    max-width: 1160px;
    margin: 0 auto;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

body #feedback-modal-box {
    background: #ffffff;
    top: 70px;
    left: 50%;
    max-width: 596px;
    margin-left: -298px;
    z-index: 1000;
    padding: 60px 104px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 5%);
    height: auto;
    top: 50%;
    margin-top: -125px;
    height: 250px;
    overflow: visible;
    position: fixed;
    width: auto;
}

body #feedback-modal-box #feedback-infolist li {
    text-align: center;
    font-size: 110%;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 120%;
    text-align: center;
    color: #2B3A4A;
    margin: 0;
    font-family: 'Circe Regular',sans-serif;
    text-align: center;
}

body .tit_page {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 20px;
    font-family: 'Circe Light',sans-serif;
}

body .modal-close {
    background: none;
    right: -30px;
}

body .modal-close:hover {
    background: none;
}

.page_content_box.about_us_content h1 {
    margin-bottom: 40px;
}

.page_content_box.about_us_content .about_content {
    text-align: left;
}

@media (max-width: 1270px){
    .footer_content {
         padding-left: 15px;
        padding-right: 15px;
    }
    
    
}


.creative_img {
    opacity: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px){
    
    .contacts_box_wrapper, .prices_content_wrapper {
    
        padding-left: 15px;
        padding-right: 15px;
        
    }
    
    .prices_title {
        font-size: 21px;
    }
    
    .prices_content_col:first-child {
       padding-right: 20px;
    } 
    
    .prices_content_col:last-child {
       padding-left: 20px;
    } 
    
    .prices_items_value p {
        font-family: 'Circe Light',sans-serif;
        font-size: 17px;
        line-height: 20px;
    }
    
    .contact_item_box {
    width: 32%;
}
    
    .contacts_wrapper img {
    width: auto;
    height: 510px;
}
    
    .details_items_list .details_item p {
        font-size: 18px;
        line-height: 27px;
    }
    
    .details_content p {
        font-size: 26px;
        line-height: 37px;
    }
    
    .page_content, .details_content {
    padding-left: 15px;
    padding-right: 15px;
}

.details_item {
    width: 32%;
}
    
    .footer_box {
    flex-wrap: wrap;
}

.footer_item {
    width: 100%;
}

.footer_item.f_copyright {
    margin-left: 0;
}
    
    .footer_item.f_phone {
    order: 1;
}

.footer_item.f_social {
    order: 2;
    width: 20%;
}

.footer_item.f_social .header_item.social a img {
    width: 40px;
    height: 40px;
}

.footer_item.f_politics {
    order: 3;
}
    
    .footer_content {
        flex-wrap: wrap;
    }
    
    .footer_item.f_email {
    order: 4;
}
    
    .footer_item.f_copyright {
    order: 5;
}
    
.footer_box {
    flex-wrap: wrap;
    width: 33%;
}
    
    .creative_img {
    opacity: 0;
    height: 100%;
}
    
    .creative_item:nth-child(2), .creative_item:nth-child(7) {
        height: 450px;
    }
    
     .creative_item:nth-child(3) .creative_img {
         height: auto;
     }
    
 .creative_item:nth-child(3), .creative_item:nth-child(5) {
    height: 300px;
}
    
    .creative_item {
        height: 450px;
    }
    
    .header_content {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .header_item.menu {
    padding-left: 34px;
    padding-right: 27px;
}

.header_item.menu ul {
    width: 463px;
}
.header_item.menu ul li a {
    font-size: 16px;
}
}

@media (max-width: 1070px){
    
.contact_item_box:last-child {
    width: 25%;
      padding-right: 0px;
}

.contact_item_box {
    padding-right: 20px;
}
    
    .about_content_wrapper, .work_details_content {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .work_details_col {
        padding-right: 0;
    }
    
    .work_details_col:last-child {
        padding-left: 0;
    }    
    
    .about_us_col p {

        font-size: 18px;
        line-height: 27px;
    }
    
    .header_item.logo {
        width: 156px;
        position: relative;
        height: 142px;
    }
    
    header, .header_content_menu {
    height: 80px;
}
    
    .header_item.logo img {
        width: 100%;
        height: 100%;
    }
    
    .header_item.social a img {
        width: 30px;
        height: 30px;
    }
    
    .header_item.social a {
        display: flex;
            height: auto;
    }
}


@media (max-width: 870px){
    
    .contacts_wrapper img {
    width: auto;
    height: 350px;
}

h2 {
    font-size: 28px;
}
    
    body .footer_item.f_social {
    width: 160px;
}
    
    .footer_item.f_phone, .footer_item.f_social {
        width: 49%;
    }
    
    .creative_item p.title, .our_creativity_content {
        padding: 20px
    }
    
    .btn_top a img {
    height: 80px;
}

.btn_top {
    text-align: center;
    height: auto;
    position: relative;
    top: -40px;
}

    .header_item.menu ul {
        width: 433px;
    }
    
    .header_item.menu {
    padding-left: 14px;
    padding-right: 14px;
}
}

@media (max-width: 960px){
    
    .contact_item_box:last-child {
    width: 32%;
}
    
    .footer_box {
        flex-wrap: wrap;
        width: 49%;
    }
    
    .footer_content {
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
    }
    
    .footer_item.f_social {
        margin-top: 10px;
    }
}

@media (max-width: 870px){
    
.contact_item_box, .contact_item_box:last-child {
    width: 48%;
    margin-bottom: 20px;
}
    
    .details_item {
        width: 48%;
    }
}

@media (max-width: 768px){
    
    .modal_wrapper {
    max-width: 420px;
    margin-left: -210px;
    padding: 20px 40px;
    padding-bottom: 40px;
    height: auto;
}
    
    .projects_box .project_item {
        width: 48%;
        max-width: 100%;
    }
    
    .details_content p {
    font-size: 21px;
    line-height: 24px;
}
    

    
    .footer_item.f_politics a {
    font-size: 17px;
}
    
    .footer_item.f_phone a {
    white-space: nowrap;
}
    
    .our_creativity_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
    
.creative_item, .creative_item:nth-child(2), .creative_item:nth-child(7), .creative_item:nth-child(3), .creative_item:nth-child(5) {
    height: 230px;
    width: 32%;
    margin: 0;
}

.creative_item:nth-child(4) img {
    bottom: 40px;
    width: auto;
}

.creative_item:nth-child(4) {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 200px;
}
    
    .work_details_col p:not(.work_title) {
        font-size: 21px;
        line-height: 25px;
    }
    
    .header_item.logo {
    order: 2;
    position: absolute;
    left: 50%;
    margin-left: -108px;
    width: 216px;
    top: 0;
    }
    
.btn_top {
    top: -44px;
}
    
    .header_item.social {
        order: 3;
    }
    
    .header_item.menu {
        order: 1;
        position: relative;
    }
    
    .burger {
        display: block;
    }
    
    .header_item.menu ul {
        display: none;
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    }
    
.menu_line.open + ul {
    display: block;
    background: #ffffff;
    width: 200px;
    box-shadow: 0px 4px 26px rgb(0 0 0 / 9%);
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 10;
}
    
    .menu_line.open + ul li a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 17px;
    }
    
    .menu_line {
        width: 40px;
        height: 30px;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        cursor: pointer;
    }
    
    .menu_line.open span:nth-child(1) {
        transform: rotate(45deg);
    }
    
    .menu_line.open span:nth-child(2) {
        opacity: 0;
        transition: ease 0.1s;
    }
    
    .menu_line.open span:nth-child(3) {
        transform: rotate(-45deg);
    }
    
    .menu_line.open span {
        width: 40px;
        height: 2px;
        background: #617E8C;
        display: block;
        margin-bottom: 3px;
        transition: ease 0.4s;
        position: absolute;
    }
    
    .menu_line span {
    width: 100%;
    height: 2px;
    background: #617E8C;
    display: block;
    margin-bottom: 3px;
    transition: ease 0.4s;
    }
    
    .menu_line span:last-child {
    margin-bottom: 0;
}

    section#hero {
        height: 250px;
        position: relative;
    }
    
    #hero img {
        display: block;
        width: auto;
        position: absolute;
        height: 100%;
    }
    
    header {
    position: relative;
    z-index: 1;
}

}

@media (max-width: 670px){
    
    .prices_content_col:first-child, .prices_content_col:last-child {
        padding-right: 20px;
        padding-left: 20px;
        width: 100%;
        margin-bottom: 30px;
    }
    
    .creative_item, .creative_item:nth-child(2), .creative_item:nth-child(7), .creative_item:nth-child(3), .creative_item:nth-child(5) {
        width: 49%;
        margin-bottom: 15px;
        
    }
    
    
    .creative_item:nth-child(4) {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        height: 230px;
        order: 10;
    }
}

@media (max-width: 640px){
    
    #zakaz_project {
    padding-top: 80px;
    padding-bottom: 70px;
}

.zakaz_project_text .btn {
    max-width: 250px;
}

.zakaz_project_text .title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 31px;
    padding-left: 15px;
    padding-right: 15px;
}

.zakaz_project_text .title:before {
    margin-bottom: 15px;
}

.zakaz_project_text .title:after {
    margin-top: 15px;
}
    
.header_item.logo {
    margin-left: -83px;
    width: 166px;
    top: -10px;
}

}

@media (max-width: 570px){
    
    .modal_content .title {
        font-size: 25px;
    }
    
    .modal_wrapper {
    max-width: 360px;
    margin-left: -180px;
    padding: 20px 40px;
    padding-bottom: 40px;
    height: auto;
}
    
    .contact_item_box, .contact_item_box:last-child {
    width: 100%;
    margin-bottom: 20px;
}
    
    .contacts_wrapper img {
    width: auto;
    height: 270px;
}

h2 {
    font-size: 18px;
}

.contacts_box_info .annabelle:nth-child(1), .contacts_box_info .annabelle:nth-child(3) {
    margin-top: 0;
    margin-bottom: 0;
}

.contacts_box_info {
    padding: 10px 15px;
    padding-bottom: 0;
}

.annabelle {
    font-size: 16px;
}
    
    .contacts_box_info {
        padding: 20px 20px;
    }
    
    .back_btn {
        top: -40px;
    }
    
    .details_item {
    width: 100%;
}
    
    .footer_box {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        max-width: 100%;
        text-align: center;
    }
    
    .footer_content {
        justify-content: center;
    }
    
    body .footer_item.f_social {
        width: auto;
    }
    
    .work_details_col a.btn {
        margin-left: auto;
        margin-right: auto;
    }
    
    .work_title:before {
        top: -52px;
        left: 50%;
        margin-left: -45px;
    }
    
.work_details_content {
    flex-wrap: wrap;
    text-align: center;
}
    
    .work_details_col {
        width: 100%;
    }
    
    .work_details_col:last-child {
        order: -1;
        width: 100%;
        margin-bottom: 40px;
    }
    
    .about_us_content {
        flex-wrap: wrap;
    }
    
    .about_us_content .about_us_col {
        width: 100%;
        padding: 0;
        text-align: left;
    }
        
    .header_item.logo {
    margin-left: -62px;
    width: 124px;
    top: -24px;
}

section#hero {
    height: 250px;
    position: relative;
}

section#hero img {
    height: 100%;
    width: auto;
    left: 50%;
    position: absolute;
    margin-left: -308px;
}

}


@media (max-width: 520px){

 .header_item.logo {
        margin-left: 0;
        width: 124px;
        top: -24px;
        left: 80px;
    }
}

@media (max-width: 480px){
    
    .footer_item.f_phone, .footer_item.f_social {
        width: 100%;
    }
    
    .footer_item.f_phone {
    margin-right: 0;
}
    
.modal_wrapper {
    max-width: 300px;
    margin-left: -150px;
    padding: 30px 30px;
    padding-top: 17px;
    padding-bottom: 20px;
    height: auto;
    margin-top: 0;
    top: 50px;
}

.modal_content .title {
    font-size: 21px;
}
    
    .projects_box .project_item {
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}
    
.creative_item, .creative_item:nth-child(2), .creative_item:nth-child(7), .creative_item:nth-child(3), .creative_item:nth-child(5) {
    width: 49%;
    max-width: 100%;
    margin-bottom: 15px;
}

.creative_item p.title, .our_creativity_content {
    font-size: 15px;
    line-height: 25px;
}

}


@media (max-width: 420px){
    
    .modal_wrapper img.close {
    width: 24px !important;
    height: auto;
    margin: 0;
    position: absolute;
    top: -30px;
    right: 0;
    height: max-content;
    cursor: pointer;
}
    
    .contacts_wrapper img {
    width: auto;
    height: 210px;
}
    
    .btn_top a img {
    height: 60px;
}

.btn_top {
    top: -32px;
}
    
    .header_item.menu {
        padding-left: 0;
        padding-right: 0;
    }
    
    .header_item.logo {
    margin-left: 0;
    width: 124px;
    top: -24px;
    left: 40px;
}
    
    .menu_line, .menu_line.open span {
        width: 30px;
    }
    
    .menu_line.open span  {
        height: 2px;
    }
    
    .menu_line span {
        width: 100%;
        height: 2px;
        margin-bottom: -2px;
    }
}

@media (max-width: 375px){
    
    .creative_item:nth-child(4) .title {
        font-size: 20px;
    }
    
    .header_item.social a {
        display: flex;
        height: auto;
        margin-left: 5px;
    }
    
    .header_item.logo {
    margin-left: 0;
    width: 104px;
    top: -34px;
    left: 40px;
}
.header_item.social {
    order: 3;
    display: none;
}

    .header_item.logo {
    margin-left: 0;
    width: 144px;
    top: -17px;
    right: auto;
    left: 50%;
    margin-left: -72px;
}
}

@media (max-width: 360px){

}