@font-face {
    font-family: robotoblack;
    src: url(../font/roboto-black-webfont.woff2) format("woff2"), url(../font/roboto-black-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: robotobold;
    src: url(../font/roboto-bold-webfont.woff2) format("woff2"), url(../font/roboto-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: roboto_condensedbold;
    src: url(../font/robotocondensed-bold-webfont.woff2) format("woff2"), url(../font/robotocondensed-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: robotoregular;
    src: url(../font/roboto-regular-webfont.woff2) format("woff2"), url(../font/roboto-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: circleregular;
    src: url(../font/circle-webfont.woff2) format("woff2"), url(../font/circle-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    font-family: robotoregular;
    font-size: 18px;
    line-height: 1.3;
    background: #fff
}

.container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width:1169px) {
    .container {
        width: 750px;
        padding: 0 15px
    }
}

@media only screen and (max-width:767px) {
    .container {
        width: 320px
    }
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400
}

a {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

img {
    max-width: 100%;
    vertical-align: top
}

.align-center {
    text-align: center
}

.icon {
    position: relative
}

.icon:before {
    content: '';
    display: block;
    background: url(../img/sprite.png) no-repeat;
    position: absolute
}

.section,
section {
    min-width: 1170px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background-position: center top;
    background-repeat: no-repeat
}

@media only screen and (max-width:1169px) {
    .section,
    section {
        min-width: 100%
    }
}

::-webkit-input-placeholder {
    color: #b7b7b7;
    font-size: 14px;
    font-family: robotoregular
}

:-moz-placeholder {
    color: #b7b7b7;
    font-size: 14px;
    font-family: robotoregular
}

::-moz-placeholder {
    color: #b7b7b7;
    font-size: 14px;
    font-family: robotoregular
}

:-ms-input-placeholder {
    color: #b7b7b7;
    font-size: 14px;
    font-family: robotoregular
}

.link-button {
    text-decoration: none;
    font-size: 14px;
    font-family: robotobold;
    font-size: 14px;
    color: #000;
    outline: 0
}

.link-button_call {
    padding: 10px 30px;
    border: 2px solid #94358c;
    border-radius: 25px
}

.link-button_call:before {
    display: none;
    left: 0;
    top: 0;
    background-position: -211px -115px;
    width: 44px;
    height: 44px
}

@media only screen and (max-width:1169px) {
    .link-button_call {
        padding: 0;
        border: none;
        border-radius: 0;
        font-size: 0;
        width: 44px;
        height: 44px
    }
    .link-button_call:before {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .link-button_call {
        display: none
    }
}

.link-button_application {
    display: inline-block;
    padding: 19px 46px;
    border-radius: 30px;
    font-size: 18px;
    background-color: #fed750;
    letter-spacing: -.3px
}

.link-button_gift {
    display: inline-block;
    padding: 15px 29px;
    border-radius: 27px;
    font-size: 14px;
    background-color: #fed750
}

.link-button_all {
    padding: 10px 33px;
    border: 2px solid #94358c;
    border-radius: 25px;
    color: #000;
    letter-spacing: 1.2px
}

.link-button_order {
    display: block;
    width: 275px;
    padding: 19px 0;
    border-radius: 30px;
    font-size: 18px;
    background-color: #fed750;
    text-align: center
}

@media only screen and (max-width:767px) {
    .link-button {
        font-size: 12px
    }
    .link-button_call {
        font-size: 0
    }
    .link-button_application {
        padding: 16px 34px;
        font-size: 14px;
        letter-spacing: 0
    }
    .link-button_gift {
        padding: 11px 19px
    }
    .link-button_all {
        padding: 8px 29px;
        letter-spacing: 0
    }
    .link-button_order {
        width: 225px;
        font-size: 14px;
        padding: 17px 0
    }
}

.section-header {
    font-family: roboto_condensedbold;
    font-size: 38px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .6px
}

.section-header__decor {
    color: #94358c
}

.section-header_left {
    text-align: left;
    line-height: 1.2
}

@media only screen and (max-width:767px) {
    .section-header {
        font-size: 24px;
        line-height: 1.25;
        letter-spacing: .2px
    }
}

.block-shadow {
    position: relative
}

.block-shadow:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 225, 225, .1)), color-stop(61%, rgba(225, 225, 225, .3)), color-stop(66%, rgba(204, 204, 204, .4)), to(#464646));
    background: -webkit-linear-gradient(top, rgba(225, 225, 225, .1) 0, rgba(225, 225, 225, .3) 61%, rgba(204, 204, 204, .4) 66%, #464646 100%);
    background: -o-linear-gradient(top, rgba(225, 225, 225, .1) 0, rgba(225, 225, 225, .3) 61%, rgba(204, 204, 204, .4) 66%, #464646 100%);
    background: linear-gradient(to bottom, rgba(225, 225, 225, .1) 0, rgba(225, 225, 225, .3) 61%, rgba(204, 204, 204, .4) 66%, #464646 100%)
}

.section-icon {
    position: relative;
    overflow: hidden
}

.section-top-icon {
    position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -85px;
    width: 170px;
    height: 170px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #94358c;
    text-align: center;
    border-radius: 20px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.section-top-icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.icon-technologist:before {
    left: 12%;
    top: 58%;
    background-position: -63px -80px;
    width: 50px;
    height: 51px
}

.icon-certificates:before {
    left: 14%;
    top: 58%;
    background-position: -211px -57px;
    width: 41px;
    height: 48px
}

.icon-footer:before {
    left: 17%;
    top: 58%;
    background-position: -120px -206px;
    width: 40px;
    height: 40px
}

.form_inline {
    margin-top: 59px;
    width: 78%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form_modal {
    padding: 0 4.4%;
    margin-top: 17px
}

.form__input {
    height: 62px;
    padding: 0 10px 0 19px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    font-family: robotoregular;
    font-size: 14px;
    color: #b7b7b7;
    background-color: #fff;
    outline: 0;
    letter-spacing: .8px
}

.form__input_inline {
    width: 32.3%
}

.form__input_modal {
    width: 100%;
    margin-bottom: 13px
}

.form__submit {
    outline: 0;
    border: none;
    cursor: pointer;
    background-color: #fed750;
    font-family: robotobold;
    font-size: 18px;
    border-radius: 35px;
    height: 62px
}

.form__submit_inline {
    width: 30%
}

.form__submit_modal {
    width: 100%;
    margin-top: 8px;
    font-size: 14px
}

@media only screen and (max-width:1169px) {
    .form_inline {
        margin-top: 12px;
        width: 86%
    }
    .form__input_inline {
        width: 48.5%
    }
    .form__submit_inline {
        width: 48%;
        margin-top: 25px
    }
}

@media only screen and (max-width:767px) {
    .form_inline {
        width: 100%;
        margin-top: 6px
    }
    .form__input_inline {
        width: 100%;
        height: 49px;
        margin-bottom: 12px
    }
    .form__submit {
        height: 51px;
        font-size: 14px
    }
    .form__submit_inline {
        width: 100%;
        margin-top: 5px
    }
}

input.error,
textarea.error {
    border-color: #973d3d;
    background: #f0bebe;
    color: #272727
}

input.error:focus,
textarea.error:focus {
    border-color: #973d3d;
    background: #fff;
    color: #272727
}

.modal {
    display: none;
    width: 535px;
    padding: 33px 2% 60px;
    text-align: center;
    border-radius: 10px
}

.modal__header {
    font-family: robotobold;
    font-size: 38px;
    text-transform: uppercase
}

.modal__header-inner {
    color: #94358c
}

.modal__refinement {
    font-size: 13px;
    margin-top: 28px
}

.modal__refinement_thank {
    font-size: 20px;
    margin-top: 10px
}

.modal_thank {
    padding: 30px 3%
}

@media only screen and (max-width:767px) {
    .modal__header {
        font-size: 24px
    }
}

.departure-masters {
    margin-top: 6px;
    font-family: robotoblack;
    font-size: 24px
}

.departure-masters__inner {
    color: #94358c
}

@media only screen and (max-width:1169px) {
    .departure-masters {
        display: inline-block;
        margin-left: 11px
    }
}

@media only screen and (max-width:767px) {
    .departure-masters {
        display: block;
        margin-left: 0;
        margin-top: 0;
        font-size: 14px
    }
}

.guarant {
    font-family: robotobold;
    font-size: 24px
}

@media only screen and (max-width:1169px) {
    .guarant {
        display: inline-block;
        margin-left: 3px
    }
}

@media only screen and (max-width:767px) {
    .guarant {
        font-size: 14px;
        display: block;
        margin-left: 0
    }
}

.page-name {
    font-family: roboto_condensedbold;
    font-size: 58px;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: .7px
}

.page-name__inner {
    color: #94358c
}

@media only screen and (max-width:767px) {
    .page-name {
        font-size: 32px;
        letter-spacing: .4px
    }
}

.phone {
    text-align: right;
    margin: 0 2% 0 auto
}

.phone__number {
    display: block;
    margin-bottom: 2px;
    font-family: robotoblack;
    font-size: 27px;
    color: #000;
    text-decoration: none;
    line-height: 1
}

.phone__number:hover {
    opacity: .8
}

@media only screen and (max-width:1169px) {
    .phone {
        margin: 0 1.5% 0 auto;
        letter-spacing: -1px
    }
}

@media only screen and (max-width:767px) {
    .phone__number {
        display: none
    }
    .phone__number_mobile {
        display: block
    }
    .phone__number_mobile:before {
        display: none;
        left: 0;
        top: 0;
        background-position: -211px -115px;
        width: 44px;
        height: 44px
    }
}

@media only screen and (max-width:767px) and (max-width:767px) {
    .phone__number_mobile {
        padding: 0;
        border: none;
        border-radius: 0;
        font-size: 0;
        width: 44px;
        height: 44px
    }
    .phone__number_mobile:before {
        display: block
    }
}

.work-time {
    width: 270px;
    height: 270px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 20px;
    background-color: #94358c;
    color: #fff;
    text-align: center
}

.work-time__inner {
    margin-top: 0;
    padding-left: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    font-family: robotobold;
    font-size: 18px
}

.work-time__header {
    font-size: 21px;
    line-height: 1.1
}

.work-time__header-inner {
    display: block;
    color: #fed750;
    font-size: 30px
}

.work-time__recommend {
    margin-top: 15px
}

@media only screen and (max-width:767px) {
    .work-time__inner {
        margin-top: -12px;
        padding-left: 43px
    }
}

.action {
    padding: 10px 0 10px 0;
    text-align: right;
    color: #fff
}

.action__header {
    font-family: roboto_condensedbold;
    font-size: 38px;
    color: #fed750;
    text-transform: uppercase;
    letter-spacing: .6px
}

.action__condition {
    font-family: roboto_condensedbold;
    font-size: 38px;
    letter-spacing: .5px
}

.action__condition sup {
    font-size: 20px;
    top: -.7em
}

.action__timer {
    margin-top: 20px;
    width: 85%;
    float: right
}

.action__link {
    margin-top: 21px
}

@media only screen and (max-width:1169px) {
    .action {
        text-align: left;
        background-color: #94358c
    }
    .action__header {
        display: inline-block
    }
    .action__condition {
        display: inline-block;
        margin-left: 5px
    }
    .action__timer {
        float: none;
        width: 44%;
        margin-top: 9px
    }
    .action__link {
        margin: 13px 0 0 12px
    }
}

@media only screen and (max-width:767px) {
    .action__header {
        font-size: 24px
    }
    .action__condition {
        margin-left: 0;
        font-size: 23px;
        display: block
    }
    .action__condition sup {
        font-size: 12px
    }
    .action__timer {
        width: 100%
    }
    .action__link {
        margin: 16px 0 0 0
    }
}

.counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.counter__item {
    width: 20%;
    position: relative;
    text-align: center
}

.counter__item:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -12px;
    bottom: 10px;
    border-right: 2px dotted #b355ab
}

.counter__item:last-child {
    color: #fed750
}

.counter__item:last-child:after {
    content: none
}

.counter__item span {
    font-family: roboto_condensedbold;
    font-size: 42px;
    line-height: 1
}

.counter__item div {
    margin-top: 2px;
    font-size: 12px
}

@media only screen and (max-width:1169px) {
    .counter {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.header {
    background-image: url(../img/img-bg-counter.png), url(../img/img-bg-header.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center 42.9%, center top;
    height: 762px;
    padding-top: 22px
}

.header__container {
    height: 100%;
    position: relative;
    overflow: hidden
}

.header__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header__middle {
    margin-top: 77px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__middle-column {
    width: 47%
}

@media only screen and (max-width:1169px) {
    .header__middle-column {
        width: 100%
    }
}

.header__middle-appl {
    margin-top: 28px
}

.header__middle_action {
    margin-top: 13px;
    padding-bottom: 28px;
    width: 33.5%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.header__bottom {
    position: absolute;
    bottom: -123px;
    left: 50%;
    margin-left: -123px
}

@media only screen and (max-width:1169px) {
    .header {
        background-image: url(../img/img-bg-header.jpg);
        background-position: center top
    }
    .header__middle {
        margin-top: 21px
    }
    .header__middle-column {
        width: 100%
    }
    .header__middle-appl {
        margin-top: 17px
    }
    .header__middle_action {
        margin-top: 26px;
        padding: 19px 0 30px 6px
    }
    .header__bottom {
        bottom: -145px;
        margin-left: -130px
    }
}

@media only screen and (max-width:767px) {
    .header__logo {
        width: 53%
    }
    .header__middle {
        margin-top: 19px
    }
    .header__middle_action {
        margin-top: 17px;
        padding: 12px 0 21px 0
    }
    .header__bottom {
        bottom: -121px;
        margin-left: -135px
    }
}

.list-benefits {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list-benefits__item {
    width: 22.8%;
    padding-top: 52px
}

.list-benefits__item:before {
    left: 0;
    top: 0
}

.list-benefits__content {
    font-size: 17px;
    line-height: 1.1;
    letter-spacing: -.6px
}

.list-benefits__content-highlight {
    font-family: robotobold;
    font-size: 36px;
    color: #94358c;
    letter-spacing: 0
}

@media only screen and (max-width:1169px) {
    .list-benefits {
        padding: 0 0 0 9%
    }
    .list-benefits__item {
        width: 42.4%;
        margin-bottom: 37px
    }
}

@media only screen and (max-width:767px) {
    .list-benefits {
        padding: 0
    }
    .list-benefits__item {
        width: 100%;
        margin-bottom: 28px;
        padding: 0 0 0 61px
    }
    .list-benefits__item:before {
        top: 17px
    }
}

.benefits-icon-1:before {
    background-position: -56px -142px;
    width: 47px;
    height: 47px
}

.benefits-icon-2:before {
    background-position: -211px 0;
    width: 47px;
    height: 47px
}

.benefits-icon-3:before {
    background-position: -268px 0;
    width: 31px;
    height: 48px
}

.benefits-icon-4:before {
    background-position: -123px -80px;
    width: 49px;
    height: 49px
}

.benefits {
    padding: 61px 0 82px
}

@media only screen and (max-width:1169px) {
    .benefits {
        padding: 44px 0 56px
    }
}

@media only screen and (max-width:767px) {
    .benefits {
        padding: 31px 0 40px
    }
}

.list-advantages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 84px;
    padding: 0 3.2%
}

.list-advantages__item {
    width: 195px;
    height: 195px;
    border-radius: 10px;
    text-align: center;
    border: 3px solid #94358c;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.list-advantages__item-inner {
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left
}

.list-advantages__content {
    margin-top: -14px;
    padding: 0 7%;
    position: absolute;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
    font-size: 14px
}

.list-advantages__content:before {
    left: 50%;
    top: -70px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.list-advantages__content b {
    font-family: robotobold;
    font-size: 16px
}

@media only screen and (max-width:1169px) {
    .list-advantages {
        margin-top: 67px;
        padding: 0 13.6%
    }
    .list-advantages__item {
        margin-bottom: 91px
    }
}

@media only screen and (max-width:767px) {
    .list-advantages {
        margin-top: 42px;
        padding: 0
    }
    .list-advantages__item {
        width: 50%;
        height: auto;
        margin-bottom: 60px;
        padding-top: 60px;
        border: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center;
        border-radius: 0
    }
    .list-advantages__item:before {
        top: 0
    }
    .list-advantages__item-inner {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .list-advantages__content {
        position: relative;
        left: inherit;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 0;
        padding: 0
    }
}

.advantages-icon-1:before {
    background-position: -76px 0;
    width: 58px;
    height: 59px
}

.advantages-icon-2:before {
    background-position: 0 -80px;
    width: 53px;
    height: 52px
}

.advantages-icon-3:before {
    background-position: -144px 0;
    width: 57px;
    height: 58px
}

.advantages-icon-4:before {
    background-position: 0 -142px;
    width: 46px;
    height: 54px
}

.advantages {
    background-image: url(../img/img-bg-advantages.jpg);
    min-height: 571px;
    padding-top: 52px
}

@media only screen and (max-width:767px) {
    .advantages {
        padding-top: 42px;
        min-height: auto
    }
}

.work {
    margin-top: 26px
}

.work__content {
    margin: 38px 0 21px
}

@media only screen and (max-width:1169px) {
    .work {
        margin-top: 20px
    }
    .work__content {
        margin: 53px 0 34px
    }
}

@media only screen and (max-width:767px) {
    .work {
        margin-top: 34px
    }
    .work__content {
        margin: 24px 0 25px
    }
}

.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 2%;
    background-color: #fed750;
    border-radius: 15px;
    overflow: hidden
}

.tabs__item {
    display: inline-block;
    padding: 9px 5px 10px;
    font-size: 16px;
    color: #94358c;
    cursor: pointer
}

.tabs__item:hover {
    color: #000
}

.tabs_active {
    color: #000
}

@media only screen and (max-width:1169px) {
    .tabs {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 11px 0 10px
    }
    .tabs__item {
        margin: 0 2%;
        padding: 2px
    }
}

@media only screen and (max-width:767px) {
    .tabs {
        padding: 11px 0 5px
    }
    .tabs__item {
        font-size: 14px;
        line-height: 1.25
    }
}

.is-checked {
    color: #000
}

.work-list {
    display: none;
    overflow: hidden
}

.work-list_visible {
    display: block
}

.work-list__item {
    float: left;
    position: relative;
    width: 48.7%;
    margin-bottom: 3%
}

.work-list__item:nth-child(2n) {
    float: right
}

.work-list__item-data {
    position: absolute;
    left: 22px;
    bottom: 14px;
    color: #fff
}

.work-list__name {
    font-size: 20px;
    font-family: robotobold
}

.work-list__description {
    margin-top: 6px;
    font-size: 14px
}

.work-list__price {
    position: absolute;
    right: 28px;
    bottom: 15px;
    color: #fed750;
    font-family: robotobold
}

@media only screen and (max-width:767px) {
    .work-list__item {
        width: 100%
    }
    .work-list__item-data {
        left: 11px;
        bottom: 8px
    }
    .work-list__name {
        font-family: robotoregular;
        font-size: 16px
    }
    .work-list__description {
        margin-top: 3px
    }
    .work-list__price {
        right: 8px;
        bottom: 9px;
        font-size: 16px
    }
}

.wrapper-work {
    padding: 102px 0 57px;
    background-image: url(../img/img-bg-square-big.png), url(../img/img-bg-square-big.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center -270px, center 920px
}

.wrapper-work__order {
    margin-top: 43px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width:1169px) {
    .wrapper-work {
        padding: 55px 0 47px
    }
}

@media only screen and (max-width:767px) {
    .wrapper-work {
        padding: 42px 0 40px
    }
    .wrapper-work__order {
        margin-top: 22px
    }
}

.slider-fixtures {
    margin-top: 50px;
    padding: 0 6%
}

.slider-fixtures__item {
    position: relative;
    outline: 0;
    text-align: center
}

.slider-fixtures__item-name {
    position: absolute;
    left: 20px;
    bottom: 40px;
    width: 80%;
    z-index: 1
}

.slider-fixtures__item-cost {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-family: robotobold;
    font-size: 20px;
    color: #fed750;
    z-index: 1
}

.slider-fixtures__item img {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto
}

.slider-fixtures__link {
    display: inline-block;
    height: 100%;
    color: #fff;
    text-align: left
}

@media only screen and (max-width:767px) {
    .slider-fixtures {
        padding: 0;
        margin-top: 38px
    }
    .slider-fixtures__item-cost {
        bottom: 8px;
        left: 16px;
        font-size: 16px
    }
    .slider-fixtures__item-name {
        left: 17px;
        bottom: 34px;
        font-size: 14px
    }
    .slider-fixtures .slick-arrow {
        top: 40%
    }
    .slider-fixtures .slick-prev {
        left: -8px
    }
    .slider-fixtures .slick-next {
        right: -8px
    }
}

.slick-arrow {
    position: absolute;
    top: 36%;
    outline: 0;
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.slick-arrow:hover {
    opacity: .8
}

.slick-prev {
    left: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 35px solid #94358c
}

.slick-prev:before {
    content: '';
    display: block;
    position: absolute;
    left: 13px;
    top: -12px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -309px -86px;
    width: 15px;
    height: 25px
}

.slick-next {
    right: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #94358c
}

.slick-next:before {
    content: '';
    display: block;
    position: absolute;
    left: -28px;
    top: -12px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -309px -121px;
    width: 15px;
    height: 25px
}

.fixtures {
    min-height: 582px;
    padding: 45px 0 0;
    background-image: url(../img/img-bg-fixtures.jpg)
}

.fixtures__order {
    margin-top: 33px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width:767px) {
    .fixtures {
        min-height: auto;
        padding: 23px 0 56px
    }
    .fixtures__order {
        margin-top: 19px
    }
}

.form-info {
    margin-top: 36px;
    width: 73%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-info__item {
    padding-left: 72px
}

.form-info__item:before {
    left: 0;
    top: 0
}

@media only screen and (max-width:1169px) {
    .form-info {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .form-info__item {
        margin-bottom: 29px
    }
}

@media only screen and (max-width:767px) {
    .form-info {
        margin-top: 29px
    }
    .form-info__item {
        margin-bottom: 34px;
        padding-left: 67px;
        font-size: 16px
    }
}

.form-info-icon-1 {
    width: 25%
}

.form-info-icon-1:before {
    background-position: 0 -206px;
    width: 51px;
    height: 43px
}

@media only screen and (max-width:1169px) {
    .form-info-icon-1 {
        width: 33%
    }
}

@media only screen and (max-width:767px) {
    .form-info-icon-1 {
        width: 100%
    }
}

.form-info-icon-2 {
    width: 34%
}

.form-info-icon-2:before {
    background-position: -113px -142px;
    width: 47px;
    height: 47px
}

@media only screen and (max-width:1169px) {
    .form-info-icon-2 {
        width: 42%
    }
}

@media only screen and (max-width:767px) {
    .form-info-icon-2 {
        width: 100%
    }
}

.form-info-icon-3 {
    width: 35%
}

.form-info-icon-3:before {
    background-position: -309px 0;
    width: 34px;
    height: 44px
}

@media only screen and (max-width:1169px) {
    .form-info-icon-3 {
        width: 45%
    }
}

@media only screen and (max-width:767px) {
    .form-info-icon-3 {
        width: 100%
    }
}

.wrapper-form {
    min-height: 535px;
    padding-top: 119px;
    background-image: url(../img/img-bg-wrapper-form.jpg)
}

@media only screen and (max-width:1169px) {
    .wrapper-form {
        min-height: auto;
        padding-bottom: 60px
    }
}

.list-reviews {
    margin-top: 26px;
    margin-left: auto;
    margin-right: auto;
    width: 88%
}

.list-reviews__item {
    padding-top: 30px
}

.list-reviews__img {
    position: relative;
    width: 38.8%;
    float: left
}

.list-reviews__img-author {
    position: absolute;
    top: 3px;
    right: 30px;
    width: 103px;
    height: 103px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 3px solid #fed750;
    overflow: hidden
}

.list-reviews__img-author img {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.list-reviews .slick-arrow {
    top: 47%
}

.list-reviews .slick-next {
    right: -5.7%
}

.list-reviews .slick-prev {
    left: -6.6%
}

.list-reviews__data {
    width: 58.2%;
    float: right;
    padding-top: 23px
}

@media only screen and (max-width:1169px) {
    .list-reviews {
        width: 100%
    }
    .list-reviews__img {
        width: 55.4%;
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    .list-reviews__data {
        width: 100%;
        margin-top: 22px
    }
    .list-reviews .slick-arrow {
        top: 25%
    }
    .list-reviews .slick-next {
        right: 16%
    }
    .list-reviews .slick-prev {
        left: 16%
    }
}

@media only screen and (max-width:767px) {
    .list-reviews {
        margin-top: 18px
    }
    .list-reviews__img {
        width: 79%
    }
    .list-reviews__img-author {
        width: 60px;
        height: 60px;
        top: -29px
    }
    .list-reviews .slick-arrow {
        top: 10%
    }
    .list-reviews .slick-prev {
        left: -7px
    }
    .list-reviews .slick-next {
        right: -7px
    }
}

.reviews-content__header {
    padding-left: 68px;
    font-size: 16px
}

.reviews-content__header:before {
    left: 0;
    top: -24px;
    background-position: -61px -206px;
    width: 49px;
    height: 41px
}

.reviews-content__author {
    font-family: robotobold
}

.reviews-content__request {
    padding-left: 68px;
    letter-spacing: -1px
}

.reviews-content__text {
    margin-top: 9px;
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .reviews-content__header {
        padding-left: 59px;
        font-size: 14px
    }
    .reviews-content__request {
        margin-top: 3px;
        padding-left: 59px;
        font-size: 16px;
        line-height: 1.2
    }
    .reviews-content__text {
        margin-top: 12px;
        font-size: 13px;
        letter-spacing: -.4px;
        line-height: 1.2
    }
}

.reviews {
    min-height: 614px;
    padding-top: 70px;
    background-image: url(../img/img-bg-reviews.jpg)
}

@media only screen and (max-width:1169px) {
    .reviews {
        padding: 61px 0 56px;
        min-height: auto;
        background-size: cover
    }
}

@media only screen and (max-width:767px) {
    .reviews {
        padding: 97px 0 34px
    }
}

.list-certificates {
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    width: 84%
}

.list-certificates__item {
    text-align: center
}

.list-certificates__link {
    display: inline-block;
    border: 9px solid #fed750;
    border-right: 9px solid #c7a739;
    border-bottom: 9px solid #c7a739
}

.list-certificates .slick-arrow {
    top: 37.3%
}

.list-certificates .slick-prev {
    left: -8.7%
}

.list-certificates .slick-next {
    right: -9%
}

@media only screen and (max-width:767px) {
    .list-certificates {
        margin-top: 34px
    }
    .list-certificates__item {
        padding: 0 4%
    }
    .list-certificates .slick-next {
        right: -27px
    }
    .list-certificates .slick-prev {
        left: -27px
    }
}

.certificates {
    padding: 119px 0 106px;
    background-image: url(../img/img-bg-square-small.png)
}

@media only screen and (max-width:767px) {
    .certificates {
        padding: 119px 0 120px
    }
}

.maps {
    height: 500px
}

@media only screen and (max-width:1169px) {
    .maps {
        height: 460px
    }
}

@media only screen and (max-width:767px) {
    .maps {
        height: 340px
    }
}

.footer-phone {
    margin-top: 12px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-phone__number {
    font-family: robotobold;
    font-size: 52px;
    color: #94358c;
    text-decoration: none
}

.footer-phone__number:hover {
    opacity: .8
}

@media only screen and (max-width:1169px) {
    .footer-phone {
        margin-top: 15px
    }
}

@media only screen and (max-width:767px) {
    .footer-phone {
        margin-top: 10px
    }
    .footer-phone__number {
        font-size: 24px
    }
}

.footer-info {
    margin-top: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-info__copy {
    margin-top: 35px;
    width: 30%
}

.footer-info__logo {
    width: 18.7%
}

.footer-info__aut {
    margin-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 19.5%;
    padding-right: 5px;
    letter-spacing: .5px;
    font-size: 12px
}

.footer-info__aut-link {
    margin-bottom: 12px
}

@media only screen and (max-width:1169px) {
    .footer-info {
        margin-top: 74px
    }
    .footer-info__copy {
        margin-top: 0;
        width: 45%
    }
    .footer-info__logo {
        width: 24%
    }
    .footer-info__aut {
        margin-top: 0;
        padding-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 16.5%;
        text-align: right
    }
}

@media only screen and (max-width:767px) {
    .footer-info {
        margin-top: 32px;
        text-align: center
    }
    .footer-info__copy {
        margin-top: 24px;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .footer-info__logo {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .footer-info__aut {
        margin-top: 21px;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.copyright {
    font-size: 12px;
    text-transform: uppercase
}

.oferta {
    font-size: 11px
}

.footer {
    padding: 134px 0 24px;
    background-image: url(../img/img-bg-square-small.png)
}

.header__top {
    position: fixed;
    max-width: 1170px;
    width: 100%;
    z-index: 999;
 /*   background-color: rgba(255, 255, 255, 0.59);*/
}
.header__middle {
    margin-top: 175px;
}
.work-time__inner {
    padding-left: 0;
    margin-top: -7px;
}
.action__condition {
    font-size: 28px;
}
.item h3 {
    text-transform: uppercase;
}
.item a {
    display: inline-block;
}
.item a img {
    width: 40px;
    position: relative;
    top: 2px;
}
.page-name {
    font-size: 55px;
}
span.plus {
    padding-left: 160px;
}
.center-item {
    text-align: center;
}
@media only screen and (max-width:1169px) {
    .footer .section-header {
        padding: 0 20%;
        line-height: 1.2
    }
    .header__middle {
        margin-top: 89px;
    }
    .header__top {
        left: 0;
    }
    .header {
        height: 865px;
    }
    .header__middle_action {
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 15px ;
    }
    .work-time__inner {
        padding-left: 23px;
        margin-top: -28px;
    }
    .list-reviews .slick-arrow {
        top: 43%;
    }
    .list-reviews .slick-next {
        right: -40px;
    }
    .list-reviews .slick-prev {
        left: -40px;
    }
}
@media only screen and (max-width:768px) {
    .list-reviews .slick-arrow {
        z-index: 999;
    }
    .list-reviews .slick-next {
        right: 10px;
    }
    .list-reviews .slick-prev {
        left: 10px;
    }
}
@media only screen and (max-width:767px) {
    .footer {
        padding: 137px 0 33px
    }
    .footer .section-header {
        padding: 0 5%
    }
    .header__middle_action {
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 15px;
    }
    .list-reviews .slick-arrow {
        top: 36%;
    }
     .list-reviews .slick-next {
        right: -40px;
    }
    .list-reviews .slick-prev {
        left: -40px;
    }
}

@media only screen and (max-width:736px) {
    .page-name {
        font-size: 38px;
    }    
    .header {
        height: 885px;
    }
    span.plus {
        padding-left: 60px;
    }
}
@media only screen and (max-width:375px) {
     .list-reviews .slick-next {
        right: -10px;
    }
    .list-reviews .slick-prev {
        left: -10px;
    }   
}



