/*
Theme Name: Gull
Template: twentytwentyone
Version: 1.0
*/

/* @import url("../twentytwentyone/style.css"); */

.header-contacts {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 17px;
    position: absolute;
    top: 20px;
    right: 0;
}
.header-contacts a {
    text-decoration: none;
    margin-right: 75px;
}
.header-contacts svg {
    top: 4px;
    position: relative;
}
.header-phone {
    color: #333333;
}
.header-email {
    font-family: 'Commissioner', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #333333;
}
.header-call {
    font-family: 'Commissioner', sans-serif;
    color: #49a7ef;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 30px;
    cursor: pointer;
    border: 2px solid #49a7ef;
}
.header-call:hover {
    color: white;
    background-color: #49a7ef;
}
#masthead {
    position: relative;
    padding: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}
#site-navigation {
    margin-top: 55px;
    background: white;
}
#site-navigation a {
    font-family: 'Commissioner', sans-serif;
    text-transform: uppercase;
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    padding-left: 15px;
}
.sub-menu-toggle {
    height: 40px !important;
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: none;
}
.hero {
    height: 590px;
    background-size: cover;
    padding-top: 78px;
}
.hero-text-wrapper {
    background-color: rgba(3, 115, 199, .5);
    color: white;
    width: 470px;
    border-radius: 5px;
    padding: 50px 55px 70px 55px;
}
.hero-title {
    font-family: 'Commissioner', sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}
.hero-subtitle {
    font-family: 'Commissioner', sans-serif;
    font-size: 30px;
    margin-top: 15px;
}
.hero-txt {
    font-family: 'Commissioner', sans-serif;
    font-size: 17px;
    font-weight: 300;
    margin-top: 15px;
}
.advantages {
    display: flex;
    list-style-type: none;
}
.advantage {
    font-family: 'Commissioner', sans-serif;
    width: 25%;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
.advantage span {
    position: relative;
    top: -23px;
    left: 10px;
}
.advantages-wrapper {
    border-bottom: 1px solid #eeefef;
    padding-bottom: 50px;
}
.achievements-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    justify-content: space-between;
}
.achievements-block {
    width: 50%;
    color: #333333;
}
.achievements-title {
    font-family: 'Commissioner', sans-serif;
    font-size: 40px;
    font-weight: 500;
    width: 400px;
    line-height: 1.2;
}
.achievements-subtitle {
    font-family: 'Commissioner', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 25px;
    margin-bottom: 35px;
    line-height: 1.9;
    width: 550px;
}
.achievements-txt {
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
}
.achievements-img {
    max-height: 390px;
    overflow: hidden;
}
.achievements-txt-wrap {
    padding-right: 50px;
}
.achievements-img-wrap {
    padding-top: 20px;
}
.achievements {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: space-between;
}
.achievements span {
    display: block;
}
.achievements li {
    width: 23%;
    text-align: center;
    /* padding: 0 28px; */
}
.achievement-val {
    font-family: 'Commissioner', sans-serif;
    font-size: 65px;
    font-weight: 700;
    color: #3ea2ee;
}
.achievement-title {
    font-family: 'Commissioner', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #333;
}
.services-wrapper  {
    text-align: center;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 50px;
}
.services  {
    display: flex;
    max-width: 1800px;
    margin: 0 auto;
}
.services li {
    width: 33.3%;
    list-style-type: none;
}
.services li a {
    text-decoration: none;
    position: absolute;
    top: 36%;
    color: white;
    font-family: 'Commissioner', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    height: 74px;
}
.services li a::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    top: 125%;
    left: 50%;
    margin-left: -30px;
    background-color: rgba(255, 255, 255, 0.5);
}
.services li a::before {
    content: '';
    position: absolute;
    top: 145%;
    left: 50%;
    margin-left: -7px;
    border: 15px solid transparent;
    border-left: 20px solid rgb(255, 255, 255);
}
.footer-top {
    background-color: #011f32;
    padding: 70px 0;
}
.footer-bottom {
    font-family: 'Commissioner', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #919a9f;
    text-align: center;
    padding: 25px 0;
}
.footer-block1-content {
    display: flex;
    flex-direction: column;
}
.footer-block-item {
    /* display: block; */
}
.footer-top-wrapper {
    display: flex;
    justify-content: space-between;
}
.footer-block-ttl {
    font-family: 'Commissioner', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #3ea2ee;
    position: absolute;
}
.footer-block-content {
    margin-top: 45px;
    list-style-type: none;
    font-family: 'Commissioner', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: white;
    text-decoration: none;
}
.footer-block-content span a {
    color: #333333 !important;
}
.footer-block.footer-block2 a {
    color: white !important;
}
.footer-phone svg {
    margin-right: 15px;
}
.footer-phone {
    font-family: 'Commissioner', sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.5;
    color: white;
}
.footer-call {
    font-family: 'Commissioner', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #65b5f1;
    margin-top: 25px;
    margin-left: 40px;
}
.footer-block2 li {
    margin-bottom: 25px;
}
.footer-block2 li span {
    padding-left: 10px;
}
.footer-block2 li svg {
    top: 4px;
    position: relative;
}
ul.footer-block-content {
    padding-left: 0;
}
ul.footer-block-content a {
    color: white;
    text-decoration: none;
}
ul.footer-block-content li {
    margin-bottom: 10px;
}
ul.footer-block-content a:hover {
    color: #3ea2ee;
}
.site-main {
    padding-bottom: 0 !important;
}
.map-wrapper {
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.form-wrapper {
    text-align: center;
}
.services-title {
    font-family: 'Commissioner', sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: white;
}
.form-title {
    font-family: 'Commissioner', sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: white;
}
.form-inner {
    background: url('./img/form-bg.jpg');
    height: 355px;
    padding: 40px 80px;
    position: relative;
    border-radius: 5px;
}
.form-field {
    display: inline;
    margin: 0 20px;
}
.wpcf7 input {
    border: none;
    background: none;
    color: white !important;
}
.wpcf7 input[type=text], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    border-bottom: 1px solid white;
}
.wpcf7 input::placeholder {
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: white;
}
input[type=text]:focus, .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    outline: none;
}
.wpcf7 input[type=submit] {
    background: #eeefef !important;
    font-family: 'Commissioner', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #333333 !important;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 15px 80px;
    width: 260px;
    margin-left: -130px;
    position: absolute;
    bottom: 55px;
    left: 50%;
}
.wpcf7 input[type=submit]:hover {
    color: white;
}
.wpcf7 input[type=submit]:focus {
    outline: none;
}
.wpcf7 {
    margin-top: 30px;
}
.wpcf7-form-control-wrap {
    display: inline-block;
}
.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 14px;
}
.wpcf7-response-output {
    color: #ff6868;
    font-size: 14px;
    position: absolute;
    bottom: -3px;
    width: 85%;
}
.contactus_form .wpcf7-response-output {
	border-color: #e5ecec !important;
	color: #e5ecec !important;
}
.callback-wrapper .wpcf7-response-output {
	border-color: #5190bb !important;
	color: #5190bb !important;
}
.workflows-wrapper {
    margin-top: 0;
}
.services {
    padding-left: 0;
}
.service-img-wrapper {
    position: relative;
    top: 0;
    left: 0;
    height: 94%;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    transition: top 0.3s, left 0.3s, height 0.3s, width 0.3s ease;
    /* transition: left 0.3s ease 0s; */
    /* transition: width 0.3s ease 0s;
    transition: height 0.3s ease 0s; */
}
.service-img-wrapper:hover {
    /* position: relative; */
    z-index: 999;
    top: -8px;
    left: -8px;
    height: 97%;
    width: 103%;
    -webkit-box-shadow: 0px 0px 15px 0px #b7b3b3;
    box-shadow: 0px 0px 15px 0px #b7b3b3;
}
.service-img-wrapper:hover img {
    height: 100%;
    /* position: relative;
    margin-left: -30%; */
}
.workflow {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ico-bg {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: #3ea2ee;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ico-bg:before {
    content: '';
    position: absolute;
    width: 40px;
    border-top: 2px solid #3ea2ee;
    left: -60px;
}
.ico-bg:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 2px solid #3ea2ee;
    border-right: 2px solid #3ea2ee;
    transform: rotate(45deg);
    left: -41px;
}
.workflow li:first-child .ico-bg::before, .workflow li:first-child .ico-bg::after {
    border: none;
}
.workflow li {
    width: 25%;
    min-width: 250px;
    margin-top: 25px;
}
.workflow-wrapper {
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.workflow-wrapper span {
    width: 150px;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 13px;
}
.workflows-title {
    font-family: 'Commissioner', sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #333333 !important;
    text-align: center;
    display: block;
    padding-bottom: 35px;
}
#primary-mobile-menu {
    position: absolute;
    top: -12px;
    right: -3px;
    background: white !important;
}
#primary-mobile-menu:focus {
    outline: none;
}
.services-title {
    color: #333333 !important;
    margin-top: 60px;
    margin-bottom: 30px;
    display: block;
}
#main {
    padding-top: 0;
}
.fix-nav {
    position: fixed;
    padding: 0 25px;
    top: -50px;
    -webkit-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.7);
    z-index: 9;
}
:focus-visible {
    outline: none;
}
.callback-wrapper .wpcf7-submit {
    position: static !important;
    margin-left: auto !important;
    display: block;
    margin: 0 auto;
}
.callback-wrapper .wpcf7-response-output {
    bottom: -32px;
}
.callback-wrapper .wpcf7-not-valid-tip {
    bottom: -2px;
}
.callback-wrapper p {
    text-align: center;
}
.call-phone {
    background: #5190bb !important;
    margin-bottom: 20px !important;
}
.callback-title {
    text-align: center;
    text-transform: uppercase;
    color: #5190bb;
    font-weight: 600;
}
.page-title {
    font-family: 'Commissioner', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 25px;
    margin-bottom: 25px;
}
.page-txt {
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    margin-bottom: 50px;
}
.wp-block-image {
    margin-top: 25px;
}
.contacts-page a, .contacts-page span {
    color: #333333;
    display: inline;
}
.contacts-page a {
    margin-right: 20px;
}
.contacts-page ul span {
    display: inline;
    padding-left: 10px;
}
.contacts-map {
    margin-top: 10px;
}
.contacts-page-items {
    margin-bottom: 30px;
}
@media (max-width: 1380px) {
    .form-inner {
        padding-top: 15px;
    }
    .hero {
/*         background: url(https://gull.local/wp-content/uploads/2021/07/gullcar2.jpg) right !important; */
    }
}
@media (max-width: 1320px) {
    .advantage span {
        position: relative;
        top: -62px;
        left: 64px;
        width: 100px;
        display: block;
    }
}
@media (max-width: 1317px) {
    #site-navigation {
        /* width: 100%; */
        /* margin-top: 0; */
    }
    #site-navigation a {
        padding-left: 0;
    }
    .header-contacts a {
        margin-right: 14px;
        margin-bottom: 2px;
        font-size: 14px;
    }
    .header-contacts {
        display: flex;
        flex-wrap: wrap;
        max-width: 900px;
        margin-left: 245px;
        justify-content: flex-end;
    }
    .header-call {
        padding: 3px 15px;
    }
}
@media (max-width: 1260px) {
    .achievements-subtitle {
        width: auto;
    }
}
@media (max-width: 1250px) {
    #site-navigation {
        /* width: 100%;
        margin-top: 0; */
    }
}
@media (max-width: 1090px) {
    .achievements-block {
        width: 100%;
    }
    .achievements-img {
        text-align: center;
    }
    .services {
        display: flex;
        max-width: 1800px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .services li {
        width: 600px;
    }
}
@media (max-width: 990px) {
    .footer-block {
        padding: 10px;
    }
    .footer-top-wrapper {
        flex-wrap: wrap;
    }
    .worktime {
        font-size: 13px;
    }
}
@media (max-width: 950px) {
    .home .wpcf7 {
        margin-top: 3px;
    }
    .home .wpcf7 input[type=submit] {
        bottom: 77px;
    }
    .home .wpcf7-response-output {
        font-size: 13px;
    }
}
@media (max-width: 900px) {
    .advantages {
        flex-wrap: wrap;
        justify-content: center;
    }
    .advantages li {
        width: 200px;
    }
}
@media (max-width: 770px) {
    .wpcf7 {
        margin-top: 0;
    }
    .form-inner {
        padding: 20px 30px;
    }
    .wpcf7-form-control.wpcf7-text {
        width: 100%;
    }
    .form-field {
        display: block;
    }
    .form-title {
        font-size: 25px;
    }
}

/* menu custom collapse */
@media only screen and (max-width: 1260px) {
    .primary-navigation-open .primary-navigation > .primary-menu-container {
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        border: 2px solid transparent;
    }
    .primary-navigation > div > .menu-wrapper {
        padding-bottom: 100px;
        padding-left: 0;
    }
    .primary-navigation-open .primary-navigation {
        width: 100%;
        position: fixed;
    }
    .menu-button-container {
        display: block;
    }
    .primary-navigation > .primary-menu-container {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        padding-top: calc(var(--button--line-height) * var(--primary-nav--font-size-button) + 42px + 5px);
        padding-left: var(--global--spacing-unit);
        padding-right: var(--global--spacing-unit);
        padding-bottom: var(--global--spacing-horizontal);
        background-color: var(--global--color-background);
        transition: all 0.15s ease-in-out;
        transform: translateY(var(--global--spacing-vertical));
    }
    .primary-navigation > div > .menu-wrapper li {
        display: block;
        position: relative;
        width: 100%;
    }

    /*  */
    .logo img {
        /* width: 114px; */
    }
    .header-contacts {
        margin-left: 125px;
    }

    #main {
        padding-top: 20px;
    }
}

@media (max-width: 646px) {
    .services li {
        width: 100%;
    }
    * {
        /* border: 1px solid red; */
    }
}
@media (max-width: 620px) {
    .header-contacts {
        top: 2px;
    }
    .footer-phone.footer-block-item {
        display: block;
    }
}
@media (max-width: 570px) {
    .hero-text-wrapper {
        width: auto;
    }
    .hero-title {
        font-size: 24px;
    }
    .hero-subtitle {
        line-height: 1;
    }
    .achievement-val {
        font-size: 45px;
    }
    .achievements {
        flex-wrap: wrap;
    }
    .achievements li {
        width: 100%;
    }
}
@media (max-width: 545px) {
    .header-phone2 {
        display: none;
    }
    .header-call {
        display: none;
    }
}
@media (max-width: 481px) {
    #primary-mobile-menu {
        top: 27px;
    }
    .achievements-txt-wrap {
        padding: 10px;
    }
    .achievements-title {
        font-size: 18px;
        width: 100%;
    }
    #main {
        margin-left: 0;
        margin-right: 0;
    }
    * {
        /* border: 1px solid red; */
    }
}
@media (max-width: 410px) {
    .home .wpcf7 input[type=submit] {
        bottom: 94px;
    }
    .home .wpcf7-not-valid-tip {
        font-size: 12px;
    }
    .home .form-inner {
        padding: 20px 15px;
    }
}
@media (max-width: 350px) {
    .custom-logo-link img {
        width: 186px;
    }
    #primary-mobile-menu {
        top: 20px;
    }
}