/*Бургер*/

@keyframes topBar_open {
    0% {
        transform: translateY(0px) rotate(0deg);
        width: 60px;
    }
    10% {
        transform: translateY(-8px) rotate(0deg);
        width: 60px;
    }
    50% {
        transform: translateY(25px) rotate(45deg);
        width: 84px;
    }
    75% {
        transform: translateY(12px) rotate(45deg);
        width: 84px;
    }
    100% {
        transform: translateY(17px) rotate(45deg);
        width: 84px;
    }
}

@keyframes bottomBar_open {
    0% {
        transform: translateY(0px) rotate(0deg);
        width: 60px;
    }
    10% {
        transform: translateY(-8px) rotate(0deg);
        width: 60px;
    }
    60% {
        transform: translateY(0px) rotate(-45deg);
        width: 84px;
    }
    75% {
        transform: translateY(-10px) rotate(-45deg);
        width: 84px;
    }
    100% {
        transform: translateY(-8px) rotate(-45deg);
        width: 84px;
    }
}

@keyframes menuLabel_open {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }
    25% {
        transform: translateY(-18px);
    }
    45% {
        transform: translateY(44px);
        opacity: 1;
    }
    48% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(30px);
        opacity: 0;
    }
}

@keyframes topBar_close {
    0% {
        transform: translateY(17px) rotate(45deg);
        width: 84px;
    }
    35% {
        transform: translateY(-8px) rotate(-4deg);
        width: 60px;
    }
    53% {
        transform: translateY(10px) rotate(3deg);
        width: 60px;
    }
    70% {
        transform: translateY(-6px) rotate(0deg);
        width: 60px;
    }
    100% {
        transform: translateY(-2px) rotate(0deg);
        width: 60px;
    }
}

@keyframes bottomBar_close {
    0% {
        transform: translateY(-8px) rotate(-45deg);
        width: 84px;
    }
    35% {
        transform: translateY(-18px) rotate(6deg);
        width: 60px;
    }
    53% {
        transform: translateY(0px) rotate(-3deg);
        width: 60px;
    }
    68% {
        transform: translateY(-7px) rotate(0deg);
        width: 60px;
    }
    100% {
        transform: translateY(0px) rotate(0deg);
        width: 60px;
    }
}

@keyframes menuLabel_close {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    5% {
        transform: translateY(25px);
        opacity: 1;
    }
    25% {
        transform: translateY(-30px);
        opacity: 1;
    }
    37% {
        transform: translateY(-22px);
        opacity: 1;
    }
    45% {
        transform: translateY(-22px);
        opacity: 1;
    }
    58% {
        transform: translateY(8px) rotate(-10deg);
        opacity: 1;
    }
    83% {
        transform: translateY(-6px) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.menu-btn {
    display: block;
    position: absolute;
    /* margin: 70px auto; */
    text-align: center;
    right: 0;
    width: 60px;
    height: 65px;
    transform: scale(0.5);
}

.menu-btn:before, .menu-btn:after {
    content: '';
    width: 100%;
    height: 8px;
    background-color: #fff;
    display: block;
    position: absolute;
    border-radius: 20px;
}

.menu-btn:before {
    transform-origin: left center;
}

.menu-btn:after {
    right: 0;
    top: 25px;
    transform-origin: right center;
}

.menu-btn .text {
    color: #fff;
    font-family: 'Candal', sans-serif;
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 17px;
    letter-spacing: 2.5px;
}

.menu-btn:hover {
    cursor: pointer;
}

.menu-btn.open:before {
    animation: topBar_open 1s ease-in-out;
    animation-fill-mode: forwards;
    top: -40px;
}

.menu-btn.open:after {
    animation: bottomBar_open 1s ease-in-out;
    animation-fill-mode: forwards;
    top: -15px;
}

.menu-btn.open .text {
    animation: menuLabel_open 1s ease-in;
    animation-fill-mode: forwards;
}

.menu-btn.close:before {
    animation: topBar_close 1s ease-in-out;
    animation-fill-mode: forwards;
}

.menu-btn.close:after {
    animation: bottomBar_close 1s ease-in-out;
    animation-fill-mode: forwards;
}

.menu-btn.close .text {
    animation: menuLabel_close 1s ease-in;
    animation-fill-mode: forwards;
}

.credits {
    display: block;
    color: white;
    width: 100%;
    font-family: 'Candal', sans-serif;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.6;
}

/*Бургер*/

.fix:before, .fix:after {

    background-color: black;

}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Museo Sans Cyrl, Helvetica, Arial, sans-serif;
}

.fancybox-bg {
    background-color: hsla(0, 0%, 92%, .9) !important;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

@media only screen and (min-width: 1201px) {

    .mobile-text{
        display: none;
    }

    .mobile-menu {
        display: none;
    }

    .menu-btn {
        display: none;
    }

    .footer-menu > div > div > .mobile {
        display: none !important;
    }

    .footer-menu > div > div > .mobile {
        display: none !important;
    }

    .blockForm form > p {
        display: none;
    }

    .blackHat {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background: #222;
        height: 60px;
        padding: 0 20px;
    }

    .blackHat > .iconBlock span:nth-child(1) {
        display: inline-block;
        letter-spacing: 0;
        line-height: 20px;
        font-size: 16px;
        color: #a6a6a6;
    }

    .blackHat > .iconBlock span:not(:first-child) {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-left: 18px;
        line-height: 20px;
        padding-left: 30px;
        letter-spacing: 0;
        text-align: center;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

    .blackHat > .iconBlock span:not(:first-child):hover:before {
        opacity: 1;
    }

    .blackHat > .iconBlock span:not(:first-child):before {
        background-size: contain;
        position: absolute;
        transform: translateY(-50%);
        content: "";
        left: 0;
        background-repeat: no-repeat;
        opacity: .6;
        top: 50%;
        height: 20px;
        width: 25px;
        background-position: center;
    }

    .blackHat > .iconBlock span:nth-child(2):before {
        background-image: url("../img/blackHat/telegram.svg");

    }

    .blackHat > .iconBlock span:nth-child(3):before {
        background-image: url("../img/blackHat/messenger.svg");

    }

    .blackHat > .iconBlock span:nth-child(4):before {
        background-image: url("../img/blackHat/vk.svg");

    }

    .blackHat > .iconBlock span:nth-child(5):before {
        background-image: url("../img/blackHat/viber.svg");

    }

    .blackHat > div:nth-child(2) {
        position: relative;
        display: inline-block;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        padding: 0px 50px;
    }

    .blackHat > div:nth-child(2) > span:first-child {
        color: rgb(166, 166, 166);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .blackHat > div:nth-child(2) > span:last-child {
        color: rgb(255, 255, 255);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .blackHat > .imgStore {
        width: auto;
        color: red;
        display: block;
        text-align: right;
        margin: 0 0 0 auto;
    }

    .blackHat > .imgStore div {
        background-size: 100%;
        width: 140px;
        height: 40px;
        vertical-align: middle;
        display: inline-block;
        cursor: pointer;
    }

    .blackHat > .imgStore div:first-child {
        background-image: url("../img/blackHat/appleStore.svg");
        margin-right: 10px;
        margin-bottom: 0;
    }

    .blackHat > .imgStore div:last-child {
        background-image: url("../img/blackHat/androidStore.svg");
    }

    .headerPlusForm {
        background-image: url("../img/blockForm/bg.jpg");
        background-size: cover;
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -webkit-box-pack: center;
        background-repeat: no-repeat;
        background-position: right top;
        min-height: 540px;
    }

    .headerPlusForm > header > div {
        height: 60px;
        padding: 10px 30px;
    }

    .headerPlusForm > header .logoImg {
        fill: #20a052;
        float: left;
        padding: 5px 0;
    }

    .headerPlusForm > header .menu {
        float: right;
        padding-top: 10px;
    }

    .headerPlusForm > header .menu > span {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        letter-spacing: .8px;
        padding: 0 5px 0 15px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .3s ease;
        cursor: pointer;
    }

    .blockForm {
        width: 100%;
    }

    .blockForm > div {
        display: block;
        margin: 0 auto;
        max-width: 1120px;
    }

    .blockForm > div > div {
        width: 41.6667%;
        box-sizing: border-box;
        padding: 0;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px;
        opacity: 0.96;
        border-radius: 6px;
    }

    .blockForm form {
        position: relative;
        padding: 30px;
    }

    .blockForm form > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        padding: 5px 0px 25px 0px;
        line-height: 45px;
    }

    .blockForm form > .calc1 {
        padding: 5px 0;
        transition: box-shadow .3s ease;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .blockForm form > .calc1 > span:first-child {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        border-right: none;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: 0;
        position: relative;
        background: #fff;
        min-width: 58px;
        cursor: pointer;
        height: 50px;
    }

    .blockForm form > .calc1 > span:first-child:after {
        margin: -1px 0 0 -7px;
        position: absolute;
        content: "";
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .calc1 > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        /*line-height: 17px;*/
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .blockForm form > .calc1 > span:last-child {
        border: 1px solid #d9d9d9;
        position: relative;
        background: #fff;
        min-width: 58px;
        cursor: pointer;
        height: 50px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-left: none;
        border-radius: 0 4px 4px 0;
    }

    .blockForm form > .calc1 > span:last-child:after {
        margin: -1px 0 0 -7px;
        position: absolute;
        content: "";
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .calc1 > span:last-child:before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .calc2 {
        padding: 5px 0;
        transition: box-shadow .3s ease;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .blockForm form > .calc2 > span:first-child {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        border-right: none;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: 0;
        position: relative;
        background: #fff;
        min-width: 58px;
        cursor: pointer;
        height: 50px;
    }

    .blockForm form > .calc2 > span:first-child:after {
        margin: -1px 0 0 -7px;
        position: absolute;
        content: "";
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .calc2 > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        /*line-height: 17px;*/
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .blockForm form > .calc2 > span:last-child {
        border: 1px solid #d9d9d9;
        position: relative;
        background: #fff;
        min-width: 58px;
        cursor: pointer;
        height: 50px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-left: none;
        border-radius: 0 4px 4px 0;
    }

    .blockForm form > .calc2 > span:last-child:after {
        margin: -1px 0 0 -7px;
        position: absolute;
        content: "";
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .calc2 > span:last-child:before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .number {
        padding: 5px 0;
        transition: box-shadow .3s ease;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .blockForm form > .number > input {
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        line-height: 17px;
        font-size: 16px;
        padding: 0 0 0 20px;
        margin: 0;
        font-weight: 600;
        outline: none;
        min-width: 0;
        height: 50px;
        width: 100%;
    }

    .blockForm form > .number > input:focus {
        border-color: #20a052;
    }

    .blockForm form > .number > input::-webkit-input-placeholder {
        color: #a6a6a6;
    }

    .blockForm form > .number > input::-moz-placeholder {
        color: #a6a6a6;
    }

    .blockForm form > .number > div {
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        padding: 16px 0 15px;
        background: #fff;
        text-align: center;
        border-right: none;
        line-height: 17px;
        min-width: 58px;
        font-size: 16px;
        color: #a6a6a6;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .blockForm form > .button {
        width: 100%;
        padding: 5px 0;
    }

    .blockForm form > .button > input {
        background: #20a052;
        transition: background .2s ease;
        padding: 16px 20px 15px;
        border-radius: 4px;
        line-height: 19px;
        font-size: 16px;
        cursor: pointer;
        display: block;
        outline: none;
        border: none;
        color: #fff;
        width: 100%;
    }

    .blockForm form > .button > input:hover {
        background: #4db375;
    }

    .infoBlock {
        width: 100%;
        background-color: rgb(255, 255, 255);;
    }

    .infoBlock > div {
        max-width: 1120px;
        box-sizing: border-box;
        width: 100%;
        margin: 0px auto;
    }

    .infoBlock .blockUp {
        display: flex;
        padding: 25px 0 40px 0;
        border-style: none none solid;
        border-image: initial;
        border-bottom: 1px solid rgb(217, 217, 217);
    }

    .infoBlock .blockUp > div {
        width: 33.3333%;
        box-sizing: border-box;
        /*padding: 0px 10px;*/
    }

    .infoBlock .blockUp > div > a {
        display: block;
        background-color: transparent;
        font-size: 20px;
        font-weight: 500;
        color: black;
        text-decoration: none;
        text-align: left;
        width: intrinsic; /* Safari/WebKit uses a non-standard name */
        width: -moz-max-content; /* Firefox/Gecko */
        width: -webkit-max-content; /* Chrome */
        height: inherit;
        border-style: none none solid;
        border-image: initial;
        border-bottom: 1px solid rgb(217, 217, 217);
        padding: 7px 0 0 0;
        cursor: pointer;
        transition: all 0.1s linear 0s;
    }

    .infoBlock .blockUp > div > a:hover {
        background-color: transparent;
        color: rgb(32, 160, 82);
        box-sizing: border-box;
        cursor: pointer;
        transition: all 0.1s linear 0s;
        border-bottom: 1px solid rgb(32, 160, 82);
        border-color: rgb(32, 160, 82);
    }

    .infoBlock .blockDown {
        width: 100%;
        padding: 100px 0 120px 0;
    }

    .infoBlock .blockDown .item {
        width: 100%;
        vertical-align: top;
        background-repeat: no-repeat;
        box-sizing: border-box;
        padding: 80px 40px 0px 40px;
        display: inline-block;
        background-position: 50px 0;
    }

    .infoBlock .blockDown > div > div .bg1 {
        background-image: url("../img/blockDown/1.svg");
    }

    .infoBlock .blockDown > div > div .bg2 {
        background-image: url("../img/blockDown/2.svg");
    }

    .infoBlock .blockDown > div > div .bg3 {
        background-image: url("../img/blockDown/3.svg");
    }

    .infoBlock .blockDown .item > h4 {
        color: rgb(34, 34, 34);
        font-weight: 600;
        font-size: 30px;
        line-height: 35px;
        text-align: left;
        padding: 10px 0 10px 0;
    }

    .infoBlock .blockDown .item > p {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-align: left;
        padding-bottom: 15px;
    }

    .infoBlock .blockDown .item > a {
        color: rgb(32, 160, 82);
        font-weight: 700;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 1px;
        text-transform: uppercase;
        cursor: pointer;
    }

    .infoBlock .blockDown .item > a > span {
        background-image: url("../img/blockDown/arrow.svg");
        width: 15px;
        display: inline-block;
        height: 10px;
        background-position: right center;
        background-repeat: no-repeat;
    }

    .blockDo {
        background-color: #f8f8f8;
        padding: 100px 0 120px 0;
    }

    .blockDo > div {
        display: block;
        max-width: 1120px;
        margin: 0 auto;
    }

    .blockDo > div > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
        text-align: center;
    }

    .blockDo > div > p {
        color: rgb(34, 34, 34);
        font-weight: 500;
        padding: 10px 0 40px 0;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .blockDo > div > .blockContent > .nav {
        display: flex;
        width: 100%;
        padding-bottom: 20px;
    }

    .blockDo > div > .blockContent > .nav > div {
        letter-spacing: 0.8px;
        position: relative;
        text-align: center;
        margin-left: -1px;
        cursor: pointer;
        font-size: 14px;
        width: 100%;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(217, 217, 217);
        border-image: initial;
        transition: background 0.2s ease 0s;
        background: rgb(255, 255, 255);
        padding: 12px 0px 11px;
        border-radius: 4px 0px 0px 4px;
    }

    .blockDo > div > .blockContent > .nav > div > span {
        color: inherit;
        font-weight: 700;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .blockDo > div > .blockContent > .nav > .active {
        position: relative;
        color: rgb(255, 255, 255);
        cursor: default;
        z-index: 2;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        transition: background 0.2s ease 0s;
        border-color: rgb(34, 34, 34);
        background: rgb(34, 34, 34);
    }

    .blockDo > div > .blockContent > .descImg {
        height: 600px;
        /*background-image: url("../img/blockDo/1.jpg");*/
        position: relative;

    }

    .blockDo > div > .blockContent > .descImg > div {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0;
        z-index: 1;
        transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
    }

    .blockDo > div > .blockContent > .descImg > .active {

        opacity: 1 !important;
        z-index: 2;
        transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
    }

    .blockDo > div > .blockContent > .buttonLink {
        padding: 40px 0 0 0;
    }

    .blockDo > div > .blockContent > .buttonLink > span {
        display: block;
        transition: background .2s ease;
        width: 260px;
        border: 1px solid #d9d9d9;
        text-transform: uppercase;
        padding: 12px 10px 11px;
        box-sizing: border-box;
        margin: 0 auto;
        letter-spacing: .8px;
        background: #fff;
        position: relative;
        text-align: center;
        border-radius: 6px;
        line-height: 17px;
        font-weight: 700;
        font-size: 14px;
        cursor: pointer;
        color: #222;
    }

    .blockDo > div > .blockContent > .buttonLink > span:hover {
        background-color: #f8f8f8;
    }

    .blockDo > div > .blockContent > .buttonLink > span:after {
        border: 2px solid #a6a6a6;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block;
        border-bottom: none;
        border-left: none;
        margin-left: 10px;
        height: 7px;
        width: 7px;
        content: "";
    }

    .cleaningTeam {
        width: 100%;
        position: relative;
    }

    .cleaningTeam > div {
        padding: 100px 0 120px 0;
        max-width: 1120px;
        box-sizing: border-box;
        width: 100%;
        margin: 0px auto;
        border-bottom: 1px solid rgb(217, 217, 217);
    }

    .cleaningTeam > div > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
        text-align: center;
        padding-bottom: 10px;
    }

    .cleaningTeam > div > p {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .cleaningTeam > div > button {
        color: rgb(32, 160, 82);
        background-color: transparent;
        width: 250px;
        display: block;
        font-size: 16px;
        padding: 15px 0 15px 0;
        margin: 0 auto;
        font-weight: 500;
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        margin-top: 40px;
        cursor: pointer;
        transition: all 0.1s linear 0s;
    }

    .cleaningTeam > div > button:hover {
        background-color: transparent;
        font-size: 16px;
        font-weight: 500;
        transform: translateY(-3px);
        box-shadow: rgba(0, 59, 23, 0.1) 0px 10px 10px 0px;
        color: rgb(32, 160, 82);
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        transition: all 0.1s linear 0s;
    }

    .cleaning {
        width: 100%;
    }

    .cleaning > div {
        max-width: 1120px;
        padding: 100px 0 120px 0;
        box-sizing: border-box;
        width: 100%;
        margin: 0px auto;
    }

    .cleaning > div > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
        text-align: center;
    }

    .cleaning > div > p {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 20px;
        padding-top: 10px;
        line-height: 30px;
        text-align: center;
    }

    .cleaning > .assessment {
        max-width: 940px;
        margin: 0 auto;
        padding: 0 0 120px 0;
    }

    .cleaning > .assessment > div {
        /*margin-top: 70px;*/
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        transition: all .8s ease;
    }

    .cleaning > .assessment > div .item {
        transition: all .8s ease;
        height: 300px;
        width: 300px;
        text-align: center;
        background: #fff;
        border-radius: 6px;
        border: 1px solid #d9d9d9;
        color: #000;
    }

    .cleaning > .assessment > div .item > div:nth-child(1) {
        font-size: 14px;
        color: #000;
        font-weight: 700;
        line-height: 40px;
        text-transform: uppercase;
        letter-spacing: .8px;
        border-bottom: 1px solid #d9d9d9;
        background: hsla(0, 0%, 97%, .5);
        border-radius: 6px 6px 0 0;
    }

    .cleaning > .assessment > div .item > div:nth-child(2) {
        background: 70% 0 no-repeat;
        background-size: 190px;
        border-radius: 100px;
        margin: 30px auto 0 auto;
        opacity: 1;
        height: 160px;
        width: 160px;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) {
        display: flex;
        margin: 0 auto;
        max-width: 170px;
        padding: 20px 0 0 0;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) > div {
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) > div > div {
        width: 25px;
        height: 25px;
        display: inline-flex;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) > div > span {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        margin: 0px;
        vertical-align: top;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) > div > div > div {
        height: 100%;
        width: 100%;
        background-image: url("../img/cleaning/smail.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) > span {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .cleaning > .assessment  button {
        color: rgb(32, 160, 82);
        background-color: transparent;
        width: 250px;
        display: block;
        font-size: 16px;
        padding: 15px 0 15px 0;
        margin: 0 auto;
        font-weight: 500;
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        margin-top: 40px;
        cursor: pointer;
        transition: all 0.1s linear 0s;
    }

    .cleaning > .assessment  button:hover {
        background-color: transparent;
        font-size: 16px;
        font-weight: 500;
        transform: translateY(-3px);
        box-shadow: rgba(0, 59, 23, 0.1) 0px 10px 10px 0px;
        color: rgb(32, 160, 82);
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        transition: all 0.1s linear 0s;
    }

    .rating {
        width: 100%;
        background-color: #f8f8f8;
    }

    .rating > div {
        max-width: 1120px;
        width: 100%;
        margin: 0 auto;
        padding: 100px 0 120px 0;
    }

    .rating > div .title {
        width: 66.6667%;
        box-sizing: border-box;
        padding: 0 0 40px 0;
        margin: 0 auto;
    }

    .rating > div .title > span:first-child {

    }

    .rating > div .title > span:first-child > div {
        width: 60px;
        height: 60px;
        padding: 0 0 25px 0;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        display: block;
        margin: 0 auto;
    }

    .rating > div .title > span:first-child > div > div {
        height: 100%;
        width: 100%;
        background-image: url("../img/cleaning/smail.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .rating > div .title > span:first-child > span {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        padding: 0 0 10px 0;
        line-height: 45px;
        display: block;
        text-align: center;
    }

    .rating > div .title > span:last-child {
        display: block;
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .rating > div .client {
        display: flex;
    }

    .rating > div .client > div {
        display: flex;
    }

    .rating > div .client > div {
        display: block;
    }

    .rating > div .client > div > div {
        background-color: rgb(255, 255, 255);
        padding: 20px;
        border-radius: 6px;
        margin-bottom: 20px;
    }

    .rating > div .client > div > div > span {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 25px;
        line-height: 35px;
    }

    .rating > div .client > div > div > div {
        display: flex;

        padding: 10px 0 0 0;
    }

    .rating > div .client > div > div > div > div:first-child {
        display: inline-block;
        padding-right: 30px;
    }

    .rating > div .client > div > div > div > div:first-child > div {
        display: flex;
    }

    .rating > div .client > div > div > div > div > div:first-child > span {
        color: rgb(166, 166, 166);
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        vertical-align: top;
    }

    .rating > div .client > div > div > div > div > div:last-child > span {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .rating > div .client > div > div > div > div:last-child > div {
        display: flex;
    }

    .rating > div .client > div > div > div > div:last-child > div > div {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > div {
        padding-left: 10px;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > span {
        padding-left: 10px;
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
    }

    .rating > div .client > div > div > div > div:last-child > div > span {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > div {
        display: flex;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > div > div {
        width: 25px;
        height: 25px;
        display: inline-flex;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > div > div > div {
        height: 100%;
        width: 100%;
        background-image: url("../img/cleaning/smail.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > div > span {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        padding-left: 5px;
        line-height: 25px;
    }

    .rating > div > button {
        color: rgb(32, 160, 82);
        background-color: transparent;
        width: 250px;
        display: block;
        font-size: 16px;
        padding: 15px 0 15px 0;
        margin: 0 auto;
        font-weight: 500;
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        margin-top: 40px;
        cursor: pointer;
        transition: all 0.1s linear 0s;
    }

    .rating > div > button:hover {
        background-color: transparent;
        font-size: 16px;
        font-weight: 500;
        transform: translateY(-3px);
        box-shadow: rgba(0, 59, 23, 0.1) 0px 10px 10px 0px;
        color: rgb(32, 160, 82);
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        transition: all 0.1s linear 0s;
    }

    .cleaningApartment {
        width: 100%;
        background-color: white;
        padding: 100px 0 100px 0;
    }

    .cleaningApartment > div {
        max-width: 1120px;
        box-sizing: border-box;
        width: 100%;
        margin: 0px auto;
    }

    .cleaningApartment > div > .title {
        width: 66.6667%;
        display: block;
        margin: 0 auto;
    }

    .cleaningApartment > div > .title > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
        text-align: center;
        padding-bottom: 40px;
    }

    .cleaningApartment > div > .desc {
        -webkit-box-pack: center;
        justify-content: center;
        display: flex;
    }

    .cleaningApartment > div > .desc > div {
        width: 33.3333%;
        box-sizing: border-box;
        padding: 0px 10px;
    }

    .cleaningApartment > div > .desc > div > div {
        background-color: rgb(255, 255, 255);
        display: block;
        padding: 30px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(217, 217, 217);
        border-image: initial;
        border-radius: 6px;
    }

    .cleaningApartment > div > .desc > div > div > span:nth-child(1) {
        display: block;
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 30px;
        line-height: 35px;
    }

    .cleaningApartment > div > .desc > div > div > span:nth-child(2) {
        display: block;
        color: rgb(34, 34, 34);
        font-weight: 900;
        font-size: 50px;
        line-height: 55px;
        padding: 0 0 30px 0;
    }

    .cleaningApartment > div > .desc > div > div > button {
        color: rgb(255, 255, 255);
        background-color: rgb(32, 160, 82);
        width: 100%;
        font-size: 17px;
        font-weight: 500;
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        box-sizing: border-box;
        line-height: 20px;
        height: 50px;
        cursor: pointer;
        -webkit-appearance: none !important;
        transition: all 0.1s linear 0s;
        padding: 0px 10px;
        outline: none !important;
    }

    .cleaningApartment > div > .desc > div > div > button:hover {
        color: rgb(255, 255, 255);
        width: 100%;
        font-size: 17px;
        font-weight: 500;
        background-color: rgb(35, 176, 89);
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        border-color: rgb(35, 176, 89);

    }

    .cleaningApartment > div > .article {
        text-align: center;
        padding: 20px 0 0 0;
    }

    .cleaningApartment > div > .article > span {
        color: rgb(166, 166, 166);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        text-align: center;
    }

    .questions {
        width: 100%;
        display: flex;
        background-color: #f8f8f8;
        padding: 100px 0 100px 0;
    }

    .questions > div {
        max-width: 1120px;
        box-sizing: border-box;
        width: 100%;
        margin: 0px auto;
    }

    .questions > div > .title {
        text-align: center;
        padding-bottom: 40px;
    }

    .questions > div > .title > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
        text-align: center;
    }

    .questions > div > .title > p {

        color: inherit;
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .questions > div > .dec > div {
        /*border-bottom: 1px solid rgb(217, 217, 217);*/
        border-top: 1px solid rgb(217, 217, 217);
    }

    .questions > div > .dec > div:last-child {
        border-bottom: 1px solid rgb(217, 217, 217);
    }

    .questions > div > .dec > div > div {
        height: 50px;
        overflow: hidden;
        padding: 25px 0 25px 0;
        position: relative;
        transition: all 0.5s ease 0s;
    }

    .questions > div > .dec > div > div:after {
        transform: translate(0px, 0px) rotate(-45deg);
        position: absolute;
        height: 16px;
        width: 16px;
        content: "";
        right: 4px;
        top: 25px;
        transition: all 0.3s ease 0s;
        border-width: 2px 2px;
        border-style: none none solid solid;
        border-color: rgb(166, 166, 166) rgb(166, 166, 166);
        border-image: initial;
        border-right: none;
        border-top: none;
    }

    .questions > div > .dec > div h4 {
        cursor: pointer;
        color: inherit;
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        color: rgb(32, 160, 82);

    }

    .questions > div > .dec > div h4:hover {
        color: rgb(0, 0, 0);
    }

    .questions > div > .dec > div p {
        padding-top: 50px;
        color: inherit;
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        overflow: hidden;
        transition: all 0.5s ease 0s;
    }

    .questions > div > .dec > div > .active:after {
        transform: translate(0px, 10px) rotate(135deg);
        border-color: rgb(0, 0, 0);
        transition: all 0.5s ease 0s;
    }

    .questions > div > .dec > div > .active {
        padding: 25px 0 170px 0;
        height: 30px;
    }

    .questions > div > .dec > div > .active h4 {
        color: rgb(0, 0, 0);
    }

    .questions > div > .dec > div .active > p {
        padding-top: 15px;
        transition: all 0.5s ease 0s;
    }

    .questions > div > .button {
        text-align: center;
        padding: 50px 0 0 0;
    }

    .questions > div > .button > span {
        transition: background .2s ease;
        max-width: 260px;
        border: 1px solid #d9d9d9;
        text-transform: uppercase;
        padding: 12px 10px 11px;
        box-sizing: border-box;
        letter-spacing: .8px;
        background: #fff;
        width: 100%;
        position: relative;
        text-align: center;
        border-radius: 6px;
        line-height: 17px;
        font-weight: 700;
        cursor: pointer;
        font-size: 14px;
        display: block;
        margin: 0 auto;
        color: #222;
    }

    .questions > div > .button > span:hover {
        background-color: #f8f8f8;
        transition: background .2s ease;
    }

    .questions > div > .button > span:after {
        border: 2px solid #a6a6a6;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block;
        border-bottom: none;
        border-left: none;
        margin-left: 12px;
        height: 8px;
        width: 8px;
        content: "";
    }

    .attachment {
        width: 100%;
        color: #fff;
        font-size: 16px;
        line-height: 25px;
        background: #fff;
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .attachment > div:first-child {
        max-width: 1120px;
        height: 755px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 auto;
        background: #20a052;
        border-radius: 6px;
        overflow: hidden;
    }

    .attachment > div:first-child > .img {
        background-image: url(../img/attechment/1.gif);
        height: 755px;
        width: 300px;
        margin-left: 135px;
        background-size: 100%;
        margin-top: 40px;
        background-repeat: no-repeat;
    }

    .attachment > div:first-child > .content {
        padding-top: 80px;
        margin-left: 135px;
        max-width: 360px;
    }

    .attachment > div:first-child > .content h4 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .attachment > div:first-child > .content ul {
        position: relative;
        margin-bottom: 40px;
        padding-left: 40px;
        list-style-type: none;
    }

    .attachment > div:first-child > .content li {
        list-style: none;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .attachment > div:first-child > .content li:before {
        content: "";
        position: absolute;
        left: 0;
        background-image: url(../img/attechment/chek.svg);
        background-size: 100%;
        height: 25px;
        width: 25px;
    }

    .attachment > div:first-child > .content .appIcon {
        max-width: 360px;
        margin-bottom: 20px;
    }

    .attachment > div:first-child > .content .appIcon > div {
        margin-right: 3px;
        margin-bottom: 0;
        background-size: 100%;
        width: 175px;
        height: 50px;
        vertical-align: middle;
        display: inline-block;
        cursor: pointer;
        border-radius: 8px;
    }

    .attachment > div:first-child > .content .appIcon > div:first-child {
        background-image: url(../img/blackHat/appleStore.svg);

    }

    .attachment > div:first-child > .content .appIcon > div:last-child {
        background-image: url(../img/blackHat/androidStore.svg);
    }

    .attachment > div:first-child > .content p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 25px;
        font-weight: 600;
        white-space: nowrap;
    }

    .attachment > div:first-child > .content form > .input {
        height: 60px;
        width: 100%;
        border: none;
        box-sizing: border-box;
        background: #fff;
        border-radius: 4px;
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .attachment > div:first-child > .content form > .input > div {
        min-width: 73px;
        font-size: 20px;
        line-height: 60px;
        border-right: 1px solid #a6a6a6;
        padding: 0;
        text-align: center;
        color: #a6a6a6;
    }

    .attachment > div:first-child > .content form > .input > input {
        padding: 17px 0 16px 20px;
        font-size: 20px;
        border: none;
        background: transparent;
        outline: none;
        color: #000;
        width: 100%;
    }

    .attachment > div:first-child > .content form > .button {
        width: 100%;
        margin-top: 10px;
        color: #fff;
        font-size: 16px;
        line-height: 25px;
    }

    .attachment > div:first-child > .content form > .button > button {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        width: 100%;
        background-color: #000;
        border-radius: 4px;
        display: block;
        outline: none;
        border: none;
        padding: 0;
        color: #fff;
        cursor: pointer;
        transition: all .1s ease-in-out;
    }

    .attachment > div:first-child > .content form > .button > button:hover {
        background-color: #1a1a1a;
        transition: all .1s ease-in-out;
    }

    .attachment > div:last-child {
        max-width: 1120px;
        width: 100%;
        display: block;
        margin: 0 auto;
        color: black;
        padding: 100px 0 0;
        text-align: center;
    }

    .attachment > div:last-child > .title h4 {
        margin-bottom: 20px;
        line-height: 50px;
        font-weight: 700;
        font-size: 40px;
    }

    .attachment > div:last-child > .title p {
        line-height: 30px;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .attachment > div:last-child > .content {
        max-width: 620px;
        margin: 0 auto;
        display: block;
    }

    .attachment > div:last-child > .content > form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: -10px;
    }

    .attachment > div:last-child > .content > form > div {
        padding: 10px;
        width: 300px;
        display: flex;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > span:nth-child(1) {
        cursor: pointer;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > span:nth-child(1):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        line-height: 17px;
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > span:nth-child(3) {
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        border-left: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > span:nth-child(3):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > span:nth-child(3):before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > span:nth-child(1) {
        cursor: pointer;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > span:nth-child(1):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        line-height: 17px;
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > span:nth-child(3) {
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        border-left: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > span:nth-child(3):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > span:nth-child(3):before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(3) {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .attachment > div:last-child > .content > form > div:nth-child(3) > div {
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        background: #fff;
        text-align: center;
        border-right: none;
        line-height: 50px;
        min-width: 58px;
        font-size: 16px;
        vertical-align: middle;
        color: #a6a6a6;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .attachment > div:last-child > .content > form > div:nth-child(3) > input {
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        line-height: 17px;
        font-size: 16px;
        outline: none;
        min-width: 0;
        color: #000;
        height: 50px;
        width: 100%;
        padding-left: 30px;
    }

    .attachment > div:last-child > .content > form > div:nth-child(4) > input {
        background: #20a052;
        transition: background .2s ease;
        padding: 16px 20px 15px;
        border-radius: 4px;
        line-height: 19px;
        font-size: 16px;
        cursor: pointer;
        display: block;
        outline: none;
        border: none;
        color: #fff;
        width: 100%;
        text-align: center;
    }

    .attachment > div:last-child > .content > form > div:nth-child(4) > input:hover {
        background: #4db375;
    }

    .footer {
        background-color: #222222;
        width: 100%;
        margin-bottom: 90px;
    }

    .footer > div {
        max-width: 1120px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        padding: 40px 0;
    }

    .footer > div > .social {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 60px;
        width: 225px;
    }

    .footer > div > .social > div:first-child {
        color: #a6a6a6;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 25px;
    }

    .footer > div > .social > div:last-child {
        width: 100%;
    }

    .footer > div > .social > div:last-child > a {
        margin-bottom: 10px;
        height: 50px;
        line-height: 50px;
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        transition: background .3s ease;
        border-radius: 100px;
        padding-left: 13px;
        letter-spacing: 0;
        text-align: center;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }

    .footer > div > .social > div:last-child > a:nth-child(1) {
        background-color: #0084ff;
    }

    .footer > div > .social > div:last-child > a:nth-child(2) {
        background-color: #5c81b3;
    }

    .footer > div > .social > div:last-child > a:nth-child(3) {
        background-color: #2ca5e0;
    }

    .footer > div > .social > div:last-child > a:nth-child(4) {
        background-color: #7c529e;
    }

    .footer > div > .social > div:last-child > a:nth-child(1):hover {
        background-color: #339dff;
    }

    .footer > div > .social > div:last-child > a:nth-child(2):hover {
        background-color: #7f9cc3;
    }

    .footer > div > .social > div:last-child > a:nth-child(3):hover {
        background-color: #58b8e7;
    }

    .footer > div > .social > div:last-child > a:nth-child(4):hover {
        background-color: #956fb4;
    }

    .footer > div > .social > div:last-child > a:after {
        background-repeat: no-repeat;
        background-position: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        left: 10px;
        top: 50%;
        height: 20px;
        width: 25px;
    }

    .footer > div > .social > div:last-child > a:nth-child(1):after {
        background-image: url(../img/footer/1.svg);
    }

    .footer > div > .social > div:last-child > a:nth-child(2):after {
        background-image: url(../img/footer/2.svg);
    }

    .footer > div > .social > div:last-child > a:nth-child(3):after {
        background-image: url(../img/footer/3.svg);
    }

    .footer > div > .social > div:last-child > a:nth-child(4):after {
        background-image: url(../img/footer/4.svg);
    }

    .footer > div > .service {
        max-width: 835px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer > div > .service > div:nth-child(1) {
        display: flex;
    }

    .footer > div > .service > div:nth-child(1) > div {
        width: 265px;
        margin-right: 20px;
    }

    .footer > div > .service > div:nth-child(1) > div:last-child {
        text-align: right;
        margin: 0;
    }

    .footer > div > .service > div:nth-child(1) > div > div:first-child {
        color: #a6a6a6;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
        display: block;
    }

    .footer > div > .service > div:nth-child(1) > div > div:last-child {
        display: block;
    }

    .footer > div > .service > div:nth-child(1) > div > div:last-child > a {
        color: #fff;
        font-size: 16px;
        line-height: 25px;
        display: block;
        text-decoration: none;
        cursor: pointer;
    }

    .footer > div > .service > div:nth-child(1) > div > div:last-child > a:hover {
        text-decoration: underline;
    }

    .footer > div > .service > div:nth-child(1) > div:last-child > div {
        width: 170px;
        display: block;
        margin: 0 0 0 auto;
    }

    .footer > div > .service > div:nth-child(1) > div:last-child > div > div {
        text-align: left;
        padding-bottom: 20px;
    }

    .footer > div > .service > div:nth-child(1) > .img a {
        padding: 10px 0 0 0;
        display: block;
        width: 175px;
        height: 50px;
        border: none;
        border-radius: 8px;
        background-size: 100%;
        transition: all .1s ease-in-out;
        background-repeat: no-repeat;
        margin: 0 0 0 auto;
    }

    .footer > div > .service > div:nth-child(1) .img a:nth-child(2) {
        background-image: url(../img/blackHat/appleStore.svg);
    }

    .footer > div > .service > div:nth-child(1) .img a:nth-child(3) {
        background-image: url(../img/blackHat/androidStore.svg);
    }

    .footer > div > .service > div:nth-child(2) > div {
        line-height: 20px;
        font-size: 14px;
        color: #a6a6a6;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .footer > div > .service > div:nth-child(2) > div:first-child {
        border-bottom: 1px solid #595959;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .footer > div > .service > div:nth-child(2) > div:first-child > div {
        margin-right: 20px;
        width: 265px;
    }

    .footer > div > .service > div:nth-child(2) > div:first-child > div > a {
        color: #a6a6a6;
        white-space: nowrap;
        text-decoration: none;
    }

    .footer > div > .service > div:nth-child(2) > div:first-child > div > a:hover {

        text-decoration: underline;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child {
        margin: 0 0 0 auto;
        display: flex;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a {
        width: 50px;
        height: 50px;
        background: hsla(0, 0%, 85%, .2);
        transition: all .3s ease;
        display: inline-block;
        border-radius: 100px;
        position: relative;
        margin-left: 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        /*display: flex;*/
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:before {
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: 50%;
        transition: opacity .3s ease;
        background-size: contain;
        opacity: .8;
        content: "";
        z-index: 1;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(1):before {
        background-image: url(../img/footer/1-1.svg);
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(2):before {
        background-image: url(../img/footer/1-2.svg);
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(3):before {
        background-image: url(../img/footer/1-3.svg);
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(3):after {
        background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
        transition: all .3s ease;
        position: absolute;
        border-radius: inherit;
        content: "";
        opacity: 0;
        height: inherit;
        width: inherit;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(1):hover {
        background: #485eac;

    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(2):hover {
        background: #5c81b3;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(3):hover:after {
        opacity: 1;
        cursor: pointer;
    }

    .header-menu {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 2;
        background-color: #fff;
        box-shadow: 0 1px 0 rgba(89, 89, 89, .2);
    }

    .header-menu > div > div {
        height: 0;
        margin: 0;
        padding: 0px 30px;
        overflow: hidden;
        display: block;
        transition: all 0.4s ease-in-out 0s;
    }

    .header-menu > div > .active {
        height: 40px;
        padding: 10px 30px;

        transition: all 0.4s ease-in-out 0s;
    }

    .header-menu > div .logoImg {
        fill: #20a052;
        float: left;
        padding: 5px 0;
    }

    .header-menu > div .menu {
        float: right;
        padding-top: 10px;
    }

    .header-menu > div .menu > span {
        color: #8c8c8c;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        letter-spacing: .8px;
        padding: 0 5px 0 15px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .3s ease;
        cursor: pointer;
    }

    .header-menu > div .menu > span:hover {
        color: #222;
    }

    .foot-foot > .active {
        height: 90px;
    }

    .footer-menu {
        width: 100%;
        position: fixed;
        z-index: 1;
        height: 0px;
        z-index: 10;
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 0px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px 0px;
        transition: all 0.4s ease-in-out 0s;
        background-color: rgb(255, 255, 255);
    }

    .footer-menu > div {
        max-width: 1120px;
        display: block;
        margin: 0 auto;
    }

    .footer-menu > div > div {
        padding-top: 10px;
    }

    .footer-menu > div > div > form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

    }

    .footer-menu > div > div > form > div {
        padding: 10px;
        width: 260px;
        display: flex;
    }

    .footer-menu > div > div > form > div:nth-child(1) > span:nth-child(1) {
        cursor: pointer;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .footer-menu > div > div > form > div:nth-child(1) > span:nth-child(1):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(1) > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        line-height: 17px;
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .footer-menu > div > div > form > div:nth-child(1) > span:nth-child(3) {
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        border-left: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .footer-menu > div > div > form > div:nth-child(1) > span:nth-child(3):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(1) > span:nth-child(3):before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(2) > span:nth-child(1) {
        cursor: pointer;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .footer-menu > div > div > form > div:nth-child(2) > span:nth-child(1):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(2) > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        line-height: 17px;
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .footer-menu > div > div > form > div:nth-child(2) > span:nth-child(3) {
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        border-left: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .footer-menu > div > div > form > div:nth-child(2) > span:nth-child(3):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(2) > span:nth-child(3):before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(3) {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .footer-menu > div > div > form > div:nth-child(3) > div {
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        background: #fff;
        text-align: center;
        border-right: none;
        line-height: 50px;
        min-width: 58px;
        font-size: 16px;
        vertical-align: middle;
        color: #a6a6a6;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .footer-menu > div > div > form > div:nth-child(3) > input {
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        line-height: 17px;
        font-size: 16px;
        outline: none;
        min-width: 0;
        color: #000;
        height: 50px;
        width: 100%;
        padding-left: 30px;
    }

    .footer-menu > div > div > form > div:nth-child(4) > input {
        background: #20a052;
        transition: background .2s ease;
        padding: 16px 20px 15px;
        border-radius: 4px;
        line-height: 19px;
        font-size: 16px;
        cursor: pointer;
        display: block;
        outline: none;
        border: none;
        color: #fff;
        width: 100%;
        text-align: center;
    }

    .footer-menu > div > div > form > div:nth-child(4) > input:hover {
        background: #4db375;
    }

    .popup_1 {
        padding: 0px !important;
        display: none;
        width: 100%;
        max-width: 780px;
        border-radius: 6px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
    }

    .popup_1 > div {
        padding: 65px;
        display: block;
    }

    .popup_1 > div > .title {
        display: block;
        padding: 0;
    }

    .popup_1 > div > .title > h3 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
    }

    .popup_1 > div > .title > p {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        padding: 10px 0 0 0;
    }

    .popup_1 > div > .content > div {
        padding-top: 60px;
        display: flex;
    }

    .popup_1 > div > .content > div > div {
        width: 50%;
        box-sizing: border-box;
        padding-right: 5px;

    }

    .popup_1 > div > .content > div h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
        padding: 0 0 15px 0;
    }

    .popup_1 > div > .content > div .left > div {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        position: relative;
        line-height: 25px;
        padding: 0 0 10px 20px;
    }

    .popup_1 > div > .content > div > div > .left > div:before {
        content: "";
        background-color: rgb(32, 160, 82);
        width: 5px;
        height: 5px;
        position: absolute;
        top: 8px;
        left: 0px;
        border-radius: 50%;
    }

    .popup_1 > div > .content > div > div:nth-child(2) {
        min-width: 260px;
        background-color: rgb(248, 248, 248);
        border-radius: 6px;
        padding-right: 0;
        padding-left: 5px;
        margin-left: 35px;
    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:first-child {
        text-align: center;
        border-bottom: 1px solid rgb(217, 217, 217);
    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:first-child h4 {
        color: rgb(166, 166, 166);
        font-weight: 700;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 10px 0 10px 0;
    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:last-child {
        padding: 15px 30px 15px 15px;
    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:last-child > div {
        display: flex;
        flex-direction: row;
        -webkit-box-pack: start;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 5px 0 0 0;
    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:last-child > div > div:first-child {

    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:last-child > div > div:last-child {
        line-height: 25px;
        font-weight: 500;
        padding-left: 10px;
    }

    .popup_1 > .bg-girl {
        position: relative;
        background: linear-gradient(-180deg, rgb(241, 241, 243) 0%, rgb(236, 236, 238) 100%);
        overflow: hidden;
        width: 100%;
        padding: 0;
    }

    .popup_1 > .bg-girl > div {
        background-image: url("../img/popup/1.png");
        background-size: 448px 400px;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: start;
        justify-content: flex-start;
        min-height: 400px;
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .popup_1 > .bg-girl > div > div {
        width: 360px;
    }

    .popup_1 > .bg-girl > div > div > div {
        display: block;
        padding: 50px 60px 50px 60px;
    }

    .popup_1 > .bg-girl > div > div > div > span:first-child {
        font-weight: 700;
        font-size: 40px;
        position: relative;
        display: block;
        line-height: 45px;
        padding-bottom: 15px;
    }

    .popup_1 > .bg-girl > div > div > div > span:nth-child(2) {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
    }

    .popup_1 > .bg-girl > div > div > div > span:nth-child(2) a {
        color: rgb(32, 160, 82);
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-decoration: none;
    }

    .popup_1 > .bg-girl > div > div > div > span:nth-child(2) a:hover {

        text-decoration: underline;
    }

    .popup_1 > .bg-girl > div > div > div > div {
        width: 230px;
        padding-top: 25px;
    }

    .popup_1 > .bg-girl > div > div > div > div > button {
        color: rgb(255, 255, 255);
        background-color: rgb(32, 160, 82);
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        box-sizing: border-box;
        line-height: 20px;
        height: 50px;
        cursor: pointer;
        -webkit-appearance: none !important;
        transition: all 0.1s linear 0s;
        padding: 0px 10px;
    }

    .popup_1 > .bg-girl > div > div > div > div > button:hover {
        color: rgb(255, 255, 255);
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        background-color: rgb(35, 176, 89);
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        border-color: rgb(35, 176, 89);
    }

    .popup_1 > .dont {
        padding: 40px 60px 40px 60px;
    }

    .popup_1 > .dont > span {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 20px;
        display: block;
        line-height: 25px;
        padding-bottom: 15px;
    }

    .popup_1 > .dont > div {
        display: flex;
    }

    .popup_1 > .dont > div > div {
        box-sizing: border-box;
        padding: 0px 5px;
        width: 50%;
    }

    .popup_1 > .dont > div > div > div {
        position: relative;
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        padding: 0 0 10px 20px;
    }

    .popup_1 > .dont > div > div > div:before {
        content: "";
        width: 10px;
        height: 10px;
        display: block;
        position: absolute;
        top: 5px;
        left: 0px;
        background-image: url("../img/popup/chek.svg");
    }
}

@media only screen and (min-width: 1078px) and (max-width: 1200px) {

    .mobile-text{
        display: none;
    }

    .mobile-menu {
        display: none;
    }

    .menu-btn {
        display: none;
    }

    .footer-menu > div > div > .mobile {
        display: none !important;
    }

    .blockForm form > p {
        display: none;
    }

    .blackHat {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background: #222;
        height: 60px;
        padding: 0 20px;
    }

    .blackHat > .iconBlock span:nth-child(1) {
        display: none;
        letter-spacing: 0;
        line-height: 20px;
        font-size: 16px;
        color: #a6a6a6;
    }

    .blackHat > .iconBlock span:not(:first-child) {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-left: 18px;
        line-height: 20px;
        padding-left: 30px;
        letter-spacing: 0;
        text-align: center;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

    .blackHat > .iconBlock span:not(:first-child):hover:before {
        opacity: 1;
    }

    .blackHat > .iconBlock span:not(:first-child):before {
        background-size: contain;
        position: absolute;
        transform: translateY(-50%);
        content: "";
        left: 0;
        background-repeat: no-repeat;
        opacity: .6;
        top: 50%;
        height: 20px;
        width: 25px;
        background-position: center;
    }

    .blackHat > .iconBlock span:nth-child(2):before {
        background-image: url("../img/blackHat/telegram.svg");

    }

    .blackHat > .iconBlock span:nth-child(3):before {
        background-image: url("../img/blackHat/messenger.svg");

    }

    .blackHat > .iconBlock span:nth-child(4):before {
        background-image: url("../img/blackHat/vk.svg");

    }

    .blackHat > .iconBlock span:nth-child(5):before {
        background-image: url("../img/blackHat/viber.svg");

    }

    .blackHat > div:nth-child(2) {
        position: relative;
        display: inline-block;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        padding: 0px 50px;
    }

    .blackHat > div:nth-child(2) > span:first-child {
        color: rgb(166, 166, 166);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .blackHat > div:nth-child(2) > span:last-child {
        color: rgb(255, 255, 255);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .blackHat > .imgStore {
        width: auto;
        color: red;
        display: block;
        text-align: right;
        margin: 0 0 0 auto;
    }

    .blackHat > .imgStore div {
        background-size: 100%;
        width: 140px;
        height: 40px;
        vertical-align: middle;
        display: inline-block;
        cursor: pointer;
    }

    .blackHat > .imgStore div:first-child {
        background-image: url("../img/blackHat/appleStore.svg");
        margin-right: 10px;
        margin-bottom: 0;
    }

    .blackHat > .imgStore div:last-child {
        background-image: url("../img/blackHat/androidStore.svg");
    }

    .headerPlusForm {
        background-image: url("../img/blockForm/bg.jpg");
        background-size: cover;
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -webkit-box-pack: center;
        background-repeat: no-repeat;
        background-position: right top;
        min-height: 540px;
    }

    .headerPlusForm > header > div {
        height: 60px;
        padding: 10px 30px;
    }

    .headerPlusForm > header .logoImg {
        fill: #20a052;
        float: left;
        padding: 5px 0;
    }

    .headerPlusForm > header .menu {
        float: right;
        padding-top: 10px;
    }

    .headerPlusForm > header .menu > span {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        letter-spacing: .8px;
        padding: 0 5px 0 15px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .3s ease;
        cursor: pointer;
    }

    .blockForm {
        width: 100%;
    }

    .blockForm > div {
        display: block;
        margin: 0 auto;
        max-width: 1120px;
    }

    .blockForm > div > div {
        width: 41.6667%;
        box-sizing: border-box;
        padding: 0;
        margin-left: 30px;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px;
        opacity: 0.96;
        border-radius: 6px;
    }

    .blockForm form {
        position: relative;
        padding: 30px;
    }

    .blockForm form > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        padding: 5px 0px 25px 0px;
        line-height: 45px;
    }

    .blockForm form > .calc1 {
        padding: 5px 0;
        transition: box-shadow .3s ease;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .blockForm form > .calc1 > span:first-child {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        border-right: none;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: 0;
        position: relative;
        background: #fff;
        min-width: 58px;
        cursor: pointer;
        height: 50px;
    }

    .blockForm form > .calc1 > span:first-child:after {
        margin: -1px 0 0 -7px;
        position: absolute;
        content: "";
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .calc1 > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        /*line-height: 17px;*/
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .blockForm form > .calc1 > span:last-child {
        border: 1px solid #d9d9d9;
        position: relative;
        background: #fff;
        min-width: 58px;
        cursor: pointer;
        height: 50px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-left: none;
        border-radius: 0 4px 4px 0;
    }

    .blockForm form > .calc1 > span:last-child:after {
        margin: -1px 0 0 -7px;
        position: absolute;
        content: "";
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .calc1 > span:last-child:before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .calc2 {
        padding: 5px 0;
        transition: box-shadow .3s ease;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .blockForm form > .calc2 > span:first-child {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        border-right: none;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: 0;
        position: relative;
        background: #fff;
        min-width: 58px;
        cursor: pointer;
        height: 50px;
    }

    .blockForm form > .calc2 > span:first-child:after {
        margin: -1px 0 0 -7px;
        position: absolute;
        content: "";
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .calc2 > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        /*line-height: 17px;*/
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .blockForm form > .calc2 > span:last-child {
        border: 1px solid #d9d9d9;
        position: relative;
        background: #fff;
        min-width: 58px;
        cursor: pointer;
        height: 50px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-left: none;
        border-radius: 0 4px 4px 0;
    }

    .blockForm form > .calc2 > span:last-child:after {
        margin: -1px 0 0 -7px;
        position: absolute;
        content: "";
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .calc2 > span:last-child:before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .number {
        padding: 5px 0;
        transition: box-shadow .3s ease;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .blockForm form > .number > input {
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        line-height: 17px;
        font-size: 16px;
        padding: 0 0 0 20px;
        margin: 0;
        font-weight: 600;
        outline: none;
        min-width: 0;
        height: 50px;
        width: 100%;
    }

    .blockForm form > .number > input:focus {
        border-color: #20a052;
    }

    .blockForm form > .number > input::-webkit-input-placeholder {
        color: #a6a6a6;
    }

    .blockForm form > .number > input::-moz-placeholder {
        color: #a6a6a6;
    }

    .blockForm form > .number > div {
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        padding: 16px 0 15px;
        background: #fff;
        text-align: center;
        border-right: none;
        line-height: 17px;
        min-width: 58px;
        font-size: 16px;
        color: #a6a6a6;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .blockForm form > .button {
        width: 100%;
        padding: 5px 0;
    }

    .blockForm form > .button > input {
        background: #20a052;
        transition: background .2s ease;
        padding: 16px 20px 15px;
        border-radius: 4px;
        line-height: 19px;
        font-size: 16px;
        cursor: pointer;
        display: block;
        outline: none;
        border: none;
        color: #fff;
        width: 100%;
    }

    .blockForm form > .button > input:hover {
        background: #4db375;
    }

    .infoBlock {
        width: 100%;
        background-color: rgb(255, 255, 255);;
    }

    .infoBlock > div {
        max-width: 1120px;
        box-sizing: border-box;
        width: 100%;
        margin: 0px auto;
    }

    .infoBlock .blockUp {
        display: flex;
        padding: 25px 0 40px 20px;
        border-style: none none solid;
        border-image: initial;
        border-bottom: 1px solid rgb(217, 217, 217);
    }

    .infoBlock .blockUp > div {
        width: 33.3333%;
        box-sizing: border-box;
        /*padding: 0px 10px;*/
    }

    .infoBlock .blockUp > div > a {
        display: block;
        background-color: transparent;
        font-size: 20px;
        font-weight: 500;
        color: black;
        text-decoration: none;
        text-align: left;
        width: intrinsic; /* Safari/WebKit uses a non-standard name */
        width: -moz-max-content; /* Firefox/Gecko */
        width: -webkit-max-content; /* Chrome */
        height: inherit;
        border-style: none none solid;
        border-image: initial;
        border-bottom: 1px solid rgb(217, 217, 217);
        padding: 7px 0 0 0;
        cursor: pointer;
        transition: all 0.1s linear 0s;
    }

    .infoBlock .blockUp > div > a:hover {
        background-color: transparent;
        color: rgb(32, 160, 82);
        box-sizing: border-box;
        cursor: pointer;
        transition: all 0.1s linear 0s;
        border-bottom: 1px solid rgb(32, 160, 82);
        border-color: rgb(32, 160, 82);
    }

    .infoBlock .blockDown {
        width: 100%;
        padding: 100px 0 120px 0;
    }

    .infoBlock .blockDown .item {
        width: 100%;
        vertical-align: top;
        background-repeat: no-repeat;
        box-sizing: border-box;
        padding: 80px 40px 0px 40px;
        display: inline-block;
        background-position: 50px 0;
    }

    .infoBlock .blockDown > div > div .bg1 {
        background-image: url("../img/blockDown/1.svg");
    }

    .infoBlock .blockDown > div > div .bg2 {
        background-image: url("../img/blockDown/2.svg");
    }

    .infoBlock .blockDown > div > div .bg3 {
        background-image: url("../img/blockDown/3.svg");
    }

    .infoBlock .blockDown .item > h4 {
        color: rgb(34, 34, 34);
        font-weight: 600;
        font-size: 30px;
        line-height: 35px;
        text-align: left;
        padding: 10px 0 10px 0;
    }

    .infoBlock .blockDown .item > p {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-align: left;
        padding-bottom: 15px;
    }

    .infoBlock .blockDown .item > a {
        color: rgb(32, 160, 82);
        font-weight: 700;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 1px;
        text-transform: uppercase;
        cursor: pointer;
    }

    .infoBlock .blockDown .item > a > span {
        background-image: url("../img/blockDown/arrow.svg");
        width: 15px;
        display: inline-block;
        height: 10px;
        background-position: right center;
        background-repeat: no-repeat;
    }

    .blockDo {
        background-color: #f8f8f8;
        padding: 100px 20px 120px 20px;
    }

    .blockDo > div {
        display: block;
        max-width: 1120px;
        margin: 0 auto;
    }

    .blockDo > div > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
        text-align: center;
    }

    .blockDo > div > p {
        color: rgb(34, 34, 34);
        font-weight: 500;
        padding: 10px 0 40px 0;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .blockDo > div > .blockContent > .nav {
        display: flex;
        width: 100%;
        padding-bottom: 20px;
    }

    .blockDo > div > .blockContent > .nav > div {
        letter-spacing: 0.8px;
        position: relative;
        text-align: center;
        margin-left: -1px;
        cursor: pointer;
        font-size: 14px;
        width: 100%;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(217, 217, 217);
        border-image: initial;
        transition: background 0.2s ease 0s;
        background: rgb(255, 255, 255);
        padding: 12px 0px 11px;
        border-radius: 4px 0px 0px 4px;
    }

    .blockDo > div > .blockContent > .nav > div > span {
        color: inherit;
        font-weight: 700;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .blockDo > div > .blockContent > .nav > .active {
        position: relative;
        color: rgb(255, 255, 255);
        cursor: default;
        z-index: 2;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        transition: background 0.2s ease 0s;
        border-color: rgb(34, 34, 34);
        background: rgb(34, 34, 34);
    }

    .blockDo > div > .blockContent > .descImg {
        height: 600px;
        /*background-image: url("../img/blockDo/1.jpg");*/
        position: relative;

    }

    .blockDo > div > .blockContent > .descImg > div {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0;
        z-index: 1;
        transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
    }

    .blockDo > div > .blockContent > .descImg > .active {

        opacity: 1 !important;
        z-index: 2;
        transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
    }

    .blockDo > div > .blockContent > .buttonLink {
        padding: 40px 0 0 0;
    }

    .blockDo > div > .blockContent > .buttonLink > span {
        display: block;
        transition: background .2s ease;
        width: 260px;
        border: 1px solid #d9d9d9;
        text-transform: uppercase;
        padding: 12px 10px 11px;
        box-sizing: border-box;
        margin: 0 auto;
        letter-spacing: .8px;
        background: #fff;
        position: relative;
        text-align: center;
        border-radius: 6px;
        line-height: 17px;
        font-weight: 700;
        font-size: 14px;
        cursor: pointer;
        color: #222;
    }

    .blockDo > div > .blockContent > .buttonLink > span:hover {
        background-color: #f8f8f8;
    }

    .blockDo > div > .blockContent > .buttonLink > span:after {
        border: 2px solid #a6a6a6;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block;
        border-bottom: none;
        border-left: none;
        margin-left: 10px;
        height: 7px;
        width: 7px;
        content: "";
    }

    .cleaningTeam {
        width: 100%;
        position: relative;
    }

    .cleaningTeam > div {
        padding: 100px 0 120px 0;
        max-width: 1120px;
        box-sizing: border-box;
        width: 100%;
        margin: 0px auto;
        border-bottom: 1px solid rgb(217, 217, 217);
    }

    .cleaningTeam > div > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
        text-align: center;
        padding-bottom: 10px;
    }

    .cleaningTeam > div > p {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .cleaningTeam > div > button {
        color: rgb(32, 160, 82);
        background-color: transparent;
        width: 250px;
        display: block;
        font-size: 16px;
        padding: 15px 0 15px 0;
        margin: 0 auto;
        font-weight: 500;
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        margin-top: 40px;
        cursor: pointer;
        transition: all 0.1s linear 0s;
    }

    .cleaningTeam > div > button:hover {
        background-color: transparent;
        font-size: 16px;
        font-weight: 500;
        transform: translateY(-3px);
        box-shadow: rgba(0, 59, 23, 0.1) 0px 10px 10px 0px;
        color: rgb(32, 160, 82);
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        transition: all 0.1s linear 0s;
    }

    .cleaning {
        width: 100%;
    }

    .cleaning > div {
        max-width: 1120px;
        padding: 100px 0 120px 0;
        box-sizing: border-box;
        width: 100%;
        margin: 0px auto;
    }

    .cleaning > div > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
        text-align: center;
    }

    .cleaning > div > p {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 20px;
        padding-top: 10px;
        line-height: 30px;
        text-align: center;
    }

    .cleaning > .assessment {
        max-width: 940px;
        margin: 0 auto;
        padding: 0 0 120px 0;
    }

    .cleaning > .assessment > div {
        /*margin-top: 70px;*/
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        transition: all .8s ease;
    }

    .cleaning > .assessment > div .item {
        transition: all .8s ease;
        height: 300px;
        width: 300px;
        text-align: center;
        background: #fff;
        border-radius: 6px;
        border: 1px solid #d9d9d9;
        color: #000;
    }

    .cleaning > .assessment > div .item > div:nth-child(1) {
        font-size: 14px;
        color: #000;
        font-weight: 700;
        line-height: 40px;
        text-transform: uppercase;
        letter-spacing: .8px;
        border-bottom: 1px solid #d9d9d9;
        background: hsla(0, 0%, 97%, .5);
        border-radius: 6px 6px 0 0;
    }

    .cleaning > .assessment > div .item > div:nth-child(2) {
        background: 70% 0 no-repeat;
        background-size: 190px;
        border-radius: 100px;
        margin: 30px auto 0 auto;
        opacity: 1;
        height: 160px;
        width: 160px;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) {
        display: flex;
        margin: 0 auto;
        max-width: 170px;
        padding: 20px 0 0 0;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) > div {
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) > div > div {
        width: 25px;
        height: 25px;
        display: inline-flex;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) > div > span {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        margin: 0px;
        vertical-align: top;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) > div > div > div {
        height: 100%;
        width: 100%;
        background-image: url("../img/cleaning/smail.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) > span {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .cleaning > .assessment  button {
        color: rgb(32, 160, 82);
        background-color: transparent;
        width: 250px;
        display: block;
        font-size: 16px;
        padding: 15px 0 15px 0;
        margin: 0 auto;
        font-weight: 500;
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        margin-top: 40px;
        cursor: pointer;
        transition: all 0.1s linear 0s;
    }

    .cleaning > .assessment  button:hover {
        background-color: transparent;
        font-size: 16px;
        font-weight: 500;
        transform: translateY(-3px);
        box-shadow: rgba(0, 59, 23, 0.1) 0px 10px 10px 0px;
        color: rgb(32, 160, 82);
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        transition: all 0.1s linear 0s;
    }

    .rating {
        width: 100%;
        background-color: #f8f8f8;
    }

    .rating > div {
        max-width: 1120px;
        /*width: 100%;*/
        margin: 0 auto;
        padding: 100px 20px 120px 20px;
    }

    .rating > div .title {
        width: 66.6667%;
        box-sizing: border-box;
        padding: 0 0 40px 0;
        margin: 0 auto;
    }

    .rating > div .title > span:first-child {

    }

    .rating > div .title > span:first-child > div {
        width: 60px;
        height: 60px;
        padding: 0 0 25px 0;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        display: block;
        margin: 0 auto;
    }

    .rating > div .title > span:first-child > div > div {
        height: 100%;
        width: 100%;
        background-image: url("../img/cleaning/smail.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .rating > div .title > span:first-child > span {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        padding: 0 0 10px 0;
        line-height: 45px;
        display: block;
        text-align: center;
    }

    .rating > div .title > span:last-child {
        display: block;
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .rating > div .client {
        display: flex;
    }

    .rating > div .client > div {
        display: flex;
    }

    .rating > div .client > div {
        display: block;
    }

    .rating > div .client > div > div {
        background-color: rgb(255, 255, 255);
        padding: 20px;
        border-radius: 6px;
        margin-bottom: 20px;
    }

    .rating > div .client > div > div > span {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 25px;
        line-height: 35px;
    }

    .rating > div .client > div > div > div {
        display: flex;

        padding: 10px 0 0 0;
    }

    .rating > div .client > div > div > div > div:first-child {
        display: inline-block;
        padding-right: 30px;
    }

    .rating > div .client > div > div > div > div:first-child > div {
        display: flex;
    }

    .rating > div .client > div > div > div > div > div:first-child > span {
        color: rgb(166, 166, 166);
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        vertical-align: top;
    }

    .rating > div .client > div > div > div > div > div:last-child > span {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .rating > div .client > div > div > div > div:last-child > div {
        display: flex;
    }

    .rating > div .client > div > div > div > div:last-child > div > div {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > div {
        padding-left: 10px;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > span {
        padding-left: 10px;
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
    }

    .rating > div .client > div > div > div > div:last-child > div > span {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > div {
        display: flex;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > div > div {
        width: 25px;
        height: 25px;
        display: inline-flex;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > div > div > div {
        height: 100%;
        width: 100%;
        background-image: url("../img/cleaning/smail.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > div > span {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        padding-left: 5px;
        line-height: 25px;
    }

    .rating > div > button {
        color: rgb(32, 160, 82);
        background-color: transparent;
        width: 250px;
        display: block;
        font-size: 16px;
        padding: 15px 0 15px 0;
        margin: 0 auto;
        font-weight: 500;
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        margin-top: 40px;
        cursor: pointer;
        transition: all 0.1s linear 0s;
    }

    .rating > div > button:hover {
        background-color: transparent;
        font-size: 16px;
        font-weight: 500;
        transform: translateY(-3px);
        box-shadow: rgba(0, 59, 23, 0.1) 0px 10px 10px 0px;
        color: rgb(32, 160, 82);
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        transition: all 0.1s linear 0s;
    }

    .cleaningApartment {
        width: 100%;
        background-color: white;
        padding: 100px 0px 100px 0px;
    }

    .cleaningApartment > div {
        max-width: 1120px;
        box-sizing: border-box;
        /*width: 100%;*/
        padding: 0 20px 0 20px;
        margin: 0px auto;
    }

    .cleaningApartment > div > .title {
        width: 66.6667%;
        display: block;
        margin: 0 auto;
    }

    .cleaningApartment > div > .title > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
        text-align: center;
        padding-bottom: 40px;
    }

    .cleaningApartment > div > .desc {
        -webkit-box-pack: center;
        justify-content: center;
        display: flex;
    }

    .cleaningApartment > div > .desc > div {
        width: 33.3333%;
        box-sizing: border-box;
        padding: 0px 10px;
    }

    .cleaningApartment > div > .desc > div > div {
        background-color: rgb(255, 255, 255);
        display: block;
        padding: 30px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(217, 217, 217);
        border-image: initial;
        border-radius: 6px;
    }

    .cleaningApartment > div > .desc > div > div > span:nth-child(1) {
        display: block;
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 30px;
        line-height: 35px;
    }

    .cleaningApartment > div > .desc > div > div > span:nth-child(2) {
        display: block;
        color: rgb(34, 34, 34);
        font-weight: 900;
        font-size: 50px;
        line-height: 55px;
        padding: 0 0 30px 0;
    }

    .cleaningApartment > div > .desc > div > div > button {
        color: rgb(255, 255, 255);
        background-color: rgb(32, 160, 82);
        width: 100%;
        font-size: 17px;
        font-weight: 500;
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        box-sizing: border-box;
        line-height: 20px;
        height: 50px;
        cursor: pointer;
        -webkit-appearance: none !important;
        transition: all 0.1s linear 0s;
        padding: 0px 10px;
        outline: none !important;
    }

    .cleaningApartment > div > .desc > div > div > button:hover {
        color: rgb(255, 255, 255);
        width: 100%;
        font-size: 17px;
        font-weight: 500;
        background-color: rgb(35, 176, 89);
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        border-color: rgb(35, 176, 89);

    }

    .cleaningApartment > div > .article {
        text-align: center;
        padding: 20px 0 0 0;
    }

    .cleaningApartment > div > .article > span {
        color: rgb(166, 166, 166);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        text-align: center;
    }

    .questions {
        width: 100%;
        display: flex;
        background-color: #f8f8f8;
        padding: 100px 0 100px 0;
    }

    .questions > div {
        max-width: 1120px;
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px 0 20px;
        margin: 0px auto;
    }

    .questions > div > .title {
        text-align: center;
        padding-bottom: 40px;
    }

    .questions > div > .title > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
        text-align: center;
    }

    .questions > div > .title > p {

        color: inherit;
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .questions > div > .dec > div {
        /*border-bottom: 1px solid rgb(217, 217, 217);*/
        border-top: 1px solid rgb(217, 217, 217);
    }

    .questions > div > .dec > div:last-child {
        border-bottom: 1px solid rgb(217, 217, 217);
    }

    .questions > div > .dec > div > div {
        height: 50px;
        overflow: hidden;
        padding: 25px 0 25px 0;
        position: relative;
        transition: all 0.5s ease 0s;
    }

    .questions > div > .dec > div > div:after {
        transform: translate(0px, 0px) rotate(-45deg);
        position: absolute;
        height: 16px;
        width: 16px;
        content: "";
        right: 4px;
        top: 25px;
        transition: all 0.3s ease 0s;
        border-width: 2px 2px;
        border-style: none none solid solid;
        border-color: rgb(166, 166, 166) rgb(166, 166, 166);
        border-image: initial;
        border-right: none;
        border-top: none;
    }

    .questions > div > .dec > div h4 {
        cursor: pointer;
        color: inherit;
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        color: rgb(32, 160, 82);

    }

    .questions > div > .dec > div h4:hover {
        color: rgb(0, 0, 0);
    }

    .questions > div > .dec > div p {
        padding-top: 50px;
        color: inherit;
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        overflow: hidden;
        transition: all 0.5s ease 0s;
    }

    .questions > div > .dec > div > .active:after {
        transform: translate(0px, 10px) rotate(135deg);
        border-color: rgb(0, 0, 0);
        transition: all 0.5s ease 0s;
    }

    .questions > div > .dec > div > .active {
        padding: 25px 0 170px 0;
        height: 30px;
    }

    .questions > div > .dec > div > .active h4 {
        color: rgb(0, 0, 0);
    }

    .questions > div > .dec > div .active > p {
        padding-top: 15px;
        transition: all 0.5s ease 0s;
    }

    .questions > div > .button {
        text-align: center;
        padding: 50px 0 0 0;
    }

    .questions > div > .button > span {
        transition: background .2s ease;
        max-width: 260px;
        border: 1px solid #d9d9d9;
        text-transform: uppercase;
        padding: 12px 10px 11px;
        box-sizing: border-box;
        letter-spacing: .8px;
        background: #fff;
        width: 100%;
        position: relative;
        text-align: center;
        border-radius: 6px;
        line-height: 17px;
        font-weight: 700;
        cursor: pointer;
        font-size: 14px;
        display: block;
        margin: 0 auto;
        color: #222;
    }

    .questions > div > .button > span:hover {
        background-color: #f8f8f8;
        transition: background .2s ease;
    }

    .questions > div > .button > span:after {
        border: 2px solid #a6a6a6;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block;
        border-bottom: none;
        border-left: none;
        margin-left: 12px;
        height: 8px;
        width: 8px;
        content: "";
    }

    .attachment {
        width: 100%;
        color: #fff;
        font-size: 16px;
        line-height: 25px;
        background: #fff;
        padding-top: 80px;
        padding-bottom: 120px;

    }

    .attachment > div:first-child {
        max-width: 1120px;
        height: 755px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        background: #20a052;
        border-radius: 6px;
        overflow: hidden;
        margin: 0 20px 0 20px;

    }

    .attachment > div:first-child > .img {
        background-image: url(../img/attechment/1.gif);
        height: 755px;
        width: 300px;
        margin-left: 135px;
        background-size: 100%;
        margin-top: 40px;
        background-repeat: no-repeat;
    }

    .attachment > div:first-child > .content {
        padding-top: 80px;
        margin-left: 135px;
        max-width: 360px;
    }

    .attachment > div:first-child > .content h4 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .attachment > div:first-child > .content ul {
        position: relative;
        margin-bottom: 40px;
        padding-left: 40px;
        list-style-type: none;
    }

    .attachment > div:first-child > .content li {
        list-style: none;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .attachment > div:first-child > .content li:before {
        content: "";
        position: absolute;
        left: 0;
        background-image: url(../img/attechment/chek.svg);
        background-size: 100%;
        height: 25px;
        width: 25px;
    }

    .attachment > div:first-child > .content .appIcon {
        max-width: 360px;
        margin-bottom: 20px;
    }

    .attachment > div:first-child > .content .appIcon > div {
        margin-right: 3px;
        margin-bottom: 0;
        background-size: 100%;
        width: 175px;
        height: 50px;
        vertical-align: middle;
        display: inline-block;
        cursor: pointer;
        border-radius: 8px;
    }

    .attachment > div:first-child > .content .appIcon > div:first-child {
        background-image: url(../img/blackHat/appleStore.svg);

    }

    .attachment > div:first-child > .content .appIcon > div:last-child {
        background-image: url(../img/blackHat/androidStore.svg);
    }

    .attachment > div:first-child > .content p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 25px;
        font-weight: 600;
        white-space: nowrap;
    }

    .attachment > div:first-child > .content form > .input {
        height: 60px;
        width: 100%;
        border: none;
        box-sizing: border-box;
        background: #fff;
        border-radius: 4px;
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .attachment > div:first-child > .content form > .input > div {
        min-width: 73px;
        font-size: 20px;
        line-height: 60px;
        border-right: 1px solid #a6a6a6;
        padding: 0;
        text-align: center;
        color: #a6a6a6;
    }

    .attachment > div:first-child > .content form > .input > input {
        padding: 17px 0 16px 20px;
        font-size: 20px;
        border: none;
        background: transparent;
        outline: none;
        color: #000;
        width: 100%;
    }

    .attachment > div:first-child > .content form > .button {
        width: 100%;
        margin-top: 10px;
        color: #fff;
        font-size: 16px;
        line-height: 25px;
    }

    .attachment > div:first-child > .content form > .button > button {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        width: 100%;
        background-color: #000;
        border-radius: 4px;
        display: block;
        outline: none;
        border: none;
        padding: 0;
        color: #fff;
        cursor: pointer;
        transition: all .1s ease-in-out;
    }

    .attachment > div:first-child > .content form > .button > button:hover {
        background-color: #1a1a1a;
        transition: all .1s ease-in-out;
    }

    .attachment > div:last-child {
        max-width: 1120px;
        width: 100%;
        display: block;
        margin: 0 auto;
        color: black;
        padding: 100px 0 0;
        text-align: center;
    }

    .attachment > div:last-child > .title h4 {
        margin-bottom: 20px;
        line-height: 50px;
        font-weight: 700;
        font-size: 40px;
    }

    .attachment > div:last-child > .title p {
        line-height: 30px;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .attachment > div:last-child > .content {
        max-width: 620px;
        margin: 0 auto;
        display: block;
    }

    .attachment > div:last-child > .content > form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: -10px;
    }

    .attachment > div:last-child > .content > form > div {
        padding: 10px;
        width: 300px;
        display: flex;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > span:nth-child(1) {
        cursor: pointer;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > span:nth-child(1):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        line-height: 17px;
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > span:nth-child(3) {
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        border-left: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > span:nth-child(3):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > span:nth-child(3):before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > span:nth-child(1) {
        cursor: pointer;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > span:nth-child(1):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        line-height: 17px;
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > span:nth-child(3) {
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        border-left: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > span:nth-child(3):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > span:nth-child(3):before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(3) {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .attachment > div:last-child > .content > form > div:nth-child(3) > div {
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        background: #fff;
        text-align: center;
        border-right: none;
        line-height: 50px;
        min-width: 58px;
        font-size: 16px;
        vertical-align: middle;
        color: #a6a6a6;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .attachment > div:last-child > .content > form > div:nth-child(3) > input {
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        line-height: 17px;
        font-size: 16px;
        outline: none;
        min-width: 0;
        color: #000;
        height: 50px;
        width: 100%;
        padding-left: 30px;
    }

    .attachment > div:last-child > .content > form > div:nth-child(4) > input {
        background: #20a052;
        transition: background .2s ease;
        padding: 16px 20px 15px;
        border-radius: 4px;
        line-height: 19px;
        font-size: 16px;
        cursor: pointer;
        display: block;
        outline: none;
        border: none;
        color: #fff;
        width: 100%;
        text-align: center;
    }

    .attachment > div:last-child > .content > form > div:nth-child(4) > input:hover {
        background: #4db375;
    }

    .footer {
        background-color: #222222;
        width: 100%;
        margin-bottom: 90px;
    }

    .footer > div {
        max-width: 1120px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        padding: 40px 20px;
    }

    .footer > div > .social {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 60px;
        width: 225px;
    }

    .footer > div > .social > div:first-child {
        color: #a6a6a6;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 25px;
    }

    .footer > div > .social > div:last-child {
        width: 100%;
    }

    .footer > div > .social > div:last-child > a {
        margin-bottom: 10px;
        height: 50px;
        line-height: 50px;
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        transition: background .3s ease;
        border-radius: 100px;
        padding-left: 13px;
        letter-spacing: 0;
        text-align: center;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }

    .footer > div > .social > div:last-child > a:nth-child(1) {
        background-color: #0084ff;
    }

    .footer > div > .social > div:last-child > a:nth-child(2) {
        background-color: #5c81b3;
    }

    .footer > div > .social > div:last-child > a:nth-child(3) {
        background-color: #2ca5e0;
    }

    .footer > div > .social > div:last-child > a:nth-child(4) {
        background-color: #7c529e;
    }

    .footer > div > .social > div:last-child > a:nth-child(1):hover {
        background-color: #339dff;
    }

    .footer > div > .social > div:last-child > a:nth-child(2):hover {
        background-color: #7f9cc3;
    }

    .footer > div > .social > div:last-child > a:nth-child(3):hover {
        background-color: #58b8e7;
    }

    .footer > div > .social > div:last-child > a:nth-child(4):hover {
        background-color: #956fb4;
    }

    .footer > div > .social > div:last-child > a:after {
        background-repeat: no-repeat;
        background-position: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        left: 10px;
        top: 50%;
        height: 20px;
        width: 25px;
    }

    .footer > div > .social > div:last-child > a:nth-child(1):after {
        background-image: url(../img/footer/1.svg);
    }

    .footer > div > .social > div:last-child > a:nth-child(2):after {
        background-image: url(../img/footer/2.svg);
    }

    .footer > div > .social > div:last-child > a:nth-child(3):after {
        background-image: url(../img/footer/3.svg);
    }

    .footer > div > .social > div:last-child > a:nth-child(4):after {
        background-image: url(../img/footer/4.svg);
    }

    .footer > div > .service {
        max-width: 835px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer > div > .service > div:nth-child(1) {
        display: flex;
    }

    .footer > div > .service > div:nth-child(1) > div {
        width: 265px;
        margin-right: 20px;
    }

    .footer > div > .service > div:nth-child(1) > div:last-child {
        text-align: right;
        margin: 0;
    }

    .footer > div > .service > div:nth-child(1) > div > div:first-child {
        color: #a6a6a6;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
        display: block;
    }

    .footer > div > .service > div:nth-child(1) > div > div:last-child {
        display: block;
    }

    .footer > div > .service > div:nth-child(1) > div > div:last-child > a {
        color: #fff;
        font-size: 16px;
        line-height: 25px;
        display: block;
        text-decoration: none;
        cursor: pointer;
    }

    .footer > div > .service > div:nth-child(1) > div > div:last-child > a:hover {
        text-decoration: underline;
    }

    .footer > div > .service > div:nth-child(1) > div:last-child > div {
        width: 170px;
        display: block;
        margin: 0 0 0 auto;
    }

    .footer > div > .service > div:nth-child(1) > div:last-child > div > div {
        text-align: left;
        padding-bottom: 20px;
    }

    .footer > div > .service > div:nth-child(1) > .img a {
        padding: 10px 0 0 0;
        display: block;
        width: auto;
        height: 50px;
        border: none;
        border-radius: 8px;
        background-size: 100%;
        transition: all .1s ease-in-out;
        background-repeat: no-repeat;
        margin: 0 0 0 auto;
    }

    .footer > div > .service > div:nth-child(1) .img a:nth-child(2) {
        background-image: url(../img/blackHat/appleStore.svg);
    }

    .footer > div > .service > div:nth-child(1) .img a:nth-child(3) {
        background-image: url(../img/blackHat/androidStore.svg);
    }

    .footer > div > .service > div:nth-child(2) > div {
        line-height: 20px;
        font-size: 14px;
        color: #a6a6a6;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .footer > div > .service > div:nth-child(2) > div:first-child {
        border-bottom: 1px solid #595959;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .footer > div > .service > div:nth-child(2) > div:first-child > div {
        margin-right: 20px;
        width: 265px;
    }

    .footer > div > .service > div:nth-child(2) > div:first-child > div > a {
        color: #a6a6a6;
        white-space: nowrap;
        text-decoration: none;
    }

    .footer > div > .service > div:nth-child(2) > div:first-child > div > a:hover {

        text-decoration: underline;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child {
        margin: 0 0 0 auto;
        display: flex;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a {
        width: 50px;
        height: 50px;
        background: hsla(0, 0%, 85%, .2);
        transition: all .3s ease;
        display: inline-block;
        border-radius: 100px;
        position: relative;
        margin-left: 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        /*display: flex;*/
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:before {
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: 50%;
        transition: opacity .3s ease;
        background-size: contain;
        opacity: .8;
        content: "";
        z-index: 1;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(1):before {
        background-image: url(../img/footer/1-1.svg);
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(2):before {
        background-image: url(../img/footer/1-2.svg);
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(3):before {
        background-image: url(../img/footer/1-3.svg);
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(3):after {
        background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
        transition: all .3s ease;
        position: absolute;
        border-radius: inherit;
        content: "";
        opacity: 0;
        height: inherit;
        width: inherit;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(1):hover {
        background: #485eac;

    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(2):hover {
        background: #5c81b3;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(3):hover:after {
        opacity: 1;
        cursor: pointer;
    }

    .header-menu {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 2;
        background-color: #fff;
        box-shadow: 0 1px 0 rgba(89, 89, 89, .2);
    }

    .header-menu > div > div {
        height: 0;
        margin: 0;
        padding: 0px 30px;
        overflow: hidden;
        display: block;
        transition: all 0.4s ease-in-out 0s;
    }

    .header-menu > div > .active {
        height: 40px;
        padding: 10px 30px;

        transition: all 0.4s ease-in-out 0s;
    }

    .header-menu > div .logoImg {
        fill: #20a052;
        float: left;
        padding: 5px 0;
    }

    .header-menu > div .menu {
        float: right;
        padding-top: 10px;
    }

    .header-menu > div .menu > span {
        color: #8c8c8c;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        letter-spacing: .8px;
        padding: 0 5px 0 15px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .3s ease;
        cursor: pointer;
    }

    .header-menu > div .menu > span:hover {
        color: #222;
    }

    .foot-foot > .active {
        height: 90px;
    }

    .footer-menu {
        width: 100%;
        height: 0px;
        z-index: 10;
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 0px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px 0px;
        transition: all 0.4s ease-in-out 0s;
        background-color: rgb(255, 255, 255);
    }

    .footer-menu > div {
        max-width: 1120px;
        display: block;
        margin: 0 auto;
    }

    .footer-menu > div > div {
        padding-top: 10px;
    }

    .footer-menu > div > div > form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

    }

    .footer-menu > div > div > form > div {
        padding: 10px;
        width: 245px;
        display: flex;
        margin: 0 auto;
    }

    .footer-menu > div > div > form > div:nth-child(1) > span:nth-child(1) {
        cursor: pointer;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .footer-menu > div > div > form > div:nth-child(1) > span:nth-child(1):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(1) > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        line-height: 17px;
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .footer-menu > div > div > form > div:nth-child(1) > span:nth-child(3) {
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        border-left: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .footer-menu > div > div > form > div:nth-child(1) > span:nth-child(3):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(1) > span:nth-child(3):before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(2) > span:nth-child(1) {
        cursor: pointer;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .footer-menu > div > div > form > div:nth-child(2) > span:nth-child(1):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(2) > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        line-height: 17px;
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .footer-menu > div > div > form > div:nth-child(2) > span:nth-child(3) {
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        border-left: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .footer-menu > div > div > form > div:nth-child(2) > span:nth-child(3):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(2) > span:nth-child(3):before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(3) {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .footer-menu > div > div > form > div:nth-child(3) > div {
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        background: #fff;
        text-align: center;
        border-right: none;
        line-height: 50px;
        min-width: 58px;
        font-size: 16px;
        vertical-align: middle;
        color: #a6a6a6;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .footer-menu > div > div > form > div:nth-child(3) > input {
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        line-height: 17px;
        font-size: 16px;
        outline: none;
        min-width: 0;
        color: #000;
        height: 50px;
        width: 100%;
        padding-left: 30px;
    }

    .footer-menu > div > div > form > div:nth-child(4) > input {
        background: #20a052;
        transition: background .2s ease;
        padding: 16px 20px 15px;
        border-radius: 4px;
        line-height: 19px;
        font-size: 16px;
        cursor: pointer;
        display: block;
        outline: none;
        border: none;
        color: #fff;
        width: 100%;
        text-align: center;
    }

    .footer-menu > div > div > form > div:nth-child(4) > input:hover {
        background: #4db375;
    }

    .popup_1 {
        padding: 0px !important;
        display: none;
        width: 100%;
        max-width: 780px;
        border-radius: 6px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
    }

    .popup_1 > div {
        padding: 65px;
        display: block;
    }

    .popup_1 > div > .title {
        display: block;
        padding: 0;
    }

    .popup_1 > div > .title > h3 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
    }

    .popup_1 > div > .title > p {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        padding: 10px 0 0 0;
    }

    .popup_1 > div > .content > div {
        padding-top: 60px;
        display: flex;
    }

    .popup_1 > div > .content > div > div {
        width: 50%;
        box-sizing: border-box;
        padding-right: 5px;

    }

    .popup_1 > div > .content > div h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
        padding: 0 0 15px 0;
    }

    .popup_1 > div > .content > div .left > div {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        position: relative;
        line-height: 25px;
        padding: 0 0 10px 20px;
    }

    .popup_1 > div > .content > div > div > .left > div:before {
        content: "";
        background-color: rgb(32, 160, 82);
        width: 5px;
        height: 5px;
        position: absolute;
        top: 8px;
        left: 0px;
        border-radius: 50%;
    }

    .popup_1 > div > .content > div > div:nth-child(2) {
        min-width: 260px;
        background-color: rgb(248, 248, 248);
        border-radius: 6px;
        padding-right: 0;
        padding-left: 5px;
        margin-left: 35px;
    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:first-child {
        text-align: center;
        border-bottom: 1px solid rgb(217, 217, 217);
    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:first-child h4 {
        color: rgb(166, 166, 166);
        font-weight: 700;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 10px 0 10px 0;
    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:last-child {
        padding: 15px 30px 15px 15px;
    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:last-child > div {
        display: flex;
        flex-direction: row;
        -webkit-box-pack: start;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 5px 0 0 0;
    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:last-child > div > div:first-child {

    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:last-child > div > div:last-child {
        line-height: 25px;
        font-weight: 500;
        padding-left: 10px;
    }

    .popup_1 > .bg-girl {
        position: relative;
        background: linear-gradient(-180deg, rgb(241, 241, 243) 0%, rgb(236, 236, 238) 100%);
        overflow: hidden;
        width: 100%;
        padding: 0;
    }

    .popup_1 > .bg-girl > div {
        background-image: url("../img/popup/1.png");
        background-size: 448px 400px;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: start;
        justify-content: flex-start;
        min-height: 400px;
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .popup_1 > .bg-girl > div > div {
        width: 360px;
    }

    .popup_1 > .bg-girl > div > div > div {
        display: block;
        padding: 50px 60px 50px 60px;
    }

    .popup_1 > .bg-girl > div > div > div > span:first-child {
        font-weight: 700;
        font-size: 40px;
        position: relative;
        display: block;
        line-height: 45px;
        padding-bottom: 15px;
    }

    .popup_1 > .bg-girl > div > div > div > span:nth-child(2) {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
    }

    .popup_1 > .bg-girl > div > div > div > span:nth-child(2) a {
        color: rgb(32, 160, 82);
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-decoration: none;
    }

    .popup_1 > .bg-girl > div > div > div > span:nth-child(2) a:hover {

        text-decoration: underline;
    }

    .popup_1 > .bg-girl > div > div > div > div {
        width: 230px;
        padding-top: 25px;
    }

    .popup_1 > .bg-girl > div > div > div > div > button {
        color: rgb(255, 255, 255);
        background-color: rgb(32, 160, 82);
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        box-sizing: border-box;
        line-height: 20px;
        height: 50px;
        cursor: pointer;
        -webkit-appearance: none !important;
        transition: all 0.1s linear 0s;
        padding: 0px 10px;
    }

    .popup_1 > .bg-girl > div > div > div > div > button:hover {
        color: rgb(255, 255, 255);
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        background-color: rgb(35, 176, 89);
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        border-color: rgb(35, 176, 89);
    }

    .popup_1 > .dont {
        padding: 40px 60px 40px 60px;
    }

    .popup_1 > .dont > span {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 20px;
        display: block;
        line-height: 25px;
        padding-bottom: 15px;
    }

    .popup_1 > .dont > div {
        display: flex;
    }

    .popup_1 > .dont > div > div {
        box-sizing: border-box;
        padding: 0px 5px;
        width: 50%;
    }

    .popup_1 > .dont > div > div > div {
        position: relative;
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        padding: 0 0 10px 20px;
    }

    .popup_1 > .dont > div > div > div:before {
        content: "";
        width: 10px;
        height: 10px;
        display: block;
        position: absolute;
        top: 5px;
        left: 0px;
        background-image: url("../img/popup/chek.svg");
    }
}

@media only screen and (min-width: 992px) and (max-width: 1077px) {

    .mobile-text{
        display: none;
    }

    .mobile-menu {
        display: none;
    }

    .menu-btn {
        display: none;
    }

    .footer-menu > div > div > .desktop {

    }

    .footer-menu > div > div > .mobile {
        display: none !important;
    }

    .blockForm form > p {
        display: none;
    }

    .blackHat {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background: #222;
        height: 60px;
        padding: 0 20px;
    }

    .blackHat > .iconBlock span:nth-child(1) {
        display: none;
        letter-spacing: 0;
        line-height: 20px;
        font-size: 16px;
        color: #a6a6a6;
    }

    .blackHat > .iconBlock span:not(:first-child) {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-left: 18px;
        line-height: 20px;
        padding-left: 30px;
        letter-spacing: 0;
        text-align: center;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

    .blackHat > .iconBlock span:not(:first-child):hover:before {
        opacity: 1;
    }

    .blackHat > .iconBlock span:not(:first-child):before {
        background-size: contain;
        position: absolute;
        transform: translateY(-50%);
        content: "";
        left: 0;
        background-repeat: no-repeat;
        opacity: .6;
        top: 50%;
        height: 20px;
        width: 25px;
        background-position: center;
    }

    .blackHat > .iconBlock span:nth-child(2):before {
        background-image: url("../img/blackHat/telegram.svg");

    }

    .blackHat > .iconBlock span:nth-child(3):before {
        background-image: url("../img/blackHat/messenger.svg");

    }

    .blackHat > .iconBlock span:nth-child(4):before {
        background-image: url("../img/blackHat/vk.svg");

    }

    .blackHat > .iconBlock span:nth-child(5):before {
        background-image: url("../img/blackHat/viber.svg");

    }

    .blackHat > div:nth-child(2) {
        position: relative;
        display: inline-block;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        padding: 0px 50px;
    }

    .blackHat > div:nth-child(2) > span:first-child {
        color: rgb(166, 166, 166);
        font-weight: 500;
        font-size: 16px;
        display: none;
        line-height: 25px;
    }

    .blackHat > div:nth-child(2) > span:last-child {
        color: rgb(255, 255, 255);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .blackHat > .imgStore {
        width: auto;
        color: red;
        display: block;
        text-align: right;
        margin: 0 0 0 auto;
    }

    .blackHat > .imgStore div {
        background-size: 100%;
        width: 140px;
        height: 40px;
        vertical-align: middle;
        display: inline-block;
        cursor: pointer;
    }

    .blackHat > .imgStore div:first-child {
        background-image: url("../img/blackHat/appleStore.svg");
        margin-right: 10px;
        margin-bottom: 0;
    }

    .blackHat > .imgStore div:last-child {
        background-image: url("../img/blackHat/androidStore.svg");
    }

    .headerPlusForm {
        background-image: url("../img/blockForm/bg.jpg");
        background-size: cover;
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -webkit-box-pack: center;
        background-repeat: no-repeat;
        background-position: right top;
        min-height: 540px;
    }

    .headerPlusForm > header > div {
        height: 60px;
        padding: 10px 30px;
    }

    .headerPlusForm > header .logoImg {
        fill: #20a052;
        float: left;
        padding: 5px 0;
    }

    .headerPlusForm > header .menu {
        float: right;
        padding-top: 10px;
    }

    .headerPlusForm > header .menu > span {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        letter-spacing: .8px;
        padding: 0 5px 0 15px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .3s ease;
        cursor: pointer;
    }

    .blockForm {
        width: 100%;
    }

    .blockForm > div {
        display: block;
        margin: 0 auto;
        max-width: 1120px;
    }

    .blockForm > div > div {
        width: 41.6667%;
        box-sizing: border-box;
        padding: 0;
        margin-left: 30px;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px;
        opacity: 0.96;
        border-radius: 6px;
    }

    .blockForm form {
        position: relative;
        padding: 30px;
    }

    .blockForm form > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        padding: 5px 0px 25px 0px;
        line-height: 45px;
    }

    .blockForm form > .calc1 {
        padding: 5px 0;
        transition: box-shadow .3s ease;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .blockForm form > .calc1 > span:first-child {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        border-right: none;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: 0;
        position: relative;
        background: #fff;
        min-width: 58px;
        cursor: pointer;
        height: 50px;
    }

    .blockForm form > .calc1 > span:first-child:after {
        margin: -1px 0 0 -7px;
        position: absolute;
        content: "";
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .calc1 > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        /*line-height: 17px;*/
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .blockForm form > .calc1 > span:last-child {
        border: 1px solid #d9d9d9;
        position: relative;
        background: #fff;
        min-width: 58px;
        cursor: pointer;
        height: 50px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-left: none;
        border-radius: 0 4px 4px 0;
    }

    .blockForm form > .calc1 > span:last-child:after {
        margin: -1px 0 0 -7px;
        position: absolute;
        content: "";
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .calc1 > span:last-child:before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .calc2 {
        padding: 5px 0;
        transition: box-shadow .3s ease;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .blockForm form > .calc2 > span:first-child {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        border-right: none;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: 0;
        position: relative;
        background: #fff;
        min-width: 58px;
        cursor: pointer;
        height: 50px;
    }

    .blockForm form > .calc2 > span:first-child:after {
        margin: -1px 0 0 -7px;
        position: absolute;
        content: "";
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .calc2 > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        /*line-height: 17px;*/
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .blockForm form > .calc2 > span:last-child {
        border: 1px solid #d9d9d9;
        position: relative;
        background: #fff;
        min-width: 58px;
        cursor: pointer;
        height: 50px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-left: none;
        border-radius: 0 4px 4px 0;
    }

    .blockForm form > .calc2 > span:last-child:after {
        margin: -1px 0 0 -7px;
        position: absolute;
        content: "";
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .calc2 > span:last-child:before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .number {
        padding: 5px 0;
        transition: box-shadow .3s ease;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .blockForm form > .number > input {
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        line-height: 17px;
        font-size: 16px;
        padding: 0 0 0 20px;
        margin: 0;
        font-weight: 600;
        outline: none;
        min-width: 0;
        height: 50px;
        width: 100%;
    }

    .blockForm form > .number > input:focus {
        border-color: #20a052;
    }

    .blockForm form > .number > input::-webkit-input-placeholder {
        color: #a6a6a6;
    }

    .blockForm form > .number > input::-moz-placeholder {
        color: #a6a6a6;
    }

    .blockForm form > .number > div {
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        padding: 16px 0 15px;
        background: #fff;
        text-align: center;
        border-right: none;
        line-height: 17px;
        min-width: 58px;
        font-size: 16px;
        color: #a6a6a6;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .blockForm form > .button {
        width: 100%;
        padding: 5px 0;
    }

    .blockForm form > .button > input {
        background: #20a052;
        transition: background .2s ease;
        padding: 16px 20px 15px;
        border-radius: 4px;
        line-height: 19px;
        font-size: 16px;
        cursor: pointer;
        display: block;
        outline: none;
        border: none;
        color: #fff;
        width: 100%;
    }

    .blockForm form > .button > input:hover {
        background: #4db375;
    }

    .infoBlock {
        width: 100%;
        background-color: rgb(255, 255, 255);;
    }

    .infoBlock > div {
        max-width: 1120px;
        box-sizing: border-box;
        width: 100%;
        margin: 0px auto;
    }

    .infoBlock .blockUp {
        display: flex;
        padding: 25px 0 40px 20px;
        border-style: none none solid;
        border-image: initial;
        border-bottom: 1px solid rgb(217, 217, 217);
    }

    .infoBlock .blockUp > div {
        width: 33.3333%;
        box-sizing: border-box;
        /*padding: 0px 10px;*/
    }

    .infoBlock .blockUp > div > a {
        display: block;
        background-color: transparent;
        font-size: 20px;
        font-weight: 500;
        color: black;
        text-decoration: none;
        text-align: left;
        width: intrinsic; /* Safari/WebKit uses a non-standard name */
        width: -moz-max-content; /* Firefox/Gecko */
        width: -webkit-max-content; /* Chrome */
        height: inherit;
        border-style: none none solid;
        border-image: initial;
        border-bottom: 1px solid rgb(217, 217, 217);
        padding: 7px 0 0 0;
        cursor: pointer;
        transition: all 0.1s linear 0s;
    }

    .infoBlock .blockUp > div > a:hover {
        background-color: transparent;
        color: rgb(32, 160, 82);
        box-sizing: border-box;
        cursor: pointer;
        transition: all 0.1s linear 0s;
        border-bottom: 1px solid rgb(32, 160, 82);
        border-color: rgb(32, 160, 82);
    }

    .infoBlock .blockDown {
        width: 100%;
        padding: 100px 0 120px 0;
    }

    .infoBlock .blockDown .item {
        width: 100%;
        vertical-align: top;
        background-repeat: no-repeat;
        box-sizing: border-box;
        padding: 80px 20px 0 20px;
        display: inline-block;
        background-position: 50px 0;
    }

    .infoBlock .blockDown > div > div .bg1 {
        background-image: url("../img/blockDown/1.svg");
    }

    .infoBlock .blockDown > div > div .bg2 {
        background-image: url("../img/blockDown/2.svg");
    }

    .infoBlock .blockDown > div > div .bg3 {
        background-image: url("../img/blockDown/3.svg");
    }

    .infoBlock .blockDown .item > h4 {
        color: rgb(34, 34, 34);
        font-weight: 600;
        font-size: 30px;
        line-height: 35px;
        text-align: left;
        padding: 10px 0 10px 0;
    }

    .infoBlock .blockDown .item > p {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-align: left;
        padding-bottom: 15px;
    }

    .infoBlock .blockDown .item > a {
        color: rgb(32, 160, 82);
        font-weight: 700;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 1px;
        text-transform: uppercase;
        cursor: pointer;
    }

    .infoBlock .blockDown .item > a > span {
        background-image: url("../img/blockDown/arrow.svg");
        width: 15px;
        display: inline-block;
        height: 10px;
        background-position: right center;
        background-repeat: no-repeat;
    }

    .blockDo {
        background-color: #f8f8f8;
        padding: 100px 20px 120px 20px;
    }

    .blockDo > div {
        display: block;
        max-width: 1120px;
        margin: 0 auto;
    }

    .blockDo > div > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
        text-align: center;
    }

    .blockDo > div > p {
        color: rgb(34, 34, 34);
        font-weight: 500;
        padding: 10px 0 40px 0;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .blockDo > div > .blockContent > .nav {
        display: flex;
        width: 100%;
        padding-bottom: 20px;
    }

    .blockDo > div > .blockContent > .nav > div {
        letter-spacing: 0.8px;
        position: relative;
        text-align: center;
        margin-left: -1px;
        cursor: pointer;
        font-size: 14px;
        width: 100%;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(217, 217, 217);
        border-image: initial;
        transition: background 0.2s ease 0s;
        background: rgb(255, 255, 255);
        padding: 12px 0px 11px;
        border-radius: 4px 0px 0px 4px;
    }

    .blockDo > div > .blockContent > .nav > div > span {
        color: inherit;
        font-weight: 700;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .blockDo > div > .blockContent > .nav > .active {
        position: relative;
        color: rgb(255, 255, 255);
        cursor: default;
        z-index: 2;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        transition: background 0.2s ease 0s;
        border-color: rgb(34, 34, 34);
        background: rgb(34, 34, 34);
    }

    .blockDo > div > .blockContent > .descImg {
        height: 600px;
        /*background-image: url("../img/blockDo/1.jpg");*/
        position: relative;

    }

    .blockDo > div > .blockContent > .descImg > div {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0;
        z-index: 1;
        transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
    }

    .blockDo > div > .blockContent > .descImg > .active {

        opacity: 1 !important;
        z-index: 2;
        transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
    }

    .blockDo > div > .blockContent > .buttonLink {
        padding: 40px 0 0 0;
    }

    .blockDo > div > .blockContent > .buttonLink > span {
        display: block;
        transition: background .2s ease;
        width: 260px;
        border: 1px solid #d9d9d9;
        text-transform: uppercase;
        padding: 12px 10px 11px;
        box-sizing: border-box;
        margin: 0 auto;
        letter-spacing: .8px;
        background: #fff;
        position: relative;
        text-align: center;
        border-radius: 6px;
        line-height: 17px;
        font-weight: 700;
        font-size: 14px;
        cursor: pointer;
        color: #222;
    }

    .blockDo > div > .blockContent > .buttonLink > span:hover {
        background-color: #f8f8f8;
    }

    .blockDo > div > .blockContent > .buttonLink > span:after {
        border: 2px solid #a6a6a6;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block;
        border-bottom: none;
        border-left: none;
        margin-left: 10px;
        height: 7px;
        width: 7px;
        content: "";
    }

    .cleaningTeam {
        width: 100%;
        position: relative;
    }

    .cleaningTeam > div {
        padding: 100px 0 120px 0;
        max-width: 1120px;
        box-sizing: border-box;
        width: 100%;
        margin: 0px auto;
        border-bottom: 1px solid rgb(217, 217, 217);
    }

    .cleaningTeam > div > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
        text-align: center;
        padding-bottom: 10px;
    }

    .cleaningTeam > div > p {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .cleaningTeam > div > button {
        color: rgb(32, 160, 82);
        background-color: transparent;
        width: 250px;
        display: block;
        font-size: 16px;
        padding: 15px 0 15px 0;
        margin: 0 auto;
        font-weight: 500;
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        margin-top: 40px;
        cursor: pointer;
        transition: all 0.1s linear 0s;
    }

    .cleaningTeam > div > button:hover {
        background-color: transparent;
        font-size: 16px;
        font-weight: 500;
        transform: translateY(-3px);
        box-shadow: rgba(0, 59, 23, 0.1) 0px 10px 10px 0px;
        color: rgb(32, 160, 82);
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        transition: all 0.1s linear 0s;
    }

    .cleaning {
        width: 100%;
    }

    .cleaning > div {
        max-width: 1120px;
        padding: 100px 0 120px 0;
        box-sizing: border-box;
        width: 100%;
        margin: 0px auto;
    }

    .cleaning > div > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
        text-align: center;
    }

    .cleaning > div > p {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 20px;
        padding-top: 10px;
        line-height: 30px;
        text-align: center;
    }

    .cleaning > .assessment {
        max-width: 940px;
        margin: 0 auto;
        padding: 0 0 120px 0;
    }

    .cleaning > .assessment > div {
        /*margin-top: 70px;*/
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        transition: all .8s ease;
    }

    .cleaning > .assessment > div .item {
        transition: all .8s ease;
        height: 300px;
        width: 300px;
        text-align: center;
        background: #fff;
        border-radius: 6px;
        border: 1px solid #d9d9d9;
        color: #000;
    }

    .cleaning > .assessment > div .item > div:nth-child(1) {
        font-size: 14px;
        color: #000;
        font-weight: 700;
        line-height: 40px;
        text-transform: uppercase;
        letter-spacing: .8px;
        border-bottom: 1px solid #d9d9d9;
        background: hsla(0, 0%, 97%, .5);
        border-radius: 6px 6px 0 0;
    }

    .cleaning > .assessment > div .item > div:nth-child(2) {
        background: 70% 0 no-repeat;
        background-size: 190px;
        border-radius: 100px;
        margin: 30px auto 0 auto;
        opacity: 1;
        height: 160px;
        width: 160px;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) {
        display: flex;
        margin: 0 auto;
        max-width: 170px;
        padding: 20px 0 0 0;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) > div {
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) > div > div {
        width: 25px;
        height: 25px;
        display: inline-flex;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) > div > span {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        margin: 0px;
        vertical-align: top;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) > div > div > div {
        height: 100%;
        width: 100%;
        background-image: url("../img/cleaning/smail.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) > span {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .cleaning > .assessment  button {
        color: rgb(32, 160, 82);
        background-color: transparent;
        width: 250px;
        display: block;
        font-size: 16px;
        padding: 15px 0 15px 0;
        margin: 0 auto;
        font-weight: 500;
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        margin-top: 40px;
        cursor: pointer;
        transition: all 0.1s linear 0s;
    }

    .cleaning > .assessment  button:hover {
        background-color: transparent;
        font-size: 16px;
        font-weight: 500;
        transform: translateY(-3px);
        box-shadow: rgba(0, 59, 23, 0.1) 0px 10px 10px 0px;
        color: rgb(32, 160, 82);
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        transition: all 0.1s linear 0s;
    }

    .rating {
        width: 100%;
        background-color: #f8f8f8;
    }

    .rating > div {
        max-width: 1120px;
        /*width: 100%;*/
        margin: 0 auto;
        padding: 100px 20px 120px 20px;
    }

    .rating > div .title {
        width: 66.6667%;
        box-sizing: border-box;
        padding: 0 0 40px 0;
        margin: 0 auto;
    }

    .rating > div .title > span:first-child {

    }

    .rating > div .title > span:first-child > div {
        width: 60px;
        height: 60px;
        padding: 0 0 25px 0;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        display: block;
        margin: 0 auto;
    }

    .rating > div .title > span:first-child > div > div {
        height: 100%;
        width: 100%;
        background-image: url("../img/cleaning/smail.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .rating > div .title > span:first-child > span {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        padding: 0 0 10px 0;
        line-height: 45px;
        display: block;
        text-align: center;
    }

    .rating > div .title > span:last-child {
        display: block;
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .rating > div .client {
        display: flex;
    }

    .rating > div .client > div {
        display: flex;
    }

    .rating > div .client > div {
        display: block;
    }

    .rating > div .client > div > div {
        background-color: rgb(255, 255, 255);
        padding: 20px;
        border-radius: 6px;
        margin-bottom: 20px;
    }

    .rating > div .client > div > div > span {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 25px;
        line-height: 35px;
    }

    .rating > div .client > div > div > div {
        display: flex;

        padding: 10px 0 0 0;
    }

    .rating > div .client > div > div > div > div:first-child {
        display: inline-block;
        padding-right: 30px;
    }

    .rating > div .client > div > div > div > div:first-child > div {
        display: flex;
    }

    .rating > div .client > div > div > div > div > div:first-child > span {
        color: rgb(166, 166, 166);
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        vertical-align: top;
    }

    .rating > div .client > div > div > div > div > div:last-child > span {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .rating > div .client > div > div > div > div:last-child > div {
        display: flex;
    }

    .rating > div .client > div > div > div > div:last-child > div > div {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > div {
        padding-left: 10px;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > span {
        padding-left: 10px;
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
    }

    .rating > div .client > div > div > div > div:last-child > div > span {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > div {
        display: flex;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > div > div {
        width: 25px;
        height: 25px;
        display: inline-flex;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > div > div > div {
        height: 100%;
        width: 100%;
        background-image: url("../img/cleaning/smail.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > div > span {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        padding-left: 5px;
        line-height: 25px;
    }

    .rating > div > button {
        color: rgb(32, 160, 82);
        background-color: transparent;
        width: 250px;
        display: block;
        font-size: 16px;
        padding: 15px 0 15px 0;
        margin: 0 auto;
        font-weight: 500;
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        margin-top: 40px;
        cursor: pointer;
        transition: all 0.1s linear 0s;
    }

    .rating > div > button:hover {
        background-color: transparent;
        font-size: 16px;
        font-weight: 500;
        transform: translateY(-3px);
        box-shadow: rgba(0, 59, 23, 0.1) 0px 10px 10px 0px;
        color: rgb(32, 160, 82);
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        transition: all 0.1s linear 0s;
    }

    .cleaningApartment {
        width: 100%;
        background-color: white;
        padding: 100px 0px 100px 0px;
    }

    .cleaningApartment > div {
        max-width: 1120px;
        box-sizing: border-box;
        /*width: 100%;*/
        padding: 0 20px 0 20px;
        margin: 0px auto;
    }

    .cleaningApartment > div > .title {
        width: 66.6667%;
        display: block;
        margin: 0 auto;
    }

    .cleaningApartment > div > .title > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
        text-align: center;
        padding-bottom: 40px;
    }

    .cleaningApartment > div > .desc {
        -webkit-box-pack: center;
        justify-content: center;
        display: flex;
    }

    .cleaningApartment > div > .desc > div {
        width: 33.3333%;
        box-sizing: border-box;
        padding: 0px 10px;
    }

    .cleaningApartment > div > .desc > div > div {
        background-color: rgb(255, 255, 255);
        display: block;
        padding: 30px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(217, 217, 217);
        border-image: initial;
        border-radius: 6px;
    }

    .cleaningApartment > div > .desc > div > div > span:nth-child(1) {
        display: block;
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 30px;
        line-height: 35px;
    }

    .cleaningApartment > div > .desc > div > div > span:nth-child(2) {
        display: block;
        color: rgb(34, 34, 34);
        font-weight: 900;
        font-size: 50px;
        line-height: 55px;
        padding: 0 0 30px 0;
    }

    .cleaningApartment > div > .desc > div > div > button {
        color: rgb(255, 255, 255);
        background-color: rgb(32, 160, 82);
        width: 100%;
        font-size: 17px;
        font-weight: 500;
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        box-sizing: border-box;
        line-height: 20px;
        height: 50px;
        cursor: pointer;
        -webkit-appearance: none !important;
        transition: all 0.1s linear 0s;
        padding: 0px 10px;
        outline: none !important;
    }

    .cleaningApartment > div > .desc > div > div > button:hover {
        color: rgb(255, 255, 255);
        width: 100%;
        font-size: 17px;
        font-weight: 500;
        background-color: rgb(35, 176, 89);
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        border-color: rgb(35, 176, 89);

    }

    .cleaningApartment > div > .article {
        text-align: center;
        padding: 20px 0 0 0;
    }

    .cleaningApartment > div > .article > span {
        color: rgb(166, 166, 166);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        text-align: center;
    }

    .questions {
        width: 100%;
        display: flex;
        background-color: #f8f8f8;
        padding: 100px 0 100px 0;
    }

    .questions > div {
        max-width: 1120px;
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px 0 20px;
        margin: 0px auto;
    }

    .questions > div > .title {
        text-align: center;
        padding-bottom: 40px;
    }

    .questions > div > .title > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
        text-align: center;
    }

    .questions > div > .title > p {

        color: inherit;
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .questions > div > .dec > div {
        /*border-bottom: 1px solid rgb(217, 217, 217);*/
        border-top: 1px solid rgb(217, 217, 217);
    }

    .questions > div > .dec > div:last-child {
        border-bottom: 1px solid rgb(217, 217, 217);
    }

    .questions > div > .dec > div > div {
        height: 50px;
        overflow: hidden;
        padding: 25px 0 25px 0;
        position: relative;
        transition: all 0.5s ease 0s;
    }

    .questions > div > .dec > div > div:after {
        transform: translate(0px, 0px) rotate(-45deg);
        position: absolute;
        height: 16px;
        width: 16px;
        content: "";
        right: 4px;
        top: 25px;
        transition: all 0.3s ease 0s;
        border-width: 2px 2px;
        border-style: none none solid solid;
        border-color: rgb(166, 166, 166) rgb(166, 166, 166);
        border-image: initial;
        border-right: none;
        border-top: none;
    }

    .questions > div > .dec > div h4 {
        cursor: pointer;
        color: inherit;
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        color: rgb(32, 160, 82);

    }

    .questions > div > .dec > div h4:hover {
        color: rgb(0, 0, 0);
    }

    .questions > div > .dec > div p {
        padding-top: 50px;
        color: inherit;
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        overflow: hidden;
        transition: all 0.5s ease 0s;
    }

    .questions > div > .dec > div > .active:after {
        transform: translate(0px, 10px) rotate(135deg);
        border-color: rgb(0, 0, 0);
        transition: all 0.5s ease 0s;
    }

    .questions > div > .dec > div > .active {
        padding: 25px 0 170px 0;
        height: 30px;
    }

    .questions > div > .dec > div > .active h4 {
        color: rgb(0, 0, 0);
    }

    .questions > div > .dec > div .active > p {
        padding-top: 15px;
        transition: all 0.5s ease 0s;
    }

    .questions > div > .button {
        text-align: center;
        padding: 50px 0 0 0;
    }

    .questions > div > .button > span {
        transition: background .2s ease;
        max-width: 260px;
        border: 1px solid #d9d9d9;
        text-transform: uppercase;
        padding: 12px 10px 11px;
        box-sizing: border-box;
        letter-spacing: .8px;
        background: #fff;
        width: 100%;
        position: relative;
        text-align: center;
        border-radius: 6px;
        line-height: 17px;
        font-weight: 700;
        cursor: pointer;
        font-size: 14px;
        display: block;
        margin: 0 auto;
        color: #222;
    }

    .questions > div > .button > span:hover {
        background-color: #f8f8f8;
        transition: background .2s ease;
    }

    .questions > div > .button > span:after {
        border: 2px solid #a6a6a6;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block;
        border-bottom: none;
        border-left: none;
        margin-left: 12px;
        height: 8px;
        width: 8px;
        content: "";
    }

    .attachment {
        width: 100%;
        color: #fff;
        font-size: 16px;
        line-height: 25px;
        background: #fff;
        padding-top: 80px;
        padding-bottom: 120px;

    }

    .attachment > div:first-child {
        max-width: 1120px;
        height: 755px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        background: #20a052;
        border-radius: 6px;
        overflow: hidden;
        margin: 0 20px 0 20px;

    }

    .attachment > div:first-child > .img {
        background-image: url(../img/attechment/1.gif);
        height: 755px;
        width: 300px;
        margin-left: 135px;
        background-size: 100%;
        margin-top: 40px;
        background-repeat: no-repeat;
    }

    .attachment > div:first-child > .content {
        padding-top: 80px;
        margin-left: 135px;
        max-width: 360px;
    }

    .attachment > div:first-child > .content h4 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .attachment > div:first-child > .content ul {
        position: relative;
        margin-bottom: 40px;
        padding-left: 40px;
        list-style-type: none;
    }

    .attachment > div:first-child > .content li {
        list-style: none;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .attachment > div:first-child > .content li:before {
        content: "";
        position: absolute;
        left: 0;
        background-image: url(../img/attechment/chek.svg);
        background-size: 100%;
        height: 25px;
        width: 25px;
    }

    .attachment > div:first-child > .content .appIcon {
        max-width: 360px;
        margin-bottom: 20px;
    }

    .attachment > div:first-child > .content .appIcon > div {
        margin-right: 3px;
        margin-bottom: 0;
        background-size: 100%;
        width: 175px;
        height: 50px;
        vertical-align: middle;
        display: inline-block;
        cursor: pointer;
        border-radius: 8px;
    }

    .attachment > div:first-child > .content .appIcon > div:first-child {
        background-image: url(../img/blackHat/appleStore.svg);

    }

    .attachment > div:first-child > .content .appIcon > div:last-child {
        background-image: url(../img/blackHat/androidStore.svg);
    }

    .attachment > div:first-child > .content p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 25px;
        font-weight: 600;
        white-space: nowrap;
    }

    .attachment > div:first-child > .content form > .input {
        height: 60px;
        width: 100%;
        border: none;
        box-sizing: border-box;
        background: #fff;
        border-radius: 4px;
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .attachment > div:first-child > .content form > .input > div {
        min-width: 73px;
        font-size: 20px;
        line-height: 60px;
        border-right: 1px solid #a6a6a6;
        padding: 0;
        text-align: center;
        color: #a6a6a6;
    }

    .attachment > div:first-child > .content form > .input > input {
        padding: 17px 0 16px 20px;
        font-size: 20px;
        border: none;
        background: transparent;
        outline: none;
        color: #000;
        width: 100%;
    }

    .attachment > div:first-child > .content form > .button {
        width: 100%;
        margin-top: 10px;
        color: #fff;
        font-size: 16px;
        line-height: 25px;
    }

    .attachment > div:first-child > .content form > .button > button {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        width: 100%;
        background-color: #000;
        border-radius: 4px;
        display: block;
        outline: none;
        border: none;
        padding: 0;
        color: #fff;
        cursor: pointer;
        transition: all .1s ease-in-out;
    }

    .attachment > div:first-child > .content form > .button > button:hover {
        background-color: #1a1a1a;
        transition: all .1s ease-in-out;
    }

    .attachment > div:last-child {
        max-width: 1120px;
        width: 100%;
        display: block;
        margin: 0 auto;
        color: black;
        padding: 100px 0 0;
        text-align: center;
    }

    .attachment > div:last-child > .title h4 {
        margin-bottom: 20px;
        line-height: 50px;
        font-weight: 700;
        font-size: 40px;
    }

    .attachment > div:last-child > .title p {
        line-height: 30px;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .attachment > div:last-child > .content {
        max-width: 620px;
        margin: 0 auto;
        display: block;
    }

    .attachment > div:last-child > .content > form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: -10px;
    }

    .attachment > div:last-child > .content > form > div {
        padding: 10px;
        width: 300px;
        display: flex;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > span:nth-child(1) {
        cursor: pointer;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > span:nth-child(1):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        line-height: 17px;
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > span:nth-child(3) {
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        border-left: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > span:nth-child(3):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > span:nth-child(3):before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > span:nth-child(1) {
        cursor: pointer;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > span:nth-child(1):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        line-height: 17px;
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > span:nth-child(3) {
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        border-left: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > span:nth-child(3):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > span:nth-child(3):before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(3) {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .attachment > div:last-child > .content > form > div:nth-child(3) > div {
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        background: #fff;
        text-align: center;
        border-right: none;
        line-height: 50px;
        min-width: 58px;
        font-size: 16px;
        vertical-align: middle;
        color: #a6a6a6;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .attachment > div:last-child > .content > form > div:nth-child(3) > input {
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        line-height: 17px;
        font-size: 16px;
        outline: none;
        min-width: 0;
        color: #000;
        height: 50px;
        width: 100%;
        padding-left: 30px;
    }

    .attachment > div:last-child > .content > form > div:nth-child(4) > input {
        background: #20a052;
        transition: background .2s ease;
        padding: 16px 20px 15px;
        border-radius: 4px;
        line-height: 19px;
        font-size: 16px;
        cursor: pointer;
        display: block;
        outline: none;
        border: none;
        color: #fff;
        width: 100%;
        text-align: center;
    }

    .attachment > div:last-child > .content > form > div:nth-child(4) > input:hover {
        background: #4db375;
    }

    .footer {
        background-color: #222222;
        width: 100%;
        margin-bottom: 90px;
    }

    .footer > div {
        max-width: 1120px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        padding: 40px 20px;
    }

    .footer > div > .social {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 60px;
        width: 225px;
    }

    .footer > div > .social > div:first-child {
        color: #a6a6a6;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 25px;
    }

    .footer > div > .social > div:last-child {
        width: 100%;
    }

    .footer > div > .social > div:last-child > a {
        margin-bottom: 10px;
        height: 50px;
        line-height: 50px;
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        transition: background .3s ease;
        border-radius: 100px;
        padding-left: 13px;
        letter-spacing: 0;
        text-align: center;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }

    .footer > div > .social > div:last-child > a:nth-child(1) {
        background-color: #0084ff;
    }

    .footer > div > .social > div:last-child > a:nth-child(2) {
        background-color: #5c81b3;
    }

    .footer > div > .social > div:last-child > a:nth-child(3) {
        background-color: #2ca5e0;
    }

    .footer > div > .social > div:last-child > a:nth-child(4) {
        background-color: #7c529e;
    }

    .footer > div > .social > div:last-child > a:nth-child(1):hover {
        background-color: #339dff;
    }

    .footer > div > .social > div:last-child > a:nth-child(2):hover {
        background-color: #7f9cc3;
    }

    .footer > div > .social > div:last-child > a:nth-child(3):hover {
        background-color: #58b8e7;
    }

    .footer > div > .social > div:last-child > a:nth-child(4):hover {
        background-color: #956fb4;
    }

    .footer > div > .social > div:last-child > a:after {
        background-repeat: no-repeat;
        background-position: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        left: 10px;
        top: 50%;
        height: 20px;
        width: 25px;
    }

    .footer > div > .social > div:last-child > a:nth-child(1):after {
        background-image: url(../img/footer/1.svg);
    }

    .footer > div > .social > div:last-child > a:nth-child(2):after {
        background-image: url(../img/footer/2.svg);
    }

    .footer > div > .social > div:last-child > a:nth-child(3):after {
        background-image: url(../img/footer/3.svg);
    }

    .footer > div > .social > div:last-child > a:nth-child(4):after {
        background-image: url(../img/footer/4.svg);
    }

    .footer > div > .service {
        max-width: 835px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer > div > .service > div:nth-child(1) {
        display: flex;
    }

    .footer > div > .service > div:nth-child(1) > div {
        width: 200px;
        margin-right: 20px;
    }

    .footer > div > .service > div:nth-child(1) > div:last-child {
        text-align: right;
        margin: 0;
    }

    .footer > div > .service > div:nth-child(1) > div > div:first-child {
        color: #a6a6a6;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
        display: block;
    }

    .footer > div > .service > div:nth-child(1) > div > div:last-child {
        display: block;
    }

    .footer > div > .service > div:nth-child(1) > div > div:last-child > a {
        color: #fff;
        font-size: 16px;
        line-height: 25px;
        display: block;
        text-decoration: none;
        cursor: pointer;
    }

    .footer > div > .service > div:nth-child(1) > div > div:last-child > a:hover {
        text-decoration: underline;
    }

    .footer > div > .service > div:nth-child(1) > div:last-child > div {
        width: 170px;
        display: block;
        margin: 0 0 0 auto;
    }

    .footer > div > .service > div:nth-child(1) > div:last-child > div > div {
        text-align: left;
        padding-bottom: 20px;
    }

    .footer > div > .service > div:nth-child(1) > .img a {
        padding: 10px 0 0 0;
        display: block;
        width: auto;
        height: 50px;
        border: none;
        border-radius: 8px;
        background-size: 100%;
        transition: all .1s ease-in-out;
        background-repeat: no-repeat;
        margin: 0 0 0 auto;
    }

    .footer > div > .service > div:nth-child(1) .img a:nth-child(2) {
        background-image: url(../img/blackHat/appleStore.svg);
    }

    .footer > div > .service > div:nth-child(1) .img a:nth-child(3) {
        background-image: url(../img/blackHat/androidStore.svg);
    }

    .footer > div > .service > div:nth-child(2) > div {
        line-height: 20px;
        font-size: 14px;
        color: #a6a6a6;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .footer > div > .service > div:nth-child(2) > div:first-child {
        border-bottom: 1px solid #595959;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .footer > div > .service > div:nth-child(2) > div:first-child > div {
        margin-right: 20px;
        width: 265px;
    }

    .footer > div > .service > div:nth-child(2) > div:first-child > div > a {
        color: #a6a6a6;
        white-space: nowrap;
        text-decoration: none;
    }

    .footer > div > .service > div:nth-child(2) > div:first-child > div > a:hover {

        text-decoration: underline;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child {
        margin: 0 0 0 auto;
        display: flex;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a {
        width: 50px;
        height: 50px;
        background: hsla(0, 0%, 85%, .2);
        transition: all .3s ease;
        display: inline-block;
        border-radius: 100px;
        position: relative;
        margin-left: 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        /*display: flex;*/
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:before {
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: 50%;
        transition: opacity .3s ease;
        background-size: contain;
        opacity: .8;
        content: "";
        z-index: 1;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(1):before {
        background-image: url(../img/footer/1-1.svg);
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(2):before {
        background-image: url(../img/footer/1-2.svg);
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(3):before {
        background-image: url(../img/footer/1-3.svg);
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(3):after {
        background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
        transition: all .3s ease;
        position: absolute;
        border-radius: inherit;
        content: "";
        opacity: 0;
        height: inherit;
        width: inherit;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(1):hover {
        background: #485eac;

    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(2):hover {
        background: #5c81b3;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(3):hover:after {
        opacity: 1;
        cursor: pointer;
    }

    .header-menu {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 2;
        background-color: #fff;
        box-shadow: 0 1px 0 rgba(89, 89, 89, .2);
    }

    .header-menu > div > div {
        height: 0;
        margin: 0;
        padding: 0px 30px;
        overflow: hidden;
        display: block;
        transition: all 0.4s ease-in-out 0s;
    }

    .header-menu > div > .active {
        height: 40px;
        padding: 10px 30px;

        transition: all 0.4s ease-in-out 0s;
    }

    .header-menu > div .logoImg {
        fill: #20a052;
        float: left;
        padding: 5px 0;
    }

    .header-menu > div .menu {
        float: right;
        padding-top: 10px;
    }

    .header-menu > div .menu > span {
        color: #8c8c8c;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        letter-spacing: .8px;
        padding: 0 5px 0 15px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .3s ease;
        cursor: pointer;
    }

    .header-menu > div .menu > span:hover {
        color: #222;
    }

    .foot-foot > .active {
        height: 90px;
    }

    .footer-menu {
        width: 100%;
        height: 0px;
        z-index: 10;
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 0px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px 0px;
        transition: all 0.4s ease-in-out 0s;
        background-color: rgb(255, 255, 255);
    }

    .footer-menu > div {
        max-width: 1120px;
        display: block;
        margin: 0 auto;
    }

    .footer-menu > div > div {
        padding-top: 10px;
    }

    .footer-menu > div > div > form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

    }

    .footer-menu > div > div > form > div {
        padding: 10px;
        width: 225px;
        display: flex;
        margin: 0 auto;
    }

    .footer-menu > div > div > form > div:nth-child(1) > span:nth-child(1) {
        cursor: pointer;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .footer-menu > div > div > form > div:nth-child(1) > span:nth-child(1):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(1) > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        line-height: 17px;
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .footer-menu > div > div > form > div:nth-child(1) > span:nth-child(3) {
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        border-left: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .footer-menu > div > div > form > div:nth-child(1) > span:nth-child(3):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(1) > span:nth-child(3):before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(2) > span:nth-child(1) {
        cursor: pointer;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .footer-menu > div > div > form > div:nth-child(2) > span:nth-child(1):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(2) > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        line-height: 17px;
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .footer-menu > div > div > form > div:nth-child(2) > span:nth-child(3) {
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        border-left: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .footer-menu > div > div > form > div:nth-child(2) > span:nth-child(3):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(2) > span:nth-child(3):before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(3) {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .footer-menu > div > div > form > div:nth-child(3) > div {
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        background: #fff;
        text-align: center;
        border-right: none;
        line-height: 50px;
        min-width: 58px;
        font-size: 16px;
        vertical-align: middle;
        color: #a6a6a6;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .footer-menu > div > div > form > div:nth-child(3) > input {
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        line-height: 17px;
        font-size: 16px;
        outline: none;
        min-width: 0;
        color: #000;
        height: 50px;
        width: 100%;
        padding-left: 30px;
    }

    .footer-menu > div > div > form > div:nth-child(4) > input {
        background: #20a052;
        transition: background .2s ease;
        padding: 16px 20px 15px;
        border-radius: 4px;
        line-height: 19px;
        font-size: 16px;
        cursor: pointer;
        display: block;
        outline: none;
        border: none;
        color: #fff;
        width: 100%;
        text-align: center;
    }

    .footer-menu > div > div > form > div:nth-child(4) > input:hover {
        background: #4db375;
    }

    .popup_1 {
        padding: 0px !important;
        display: none;
        width: 100%;
        max-width: 780px;
        border-radius: 6px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
    }

    .popup_1 > div {
        padding: 65px;
        display: block;
    }

    .popup_1 > div > .title {
        display: block;
        padding: 0;
    }

    .popup_1 > div > .title > h3 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
    }

    .popup_1 > div > .title > p {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        padding: 10px 0 0 0;
    }

    .popup_1 > div > .content > div {
        padding-top: 60px;
        display: flex;
    }

    .popup_1 > div > .content > div > div {
        width: 50%;
        box-sizing: border-box;
        padding-right: 5px;

    }

    .popup_1 > div > .content > div h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
        padding: 0 0 15px 0;
    }

    .popup_1 > div > .content > div .left > div {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        position: relative;
        line-height: 25px;
        padding: 0 0 10px 20px;
    }

    .popup_1 > div > .content > div > div > .left > div:before {
        content: "";
        background-color: rgb(32, 160, 82);
        width: 5px;
        height: 5px;
        position: absolute;
        top: 8px;
        left: 0px;
        border-radius: 50%;
    }

    .popup_1 > div > .content > div > div:nth-child(2) {
        min-width: 260px;
        background-color: rgb(248, 248, 248);
        border-radius: 6px;
        padding-right: 0;
        padding-left: 5px;
        margin-left: 35px;
    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:first-child {
        text-align: center;
        border-bottom: 1px solid rgb(217, 217, 217);
    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:first-child h4 {
        color: rgb(166, 166, 166);
        font-weight: 700;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 10px 0 10px 0;
    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:last-child {
        padding: 15px 30px 15px 15px;
    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:last-child > div {
        display: flex;
        flex-direction: row;
        -webkit-box-pack: start;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 5px 0 0 0;
    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:last-child > div > div:first-child {

    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:last-child > div > div:last-child {
        line-height: 25px;
        font-weight: 500;
        padding-left: 10px;
    }

    .popup_1 > .bg-girl {
        position: relative;
        background: linear-gradient(-180deg, rgb(241, 241, 243) 0%, rgb(236, 236, 238) 100%);
        overflow: hidden;
        width: 100%;
        padding: 0;
    }

    .popup_1 > .bg-girl > div {
        background-image: url("../img/popup/1.png");
        background-size: 448px 400px;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: start;
        justify-content: flex-start;
        min-height: 400px;
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .popup_1 > .bg-girl > div > div {
        width: 360px;
    }

    .popup_1 > .bg-girl > div > div > div {
        display: block;
        padding: 50px 60px 50px 60px;
    }

    .popup_1 > .bg-girl > div > div > div > span:first-child {
        font-weight: 700;
        font-size: 40px;
        position: relative;
        display: block;
        line-height: 45px;
        padding-bottom: 15px;
    }

    .popup_1 > .bg-girl > div > div > div > span:nth-child(2) {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
    }

    .popup_1 > .bg-girl > div > div > div > span:nth-child(2) a {
        color: rgb(32, 160, 82);
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-decoration: none;
    }

    .popup_1 > .bg-girl > div > div > div > span:nth-child(2) a:hover {

        text-decoration: underline;
    }

    .popup_1 > .bg-girl > div > div > div > div {
        width: 230px;
        padding-top: 25px;
    }

    .popup_1 > .bg-girl > div > div > div > div > button {
        color: rgb(255, 255, 255);
        background-color: rgb(32, 160, 82);
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        box-sizing: border-box;
        line-height: 20px;
        height: 50px;
        cursor: pointer;
        -webkit-appearance: none !important;
        transition: all 0.1s linear 0s;
        padding: 0px 10px;
    }

    .popup_1 > .bg-girl > div > div > div > div > button:hover {
        color: rgb(255, 255, 255);
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        background-color: rgb(35, 176, 89);
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        border-color: rgb(35, 176, 89);
    }

    .popup_1 > .dont {
        padding: 40px 60px 40px 60px;
    }

    .popup_1 > .dont > span {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 20px;
        display: block;
        line-height: 25px;
        padding-bottom: 15px;
    }

    .popup_1 > .dont > div {
        display: flex;
    }

    .popup_1 > .dont > div > div {
        box-sizing: border-box;
        padding: 0px 5px;
        width: 50%;
    }

    .popup_1 > .dont > div > div > div {
        position: relative;
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        padding: 0 0 10px 20px;
        background-color: #f6f6f6;
        margin-bottom: 0;
    }

    .popup_1 > .dont > div > div > div:before {
        content: "";
        width: 10px;
        height: 10px;
        display: block;
        position: absolute;
        top: 5px;
        left: 0px;
        background-image: url("../img/popup/chek.svg");
    }
}

@media only screen and  (max-width: 991px) {


    mobile-text{
        display: block;
    }

    .mobile-menu .appIcon {
        max-width: 360px;
        text-align: center;
        padding: 15px 0 0 0;
        margin: 0 0 0 0;
    }

    .mobile-menu .appIcon > div {
        margin-right: 3px;
        margin-bottom: 15px;
        background-size: cover;
        width: 125px;
        height: 35px;
        background-repeat: no-repeat;
        vertical-align: middle;
        display: inline-block;
        cursor: pointer;
        border-radius: 10px;
    }

    .mobile-menu .appIcon > div:first-child {
        background-image: url(../img/blackHat/appleStore.svg);

    }

    .mobile-menu .appIcon > div:last-child {
        background-image: url(../img/blackHat/androidStore.svg);
    }

    .green-block{
        width: 100%;
        background: #20a052;
        padding: 30px 0 40px;
        color: #fff;
        text-align: center;
    }

    .mobile-menu .footer {
        background-color: #f6f6f6;
        margin-bottom: 0;
    }

    .mobile-menu .footer > div > .service > div:nth-child(2) > div {
        display: none;
    }

    .mobile-menu {
        box-shadow: 0 0 1px rgba(89, 89, 89, .2);
    }

    .mobile-menu > div {
        display: none;
    }

    .mobile-menu > .active {
        display: block;
        min-height: 400px;
        margin-right: 0px !important;
        padding: 0 0 1000px 0 !important;
    }

    .mobile-menu > div > div {
        margin-top: 20px;
    }

    .mobile-menu > div > div > div > a {
        padding: 15px 0;
        display: block;
        transition: opacity .15s ease-out, -webkit-transform .35s ease-out;
        transition: opacity .15s ease-out, transform .35s ease-out;
        transition: opacity .15s ease-out, transform .35s ease-out, -webkit-transform .35s ease-out;
        border-bottom: 1px solid #efefef;
        text-transform: uppercase;
        position: relative;
        font-size: 14px;
        font-weight: 600;
        color: #222;
        text-decoration: none;
    }

    .mobile-menu > div > div > div > a:first-child {
        border-top: 1px solid #efefef;
        color: rgb(47, 175, 222) !important;
    }

    .mobile-menu > div > div > div > .button {
        min-width: 260px;
        width: 80%;
        padding: 45px 0 30px 0;
        list-style: none;
        max-width: 300px;
        margin: 0 auto;
    }

    .mobile-menu > div > div > div > .button > a {

        border-color: #20a052;
        background: #20a052;
        color: #fff !important;

        text-transform: uppercase;
        letter-spacing: .8px;
        text-decoration: none;
        padding: 16px 0 15px;
        text-align: center;
        border-radius: 6px;
        font-weight: 700;
        line-height: 17px;
        font-size: 14px;
        display: block;
    }

    .menu-btn {
        display: block;
    }

    .blackHat {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: none;
        position: relative;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background: #222;
        height: 60px;
        padding: 0 20px;
    }

    .blackHat > .iconBlock span:nth-child(1) {
        display: none;
        letter-spacing: 0;
        line-height: 20px;
        font-size: 16px;
        color: #a6a6a6;
    }

    .blackHat > .iconBlock span:not(:first-child) {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-left: 18px;
        line-height: 20px;
        padding-left: 30px;
        letter-spacing: 0;
        text-align: center;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

    .blackHat > .iconBlock span:not(:first-child):hover:before {
        opacity: 1;
    }

    .blackHat > .iconBlock span:not(:first-child):before {
        background-size: contain;
        position: absolute;
        transform: translateY(-50%);
        content: "";
        left: 0;
        background-repeat: no-repeat;
        opacity: .6;
        top: 50%;
        height: 20px;
        width: 25px;
        background-position: center;
    }

    .blackHat > .iconBlock span:nth-child(2):before {
        background-image: url("../img/blackHat/telegram.svg");

    }

    .blackHat > .iconBlock span:nth-child(3):before {
        background-image: url("../img/blackHat/messenger.svg");

    }

    .blackHat > .iconBlock span:nth-child(4):before {
        background-image: url("../img/blackHat/vk.svg");

    }

    .blackHat > .iconBlock span:nth-child(5):before {
        background-image: url("../img/blackHat/viber.svg");

    }

    .blackHat > div:nth-child(2) {
        position: relative;
        display: inline-block;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        padding: 0px 50px;
    }

    .blackHat > div:nth-child(2) > span:first-child {
        color: rgb(166, 166, 166);
        font-weight: 500;
        font-size: 16px;
        display: none;
        line-height: 25px;
    }

    .blackHat > div:nth-child(2) > span:last-child {
        color: rgb(255, 255, 255);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .blackHat > .imgStore {
        width: auto;
        color: red;
        display: block;
        text-align: right;
        margin: 0 0 0 auto;
    }

    .blackHat > .imgStore div {
        background-size: 100%;
        width: 140px;
        height: 40px;
        vertical-align: middle;
        display: inline-block;
        cursor: pointer;
    }

    .blackHat > .imgStore div:first-child {
        background-image: url("../img/blackHat/appleStore.svg");
        margin-right: 10px;
        margin-bottom: 0;
    }

    .blackHat > .imgStore div:last-child {
        background-image: url("../img/blackHat/androidStore.svg");
    }

    .headerPlusForm {
        background-image: url(../img/blockForm/bg2.jpg);
        background-size: cover;
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -webkit-box-pack: center;
        background-repeat: no-repeat;
        background-position: right top;
        min-height: 500px;
    }

    .headerPlusForm > header > div {
        position: relative;
        height: 60px;
        margin: 10px 30px 0px 30px;
    }

    .headerPlusForm > header .logoImg {
        fill: white;
        width: 100%;
        float: left;
        border-bottom: solid white 1px;
        padding: 5px 0 10px 0;
    }

    .headerPlusForm > header .menu {
        float: right;
        padding-top: 10px;
        display: none;
    }

    .headerPlusForm > header .menu > span {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        letter-spacing: .8px;
        padding: 0 5px 0 15px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .3s ease;
        cursor: pointer;
    }

    .blockForm {
        width: 100%;
    }

    .blockForm > div {
        display: block;
        margin: 0 auto;
        max-width: 1120px;
    }

    .blockForm > div > div {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        /*background-color: rgb(255, 255, 255);*/
        box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px;
        opacity: 0.96;
        border-radius: 6px;
    }

    .blockForm form {
        position: relative;
        padding: 30px;
    }

    .blockForm form > h4 {
        color: white;
        font-weight: 700;
        font-size: 40px;
        padding: 5px 0px 10px 0px;
        line-height: 45px;
    }

    .blockForm form > p {
        background-color: transparent;
        color: rgb(255, 255, 255);
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
        -webkit-appearance: none !important;
        transition: all 0.1s linear 0s;
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial;
        display: block;
        margin: 0px;
        padding: 0 0 5px 0;
        outline: none !important;
    }

    .blockForm form > .calc1 {
        padding: 5px 0;
        transition: box-shadow .3s ease;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .blockForm form > .calc1 > span:first-child {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        border-right: none;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: 0;
        position: relative;
        background: #fff;
        min-width: 58px;
        cursor: pointer;
        height: 50px;
    }

    .blockForm form > .calc1 > span:first-child:after {
        margin: -1px 0 0 -7px;
        position: absolute;
        content: "";
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .calc1 > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        /*line-height: 17px;*/
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .blockForm form > .calc1 > span:last-child {
        border: 1px solid #d9d9d9;
        position: relative;
        background: #fff;
        min-width: 58px;
        cursor: pointer;
        height: 50px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-left: none;
        border-radius: 0 4px 4px 0;
    }

    .blockForm form > .calc1 > span:last-child:after {
        margin: -1px 0 0 -7px;
        position: absolute;
        content: "";
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .calc1 > span:last-child:before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .calc2 {
        padding: 5px 0;
        transition: box-shadow .3s ease;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .blockForm form > .calc2 > span:first-child {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        border-right: none;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: 0;
        position: relative;
        background: #fff;
        min-width: 58px;
        cursor: pointer;
        height: 50px;
    }

    .blockForm form > .calc2 > span:first-child:after {
        margin: -1px 0 0 -7px;
        position: absolute;
        content: "";
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .calc2 > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        /*line-height: 17px;*/
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .blockForm form > .calc2 > span:last-child {
        border: 1px solid #d9d9d9;
        position: relative;
        background: #fff;
        min-width: 58px;
        cursor: pointer;
        height: 50px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-left: none;
        border-radius: 0 4px 4px 0;
    }

    .blockForm form > .calc2 > span:last-child:after {
        margin: -1px 0 0 -7px;
        position: absolute;
        content: "";
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .calc2 > span:last-child:before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .blockForm form > .number {
        padding: 5px 0;
        transition: box-shadow .3s ease;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .blockForm form > .number > input {
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        line-height: 17px;
        font-size: 16px;
        padding: 0 0 0 20px;
        margin: 0;
        font-weight: 600;
        outline: none;
        min-width: 0;
        height: 50px;
        width: 100%;
    }

    .blockForm form > .number > input:focus {
        border-color: #20a052;
    }

    .blockForm form > .number > input::-webkit-input-placeholder {
        color: #a6a6a6;
    }

    .blockForm form > .number > input::-moz-placeholder {
        color: #a6a6a6;
    }

    .blockForm form > .number > div {
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        padding: 16px 0 15px;
        background: #fff;
        text-align: center;
        border-right: none;
        line-height: 17px;
        min-width: 58px;
        font-size: 16px;
        color: #a6a6a6;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .blockForm form > .button {
        width: 100%;
        padding: 5px 0;
    }

    .blockForm form > .button > input {
        background: #20a052;
        transition: background .2s ease;
        padding: 16px 20px 15px;
        border-radius: 4px;
        line-height: 19px;
        font-size: 16px;
        cursor: pointer;
        display: block;
        outline: none;
        border: none;
        color: #fff;
        width: 100%;
    }

    .blockForm form > .button > input:hover {
        background: #4db375;
    }

    .infoBlock {
        width: 100%;
        background-color: rgb(255, 255, 255);;
    }

    .infoBlock > div {
        box-sizing: border-box;
        width: 100%;
        margin: 0px auto;
    }

    .infoBlock .blockUp {
        display: block;
        padding: 25px 0 40px 20px;
        border-style: none none solid;
        border-image: initial;
        border-bottom: 1px solid rgb(217, 217, 217);
    }

    .infoBlock .blockUp > div {
        width: 33.3333%;
        box-sizing: border-box;
        /*padding: 0px 10px;*/
    }

    .infoBlock .blockUp > div > a {
        display: block;
        background-color: transparent;
        font-size: 20px;
        font-weight: 500;
        color: black;
        text-decoration: none;
        text-align: left;
        width: intrinsic; /* Safari/WebKit uses a non-standard name */
        width: -moz-max-content; /* Firefox/Gecko */
        width: -webkit-max-content; /* Chrome */
        height: inherit;
        border-style: none none solid;
        border-image: initial;
        border-bottom: 1px solid rgb(217, 217, 217);
        padding: 7px 0 0 0;
        cursor: pointer;
        transition: all 0.1s linear 0s;
    }

    .infoBlock .blockUp > div > a:hover {
        background-color: transparent;
        color: rgb(32, 160, 82);
        box-sizing: border-box;
        cursor: pointer;
        transition: all 0.1s linear 0s;
        border-bottom: 1px solid rgb(32, 160, 82);
        border-color: rgb(32, 160, 82);
    }

    .infoBlock .blockDown {
        width: 100%;
        padding: 30px 0 20px 0;
    }

    .infoBlock .blockDown .item {
        display: block;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px 0px;
        height: 100%;
        vertical-align: top;
        background-repeat: no-repeat;
        box-sizing: border-box;
        padding: 130px 20px 40px 20px;
        background-position: center 30px;
        max-width: 275px;
        margin: 15px auto;
        border-radius: 6px;
        text-align: center;
    }

    .infoBlock .blockDown > div > div .bg1 {
        background-image: url("../img/blockDown/1.svg");
    }

    .infoBlock .blockDown > div > div .bg2 {
        background-image: url("../img/blockDown/2.svg");
    }

    .infoBlock .blockDown > div > div .bg3 {
        background-image: url("../img/blockDown/3.svg");
    }

    .infoBlock .blockDown .item > h4 {
        padding: 10px 0 10px 0;
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        text-align: center;
    }

    .infoBlock .blockDown .item > p {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        max-width: 225px;
        display: block;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .infoBlock .blockDown .item > a {
        color: rgb(32, 160, 82);
        font-weight: 700;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 1px;
        text-transform: uppercase;
        cursor: pointer;
    }

    .infoBlock .blockDown .item > a > span {
        background-image: url("../img/blockDown/arrow.svg");
        width: 15px;
        display: inline-block;
        height: 10px;
        background-position: right center;
        background-repeat: no-repeat;
    }

    .blockDo {
        background-color: #f8f8f8;
        padding: 30px 20px 30px 20px;
    }

    .blockDo > div {
        display: block;
        max-width: 1120px;
        margin: 0 auto;
    }

    .blockDo > div > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
        text-align: left;
    }

    .blockDo > div > p {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        padding: 10px 0 25px 0;
        text-align: left;
    }

    .blockDo > div > .blockContent > .nav {
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .blockDo > div > .blockContent > .nav > div {
        letter-spacing: 0.8px;
        position: relative;
        text-align: center;
        display: inline-block;
        margin-bottom: 5px;
        cursor: pointer;
        width: 120px;
        font-size: 14px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(217, 217, 217);
        border-image: initial;
        transition: background 0.2s ease 0s;
        background: rgb(255, 255, 255);
        padding: 12px 0px 11px;
        border-radius: 4px;
    }

    .blockDo > div > .blockContent > .nav > div > span {
        color: inherit;
        font-weight: 700;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .blockDo > div > .blockContent > .nav > .active {
        position: relative;
        color: rgb(255, 255, 255);
        cursor: default;
        z-index: 2;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        transition: background 0.2s ease 0s;
        border-color: rgb(34, 34, 34);
        background: rgb(34, 34, 34);
    }

    .blockDo > div > .blockContent > .descImg {
        min-height: 305px;
        height: auto;
        /*background-image: url("../img/blockDo/1.jpg");*/
        position: relative;

    }

    .blockDo > div > .blockContent > .descImg > div {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0;
        background-image: none !important;
        z-index: 1;
        transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
    }

    .blockDo > div > .blockContent > .descImg > .active {

        opacity: 1 !important;
        z-index: 2;
        transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
    }

    .blockDo > div > .blockContent > .buttonLink {
        padding: 40px 0 0 0;
    }

    .blockDo > div > .blockContent > .buttonLink > span {
        display: block;
        transition: background .2s ease;
        width: 260px;
        border: 1px solid #d9d9d9;
        text-transform: uppercase;
        padding: 12px 10px 11px;
        box-sizing: border-box;
        margin: 0 auto;
        letter-spacing: .8px;
        background: #fff;
        position: relative;
        text-align: center;
        border-radius: 6px;
        line-height: 17px;
        font-weight: 700;
        font-size: 14px;
        cursor: pointer;
        color: #222;
    }

    .blockDo > div > .blockContent > .buttonLink > span:hover {
        background-color: #f8f8f8;
    }

    .blockDo > div > .blockContent > .buttonLink > span:after {
        border: 2px solid #a6a6a6;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block;
        border-bottom: none;
        border-left: none;
        margin-left: 10px;
        height: 7px;
        width: 7px;
        content: "";
    }

    .cleaningTeam {
        width: 100%;
        position: relative;
    }

    .cleaningTeam > div {
        max-width: 360px;
        padding: 30px 25px 30px 25px;
        box-sizing: border-box;
        width: 100%;
        margin: 0px auto;
        border-bottom: 1px solid rgb(217, 217, 217);
    }

    .cleaningTeam > div > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
        text-align: left;
    }

    .cleaningTeam > div > p {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        padding-top: 15px;
        line-height: 25px;
        text-align: left;
    }

    .cleaningTeam > div > button {
        color: rgb(32, 160, 82);
        background-color: transparent;
        width: 250px;
        display: block;
        font-size: 16px;
        padding: 15px 0 15px 0;
        margin: 0 auto;
        font-weight: 500;
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        margin-top: 25px;
        cursor: pointer;
        transition: all 0.1s linear 0s;
    }

    .cleaningTeam > div > button:hover {
        background-color: transparent;
        font-size: 16px;
        font-weight: 500;
        transform: translateY(-3px);
        box-shadow: rgba(0, 59, 23, 0.1) 0px 10px 10px 0px;
        color: rgb(32, 160, 82);
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        transition: all 0.1s linear 0s;
    }

    .cleaning {
        width: 100%;
    }

    .cleaning > div {
        max-width: 1120px;
        padding: 30px 0 0 0;
        box-sizing: border-box;
        width: 100%;
        margin: 0px auto;
    }

    .cleaning > div > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
        text-align: left;
        padding: 0 30px 0 30px;
    }

    .cleaning > div > p {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        text-align: left;
        padding: 15px 30px 0 30px;
    }

    .cleaning > .assessment {
        max-width: 940px;
        margin: 0 auto;
        padding: 0 0 30px 0;
    }

    .cleaning > .assessment > div {
        /*margin-top: 70px;*/
        display: -webkit-flex;
        display: -ms-flexbox;
        display: block;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        transition: all .8s ease;
    }

    .cleaning > .assessment > div .item {
        transition: all .8s ease;
        height: 300px;
        width: 300px;
        margin: 40px auto;
        display: block;
        text-align: center;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px 0px;
        border-radius: 6px;
        border: 1px solid #d9d9d9;
        color: #000;
    }

    .cleaning > .assessment > div .item > div:nth-child(1) {
        font-size: 14px;
        color: #000;
        font-weight: 700;
        line-height: 40px;
        text-transform: uppercase;
        letter-spacing: .8px;
        border-bottom: 1px solid #d9d9d9;
        background: hsla(0, 0%, 97%, .5);
        border-radius: 6px 6px 0 0;
    }

    .cleaning > .assessment > div .item > div:nth-child(2) {
        background: 70% 0 no-repeat;
        background-size: 190px;
        border-radius: 100px;
        margin: 30px auto 0 auto;
        opacity: 1;
        height: 160px;
        width: 160px;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) {
        display: flex;
        margin: 0 auto;
        max-width: 170px;
        padding: 20px 0 0 0;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) > div {
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) > div > div {
        width: 25px;
        height: 25px;
        display: inline-flex;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) > div > span {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        margin: 0px;
        vertical-align: top;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) > div > div > div {
        height: 100%;
        width: 100%;
        background-image: url("../img/cleaning/smail.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .cleaning > .assessment > div .item > div:nth-child(3) > span {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .cleaning > .assessment  button {
        color: rgb(32, 160, 82);
        background-color: transparent;
        width: 250px;
        display: block;
        font-size: 16px;
        padding: 15px 0 15px 0;
        margin: 0 auto;
        font-weight: 500;
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        margin-top: 0px;
        cursor: pointer;
        transition: all 0.1s linear 0s;
    }

    .cleaning > .assessment  button:hover {
        background-color: transparent;
        font-size: 16px;
        font-weight: 500;
        transform: translateY(-3px);
        box-shadow: rgba(0, 59, 23, 0.1) 0px 10px 10px 0px;
        color: rgb(32, 160, 82);
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        transition: all 0.1s linear 0s;
    }

    .rating {
        width: 100%;
        background-color: #f8f8f8;
    }

    .rating > div {
        max-width: 1120px;
        /* width: 100%; */
        margin: 0 auto;
        padding: 30px 20px 30px 20px;
    }

    .rating > div .title {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 40px 0;
        margin: 0 auto;
    }

    .rating > div .title > span:first-child {

    }

    .rating > div .title > span:first-child > div {
        width: 60px;
        height: 60px;
        padding: 0 0 25px 0;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        display: block;
        margin: 0;
    }

    .rating > div .title > span:first-child > div > div {
        height: 100%;
        width: 100%;
        background-image: url("../img/cleaning/smail.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .rating > div .title > span:first-child > span {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 30px;
        display: block;
        line-height: 35px;
        text-align: left;
        padding-bottom: 10px;
    }

    .rating > div .title > span:last-child {
        display: block;
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        text-align: left;
    }

    .rating > div .client {
        display: flex;
    }

    .rating > div .client > div {
        display: flex;
    }

    .rating > div .client > div {
        display: block;
    }

    .rating > div .client > div > div {
        background-color: rgb(255, 255, 255);
        width: 100%;
        display: block;
        border-radius: 6px;
        margin-bottom: 20px;
    }

    .rating > div .client > div > div > span {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        padding: 20px 20px 0px 20px;
        display: inline-block;
    }

    .rating > div .client > div > div > div {
        display: block;
        padding: 20px;
    }

    .rating > div .client > div > div > div > div:first-child {
        display: block;
        width: 100%;
        padding-bottom: 15px;
    }

    .rating > div .client > div > div > div > div:first-child > div {
        display: flex;
    }

    .rating > div .client > div > div > div > div > div:first-child > span {
        color: rgb(166, 166, 166);
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        vertical-align: top;
    }

    .rating > div .client > div > div > div > div > div:last-child > span {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .rating > div .client > div > div > div > div:last-child > div {
        display: block;
    }

    .rating > div .client > div > div > div > div:last-child > div > div {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: left;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > div {
        padding-left: 10px;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > span {
        padding-left: 10px;
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
    }

    .rating > div .client > div > div > div > div:last-child > div > span {
        display: block;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > div {
        display: flex;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > div > div {
        width: 25px;
        height: 25px;
        display: inline-flex;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > div > div > div {
        height: 100%;
        width: 100%;
        background-image: url("../img/cleaning/smail.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .rating > div .client > div > div > div > div:last-child > div > div > div > span {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        padding-left: 5px;
        line-height: 25px;
    }

    .rating > div > button {
        color: rgb(32, 160, 82);
        background-color: transparent;
        width: 250px;
        display: block;
        font-size: 16px;
        padding: 15px 0 15px 0;
        margin: 0 auto;
        font-weight: 500;
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        margin-top: 10px;
        cursor: pointer;
        transition: all 0.1s linear 0s;
    }

    .rating > div > button:hover {
        background-color: transparent;
        font-size: 16px;
        font-weight: 500;
        transform: translateY(-3px);
        box-shadow: rgba(0, 59, 23, 0.1) 0px 10px 10px 0px;
        color: rgb(32, 160, 82);
        border-radius: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        transition: all 0.1s linear 0s;
    }

    .cleaningApartment {
        width: 100%;
        background-color: white;
        padding: 30px 0px 30px 0px;
    }

    .cleaningApartment > div {
        max-width: 1120px;
        box-sizing: border-box;
        /*width: 100%;*/
        padding: 0 20px 0 20px;
        margin: 0px auto;
    }

    .cleaningApartment > div > .title {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .cleaningApartment > div > .title > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        width: 100%;
        font-size: 30px;
        padding: 0 10px;
        line-height: 35px;
        padding-bottom: 40px;
        text-align: left;
    }

    .cleaningApartment > div > .desc {
        -webkit-box-pack: center;
        justify-content: center;
        display: block;
    }

    .cleaningApartment > div > .desc > div {
        width: 100%;
        box-sizing: border-box;
        padding: 0px 10px;
        margin: 0 0 20px 0;
    }

    .cleaningApartment > div > .desc > div > div {
        background-color: rgb(255, 255, 255);
        display: block;
        padding: 20px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(217, 217, 217);
        border-image: initial;
        border-radius: 6px;
    }

    .cleaningApartment > div > .desc > div > div > span:nth-child(1) {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
    }

    .cleaningApartment > div > .desc > div > div > span:nth-child(2) {
        color: rgb(34, 34, 34);
        font-weight: 900;
        font-size: 30px;
        line-height: 35px;
        padding: 0 0 20px 0;
        display: block;
    }

    .cleaningApartment > div > .desc > div > div > button {
        color: rgb(255, 255, 255);
        background-color: rgb(32, 160, 82);
        width: 100%;
        font-size: 17px;
        font-weight: 500;
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        box-sizing: border-box;
        line-height: 20px;
        height: 50px;
        cursor: pointer;
        -webkit-appearance: none !important;
        transition: all 0.1s linear 0s;
        padding: 0px 10px;
        outline: none !important;
    }

    .cleaningApartment > div > .desc > div > div > button:hover {
        color: rgb(255, 255, 255);
        width: 100%;
        font-size: 17px;
        font-weight: 500;
        background-color: rgb(35, 176, 89);
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        border-color: rgb(35, 176, 89);

    }

    .cleaningApartment > div > .article {
        text-align: center;
    }

    .cleaningApartment > div > .article > span {
        color: rgb(166, 166, 166);
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }

    .questions {
        width: 100%;
        display: flex;
        background-color: #f8f8f8;
        padding: 30px 0 30px 0;
    }

    .questions > div {
        max-width: 1120px;
        box-sizing: border-box;
        width: 100%;
        padding: 0 25px 0 25px;
        margin: 0px auto;
    }

    .questions > div > .title {
        text-align: center;
        padding-bottom: 40px;
    }

    .questions > div > .title > h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
        text-align: left;
    }

    .questions > div > .title > p {

        color: inherit;
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .questions > div > .dec > div {
        /*border-bottom: 1px solid rgb(217, 217, 217);*/
        border-top: 1px solid rgb(217, 217, 217);
    }

    .questions > div > .dec > div:last-child {
        border-bottom: 1px solid rgb(217, 217, 217);
    }

    .questions > div > .dec > div > div {
        /* height: 55px; */
        overflow: hidden;
        padding: 25px 0 25px 0;
        position: relative;
        transition: all 0.5s ease 0s;
    }

    .questions > div > .dec > div > div:after {
        transform: translate(0px, 0px) rotate(-45deg);
        position: absolute;
        height: 16px;
        width: 16px;
        content: "";
        right: 4px;
        top: 25px;
        transition: all 0.3s ease 0s;
        border-width: 2px 2px;
        border-style: none none solid solid;
        border-color: rgb(166, 166, 166) rgb(166, 166, 166);
        border-image: initial;
        border-right: none;
        border-top: none;
    }

    .questions > div > .dec > div h4 {
        cursor: pointer;
        font-weight: 700;
        line-height: 25px;
        color: rgb(32, 160, 82);
        font-weight: 700;
        font-size: 16px;
        line-height: 25px;
        padding: 0 40px 0 0;
    }

    .questions > div > .dec > div h4 > br {
        display: none;
    }

    .questions > div > .dec > div h4:hover {
        color: rgb(0, 0, 0);
    }

    .questions > div > .dec > div p {
        /*padding-top: 50px; */
        color: inherit;
        font-weight: 500;
        height: 0px;
        font-size: 16px;
        line-height: 25px;
        overflow: hidden;
        transition: all 0.5s ease 0s;
    }

    .questions > div > .dec > div > .active:after {
        transform: translate(0px, 10px) rotate(135deg);
        border-color: rgb(0, 0, 0);
        transition: all 0.5s ease 0s;
    }

    .questions > div > .dec > div > .active {
        padding: 25px 0 25px 0;
        /* height: fit-content; */
        transition: all 0.5s ease 0s;
    }

    .questions > div > .dec > div > .active h4 {
        color: rgb(0, 0, 0);
    }

    .questions > div > .dec > div .active > p {
        padding-top: 15px;
        transition: all 0.5s ease 0s;
        height: auto;
    }

    .questions > div > .button {
        text-align: center;
        padding: 50px 0 0 0;
    }

    .questions > div > .button > span {
        transition: background .2s ease;
        max-width: 260px;
        border: 1px solid #d9d9d9;
        text-transform: uppercase;
        padding: 12px 10px 11px;
        box-sizing: border-box;
        letter-spacing: .8px;
        background: #fff;
        width: 100%;
        position: relative;
        text-align: center;
        border-radius: 6px;
        line-height: 17px;
        font-weight: 700;
        cursor: pointer;
        font-size: 14px;
        display: block;
        margin: 0 auto;
        color: #222;
    }

    .questions > div > .button > span:hover {
        background-color: #f8f8f8;
        transition: background .2s ease;
    }

    .questions > div > .button > span:after {
        border: 2px solid #a6a6a6;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block;
        border-bottom: none;
        border-left: none;
        margin-left: 12px;
        height: 8px;
        width: 8px;
        content: "";
    }

    .attachment {
        width: 100%;
        color: #fff;
        font-size: 16px;
        line-height: 25px;
        background: #fff;

    }

    .attachment > div:first-child {

        background-image: url(../img/attechment/1.png);
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center bottom;
        max-width: 1120px;
        height: 610px;
        padding: 30px;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        background-color: #20a052;
        overflow: hidden;
    }

    .attachment > div:first-child > .img {
        background-image: url(../img/attechment/1.gif);
        height: 755px;
        width: 300px;
        margin-left: 135px;
        background-size: 100%;
        margin-top: 40px;
        background-repeat: no-repeat;
        display: none;
    }

    .attachment > div:first-child > .content {
        width: 100%;
    }

    .attachment > div:first-child > .content h4 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .attachment > div:first-child > .content ul {
        position: relative;
        margin-bottom: 40px;
        padding-left: 25px;
        list-style-type: none;
    }

    .attachment > div:first-child > .content li {
        font-size: 16px;
        line-height: 25px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .attachment > div:first-child > .content li:before {
        content: "";
        position: absolute;
        left: 0;
        background-image: url(../img/attechment/chek.svg);
        background-size: 100%;
        height: 20px;
        width: 20px;
    }

    .attachment > div:first-child > .content > div:last-child {
        display: none;
    }

    .attachment > div:first-child > .content .appIcon {
        max-width: 360px;
        text-align: center;
        padding-bottom: 140px;
        margin-bottom: 20px;
    }

    .attachment > div:first-child > .content .appIcon > div {
        margin-right: 3px;
        margin-bottom: 15px;
        background-size: cover;
        width: 125px;
        height: 35px;
        background-repeat: no-repeat;
        vertical-align: middle;
        display: inline-block;
        cursor: pointer;
        border-radius: 10px;
    }

    .attachment > div:first-child > .content .appIcon > div:first-child {
        background-image: url(../img/blackHat/appleStore.svg);

    }

    .attachment > div:first-child > .content .appIcon > div:last-child {
        background-image: url(../img/blackHat/androidStore.svg);
    }

    .attachment > div:first-child > .content p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 25px;
        font-weight: 600;
        white-space: nowrap;
    }

    .attachment > div:first-child > .content form > .input {
        height: 60px;
        width: 100%;
        border: none;
        box-sizing: border-box;
        background: #fff;
        border-radius: 4px;
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .attachment > div:first-child > .content form > .input > div {
        min-width: 73px;
        font-size: 20px;
        line-height: 60px;
        border-right: 1px solid #a6a6a6;
        padding: 0;
        text-align: center;
        color: #a6a6a6;
    }

    .attachment > div:first-child > .content form > .input > input {
        padding: 17px 0 16px 20px;
        font-size: 20px;
        border: none;
        background: transparent;
        outline: none;
        color: #000;
        width: 100%;
    }

    .attachment > div:first-child > .content form > .button {
        width: 100%;
        margin-top: 10px;
        color: #fff;
        font-size: 16px;
        line-height: 25px;
    }

    .attachment > div:first-child > .content form > .button > button {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        width: 100%;
        background-color: #000;
        border-radius: 4px;
        display: block;
        outline: none;
        border: none;
        padding: 0;
        color: #fff;
        cursor: pointer;
        transition: all .1s ease-in-out;
    }

    .attachment > div:first-child > .content form > .button > button:hover {
        background-color: #1a1a1a;
        transition: all .1s ease-in-out;
    }

    .attachment > div:last-child {
        max-width: 1120px;
        width: 100%;
        display: block;
        margin: 0 auto;
        color: black;
        padding: 100px 0 0;
        text-align: center;
    }

    .attachment > div:last-child > .title h4 {
        margin-bottom: 20px;
        line-height: 50px;
        font-weight: 700;
        font-size: 40px;
    }

    .attachment > div:last-child > .title p {
        line-height: 30px;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .attachment > div:last-child > .content {
        max-width: 620px;
        margin: 0 auto;
        display: block;
    }

    .attachment > div:last-child > .content > form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }

    .attachment > div:last-child > .content > form > div {
        padding: 10px;
        width: 300px;
        display: flex;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > span:nth-child(1) {
        cursor: pointer;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > span:nth-child(1):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        line-height: 17px;
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > span:nth-child(3) {
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        border-left: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > span:nth-child(3):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(1) > span:nth-child(3):before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > span:nth-child(1) {
        cursor: pointer;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > span:nth-child(1):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        line-height: 17px;
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > span:nth-child(3) {
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        border-left: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > span:nth-child(3):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(2) > span:nth-child(3):before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .attachment > div:last-child > .content > form > div:nth-child(3) {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .attachment > div:last-child > .content > form > div:nth-child(3) > div {
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        background: #fff;
        text-align: center;
        border-right: none;
        line-height: 50px;
        min-width: 58px;
        font-size: 16px;
        vertical-align: middle;
        color: #a6a6a6;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .attachment > div:last-child > .content > form > div:nth-child(3) > input {
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        line-height: 17px;
        font-size: 16px;
        outline: none;
        min-width: 0;
        color: #000;
        height: 50px;
        width: 100%;
        padding-left: 30px;
    }

    .attachment > div:last-child > .content > form > div:nth-child(4) > input {
        background: #20a052;
        transition: background .2s ease;
        padding: 16px 20px 15px;
        border-radius: 4px;
        line-height: 19px;
        font-size: 16px;
        cursor: pointer;
        display: block;
        outline: none;
        border: none;
        color: #fff;
        width: 100%;
        text-align: center;
    }

    .attachment > div:last-child > .content > form > div:nth-child(4) > input:hover {
        background: #4db375;
    }

    .footer {
        background-color: #222222;
        width: 100%;
        margin-bottom: 90px;
    }

    .footer > div {
        max-width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: block;
        margin: 0 auto;
        padding: 40px 20px;
    }

    .footer > div > .social {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: block;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 60px;
        width: 100%;
    }

    .footer > div > .social > div:first-child {
        color: #a6a6a6;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 25px;
        text-align: center;
    }

    .footer > div > .social > div:last-child {
        width: 100%;
    }

    .footer > div > .social > div:last-child > a {
        margin-bottom: 10px;
        height: 50px;
        line-height: 50px;
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        transition: background .3s ease;
        border-radius: 100px;
        letter-spacing: 0;
        text-align: center;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }

    .footer > div > .social > div:last-child > a:nth-child(1) {
        background-color: #0084ff;
    }

    .footer > div > .social > div:last-child > a:nth-child(2) {
        background-color: #5c81b3;
    }

    .footer > div > .social > div:last-child > a:nth-child(3) {
        background-color: #2ca5e0;
    }

    .footer > div > .social > div:last-child > a:nth-child(4) {
        background-color: #7c529e;
    }

    .footer > div > .social > div:last-child > a:nth-child(1):hover {
        background-color: #339dff;
    }

    .footer > div > .social > div:last-child > a:nth-child(2):hover {
        background-color: #7f9cc3;
    }

    .footer > div > .social > div:last-child > a:nth-child(3):hover {
        background-color: #58b8e7;
    }

    .footer > div > .social > div:last-child > a:nth-child(4):hover {
        background-color: #956fb4;
    }

    .footer > div > .social > div:last-child > a:after {
        background-repeat: no-repeat;
        background-position: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        left: 10px;
        top: 50%;
        height: 20px;
        width: 25px;
    }

    .footer > div > .social > div:last-child > a:nth-child(1):after {
        background-image: url(../img/footer/1.svg);
    }

    .footer > div > .social > div:last-child > a:nth-child(2):after {
        background-image: url(../img/footer/2.svg);
    }

    .footer > div > .social > div:last-child > a:nth-child(3):after {
        background-image: url(../img/footer/3.svg);
    }

    .footer > div > .social > div:last-child > a:nth-child(4):after {
        background-image: url(../img/footer/4.svg);
    }

    .footer > div > .service {
        max-width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: block;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer > div > .service > div:nth-child(2) > div:nth-child(2) > div {
        display: flex;
        margin: 0 auto;
    }

    .footer > div > .service > div:nth-child(1) {
        display: none;
    }

    .footer > div > .service > div:nth-child(1) > div {
        width: 200px;
        margin-right: 20px;
    }

    .footer > div > .service > div:nth-child(1) > div:last-child {
        text-align: right;
        margin: 0;
    }

    .footer > div > .service > div:nth-child(1) > div > div:first-child {
        color: #a6a6a6;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
        display: block;
    }

    .footer > div > .service > div:nth-child(1) > div > div:last-child {
        display: block;
    }

    .footer > div > .service > div:nth-child(1) > div > div:last-child > a {
        color: #fff;
        font-size: 16px;
        line-height: 25px;
        display: block;
        text-decoration: none;
        cursor: pointer;
    }

    .footer > div > .service > div:nth-child(1) > div > div:last-child > a:hover {
        text-decoration: underline;
    }

    .footer > div > .service > div:nth-child(1) > div:last-child > div {
        width: 170px;
        display: block;
        margin: 0 0 0 auto;
    }

    .footer > div > .service > div:nth-child(1) > div:last-child > div > div {
        text-align: left;
        padding-bottom: 20px;
    }

    .footer > div > .service > div:nth-child(1) > .img a {
        padding: 10px 0 0 0;
        display: block;
        width: auto;
        height: 50px;
        border: none;
        border-radius: 8px;
        background-size: 100%;
        transition: all .1s ease-in-out;
        background-repeat: no-repeat;
        margin: 0 0 0 auto;
    }

    .footer > div > .service > div:nth-child(1) .img a:nth-child(2) {
        background-image: url(../img/blackHat/appleStore.svg);
    }

    .footer > div > .service > div:nth-child(1) .img a:nth-child(3) {
        background-image: url(../img/blackHat/androidStore.svg);
    }

    .footer > div > .service > div:nth-child(2) > div {
        line-height: 20px;
        font-size: 14px;
        color: #a6a6a6;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .footer > div > .service > div:nth-child(2) > div:first-child {
        border-bottom: 1px solid #595959;
        margin-bottom: 10px;
        padding-bottom: 10px;
        display: none;
    }

    .footer > div > .service > div:nth-child(2) > div:first-child > div {
        margin-right: 20px;
        width: 265px;
    }

    .footer > div > .service > div:nth-child(2) > div:first-child > div > a {
        color: #a6a6a6;
        white-space: nowrap;
        text-decoration: none;
    }

    .footer > div > .service > div:nth-child(2) > div:first-child > div > a:hover {

        text-decoration: underline;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child {
        margin: 0 0 0 auto;
        display: none;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a {
        width: 50px;
        height: 50px;
        background: hsla(0, 0%, 85%, .2);
        transition: all .3s ease;
        display: inline-block;
        border-radius: 100px;
        position: relative;
        margin-left: 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        /*display: flex;*/
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:before {
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: 50%;
        transition: opacity .3s ease;
        background-size: contain;
        opacity: .8;
        content: "";
        z-index: 1;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(1):before {
        background-image: url(../img/footer/1-1.svg);
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(2):before {
        background-image: url(../img/footer/1-2.svg);
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(3):before {
        background-image: url(../img/footer/1-3.svg);
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(3):after {
        background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
        transition: all .3s ease;
        position: absolute;
        border-radius: inherit;
        content: "";
        opacity: 0;
        height: inherit;
        width: inherit;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(1):hover {
        background: #485eac;

    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(2):hover {
        background: #5c81b3;
    }

    .footer > div > .service > div:nth-child(2) > div:last-child > div:last-child > a:nth-child(3):hover:after {
        opacity: 1;
        cursor: pointer;
    }

    .header-menu {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 2;
        background-color: #fff;
        box-shadow: 0 1px 0 rgba(89, 89, 89, .2);
    }

    .header-menu > div > div {
        height: 0;
        margin: 0;
        opacity: 0;
        padding: 0px 30px;
        position: relative;
        overflow: hidden;
        display: block;
        transition: all 0.4s ease-in-out 0s;
    }

    .header-menu > div > .active {
        height: 40px;
        padding: 10px 30px;
        margin-right: 25px;
        opacity: 1;
        transition: all 0.4s ease-in-out 0s;
        overflow-x: scroll; /* прокрутка по горизонтали */
        overflow-y: scroll; /* прокрутка по вертикали */
    }

    .header-menu > div > .active > div > div:first-child {
        padding: 10px 30px !important;
    }

    .header-menu > div .logoImg {
        fill: #20a052;
        float: left;
        padding: 5px 0;
    }

    .header-menu > div .menu {
        float: right;
        padding-top: 10px;
    }

    .header-menu > div .menu > span {
        color: #8c8c8c;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        letter-spacing: .8px;
        padding: 0 5px 0 15px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .3s ease;
        cursor: pointer;
    }

    .header-menu > div .menu > span:hover {
        color: #222;
    }

    .foot-foot > .active {
        height: 70px;
    }

    .footer-menu {
        width: 100%;
        height: 0px;
        z-index: 10;
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 0px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px 0px;
        transition: all 0.4s ease-in-out 0s;
        background-color: rgb(255, 255, 255);
    }

    .footer-menu > div {
        max-width: 1120px;
        display: block;
        margin: 0 auto;
    }

    .footer-menu > div > div {
        padding-top: 0px;
    }

    .footer-menu > div > div > .desktop {

        display: none;

    }

    .footer-menu > div > div > .mobile {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

    }

    .footer-menu > div > div > form > div {
        padding: 10px;
        width: 100%;
        display: flex;
        margin: 0 auto;
    }

    .footer-menu > div > div > form > div:not(:last-child) {
        display: none !important;
    }

    .footer-menu > div > div > form > div:nth-child(1) > span:nth-child(1) {
        cursor: pointer;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .footer-menu > div > div > form > div:nth-child(1) > span:nth-child(1):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(1) > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        line-height: 17px;
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .footer-menu > div > div > form > div:nth-child(1) > span:nth-child(3) {
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        border-left: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .footer-menu > div > div > form > div:nth-child(1) > span:nth-child(3):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(1) > span:nth-child(3):before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(2) > span:nth-child(1) {
        cursor: pointer;
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        border-right: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .footer-menu > div > div > form > div:nth-child(2) > span:nth-child(1):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(2) > div {
        border: 1px solid #d9d9d9;
        padding: 16px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        line-height: 17px;
        overflow: hidden;
        font-size: 15px;
        color: #222;
        width: 100%;
    }

    .footer-menu > div > div > form > div:nth-child(2) > span:nth-child(3) {
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        border-left: none;
        position: relative;
        background: #fff;
        min-width: 58px;
        display: block;
        height: 50px;
    }

    .footer-menu > div > div > form > div:nth-child(2) > span:nth-child(3):after {
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(2) > span:nth-child(3):before {
        transform: rotate(90deg);
        content: "";
        margin: -1px 0 0 -7px;
        position: absolute;
        background: #000;
        width: 14px;
        height: 2px;
        left: 50%;
        top: 50%;
    }

    .footer-menu > div > div > form > div:nth-child(3) {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .footer-menu > div > div > form > div:nth-child(3) > div {
        border-radius: 4px 0 0 4px;
        border: 1px solid #d9d9d9;
        background: #fff;
        text-align: center;
        border-right: none;
        line-height: 50px;
        min-width: 58px;
        font-size: 16px;
        vertical-align: middle;
        color: #a6a6a6;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .footer-menu > div > div > form > div:nth-child(3) > input {
        border-radius: 0 4px 4px 0;
        border: 1px solid #d9d9d9;
        line-height: 17px;
        font-size: 16px;
        outline: none;
        min-width: 0;
        color: #000;
        height: 50px;
        width: 100%;
        padding-left: 30px;
    }

    .footer-menu > div > div > form > div:nth-child(4) > input {
        background: #20a052;
        transition: background .2s ease;
        padding: 16px 20px 15px;
        border-radius: 4px;
        line-height: 19px;
        font-size: 16px;
        cursor: pointer;
        display: block;
        outline: none;
        border: none;
        color: #fff;
        width: 100%;
        text-align: center;
    }

    .footer-menu > div > div > form > div:nth-child(4) > input:hover {
        background: #4db375;
    }

    .footer-menu > div > div > .mobile > div > input {
        background: #20a052;
        transition: background .2s ease;
        padding: 16px 20px 15px;
        border-radius: 4px;
        line-height: 19px;
        font-size: 16px;
        cursor: pointer;
        display: block;
        outline: none;
        border: none;
        color: #fff;
        width: 100%;
        text-align: center;
    }

    .footer-menu > div > div > .mobile > div > input:hover {
        background: #4db375;
    }

    .popup_1 {
        margin: 0 !important;
        padding: 0px !important;
        display: none;
        width: 100%;
        max-width: 780px;
        border-radius: 6px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
    }

    .popup_1 > div {
        padding: 30px;
        display: block;
    }

    .popup_1 > div > .title {
        display: block;
        padding: 0;
    }

    .popup_1 > div > .title > h3 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 15px;
    }

    .popup_1 > div > .title > p {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .popup_1 > div > .content > div {
        padding-top: 40px;
        display: block;
    }

    .popup_1 > div > .content > div > div {
        width: 100%;
        box-sizing: border-box;
        padding-right: 5px;

    }

    .popup_1 > div > .content > div h4 {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 15px;
    }

    .popup_1 > div > .content > div .left > div {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        position: relative;
        line-height: 25px;
        padding: 0 0 10px 20px;
    }

    .popup_1 > div > .content > div > div > .left > div:before {
        content: "";
        background-color: rgb(32, 160, 82);
        width: 5px;
        height: 5px;
        position: absolute;
        top: 8px;
        left: 0px;
        border-radius: 50%;
    }

    .popup_1 > div > .content > div > div:nth-child(2) {
        background-color: rgb(248, 248, 248);
        border-radius: 6px;
        padding-right: 0;
        padding-left: 5px;
        margin-top: 30px;
    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:first-child {
        text-align: center;
        border-bottom: 1px solid rgb(217, 217, 217);
    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:first-child h4 {
        color: rgb(166, 166, 166);
        font-weight: 700;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 10px 0 10px 0;
    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:last-child {
        padding: 15px 30px 15px 15px;
    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:last-child > div {
        display: flex;
        flex-direction: row;
        -webkit-box-pack: start;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 5px 0 0 0;
    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:last-child > div > div:first-child {

    }

    .popup_1 > div > .content > div > div:nth-child(2) > div:last-child > div > div:last-child {
        line-height: 25px;
        font-weight: 500;
        padding-left: 10px;
    }

    .popup_1 > .bg-girl {
        position: relative;
        background: linear-gradient(-180deg, rgb(241, 241, 243) 0%, rgb(236, 236, 238) 100%);
        overflow: hidden;
        width: 100%;
        padding: 0;
    }

    .popup_1 > .bg-girl > div {
        background-size: 448px 400px;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: start;
        justify-content: flex-start;
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .popup_1 > .bg-girl > div > div {
        width: 360px;
    }

    .popup_1 > .bg-girl > div > div > div {
        display: block;
        padding: 30px;
    }

    .popup_1 > .bg-girl > div > div > div > span:first-child {

        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
        position: relative;
        display: block;
        padding-bottom: 15px;
    }

    .popup_1 > .bg-girl > div > div > div > span:nth-child(2) {
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .popup_1 > .bg-girl > div > div > div > span:nth-child(2) a {
        color: rgb(32, 160, 82);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .popup_1 > .bg-girl > div > div > div > span:nth-child(2) a:hover {

        text-decoration: underline;
    }

    .popup_1 > .bg-girl > div > div > div > div {
        width: 230px;
        margin: 0 auto;
        padding-top: 25px;
    }

    .popup_1 > .bg-girl > div > div > div > div > button {
        color: rgb(255, 255, 255);
        background-color: rgb(32, 160, 82);
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(32, 160, 82);
        border-image: initial;
        box-sizing: border-box;
        line-height: 20px;
        height: 50px;
        cursor: pointer;
        -webkit-appearance: none !important;
        transition: all 0.1s linear 0s;
        padding: 0px 10px;
    }

    .popup_1 > .bg-girl > div > div > div > div > button:hover {
        color: rgb(255, 255, 255);
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        background-color: rgb(35, 176, 89);
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        border-color: rgb(35, 176, 89);
    }

    .popup_1 > .dont {
        /*padding: 40px 60px 40px 60px;*/
    }

    .popup_1 > .dont > span {
        color: rgb(34, 34, 34);
        font-weight: 700;
        font-size: 20px;
        display: block;
        line-height: 25px;
        padding-bottom: 15px;
    }

    .popup_1 > .dont > div {
        display: block;
    }

    .popup_1 > .dont > div > div {
        box-sizing: border-box;
        width: 100%;
    }

    .popup_1 > .dont > div > div > div {
        position: relative;
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        padding: 0 0 10px 20px;
    }

    .popup_1 > .dont > div > div > div:before {
        content: "";
        width: 10px;
        height: 10px;
        display: block;
        position: absolute;
        top: 5px;
        left: 0px;
        background-image: url("../img/popup/chek.svg");
    }

    .mobile-text > div {
        color: rgb(34, 34, 34);
        font-weight: 500;
        font-size: 16px;
        position: relative;
        line-height: 25px;
        padding: 0 0 10px 20px;
    }

     .mobile-text > div:before {
        content: "";
        background-color: rgb(32, 160, 82);
        width: 5px;
        height: 5px;
        position: absolute;
        top: 8px;
        left: 0px;
        border-radius: 50%;
    }

}