header .container {
    max-width: 1860px !important;
}
.main-portfolio{
    padding-top:0px !important;
}
/**** popup *****/
.black.form .z1, .black.form .z2, .black.form .z3, .black.form .z4, .black.form .main-contacts__title {
    color: #161515;
}
.main-contacts__title {
    font-weight: 900;
    font-size: 61px;
    line-height: 1.3;
    margin-bottom: 50px;
}
.form__field {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.black.form input, .black.form textarea {
    border-color: #161515;
    color: #161515;
}
.form input, .form__input {
    text-transform: uppercase;
}
.form input, .form textarea, .form__input {
    background: 0 0;
    border: none;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    padding: 0 0 10px;
    margin: 50px 0 0;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
}
.black.form label {
    color: #161515;
}
.form__prompt {
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    pointer-events: none;
}
.form__field.pointer {
    cursor: pointer;
    border-color: transparent;
}
.black.form p {
    color: rgba(22,21,21,.7);
}
.form__info {
    margin-top: 20px !important;
    font-size: 12px;
    line-height: 1.8;
    color: rgba(255,255,255,.7);
}
.form .button {
    margin-top: 40px;
}
.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 34px 0 34px 37px;
    color: currentColor;
}
.form input[type=file], .form textarea[type=file], .form__input[type=file] {
    opacity: 0;
    cursor: pointer;
}
.button.black{
    border:0px;
    background-color: #fff;
}
.button .button-group {
    margin-right: 60px;
    position: relative;
}
.button .button-group .button-animation {
    height: 80px;
    width: 90px;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3D(-62%,-50%,0);
    transform: translate3D(-62%,-50%,0);
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
}
.button.black .button-group .button-animation__circle {
    border-color: #161515;
}
.button .button-group .button-animation__circle:nth-child(1) {
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: spin1 4.5s linear infinite;
    animation: spin1 4.5s linear infinite;
}
.button .button-group .button-animation__circle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 90px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 115% 140% 145% 110%/125% 140% 110% 125%;
    mix-blend-mode: screen;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 3;
}
.button.black .button-group .button-animation__circle {
    border-color: #161515;
}
.button .button-group .button-animation__circle:nth-child(2) {
    opacity: .3;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: spin2 4.5s linear infinite;
    animation: spin2 4.5s linear infinite;
}
.button .button-group .button-arrow {
    z-index: 4;
    position: relative;
}
.button.black .button-group svg {
    fill: #161515;
}
.button .button-group svg {
    width: 20px;
    max-height: 20px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    fill: #fff;
}
.button .button-text {
    text-align: left;
}
.button .button-text p {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.black.form p a {
    color: #161515;
    border-color: #161515;
}
.button.black .button-text p, .button.black .button-text span {
    color: #161515;
}
.pop .fancybox-close-small {
    color: #000 !important;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.form .button{
    background: transparent;
    border: 0px;
}
@media (max-height: 576px){
    .fancybox-close-small {
        right: -6px;
    }
}
.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
/***** popup ********/
.contacts-list .phone-link svg {
    display: none;
}