body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.2;
    color: #24201d;
    font-family: Geometria, sans-serif;
    overflow-x: hidden
}

body input,
body textarea {
    border: none;
    outline: 0
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: red
}

body input:required:valid,
body textarea:required:valid {
    border-color: green
}

label,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.team {
	display: none;
}
.container {
    position: relative
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-responsive.img-width {
    width: 100%
}

.text-center {
    text-align: center
}

.header {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header.sticky {
    position: fixed;
    background-color: rgba(0, 0, 0, .8)
}

.header.sticky .header-content {
    height: 80px
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.header-content {
    height: 105px;
    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
}

.logo {
    display: inline-block
}

.logo img {
    display: block;
    width: 190px;
    height: 50px
}

.main-menu ul {
    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;
    list-style: none
}

.main-menu ul a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #a5a5a5;
    text-decoration: none;
    margin: 0 30px
}

.main-menu ul a:hover {
    text-decoration: none;
    color: #fff
}

.main-menu .calc-link {
    font-size: 14px;
    color: #fff;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fc981c;
    -webkit-box-shadow: 0 3px 7.68px .32px rgba(252, 152, 28, .17);
    box-shadow: 0 3px 7.68px .32px rgba(252, 152, 28, .17);
    height: 30px;
    width: 132px;
    text-align: center
}

.main-menu .calc-link:hover {
    background-color: #e27e03
}

.main-menu.active {
    -webkit-animation: fadeInUp .5s ease-in-out;
    animation: fadeInUp .5s ease-in-out;
    display: block
}

.header-contact {
    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
}

.header-contact p {
    color: #fff
}

.header-contact p span {
    display: inline;
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.header-contact p a {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.header-contact p a:hover {
    text-decoration: none
}

.header-contact span {
    font-size: 14px;
    color: #a5a5a5;
    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
}

.header-contact span a {
    color: #fc981c;
    text-decoration: underline;
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed;
    letter-spacing: 1.2px;
    margin-left: 5px
}

.burger {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 45px
}

.burger p {
    color: #fff;
    font-size: 10px;
    text-align: center;
    margin-top: 5px;
    margin-left: 2px
}

.hamburger {
    margin: 0 auto;
    width: 28px;
    height: 23px;
    position: relative
}

.hamburger .bar {
    padding: 0;
    width: 28px;
    height: 3px;
    background-color: #fff;
    display: block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute
}

.bar1 {
    top: 0;
    -webkit-transform-origin: 5%;
    -ms-transform-origin: 5%;
    transform-origin: 5%
}

.bar2,
.bar3 {
    top: 10px
}

.bar3 {
    left: 0
}

.bar4 {
    bottom: 0;
    -webkit-transform-origin: 5%;
    -ms-transform-origin: 5%;
    transform-origin: 5%
}

.burger-checkbox:checked+label>.hamburger>.bar1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 3px;
    width: 30px
}

.burger-checkbox:checked+label>.hamburger>.bar3 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent
}

.burger-checkbox:checked+label>.hamburger>.bar2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent
}

.burger-checkbox:checked+label>.hamburger>.bar4 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 3px;
    width: 30px
}

.left,
.right {
    width: 10%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 150
}

.right {
    border-left: 2px solid rgba(139, 117, 89, .1);
    right: 0
}

.right p {
    font-size: 12px;
    color: #fff;
    line-height: 1.2px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: -36px;
    opacity: .4;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 200
}

.left {
    border-right: 2px solid rgba(139, 117, 89, .1);
    left: 0
}

.left p {
    font-size: 14px;
    color: #fc981c;
    letter-spacing: 1.1px;
    padding: 30px 20px;
    width: 60px;
    position: absolute;
    top: 50%;
    right: -2px;
    z-index: 200
}

.left p::after {
    content: '';
    display: block;
    height: 70px;
    width: 2px;
    background-color: #fc981c;
    -webkit-box-shadow: 0 0 7px 0 rgba(252, 152, 28, .6);
    box-shadow: 0 0 7px 0 rgba(252, 152, 28, .6);
    position: absolute;
    top: 0;
    right: 0
}

/* custon checkbox start */

.cust-check input {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.cust-check input+label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-size: 10px;
    line-height: 13px;
    text-align: left;
    user-select: none;
}

.cust-check .form_input_error+label {
    color: red;
}

.cust-check input+label::before,
.cust-check input+label::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
}

.cust-check input+label::before {
    border: 1px solid #c7c7c7;
    left: 0;
    width: 18px;
    height: 18px
}

.cust-check input+label::after {
    left: 3px;
    width: 12px;
    height: 12px
}

.cust-check input:checked+label::before {
    border-color: #fe3131;
}

.cust-check input:checked+label::after {
    background: #fe3131;
}

.cust-check input:focus+label::before {
    box-shadow: 0 0px 4px #fe3131;
}

.cust-check--checkbox input+label::before,
.cust-check--checkbox input+label::after {
    border-radius: 4px
}

/* custon checkbox end */
/* policy-text start */

.policy-text {
    text-align: left !important;
    font-size: 10px !important;
    line-height: 11px !important;
}

.policy-text--defaultmodal {
    padding: 0 30px 15px;
    background: #fff !important;
}

.policy-text--catmodal {
    background-color: #f2f2f2 !important;
    padding: 15px !important;
}

.policy-text--consult {
    background-color: #002f75;
    color: #bebebe;
    padding: 0 30px 20px;
}

@media (min-width: 768px) {
    .policy-text--defaultmodal {
        padding: 15px;
    }
}

@media (min-width: 1368px) {
    .policy-text--consult {
        background-color: #002f75;
        color: #bebebe;
        padding: 0 55px 20px;
    }
}

/* policy-text end */

.first-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #37170a url(../img/backgrounds/bg-desktop.jpg) no-repeat center center/cover;
    position: relative;
    height: 737px
}

.first-screen::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(45deg, #0b143e 0, rgba(241, 85, 1, .5) 100%);
    background: -o-linear-gradient(45deg, #0b143e 0, rgba(241, 85, 1, .5) 100%);
    background: linear-gradient(45deg, #0b143e 0, rgba(241, 85, 1, .5) 100%);
    opacity: .38
}

.first-screen .container {
    position: relative;
    z-index: 1000;
    margin-top: 105px
}

.first-screen-content h1 {
    font-size: 55px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 40px 0
}

.first-screen-content h1 span {
    color: #fc981c
}

.fs-features {
    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;
    max-width: 835px;
    margin: 0 auto 60px auto
}

.fs-features-block {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
    height: 138px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, .5);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(1, 1, 1, .2);
    padding: 20px 0 30px 0
}

.fs-features-block span {
    color: #fff;
    font-size: 42px
}

.fs-features-block p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 25px
}

.fs-calculate-form {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 7px 35px 4px rgba(4, 6, 7, .1);
    box-shadow: 0 7px 35px 4px rgba(4, 6, 7, .1)
}

.fs-calc-form-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 45px
}

.fs-calc-form-block {
    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
}

.fs-calc-form-block-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px
}

.fs-calc-form-field-wrap {
    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;
    margin: 5px 0
}

.fs-calc-form-radio-wrap {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #002f75;
    margin-right: 12px;
    background-color: #fff;
    cursor: pointer
}

.fs-calc-form-radio-wrap span {
    display: none;
    height: 6px;
    width: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #002f75
}

.fs-calc-form-radio-wrap .fs-calc-form-radio:checked~span {
    display: block
}

.fs-calc-form-radio {
    display: none
}

.fs-calc-form-field-wrap div {
    width: 100%
}

.fs-calc-form-field-wrap .irs--big {
    height: 7px
}

.fs-calc-form-field-wrap .irs--big .irs-line {
    top: 0;
    height: 7px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    background: #f3f3f3;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fs-calc-form-field-wrap .irs--big .irs-bar {
    top: 0;
    height: 7px;
    background: #002f75;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fs-calc-form-field-wrap .irs--big .irs-handle {
    top: -18px;
    height: 30px;
    width: 17px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent url(../img/thumb.png) no-repeat center center/contain;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    position: relative
}

.range-result {
    font-size: 16px;
    display: inline-block;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    width: 60px;
    text-align: center
}

.fs-calc-form-radio2-wrap {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: none;
    background-color: #f5f5f5;
    cursor: pointer
}

.fs-calc-form-radio2-wrap span {
    font-size: 20px;
    text-align: center
}

.fs-radio-wrapper {
    margin-right: 12px
}

.fs-radio-wrapper .fs-calc-form-radio:checked~.fs-calc-form-radio2-wrap {
    background-color: #002f75
}

.fs-radio-wrapper .fs-calc-form-radio:checked~.fs-calc-form-radio2-wrap span {
    color: #fff
}

.room-count {
    margin-top: 30px
}

.fs-calc-form-block.totals {
    padding: 25px;
    border: 1px dashed #fc981c;
    width: 250px
}

.fs-calc-form-total-wrap {
    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;
    margin-bottom: 25px
}

.fs-calc-form-total-wrap p {
    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;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.fs-calc-form-total-wrap p .icon-hourglass,
.fs-calc-form-total-wrap p .icon-wallet {
    font-size: 18px;
    color: #fc981c;
    margin-right: 15px
}

.fs-calc-form-total-wrap p i {
    margin-left: 5px;
    font-weight: 400;
    font-style: normal
}

.fs-calc-form-total-wrap p:last-child {
    margin-bottom: 4px
}

.custom-range {
    position: relative
}

.custom-range-bg {
    display: block;
    height: 17px;
    width: 100%;
    background: #e8e8e8;
    border: 1px solid #e3e3e3
}

.custom-range-line {
    display: block;
    height: 17px;
    background: #002f75 url(../img/backgrounds/custom-range-bg.png) repeat-x center center/contain;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    -webkit-transition: width .5s ease-out;
    -o-transition: width .5s ease-out;
    transition: width .5s ease-out
}

.total-sums-text {
    margin: 10px 0 0 0
}

.calc-form-total-sum-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.calc-form-total-sum {
    font-size: 24px!important;
    font-weight: 700
}

.calc-form-total-sum span {
    margin-right: 10px;
    -webkit-filter: blur(6px);
    filter: blur(6px)
}

.fs-calc-form-bottom {
    background-color: #f5f5f5;
    padding: 20px 30px 30px 30px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.fs-calc-form-bottom-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-align: center
}

.fs-calc-form-bottom-title::after,
.fs-calc-form-bottom-title::before {
    content: '';
    display: block;
    height: 2px;
    width: 260px;
    background-color: #e9e9e9;
    position: absolute;
    top: 50%;
    margin-top: -2px
}

.fs-calc-form-bottom-title::after {
    left: -300px
}

.fs-calc-form-bottom-title::before {
    right: -300px
}

.site-btn {
    border: none;
    outline: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fe3131;
    -webkit-box-shadow: 0 5px 4.8px .2px rgba(230, 78, 78, .32);
    box-shadow: 0 5px 4.8px .2px rgba(230, 78, 78, .32);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 40px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.site-btn:hover {
    background-color: #c80101
}

.fs-calc-bonus-wrap {
    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;
    width: 545px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 35px
}

.fs-calc-bonus {
    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;
    width: 250px;
    height: 48px;
    padding: 12px 20px 12px 25px;
    background: url(../img/backgrounds/bonus-bg-1.jpg) no-repeat center center/cover;
    position: relative
}

.fs-calc-bonus:last-child {
    width: 270px;
    background: url(../img/backgrounds/bonus-bg-2.jpg) no-repeat center center/cover
}

.fs-calc-bonus::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(223, 223, 233, .7)
}

.fs-calc-bonus.active::after {
    display: none
}

.fs-calc-bonus-check-wrap {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: transparent;
    height: 24px;
    width: 24px;
    border: 2px solid #fff;
    margin-right: 13px;
    cursor: pointer
}

.fs-calc-bonus-check-wrap .fs-calc-bonus-checkbox:checked~span {
    display: block
}

.fs-calc-bonus-check-wrap span {
    display: none;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: -5px;
    left: 4px
}

.fs-calc-bonus-checkbox {
    display: none
}

.fs-calc-bonus-checkbox-label {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.titles {
    text-align: center;
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 50px
}

.titles span {
    font-weight: 400
}

.titles-small {
    font-size: 30px;
    text-align: left;
    margin-bottom: 25px
}

.titles-with-elem {
    position: relative
}

.titles-with-elem p {
    display: inline-block;
    text-align: center;
    position: relative
}

.titles-with-elem p::after,
.titles-with-elem p::before {
    content: '';
    display: block;
    width: 180px;
    height: 2px;
    -webkit-box-shadow: 0 0 7px 0 rgba(251, 179, 90, .4);
    box-shadow: 0 0 7px 0 rgba(251, 179, 90, .4);
    background-color: #fc981c;
    position: absolute;
    top: 50%
}

.titles-with-elem p::after {
    left: -200px
}

.titles-with-elem p::before {
    right: -200px
}

.youtube {
    background-color: #fff;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer;
    width: 100%;
    height: 100%
}

.youtube .play {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.youtube .play:hover::before {
    border-color: transparent transparent transparent #fc981c
}

.youtube .play::after {
    content: '';
    display: block;
    height: 38px;
    width: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    margin-left: -19px;
    left: 50%
}

.youtube .play::before {
    content: '';
    display: block;
    border-style: solid;
    border-width: 8.5px 0 8.5px 15px;
    border-color: transparent transparent transparent #002f75;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -5px;
    z-index: 50;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.second-screen {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: -2px;
    background: url(../img/backgrounds/section-2-bg.png) no-repeat top 50px right/contain
}

.second-screen .container {
    padding-top: 280px;
    padding-bottom: 90px
}

.second-screen .right p {
    color: #000;
    left: -70px
}

.second-screen-block {
    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;
    margin-bottom: 50px
}

.sc-block-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.sc-block-top-left {
    width: 213px;
    height: 121px;
    margin-right: 23px
}

.sc-block-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px
}

.sc-block-price {
    font-size: 20px;
    font-weight: 700;
    color: #002f75
}

.sc-block-feature {
    list-style: none;
    margin-top: 10px
}

.sc-block-feature li {
    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;
    font-size: 16px;
    margin: 5px 0
}

.sc-block-feature li span {
    color: #fc981c;
    margin-right: 10px;
    font-size: 24px
}

.sc-block-bottom {
    margin-top: 20px;
    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
}

.sc-block-bottom p {
    font-size: 16px;
    margin-bottom: 15px
}

.sc-block-bottom p b {
    font-weight: 500
}

.ts-top {
    background-color: #f6f6f6;
    padding-top: 70px
}

.ts-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    background: url(../img/backgrounds/thrid-screen-bg.png) no-repeat top right/contain
}

.team {
    display: block; 
}
.team-top {
    padding: 145px 15px 50px 15px;
    position: relative;
    background: url(../img/team-bg.jpg) no-repeat center center/cover fixed
}
.team-top::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #a3abbd;
    opacity: .3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px
}
.team .container {
    z-index: 100
}
.team-name {
    font-size: 26px;
    line-height: 33px;
    font-weight: 700;
    color: #fff;
    text-align: center
}
.team-position {
    font-size: 18px;
    color: #a3abbd;
    text-align: center;
    margin-bottom: 15px
}
.team-image-wrapper {
    height: 144px;
    width: 144px;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 25px auto
}
.team-features {
    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;
    list-style: none;
    margin-bottom: 15px
}
.team-features li {
    padding-left: 55px;
    font-size: 16px;
    color: #fff;
    position: relative;
    margin-bottom: 30px
}
.team-features li::before {
    content: '01';
    font-size: 14px;
    font-weight: 300;
    color: #a3abbd;
    position: absolute;
    top: 0;
    left: 0
}
.team-features li::after {
    content: '';
    display: block;
    background-color: #a3abbd;
    -webkit-box-shadow: 0 3px 7px 0 rgba(255, 255, 255, .45);
    box-shadow: 0 3px 7px 0 rgba(255, 255, 255, .45);
    width: 3px;
    height: 25px;
    position: absolute;
    left: 34px;
    top: 0
}
.team-features li:nth-child(2)::before {
    content: '02'
}
.team-features li:last-child::before {
    content: '03'
}
.team-features li span {
    font-weight: 500
}
.team-contacts {
    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;
    list-style: none;
    margin-bottom: 20px;
}
.team-contacts li {
    padding-left: 55px;
    font-size: 16px;
    color: #fff;
    position: relative;
    margin-bottom: 15px
}
.team-contacts li:first-child::before {
    content: '';
    display: block;
    height: 20px;
    width: 17px;
    background: url(../img/icons/phone-1.png) no-repeat center center/contain;
    position: absolute;
    top: 0;
    left: 0
}
.team-contacts li:nth-child(2)::before {
    content: '';
    display: block;
    height: 25px;
    width: 19px;
    background: url(../img/icons/email.png) no-repeat center center/contain;
    position: absolute;
    top: 0;
    left: 0;
}
.team-contacts li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff
}
.team-bottom {
    background-color: #fff;
    padding: 40px 30px
}
.team-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #002f75;
    margin: 12px 0;
    text-transform: uppercase
}
.team-text {
    font-size: 16px;
    color: #010101;
    margin-bottom: 20px
}

.team-btn {
    border-radius: 3px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    width: 285px;
    height: 60px;
    background-color: #fcb51c;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;			
}
.team-btn:hover {
    background-color: darken(#fcb51c, 10%);
    box-shadow: 0px 0px 15px 0px rgba(252, 181, 28, 0.35);
}

@media (min-width: 1200px) {
    .tarifs-center-block {
        min-height: 755px
    }
}

.ts-bg-left {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 768px;
}

.ts-bg-left:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
}

@media (max-width: 767px) {
    .ts-bg-left {
        display: none;
    }
}

.ts-content .right p {
    color: #000;
    left: -35px
}

.tarif-tabs {
    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;
    border: none
}

.tarif-tabs .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.tarif-tabs .nav-link {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 16px;
    width: 100%;
    display: inline-block;
    position: relative;
    color: #505050;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    background-color: #ececec
}

.tarif-tabs .nav-link:hover {
    color: #fc981c;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1
}

.tarif-tabs .nav-link:hover::after {
    border-bottom: 1px dashed #fc981c
}

.tarif-tabs .nav-link::after {
    content: '';
    display: block;
    width: 70%;
    height: 1px;
    border-bottom: 1px dashed #505050;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -35%
}

.tarif-tabs .nav-link.active {
    color: #000;
    border: 1px solid transparent;
    background-color: #fafafa;
    -webkit-box-shadow: 0 10px 15px 0 rgba(4, 6, 7, .2);
    box-shadow: 0 10px 15px 0 rgba(4, 6, 7, .2);
    z-index: 1
}

.tarif-tabs .nav-link.active::after {
    display: none
}

.tarifs-left-block {
    padding: 30px 0;
    position: relative;
    z-index: 100
}

.tarifs-left-bonus {
    margin-top: 20px;
    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;
    font-size: 16px;
    color: #fff
}

.tarifs-left-bonus .icon-cleaning {
    font-size: 30px;
    color: #fc981c;
    margin-right: 15px
}

.tarifs-left-bonus span span {
    font-size: 20px;
    color: #fc981c;
    text-transform: uppercase
}

.gift-box {
    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;
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 50px;
    height: 135px;
    max-width: 255px;
    z-index: 1;
    background: transparent url(../img/gift-box.png) no-repeat top center/contain
}

.gift-box p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px
}

.gift-box b {
    color: #fc981c;
    font-size: 25px
}

.tarifs-center-block {
    position: relative;
    z-index: 100;
    padding: 30px 28px;
    background-color: #fafafa;
    height: 100%;
    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
}

.tarifs-center-block .site-btn {
    margin: 0 auto
}

.tarifs-center-block-title {
    font-size: 25px;
    font-weight: 700;
    margin: 0
}

.tarifs-center-block-item {
    margin: 8px 0;
    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
}

.tarifs-center-block-item p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px
}

.tarifs-center-block-item ul {
    list-style: none
}

.tarifs-center-block-item li {
    font-size: 16px;
    line-height: 20px;
    color: #706666;
    position: relative;
    padding-left: 20px
}

.tarifs-center-block-item li::before {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background-color: #706666;
    position: absolute;
    left: 0;
    top: 12px
}

.tarifs-prices-wrap {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px auto 20px auto
}

.tarifs-prices-wrap .old-price {
    font-size: 14px;
    color: #fe3131;
    text-align: center;
    margin-bottom: 5px
}

.tarifs-prices-wrap .old-price span {
    text-decoration: line-through
}

.tarifs-prices-wrap .new-price {
    font-size: 35px;
    font-weight: 700;
    color: #002f75;
    text-align: center
}

.tarifs-right-block {
    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;
    padding: 30px 0
}

.price-accordion {
    background-color: transparent;
    border: none
}

.price-accordion .card {
    border: none;
    background-color: transparent;
    margin-bottom: 40px
}

.price-accordion .card-header {
    padding: 0;
    border: none;
    background-color: transparent
}

.price-accordion .btn-link {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #24201d
}

.price-accordion .btn-link:active,
.price-accordion .btn-link:focus,
.price-accordion .btn-link:hover {
    text-decoration: none
}

.price-accordion .card-body {
    padding: 10px 0;
    position: relative
}

.price-accordion .card-body::after {
    content: '';
    display: block;
    width: 130px;
    height: 2px;
    background-color: #fff4e8;
    position: absolute;
    left: 0;
    bottom: 0
}

.price-accordion ul {
    list-style: none
}

.price-accordion li {
    font-size: 16px;
    line-height: 20px;
    color: #706666;
    position: relative;
    padding-left: 20px
}

.price-accordion li::before {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background-color: #706666;
    position: absolute;
    left: 0;
    top: 12px
}

.tarifs-right-block .icons-wrap {
    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;
    margin: 20px 0
}

.tarifs-right-block .icons-wrap img {
    display: block;
    margin: 0 10px
}

.tarifs-right-block .tarifs-prices-wrap {
    margin-bottom: 30px
}

.tarifs-right-block .old-price {
    font-size: 14px
}

.tarifs-right-block .new-price {
    font-size: 26px
}

.fourth-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #00064a;
    position: relative
}

.fourth-screen .container {
    padding: 85px 15px 60px 15px
}

.fourth-screen .titles {
    color: #fff
}

.fourth-screen .right p {
    left: -65px
}

.fourth-s-block {
    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
}

.fourth-s-title {
    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;
    font-size: 20px;
    font-weight: 700;
    color: #fc981c;
    max-width: 240px;
    margin-bottom: 25px
}

.fourth-s-title span {
    font-size: 45px;
    margin-right: 15px
}

.fourth-s-text {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px
}

.fourth-s-text span {
    font-weight: 500
}

.five-screen {
    background-color: #f4f4f4;
    position: relative
}

.five-screen-top {
    background-color: #f4f7fe;
    position: relative;
    bottom: -2px
}

.five-screen-top .container {
    padding-top: 65px;
    text-align: center
}

.portfolio-main-filter {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none
}

.portfolio-main-filter .nav-link {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 20px;
    width: 100%;
    display: inline-block;
    position: relative;
    color: #505050;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    background-color: #eaedf4
}

.portfolio-main-filter .nav-link:hover {
    color: #fc981c;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1
}

.portfolio-main-filter .nav-link:hover::after {
    border-bottom: 1px dashed #fc981c
}

.portfolio-main-filter .nav-link::after {
    content: '';
    display: block;
    width: 70%;
    height: 1px;
    border-bottom: 1px dashed #505050;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -35%
}

.portfolio-main-filter .nav-link.active {
    color: #000;
    border: 1px solid transparent;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(4, 6, 7, .2);
    box-shadow: 0 10px 15px 0 rgba(4, 6, 7, .2);
    z-index: 1
}

.portfolio-main-filter .nav-link.active::after {
    display: none
}

.five-screen-middle {
    background-color: #fff;
    position: relative;
    z-index: 2
}

.sub-menu-1 {
    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;
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sub-menu-1 .nav-link {
    font-size: 16px;
    color: #24201d;
    width: 100%;
    max-width: 70px;
    text-align: center;
    padding: 16px 10px;
    outline: 0;
    border: none;
    background-color: #fff
}

.sub-menu-1 .nav-link.active {
    background-color: #002f75;
    color: #fff;
    outline: 0;
    border: none
}

.portfolio-nav .slick-list {
    width: 100%
}

.portfolio-nav .slick-track {
    width: 100%!important;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.five-screen-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .13)
}

.five-screen-bottom .right p {
    color: #000;
    left: -107px;
    width: 200px
}

.portfolio-item-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.portfolio-item-block-left {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 70px
}

.portfolio-item-block-left .slick-slide {
    width: 70px!important;
    overflow: hidden;
    margin: 6px 0;
    border: 1px solid transparent;
    outline: 0
}

.portfolio-item-block-left .slick-slide:last-child {
    margin-bottom: 0
}

.portfolio-item-block-left .slick-current {
    border: 1px solid #002f75
}

.portfolio-item-block-left img {
    width: auto;
    max-width: inherit;
    height: 60px
}

.portfolio-item-block-left img:last-child {
    margin-bottom: 0
}

.portfolio-item-img-sub {
    cursor: pointer
}

.portfolio-item-block-center {
    margin: 0 10px;
    min-height: 510px;
    width: 815px
}

.portfolio-item-block-slider-wrapper {
    position: relative
}

.portfolio-item-slider-arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.portfolio-item-slider-arrows .slick-next,
.portfolio-item-slider-arrows .slick-prev {
    width: 22px;
    height: 37px
}

.portfolio-item-slider-arrows .slick-next::before,
.portfolio-item-slider-arrows .slick-prev::before {
    display: none
}

.portfolio-item-slider-arrows .slick-prev {
    left: 25px;
    background: url(../img/arrow-left.png) no-repeat center center/contain
}

.portfolio-item-slider-arrows .slick-next {
    right: 25px;
    background: url(../img/arrow-right.png) no-repeat center center/contain
}

.portfolio-item-img {
    height: 510px;
    width: 100%
}

.portfolio-item-block-right {
    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;
    padding: 15px 0 20px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.portfolio-item-address {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.portfolio-item-remtype {
    font-size: 16px;
    color: #706666
}

.portfolio-item-info {
    list-style: none;
    margin-top: 10px
}

.portfolio-item-info li {
    font-size: 16px;
    font-weight: 700;
    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;
    margin: 5px 0
}

.portfolio-item-info li span:first-child {
    font-size: 20px;
    color: #fc981c;
    margin-right: 10px
}

.portfolio-item-info li span {
    font-weight: 400;
    margin-left: 5px
}

.portfolio-item-tab {
    margin-top: 10px;
    border: none;
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    z-index: 150;
    bottom: -1px
}

.portfolio-item-tab .nav-link {
    width: 100%;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    color: #505050;
    text-align: center;
    text-decoration: underline
}

.portfolio-item-tab .nav-link.active {
    -webkit-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .2);
    border: none;
    color: #000;
    text-decoration: none;
    padding: 10px
}

.portfolio-item-block-right .tab-content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    padding: 8px 10px;
    width: 100%;
    margin-bottom: 10px
}

.portfolio-item-block-right .site-btn {
    margin-top: auto;
    padding: 18px 40px
}

.works-tabs-list {
    list-style: none
}

.works-tabs-list li {
    font-size: 14px;
    color: #706666;
    position: relative;
    padding-left: 12px
}

.works-tabs-list li::before {
    content: '';
    display: block;
    height: 1px;
    width: 5px;
    background-color: #706666;
    position: absolute;
    left: 0;
    top: 8px
}

.review-text {
    font-size: 14px;
    color: #706666
}

.portfolio-item-block-left .slick-list,
.portfolio-item-block-left .slick-track {
    height: 100%!important
}

.portfolio-item-block-left .slick-track {
    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;
    -webkit-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important
}

.six-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #fff url(../img/backgrounds/six-screen-bg.png) no-repeat center left 100px/987px 157px
}

.six-screen .container {
    padding-top: 70px;
    padding-bottom: 90px
}

.six-screen .right p {
    color: #000
}

.review-slider-wrap {
    position: relative
}

.review-slider-arrows,
.worker-thumbs-arrows {
    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;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1
}

.review-slider-arrows .slide-next,
.review-slider-arrows .slide-prev,
.worker-thumbs-arrows .slide-next,
.worker-thumbs-arrows .slide-prev {
    background-color: transparent;
    cursor: pointer;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fc981c;
    position: relative;
    font-size: 16px;
    color: #fc981c;
    outline: 0;
    font-weight: 300;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.review-slider-arrows .slide-next:hover,
.review-slider-arrows .slide-prev:hover,
.worker-thumbs-arrows .slide-next:hover,
.worker-thumbs-arrows .slide-prev:hover {
    background-color: #fc981c;
    color: #fff
}

.review-slider-arrows .slide-next span,
.review-slider-arrows .slide-prev span,
.worker-thumbs-arrows .slide-next span,
.worker-thumbs-arrows .slide-prev span {
    margin: 0;
    padding: 0
}

.review-slider-arrows .slide-prev span,
.worker-thumbs-arrows .slide-prev span {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.review-slider-item {
    width: 230px!important;
    height: 130px
}

.review-slider {
    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;
    max-width: 1010px;
    margin: 0 auto;
    position: relative;
    z-index: 50
}

.review-slider .slick-list {
    width: 100%!important
}

.review-slider .slick-track {
    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
}

.seven-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #f1e9e7 url(../img/backgrounds/seven-screen-bg.png) no-repeat center center/cover;
    min-height: 600px
}

.seven-screen .container {
    padding-top: 70px
}

.seven-screen .right p {
    color: #000;
    left: -40px
}

.worker-slider-left {
    position: relative;
    height: 650px
}

.worker-slider-left img {
    max-height: 100%;
    position: absolute;
    bottom: 0;
    right: 0
}

.worker-slider-right {
    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;
    padding: 0 0 45px 40px
}

.worker-slider-right .titles {
    margin-bottom: 35px
}

.worker-info {
    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;
    padding: 15px 45px;
    background-color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    max-width: 450px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .14);
    position: relative;
    left: -55px;
    margin-bottom: 30px
}

.worker-info::before {
    content: '';
    display: block;
    border-top: 15px solid transparent;
    border-right: 40px solid #fff;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: -25px;
    top: 45px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.worker-name {
    font-size: 20px;
    font-weight: 700
}

.worker-position {
    font-size: 20px;
    font-weight: 700;
    color: #002f75
}

.worker-info-text {
    font-weight: 500;
    margin-bottom: 15px
}

.worker-info-text span {
    color: #706666;
    font-weight: 400
}

.worker-info-text .icon-star {
    font-size: 30px;
    color: #fc981c;
    margin-left: 5px
}

.client-reviw {
    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
}

.worker-thumbs-slider-wrap {
    position: absolute;
    z-index: 1040;
    right: 0;
    bottom: 45px;
    width: 520px
}

.worker-thumbs-slider {
    position: relative;
    max-width: 410px;
    margin: 0 auto;
    z-index: 150
}

.worker-thumbs-slider .slick-current img {
    opacity: .3
}

.worker-thumbs-slider-item {
    outline: 0;
    border: none;
    cursor: pointer
}

.worker-thumbs-slider-item p {
    height: 100px!important;
    width: 100px!important;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #f4f4f4;
    background-color: #fff;
    margin: 0 auto
}

.eighth-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #eee
}

.eighth-screen .right p {
    color: #000;
    left: -40px
}

.eighth-screen .container {
    padding-top: 90px;
    padding-bottom: 60px
}

.eighth-screen .titles {
    max-width: 900px;
    text-align: left;
    margin-bottom: 20px
}

.iphone-img {
    margin: 0 auto
}

.eighth-screen-list {
    list-style: none
}

.eighth-screen-list li {
    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;
    margin-bottom: 30px
}

.eighth-screen-list li:last-child {
    margin: 0
}

.eighth-screen-list span {
    font-size: 50px;
    color: #fc981c;
    margin-right: 15px
}

.eighth-screen-list b {
    font-weight: 500
}

.nine-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #f5f5f5 url(../img/backgrounds/nine-screen-bg.png) no-repeat left 200px bottom 30px/780px 350px
}

.nine-screen .right p {
    color: #000;
    left: -40px
}

.nine-screen .container {
    padding-top: 90px;
    padding-bottom: 60px
}

.nine-screen .titles {
    margin-bottom: 25px
}

.school-img {
    width: 100%;
    -webkit-box-shadow: 10px 6px 23.04px .96px rgba(70, 74, 77, .5);
    box-shadow: 10px 6px 23.04px .96px rgba(70, 74, 77, .5)
}

.school-tabs {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none
}

.school-tabs .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #24201d;
    background-color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 25px;
    border: 2px solid #fc981c;
    letter-spacing: 1.2px;
    margin: 0 20px
}

.school-tabs .nav-link:active,
.school-tabs .nav-link:focus,
.school-tabs .nav-link:hover {
    background-color: #fc981c;
    color: #fff;
    border: 2px solid transparent
}

.school-tabs .nav-link.active {
    background-color: #fc981c;
    color: #fff;
    border: 2px solid transparent
}

.school-tab-content {
    margin-top: 50px
}

.school-tab-right {
    margin-left: 20px
}

.school-tab-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 35px
}

.school-tab-list {
    list-style: none
}

.school-tab-list li {
    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;
    margin-bottom: 30px
}

.school-tab-list li:last-child {
    margin: 0
}

.school-tab-list li span {
    color: #f7c666;
    font-size: 45px;
    margin-right: 20px
}

.school-tab-list p {
    color: #706666;
    max-width: 80%
}

.poligon-icon {
    display: block;
    position: relative;
    height: 45px;
    width: 45px
}

.poligon-icon::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../img/icons/poligon.png) no-repeat center center/cover
}

.ten-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #441800 url(../img/backgrounds/then-screen-bg.jpg) no-repeat center center/cover
}

.ten-screen .left {
    background-color: rgba(0, 0, 0, .2)
}

.ten-screen .right p {
    left: -40px
}

.ten-screen .container {
    padding-top: 60px;
    padding-bottom: 90px
}

.ten-screen .titles {
    margin-bottom: 25px;
    color: #fff
}

.ten-screen .titles b {
    color: #fc981c
}

.ten-screen .titles span {
    font-weight: 700;
    text-decoration: underline
}

.ten-screen-sub-title {
    color: #fff;
    text-align: center
}

.ten-screen-form {
    margin-top: 50px;
    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;
    width: 100%
}

.form-top {
    padding: 30px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.form-top .fs-calc-form-field-block {
    position: relative;
    padding: 0 30px;
    border-right: 2px solid #f5f5f5;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.form-top .fs-calc-form-field-block:last-child {
    border: none
}

.form-top .fs-calc-form-field-block h1 {
    font-size: 100px;
    font-weight: 700;
    color: rgba(252, 152, 28, .1);
    position: absolute;
    right: 30px;
    bottom: -30px
}

.form-bottom {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px
}

.eleventh-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    background: #fbfbfb url(../img/backgrounds/eleventh-screen-bg.png) no-repeat top right 100px/603px 603px
}

.eleventh-screen .right p {
    left: -62px;
    color: #000
}

.eleventh-screen .container {
    padding-top: 60px;
    padding-bottom: 80px
}

.eleventh-screen .titles {
    margin-bottom: 30px;
    text-align: left
}

.eleventh-screen-left {
    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
}

.eleventh-screen-left-top {
    background-color: #002f75;
    padding: 35px 30px 25px 30px;
    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
}

.eleventh-screen-left-top-texts {
    margin-left: 15px
}

.eleventh-screen-left-top-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px
}

.eleventh-screen-left-top-text {
    color: #fff
}

.eleventh-screen-left-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff
}

.eleventh-screen-left-bottom-texts {
    padding: 30px;
    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
}

.eleventh-screen-left-bottom-title {
    font-size: 20px;
    font-weight: 700;
    color: #002f75
}

.eleventh-screen-left-bottom-subtitle {
    font-weight: 500;
    margin: 10px 0
}

.eleventh-screen-left-bottom-text {
    font-size: 16px;
    line-height: 24px;
    color: #706666
}

.eleventh-screen-left-video-wrap {
    width: 195px;
    height: 145px;
    margin-top: auto
}

.eleventh-screen-left-video-wrap p {
    font-size: 14px;
    color: #706666;
    text-align: center;
    width: 120px;
    position: absolute;
    top: 95px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100
}

.eleventh-screen-left-video-wrap .play {
    background-color: rgba(244, 244, 244, .9)
}

.eleventh-screen-left-video-wrap .play::after {
    top: 50px;
    height: 45px;
    width: 45px;
    margin-left: -22px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1)
}

.eleventh-screen-left-video-wrap .play::before {
    top: 53px
}

.eleventh-screen-right {
    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
}

.eleventh-screen-right-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.eleventh-screen-right-top .slick-track {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.eleventh-screen-right-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px
}

.eleventh-screen-slider {
    width: 100%!important
}

.eleventh-screen-slider .slick-list {
    overflow: visible!important
}

.eleventh-screen-slider-item {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.eleventh-screen-right-texts {
    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;
    max-width: 345px
}

.device-name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px
}

.device-name span {
    font-weight: 400;
    color: #706666
}

.device-feature-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px
}

.device-features-list {
    list-style: none
}

.device-features-list li {
    font-size: 16px;
    color: #706666;
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative
}

.device-features-list li::before {
    content: '+';
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 1px;
    color: #fc981c
}

.eleventh-screen-right-img {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 50px
}

.eleventh-screen-right-img::before {
    content: '';
    display: block;
    width: 350px;
    height: 170px;
    background: url(../img/devices/device-bg.png) no-repeat center center/cover;
    position: absolute;
    top: 75px;
    left: -75px
}

.eleventh-screen-right-img img {
    position: relative
}

.eleventh-screen-sub-slider {
    height: 110px
}

.eleventh-screen-sub-slider .slick-current {
    opacity: .3
}

.eleventh-screen-right-bottom {
    position: relative
}

.eleventh-screen-sub-slider-item {
    cursor: pointer;
    position: relative;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 20px 5px 20px;
    min-height: 105px;
    outline: 0
}

.eleventh-screen-sub-slider-item:hover::after {
    background-color: #fc981c
}

.eleventh-screen-sub-slider-item::after {
    content: '';
    display: block;
    width: 85px;
    height: 30px;
    border: 2px solid #fc981c;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -42px;
    z-index: 5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.eleventh-screen-sub-slider-item img {
    position: relative;
    z-index: 100;
    display: block;
    margin: 0 auto
}

.twelfth-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #faf8f6 url(../img/backgrounds/twelfth-screen-bg.png) no-repeat top right/contain
}

.twelfth-screen .right p {
    left: -62px;
    color: #000
}

.twelfth-screen .container {
    padding-top: 55px;
    padding-bottom: 30px
}

.twelfth-screen .titles {
    color: #fc981c;
    margin-bottom: 30px
}

.twelfth-screen .titles span {
    color: #24201d
}

.twelfth-screen-block {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    position: relative
}

.twelfth-screen-block::after {
    content: '';
    display: block;
    width: 390px;
    height: 430px;
    position: absolute;
    right: -380px;
    /* top: 25px; */
    bottom: -40px;
    background: url(../img/twelfth-screen-man.png) no-repeat top center/contain
}

.triangle-with-shadow {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -70px;
    overflow: hidden
}

.triangle-with-shadow::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    left: -25px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}

.twelfth-screen-block-top {
    background-color: #f5f5f5;
    padding: 35px;
    position: relative;
    z-index: 150
}

.twelfth-screen-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.twelfth-screen-block-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 270px;
    color: #706666
}

.twelfth-screen-block-text span {
    color: #fc981c;
    font-size: 35px;
    margin-right: 6px
}

.twelfth-screen-block-form {
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    background-color: #002f75;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    flex-wrap: wrap;
    padding: 45px 55px 20px;
    position: relative;
    z-index: 150
}

.twelfth-screen-block-form .site-btn {
    padding: 16px 70px;
    margin-left: auto
}

.twelfth-screen-block-form .cust-check {
    margin-top: 12px;
    color: #fff;
}

@media (min-width: 768px) {
    .twelfth-screen-block-form .cust-check {
        flex: 0 0 100%;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .twelfth-screen-block-form .cust-check {
        text-align: left;
    }
}

.twelfth-screen-block-form-field {
    height: 50px;
    width: 240px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    margin-right: 20px
}

.twelfth-screen-block-form-field::-webkit-input-placeholder {
    color: #bebdbd;
    text-align: center
}

.twelfth-screen-block-form-field::-moz-placeholder {
    color: #bebdbd;
    text-align: center
}

.twelfth-screen-block-form-field::-ms-input-placeholder {
    color: #bebdbd;
    text-align: center
}

.twelfth-screen-block-form-field::placeholder {
    color: #bebdbd;
    text-align: center
}

.thirteenth-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    background: #28120b url(../img/backgrounds/thirteenth-screen-bg.png) no-repeat center center/cover
}

.thirteenth-screen .left {
    background-color: rgba(0, 0, 0, .2)
}

.thirteenth-screen .right p {
    left: -33px;
    color: #fff
}

.thirteenth-screen .container {
    padding-top: 70px;
    padding-bottom: 50px
}

.thirteenth-screen-title-wrap {
    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
}

.thirteenth-screen-title-wrap h2 {
    font-size: 100px;
    font-weight: 800;
    color: #fc981c;
    margin: 0
}

.thirteenth-screen-title-wrap p {
    color: #fc981c;
    font-size: 45px;
    font-weight: 800;
    line-height: 45px;
    margin-left: 15px
}

.thirteenth-screen-title-wrap p span {
    color: #fff
}

.thirteenth-screen-subtitle {
    font-size: 45px;
    color: #fff;
    margin-bottom: 65px
}

.thirteenth-screen-block {
    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
}

.thirteenth-screen-block-title {
    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;
    font-size: 20px;
    color: #fc981c;
    font-weight: 700;
    margin-bottom: 10px
}

.thirteenth-screen-block-title span {
    font-size: 65px;
    color: #fc981c;
    margin-bottom: 15px
}

.thirteenth-screen-block-text {
    font-size: 16px;
    color: #fff
}

.thirteenth-screen-sponsors {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px
}

.thirteenth-screen-sponsors img {
    display: block;
    margin: 0 30px
}

.fourteenth-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #fff url(../img/backgrounds/fourteenth-screen-bg.png) no-repeat center center/cover
}

.fourteenth-screen .right p {
    left: -85px;
    color: #000
}

.fourteenth-screen .container {
    padding-top: 90px;
    padding-bottom: 80px
}

.fourteenth-screen-block {
    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;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}

.fourteenth-screen-block-top {
    height: 140px;
    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;
    padding: 20px 40px;
    background-color: #fc981c;
    position: relative
}

.fourteenth-screen-block-top::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #fc981c transparent transparent transparent
}

.fourteenth-screen-block-img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #002f75;
    overflow: hidden;
    text-align: center;
    background-color: #fff
}

.fourteenth-screen-block-img-wrap img {
    display: block;
    margin: 0 auto
}

.fourteenth-screen-block-top-right {
    margin-left: 20px;
    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;
    max-width: 75%
}

.fourteenth-screen-block-top-title {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px
}

.fourteenth-screen-block-top-text {
    font-size: 16px;
    color: #fff
}

.fourteenth-screen-block-middle {
    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;
    padding: 35px 40px 35px 30px;
    background-color: #fff
}

.fourteenth-screen-block-middle-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.status-bar {
    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;
    height: 20px;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px
}

.status-bar-bg {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#5ff037), to(#31b00e));
    background: -webkit-linear-gradient(left, #5ff037 0, #31b00e 100%);
    background: -o-linear-gradient(left, #5ff037 0, #31b00e 100%);
    background: linear-gradient(to right, #5ff037 0, #31b00e 100%);
    display: inline-block;
    height: 100%;
    text-align: center
}

.fourteenth-screen-block-bottom {
    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;
    background-color: #eaffdf;
    height: 510px
}

.fourteenth-screen-block-bottom-block {
    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;
    height: 170px;
    padding: 30px
}

.fourteenth-screen-block-bottom-block:nth-child(2) {
    border-top: 2px solid #e9f4e4;
    border-bottom: 2px solid #e9f4e4
}

.fourteenth-screen-block-bottom-title {
    font-size: 20px;
    font-weight: 700;
    color: #277612;
    margin-bottom: 10px
}

.fourteenth-screen-block-bottom-text b {
    font-weight: 500
}

.fourteenth-screen-block.bad .fourteenth-screen-block-top {
    background-color: #a7a7a7
}

.fourteenth-screen-block.bad .fourteenth-screen-block-top::after {
    border-color: #a7a7a7 transparent transparent transparent
}

.fourteenth-screen-block.bad .fourteenth-screen-block-top-text,
.fourteenth-screen-block.bad .fourteenth-screen-block-top-title {
    color: #24201d
}

.fourteenth-screen-block.bad .status-bar:last-child .status-bar-bg {
    background: -webkit-gradient(linear, left top, right top, from(#5ff037), color-stop(50%, #31b00e), color-stop(76%, #cb971b), to(#cb301b));
    background: -webkit-linear-gradient(left, #5ff037 0, #31b00e 50%, #cb971b 76%, #cb301b 100%);
    background: -o-linear-gradient(left, #5ff037 0, #31b00e 50%, #cb971b 76%, #cb301b 100%);
    background: linear-gradient(to right, #5ff037 0, #31b00e 50%, #cb971b 76%, #cb301b 100%)
}

.fourteenth-screen-block.bad .fourteenth-screen-block-bottom {
    background-color: #ffdcdc
}

.fourteenth-screen-block.bad .fourteenth-screen-block-bottom-block:nth-child(2) {
    border-top: 2px solid #fde3e3;
    border-bottom: 2px solid #fde3e3
}

.fourteenth-screen-block.bad .fourteenth-screen-block-bottom-title {
    color: #b31010
}

.fifteenth-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #00064a
}

.fifteenth-screen .right p {
    left: -48px
}

.fifteenth-screen .container {
    padding-top: 70px;
    padding-bottom: 60px
}

.fifteenth-screen .titles {
    color: #fff;
    margin-bottom: 40px
}

.fifteenth-screen-block {
    display: block;
    padding: 0 10px
}

.fifteenth-screen-img-wrap {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px
}

.download {
    color: #fff;
    font-weight: 500;
    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;
    margin-bottom: 10px;
    margin-right: auto;
    margin-top: 20px
}

.download a {
    height: 34px;
    width: 34px;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fe4141;
    margin-left: 10px;
    color: #fff
}

.download a:hover {
    color: #fff;
    text-decoration: none
}

.fifteenth-screen-block-text {
    font-size: 16px;
    color: #fff;
    max-width: 100%
}

.sixteenth-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #f1f1f1 url(../img/backgrounds/sixteenth-screen-bg.jpg) no-repeat center right/cover
}

.sixteenth-screen .right p {
    left: -107px;
    color: #000;
    width: 200px
}

.sixteenth-screen .container {
    padding-top: 55px;
    padding-bottom: 65px
}

.sixteenth-screen .titles {
    text-align: left;
    margin-bottom: 40px
}

.sixteenth-screen-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 65px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sixteenth-screen-texts {
    max-width: 80%
}

.sixteenth-screen-block-title {
    font-size: 20px;
    font-weight: 700;
    color: #002f75;
    margin-bottom: 15px
}

.sixteenth-screen-block-text {
    color: #706666
}

.sixteenth-screen-icon-wrap {
    width: 80px;
    margin-right: 30px
}

.sixteenth-screen-icon-wrap img {
    display: block;
    width: 100%;
    height: auto
}

.seventeenth-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #fafafa
}

.seventeenth-screen .left {
    background-color: #faf9f7
}

.seventeenth-screen .right {
    background-color: #faf9f7
}

.seventeenth-screen .right p {
    left: -52px;
    color: #000
}

.seventeenth-screen .container {
    padding-top: 90px;
    padding-bottom: 90px
}

.seventeenth-screen .titles {
    margin-bottom: 30px
}

.seventeenth-screen-subtitle {
    text-align: center;
    color: #706666;
    margin-bottom: 95px
}

.seventeenth-screen-block {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px
}

.seventeenth-screen-block p {
    text-align: center;
    color: #706666
}

.seventeenth-screen-img {
    display: block;
    max-width: 170px;
    margin-bottom: 25px
}

.seventeenth-screen-btn-wrap {
    text-align: center
}

.seventeenth-screen-btn-wrap .site-btn {
    background-color: #fc981c;
    padding: 18px 70px
}

.seventeenth-screen-btn-wrap .site-btn:hover {
    background-color: #e27e03
}

.row.hidden-content {
    display: none
}

.footer {
    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;
    background: #f5f5f5 url(../img/backgrounds/footer-bg.png) no-repeat center right/cover
}

.footer .titles {
    margin-bottom: 10px;
    font-size: 40px
}

.footer-calc-form {
    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;
    -webkit-box-shadow: 7px 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 7px 5px 10px 0 rgba(0, 0, 0, .1)
}

.footer-calc-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 30px 30px 30px;
    background-color: #fff
}

.footer-calc-form-left,
.footer-calc-form-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.footer-calc-form-left .calc-form-total-sum-title,
.footer-calc-form-right .calc-form-total-sum-title {
    font-size: 20px;
    margin-top: 10px
}

.footer-calc-form-left .room-count,
.footer-calc-form-right .room-count {
    margin-bottom: 20px
}

.footer-calc-bottom {
    background-color: #f5f5f5;
    padding: 30px 20px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-calc-bottom .fs-calc-form-bottom-title::after,
.footer-calc-bottom .fs-calc-form-bottom-title::before {
    display: none
}

.footer-calc-bottom .fs-calc-bonus {
    width: 250px;
    padding: 10px;
    height: 50px
}

.footer-sub-title {
    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;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px
}

.footer-sub-title img {
    margin: 0 10px
}

.footer-bottom {
    background-color: #002f75;
    padding: 20px 0
}

.footer-bottom-content {
    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
}

.footer-copy-block {
    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;
    padding: 5px 15px;
    margin-left: 20px;
    border-left: 2px solid rgba(245, 245, 245, .4)
}

.footer-copy {
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

.footer-bottom-link {
    color: #fff;
    font-size: 16px;
    text-decoration: underline
}

.footer-bottom-link:hover {
    color: #fff
}

.footer-right-text {
    max-width: 300px;
    margin-left: auto;
    color: #fff;
    line-height: 24px
}

.footer-contacts {
    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;
    margin-top: 40px
}

.footer-contact-block {
    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;
    margin-bottom: 30px
}

.footer-contact-block span {
    font-size: 35px;
    color: #fc981c;
    margin-right: 10px
}

.footer-top-right-block {
    padding: 40px 35px
}

.footer-contact-block-texts {
    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-contact-block-text {
    font-size: 18px;
    margin-bottom: 10px
}

.show-to-map {
    font-weight: 700;
    color: #b5b5b5;
    text-decoration: underline
}

.footer-contact-block-phone {
    font-size: 18px;
    margin-bottom: 10px;
    color: #24201d;
    text-decoration: none
}

.footer-contact-block-phone:hover {
    text-decoration: none
}

.footer-contact-block-email {
    font-size: 18px;
    color: #002f75;
    position: relative
}

.footer-contact-block-email::after {
    content: '';
    display: block;
    width: 250px;
    height: 1px;
    border-bottom: 1px dashed #002f75;
    position: absolute;
    left: 0;
    top: 100%
}

.footer-contact-block-email:hover {
    color: #002f75;
    text-decoration: none
}

.footer-bottom-two {
    background-color: #053d91;
    padding: 12px 0
}

.footer-bottom-two-content {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-bottom-two-content .footer-right-text {
    margin: 0 auto;
    text-align: center
}

.success-pages {
    background-color: #f5f5f5
}

.success-pages .header {
    position: static;
    background-color: #002f75
}

.success-pages .header.sticky {
    position: static
}

.success-page {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 120px 0
}

.success-left-block {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.success-left-info-block {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

.success-left-name {
    font-size: 20px;
    font-weight: 700;
    color: #002f75;
    text-align: center;
    margin-bottom: 10px
}

.success-left-position {
    font-size: 18px;
    color: #706666;
    text-align: center
}

.success-right-block {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    padding: 30px
}

.success-right-block p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px
}

.success-right-block span {
    font-weight: 500
}

.success-btn-wrapper {
    margin-top: 50px;
    text-align: center
}

.success-btn-wrapper .site-btn {
    color: #fff;
    text-decoration: none
}

.success-btn-wrapper .site-btn:hover {
    color: #fff;
    text-decoration: none
}

.callback-modal .modal-dialog {
    max-width: 590px;
    -webkit-border-radius: 0;
    border-radius: 0
}

.callback-modal .modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative
}

.callback-modal .close {
    position: absolute;
    top: -35px;
    right: -25px;
    text-shadow: none;
    opacity: 1
}

.callback-modal .close span {
    font-size: 40px;
    color: #fe3131
}

.callback-modal .modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.callback-modal .modal-left-block {
    width: 215px;
    background-color: #002f75;
    position: relative
}

.callback-modal .modal-left-block::before {
    content: '';
    display: block;
    width: 188px;
    height: 370px;
    background: url(../img/modal-man.png) no-repeat center center/contain;
    position: absolute;
    bottom: 0;
    left: 0
}

.callback-modal .modal-right-block {
    width: 375px;
    padding: 30px 30px 10px;
    background-color: #fff
}

.callback-modal .modal-right-block b {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700
}

.callback-modal.calc .modal-right-block b {
    font-size: 18px;
}

.callback-modal.calc .modal-right-block {
    text-align: center;
}

.callback-modal .modal-right-block p {
    font-size: 13px;
    color: #706666;
    margin-top: 5px
}

.callback-modal .modal-right-block p span.bold {
    font-weight: 700;
}

.callback-modal.calc .modal-right-block p {
    margin-top: 15px;
}

.callback-modal .modal-right-block p b {
    font-size: 13px
}

@media (min-width: 768px) {
    .callback-modal .modal-right-block {
        padding: 30px;
    }
}

.callback-modal .modal-form {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: 25px
}

.callback-modal .modal-form p {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    color: #706666;
    max-width: 100%
}

.callback-modal .modal-form-field {
    width: 100%;
    height: 50px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 25px;
    margin-bottom: 8px
}

.callback-modal .modal-form-field::-webkit-input-placeholder {
    color: #bebdbd
}

.callback-modal .modal-form-field::-moz-placeholder {
    color: #bebdbd
}

.callback-modal .modal-form-field::-ms-input-placeholder {
    color: #bebdbd
}

.callback-modal .modal-form-field::placeholder {
    color: #bebdbd
}

.callback-modal .site-btn {
    width: 100%;
    margin-top: 10px
}

.callback-modal .cust-check {
    margin-top: 12px;
    align-self: flex-start;
}

.calculate-modal .modal-dialog {
    max-width: 770px;
    -webkit-border-radius: 0;
    border-radius: 0
}

.calculate-modal .modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative
}

.calculate-modal .close {
    position: absolute;
    top: -35px;
    right: -25px;
    text-shadow: none;
    opacity: 1
}

.calculate-modal .close span {
    font-size: 40px;
    color: #fe3131
}

.calculate-modal .modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.calculate-modal .modal-left-block {
    width: 175px;
    background-color: #002f75;
    position: relative
}

.calculate-modal .modal-left-block::before {
    content: '';
    display: block;
    width: 188px;
    height: 370px;
    background: url(../img/modal-man.png) no-repeat center center/contain;
    position: absolute;
    bottom: 0;
    left: 0
}

.calculate-modal .modal-middle-block {
    width: 315px;
    padding: 20px 30px;
    background-color: #fff
}

.calculate-modal .modal-middle-block b {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700
}

.calculate-modal .modal-middle-block p {
    font-size: 13px;
    color: #706666;
    margin-top: 5px
}

.calculate-modal .modal-middle-block p b {
    font-size: 13px
}

.calculate-modal .modal-form {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: 15px
}

.calculate-modal .modal-form p {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    color: #706666;
    max-width: 100%
}

.calculate-modal .modal-form-field {
    width: 100%;
    height: 50px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 25px;
    margin-bottom: 8px
}

.calculate-modal .modal-form-field::-webkit-input-placeholder {
    color: #bebdbd
}

.calculate-modal .modal-form-field::-moz-placeholder {
    color: #bebdbd
}

.calculate-modal .modal-form-field::-ms-input-placeholder {
    color: #bebdbd
}

.calculate-modal .modal-form-field::placeholder {
    color: #bebdbd
}

.calculate-modal .site-btn {
    width: 100%;
    margin-top: 10px
}

.calculate-modal .modal-right-block {
    padding: 20px 20px 20px 0;
    width: 280px
}

.calculate-modal .modal-right-block .fs-calc-bonus-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px 0
}

.calculate-modal .modal-right-block .fs-calc-bonus {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    height: 40px
}

.calculate-modal .calc-ready {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    color: #fc981c!important
}

.calculate-modal .modal-right-block-title {
    font-size: 16px;
    font-weight: 700
}

.calculate-modal .fs-calc-form-block.totals {
    padding: 15px;
    margin: 0
}

.cat-modal .modal-dialog {
    max-width: 770px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 100px
}

.cat-modal .modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative
}

.cat-modal .close {
    position: absolute;
    top: -35px;
    right: -25px;
    text-shadow: none;
    opacity: 1
}

.cat-modal .close span {
    font-size: 40px;
    color: #fe3131
}

.cat-modal .modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.cat-modal .modal-left-block {
    width: 210px;
    background-color: #002f75;
    position: relative
}

.cat-modal .modal-left-block::before {
    content: '';
    display: block;
    width: 250px;
    height: 250px;
    background: url(../img/cat.png) no-repeat center center/contain;
    position: absolute;
    bottom: -1px;
    left: -22px
}

.cat-modal .modal-left-text-block {
    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;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff;
    padding: 10px 20px 10px 40px;
    width: 370px;
    position: absolute;
    top: -55px;
    left: 180px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2)
}

.cat-modal .modal-left-text-block::after {
    content: '';
    display: block;
    border-top: 15px solid transparent;
    border-right: 40px solid #fff;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: -20px;
    top: 35px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.cat-modal .modal-left-text-block-title {
    font-size: 18px;
    font-weight: 700;
    color: #002f75
}

.cat-modal .modal-middle-block {
    width: 280px;
    padding: 25px 20px 30px 30px;
    background-color: #fff
}

.cat-modal .modal-middle-block .fs-calc-form-block-title {
    font-size: 18px
}

.cat-modal .modal-form {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: 15px
}

.cat-modal .modal-form p {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    color: #706666;
    max-width: 100%
}

.cat-modal .modal-form-field {
    width: 100%;
    height: 50px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 25px;
    margin-bottom: 8px
}

.cat-modal .modal-form-field::-webkit-input-placeholder {
    color: #bebdbd
}

.cat-modal .modal-form-field::-moz-placeholder {
    color: #bebdbd
}

.cat-modal .modal-form-field::-ms-input-placeholder {
    color: #bebdbd
}

.cat-modal .modal-form-field::placeholder {
    color: #bebdbd
}

.cat-modal .site-btn {
    width: 100%;
    margin-top: 10px
}

.cat-modal .cust-check {
    margin-top: 12px;
}

.cat-modal .modal-right-block {
    padding: 30px 25px;
    width: 280px;
    background-color: #f2f2f2
}

.video-modal .modal-dialog {
    max-width: 770px
}

.video-modal .modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    position: relative
}

.video-modal .close {
    position: absolute;
    top: -35px;
    right: -25px;
    text-shadow: none;
    opacity: 1
}

.video-modal .close span {
    font-size: 40px;
    color: #fe3131
}

.video-modal .modal-body {
    padding: 0;
    height: 400px;
    width: 100%
}

.modal-backdrop.show {
    opacity: .7
}

@-webkit-keyframes toRight {
    0% {
        right: 30px
    }
    to {
        right: 3px
    }
}

@keyframes toRight {
    0% {
        right: 30px
    }
    to {
        right: 3px
    }
}

@-webkit-keyframes toLeft {
    0% {
        left: 30px
    }
    to {
        left: 3px
    }
}

@keyframes toLeft {
    0% {
        left: 30px
    }
    to {
        left: 3px
    }
}

.swicher-wrapper {
    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;
    max-width: 350px;
    margin: 0 auto 30px auto
}

#swicher-checkbox {
    display: none
}

#swicher-checkbox:checked~.swich-wrap {
    background-color: #a7a7a7
}

#swicher-checkbox:checked~.swich-wrap span {
    -webkit-animation: toRight .3s ease-in-out;
    animation: toRight .3s ease-in-out;
    right: 3px
}

#swicher-checkbox:checked~.fourteenth-screen-block-img-wrap.bad {
    border: 2px solid #002f75
}

#swicher-checkbox:checked~.fourteenth-screen-block-img-wrap.bad img {
    opacity: 1
}

#swicher-checkbox:checked~.fourteenth-screen-block-img-wrap.good {
    border: 2px solid transparent
}

#swicher-checkbox:checked~.fourteenth-screen-block-img-wrap.good img {
    opacity: .4
}

.fourteenth-screen-block-img-wrap.bad {
    border: 2px solid transparent
}

.fourteenth-screen-block-img-wrap.bad img {
    opacity: .4
}

.swich-wrap {
    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;
    background-color: #fc981c;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1);
    width: 55px;
    height: 28px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 2px 3px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.swich-wrap span {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    position: absolute;
    -webkit-animation: toLeft .3s ease-in-out;
    animation: toLeft .3s ease-in-out
}

@media only screen and (min-width:1200px) and (max-width:1920px) {
    .container {
        min-width: 1170px
    }
}

@media only screen and (min-width:1200px) and (max-width:1367px) {
    .left,
    .right {
        width: 5%
    }
    .twelfth-screen-block {
        max-width: 80%
    }
    .twelfth-screen-block-top {
        padding: 25px
    }
    .twelfth-screen-block-form {
        padding: 45px 25px
    }
    .twelfth-screen-block-form-field {
        width: 220px
    }
    .twelfth-screen-block-form .site-btn {
        padding: 16px 50px
    }
    .sixteenth-screen {
        background: #f1f1f1 url(../img/backgrounds/sixteenth-screen-bg.jpg) no-repeat center right -150px/cover
    }
    .footer {
        background: #f5f5f5 url(../img/backgrounds/footer-bg.png) no-repeat center right -200px/cover
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .download {
        font-size: 15px
    }
    .header .container {
        position: static
    }
    .header.sticky .main-menu {
        background-color: rgba(0, 47, 117, .8)
    }
    .left,
    .right {
        display: none
    }
    .header-content {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .header-contact {
        margin-left: auto
    }
    .main-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, .8)
    }
    .main-menu ul {
        padding: 20px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .main-menu ul a {
        color: #fff
    }
    .first-screen {
        background: #37170a url(../img/backgrounds/bg-desktop-tablet.jpg) no-repeat center center/cover;
        height: 975px
    }
    .first-screen .container {
        margin-top: 180px
    }
    .first-screen-content h1 {
        max-width: 450px;
        margin: 0 auto 45px auto
    }
    .fs-features {
        max-width: 100%;
        margin-bottom: 65px
    }
    .fs-features-block {
        width: 220px
    }
    .fs-calc-form-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0 0 0;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .fs-calc-form-block.totals {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-left: none;
        border-right: none;
        margin-top: 30px
    }
    .fs-calc-form-total-wrap {
        margin: 0 10px 0 0
    }
    .calc-form-total-sum-title {
        font-size: 20px!important
    }
    .fs-calc-form-bottom-title::after,
    .fs-calc-form-bottom-title::before {
        width: 200px
    }
    .fs-calc-form-bottom-title::before {
        right: -230px
    }
    .fs-calc-form-bottom-title::after {
        left: -230px
    }
    .second-screen {
        background: url(../img/backgrounds/section-2-bg.png) no-repeat center center/cover
    }
    .second-screen .container {
        padding-top: 260px;
        padding-bottom: 40px
    }
    .second-screen-block {
        margin-bottom: 20px
    }
    .sc-block-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .sc-block-top-left {
        width: 100%;
        height: 200px;
        margin: 0
    }
    .sc-block-top-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 15px
    }
    .sc-block-price,
    .sc-block-title {
        font-size: 19px
    }
    .sc-block-feature {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%
    }
    .sc-block-feature li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 14px
    }
    .sc-block-bottom {
        margin-top: 10px
    }
    .ts-top {
        padding-top: 45px
    }
    .tarif-tabs {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .tarif-tabs .nav-item {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }
    .tarifs-left-block {
        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;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .tarifs-left-block img {
        width: 100%
    }
    .gift-box {
        width: 165px;
        height: 90px;
        padding-top: 45px;
        margin-top: 15px
    }
    .gift-box p {
        font-size: 10px;
        margin-bottom: 0
    }
    .gift-box b {
        font-size: 16px
    }
    .tarifs-center-block {
        padding: 30px 20px
    }
    .price-accordion li {
        color: #b6a3a3
    }
    .price-accordion {
        margin-top: 45px
    }
    .price-accordion .btn-link {
        color: #fff
    }
    .price-accordion .btn-link span {
        font-size: 14px;
        margin-left: 5px
    }
    .price-accordion .btn-link span::before {
        content: "\f077"
    }
    .price-accordion .btn-link.collapsed span {
        font-size: 14px;
        margin-left: 5px
    }
    .price-accordion .btn-link.collapsed span::before {
        content: "\f078"
    }
    .price-accordion .card-body::after {
        background-color: #583d1b
    }
    .price-accordion .new-price {
        color: #fff
    }
    .ts-content {
        background: #fafafa
    }
    .ts-content::after {
        width: 50%
    }
    .fourth-screen .container {
        padding: 70px 10px 30px 10px
    }
    .fourth-s-block {
        margin-bottom: 45px
    }
    .fourth-s-title {
        max-width: 100%;
        margin-bottom: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .fourth-s-text {
        margin-bottom: 10px;
        margin-left: 60px
    }
    .five-screen-top .titles-with-elem {
        font-size: 30px
    }
    .five-screen-top .titles-with-elem p::after,
    .five-screen-top .titles-with-elem p::before {
        display: none
    }
    .portfolio-nav .slick-track {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .portfolio-nav .portfolio-nav-item {
        width: 12.5%!important
    }
    .portfolio-nav .nav-link {
        max-width: 100%
    }
    .portfolio-item-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .portfolio-item-block-left {
        display: none
    }
    .portfolio-item-block-center {
        margin: 0;
        width: 100%;
        min-height: 400px
    }
    .portfolio-item-img {
        height: 400px
    }
    .portfolio-item-btn-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        text-align: center;
        margin-top: 30px
    }
    .portfolio-item-block-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .portfolio-item-block-right-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .portfolio-item-block-right .tab-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0
    }
    .portfolio-item-tab {
        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
    }
    .portfolio-item-tab .nav-item {
        width: 100%
    }
    .portfolio-item-tab .nav-link {
        text-align: left;
        padding-left: 30px
    }
    .portfolio-item-tab .nav-link.active {
        padding-left: 30px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .six-screen {
        background: #fff url(../img/backgrounds/six-screen-bg.png) no-repeat center left/contain
    }
    .six-screen .container {
        padding-top: 50px;
        padding-bottom: 70px
    }
    .review-slider {
        max-width: 640px
    }
    .review-slider-item {
        width: 145px!important;
        height: 80px
    }
    .seven-screen {
        background: #f1e9e7 url(../img/backgrounds/seven-screen-bg.png) no-repeat center center/cover
    }
    .seven-screen .container {
        padding-top: 50px
    }
    .seven-screen .titles {
        font-size: 40px
    }
    .worker-slider-left img {
        max-width: inherit
    }
    .worker-slider-right {
        padding: 0 0 0 20px;
        margin-bottom: 100px
    }
    .worker-info {
        width: 400px;
        padding: 10px 20px 10px 40px;
        left: -80px
    }
    .worker-thumbs-slider-item {
        height: 65px!important;
        margin: 0 auto
    }
    .worker-thumbs-slider-item p {
        height: 65px!important;
        width: 65px!important
    }
    .worker-thumbs-slider-wrap {
        width: 340px
    }
    .worker-thumbs-slider {
        max-width: 240px
    }
    .worker-slider-left img {
        margin-top: auto
    }
    .eighth-screen .container {
        padding-top: 70px;
        padding-bottom: 45px
    }
    .eighth-screen .titles {
        font-size: 35px;
        text-align: center;
        margin-bottom: 35px
    }
    .eighth-screen-list {
        margin-top: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .eighth-screen-list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 48%;
        -ms-flex: 1 48%;
        flex: 1 48%
    }
    .nine-screen .container {
        padding-top: 50px;
        padding-bottom: 45px
    }
    .school-img {
        width: 80%;
        margin: 0 auto;
        -webkit-box-shadow: 0 0 30px 5px rgba(70, 74, 77, .5);
        box-shadow: 0 0 30px 5px rgba(70, 74, 77, .5)
    }
    .school-tab-right {
        margin-top: 40px
    }
    .school-tab-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -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
    }
    .school-tab-list li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .school-tab-list li span {
        margin: 0
    }
    .school-tab-list p {
        font-size: 15px;
        margin-top: 15px;
        text-align: center
    }
    .ten-screen {
        background: #441800 url(../img/backgrounds/then-screen-bg-tablet.jpg) no-repeat center center/cover
    }
    .ten-screen .container {
        padding-top: 50px;
        padding-bottom: 60px
    }
    .ten-screen .titles {
        font-size: 40px;
        margin-bottom: 20px
    }
    .ten-screen-form {
        max-width: 540px;
        margin: 40px auto 0 auto
    }
    .ten-screen-form .form-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .ten-screen-form .fs-calc-form-field-block {
        padding: 0 30px 20px 30px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 50%;
        -ms-flex: 1 50%;
        flex: 1 50%;
        margin-bottom: 20px
    }
    .ten-screen-form .fs-calc-form-field-block:nth-child(3),
    .ten-screen-form .fs-calc-form-field-block:nth-child(4) {
        margin-bottom: 20px
    }
    .ten-screen-form .fs-calc-form-block-title {
        font-size: 18px
    }
    .eleventh-screen .container {
        padding-top: 70px;
        padding-bottom: 45px
    }
    .eleventh-screen-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .eleventh-screen-left-video-wrap {
        margin: 0;
        height: auto
    }
    .eleventh-screen-left-video-wrap p {
        font-size: 14px;
        top: 60%
    }
    .eleventh-screen-left-video-wrap .play::after {
        content: '';
        display: block;
        height: 38px;
        width: 38px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        top: 50%;
        margin-top: -19px;
        margin-left: -19px;
        left: 50%
    }
    .eleventh-screen-left-video-wrap .play::before {
        content: '';
        display: block;
        border-style: solid;
        border-width: 8.5px 0 8.5px 15px;
        border-color: transparent transparent transparent #002f75;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        left: 50%;
        margin-left: -5px;
        z-index: 50;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    .eleventh-screen-right {
        margin-top: 50px
    }
    .eleventh-screen-right-img {
        margin-left: 50px
    }
    .twelfth-screen {
        background: #f5f5f5
    }
    .twelfth-screen .container {
        padding-top: 0;
        padding-bottom: 0
    }
    .twelfth-screen-block {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .twelfth-screen-block-top {
        padding: 35px 0
    }
    .triangle-with-shadow {
        display: none
    }
    .twelfth-screen-block-text {
        max-width: 210px;
        font-size: 14px
    }
    .twelfth-screen-block-form {
        padding: 35px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .twelfth-screen-block-form .site-btn {
        margin: 0 10px
    }
    .twelfth-screen-block::after {
        display: none
    }
    .thirteenth-screen {
        background: #28120b url(../img/backgrounds/thirteenth-screen-bg-tablet.png) no-repeat center center/cover
    }
    .thirteenth-screen .container {
        padding-top: 45px;
        padding-bottom: 50px
    }
    .thirteenth-screen-title-wrap h2 {
        font-size: 70px;
        line-height: 70px
    }
    .thirteenth-screen-title-wrap p {
        font-size: 40px
    }
    .thirteenth-screen-subtitle {
        font-size: 32px;
        margin-top: 15px;
        text-align: center
    }
    .thirteenth-screen-block {
        margin-bottom: 25px
    }
    .thirteenth-screen-block-title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .thirteenth-screen-block-title span {
        margin: 0 20px 0 0
    }
    .thirteenth-screen-sponsors {
        margin-top: 25px
    }
    .fourteenth-screen {
        background: #fff url(../img/backgrounds/fourteenth-screen-bg-tablet.png) no-repeat center center/cover
    }
    .fourteenth-screen .container {
        padding-top: 60px;
        padding-bottom: 70px
    }
    .fourteenth-screen .titles {
        font-size: 35px
    }
    .fourteenth-screen-block {
        max-width: 550px;
        margin: 0 auto
    }
    .fifteenth-screen .titles {
        font-size: 40px
    }
    .fifteenth-screen-block {
        max-width: 250px;
        margin: 0 auto 50px auto
    }
    .fifteenth-screen-block:nth-child(3),
    .fifteenth-screen-block:nth-child(4) {
        margin-bottom: 0
    }
    .sixteenth-screen {
        background: #fff
    }
    .sixteenth-screen .titles {
        text-align: center
    }
    .sixteenth-screen .container {
        padding-bottom: 20px
    }
    .sixteenth-screen-img {
        margin: 0 auto 60px auto;
        -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .2);
        box-shadow: 0 0 30px 5px rgba(0, 0, 0, .2)
    }
    .seventeenth-screen .container {
        padding-top: 50px;
        padding-bottom: 70px
    }
    .seventeenth-screen .titles {
        font-size: 32px;
        margin-bottom: 20px
    }
    .seventeenth-screen-subtitle {
        margin-bottom: 50px
    }
    .seventeenth-screen-block {
        margin-bottom: 50px
    }
    .footer {
        background: #f8f6f6 url(../img/backgrounds/footer-bg-tablet.png) no-repeat bottom 165px right/100% 540px
    }
    .footer-top-right-block {
        padding: 40px 0 180px 0
    }
    .footer-top-right-block .titles {
        text-align: left
    }
    .footer-top-right-block .footer-sub-title {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .footer-calc-form {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .footer-bottom {
        padding: 20px 0
    }
    .footer-bottom-content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .success-left-name {
        font-size: 18px
    }
    .success-left-position {
        font-size: 14px
    }
    .success-right-block {
        padding: 20px
    }
    .success-right-block p {
        font-size: 16px;
        margin-bottom: 10px
    }
    .fourteenth-screen-block.good .fourteenth-screen-block-top {
        height: auto;
        padding: 20px 30px
    }
    .fourteenth-screen-block.good .fourteenth-screen-block-top::after {
        bottom: 100%;
        left: 140px;
        top: auto;
        border: none;
        border-style: solid;
        border-width: 0 15px 17px 15px;
        border-color: transparent transparent #fc981c transparent
    }
    .fourteenth-screen-block.bad .fourteenth-screen-block-top {
        height: auto;
        padding: 20px 30px
    }
    .fourteenth-screen-block.bad .fourteenth-screen-block-top::after {
        bottom: 100%;
        left: auto;
        right: 130px;
        top: auto;
        border: none;
        border-style: solid;
        border-width: 0 15px 17px 15px;
        border-color: transparent transparent #a7a7a7 transparent
    }
    .fourteenth-screen-block-top-right {
        max-width: 100%;
        margin: 0
    }
    .fourteenth-screen-block {
        display: none;
        margin: 0 auto
    }
    .fourteenth-screen-block.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .cat-modal .modal-dialog {
        max-width: 700px
    }
    .cat-modal .modal-middle-block {
        padding: 20px
    }
    .cat-modal .modal-right-block {
        padding: 20px
    }
    .cat-modal .modal-left-block::before {
        width: 220px;
        height: 220px
    }
    .calculate-modal .modal-dialog {
        max-width: 700px
    }
    .calculate-modal .modal-middle-block {
        padding: 20px
    }
    .calculate-modal .fs-calc-form-block.totals {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 1px dashed #fc981c
    }
    .calculate-modal .fs-calc-form-total-wrap {
        margin-bottom: 10px
    }
    .calculate-modal .fs-calc-bonus-checkbox-label {
        font-size: 14px
    }
    .calculate-modal .fs-calc-form-total-wrap p {
        font-size: 13px
    }
    .footer-calc-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 25px 0 0 0
    }
    .footer-calc-top .fc-totals-wrapper {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 20px 30px 30px 30px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1px dashed #fc981c;
        border-bottom: 1px dashed #fc981c;
        margin-top: 30px
    }
    .footer-calc-form-left,
    .footer-calc-form-right {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 730px
    }
    .download {
        font-size: 15px
    }
    .header .container {
        position: static
    }
    .header.sticky .main-menu {
        background-color: rgba(0, 47, 117, .8)
    }
    .left,
    .right {
        display: none
    }
    .header-content {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .header-contact {
        margin-left: auto
    }
    .main-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, .8)
    }
    .main-menu ul {
        padding: 20px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .main-menu ul a {
        color: #fff
    }
    .first-screen {
        background: #37170a url(../img/backgrounds/bg-desktop-tablet.jpg) no-repeat center center/cover;
        height: 975px
    }
    .first-screen .container {
        margin-top: 180px
    }
    .first-screen-content h1 {
        max-width: 450px;
        margin: 0 auto 45px auto
    }
    .fs-features {
        max-width: 100%;
        margin-bottom: 65px
    }
    .fs-features-block {
        width: 220px
    }
    .fs-calc-form-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0 0 0;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .fs-calc-form-block.totals {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-left: none;
        border-right: none;
        margin-top: 30px
    }
    .fs-calc-form-total-wrap {
        margin: 0 10px 0 0
    }
    .calc-form-total-sum-title {
        font-size: 20px!important
    }
    .fs-calc-form-bottom-title::after,
    .fs-calc-form-bottom-title::before {
        width: 200px
    }
    .fs-calc-form-bottom-title::before {
        right: -230px
    }
    .fs-calc-form-bottom-title::after {
        left: -230px
    }
    .second-screen {
        background: url(../img/backgrounds/section-2-bg.png) no-repeat center center/cover
    }
    .second-screen .container {
        padding-top: 260px;
        padding-bottom: 40px
    }
    .second-screen-block {
        margin-bottom: 20px
    }
    .sc-block-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .sc-block-top-left {
        width: 100%;
        height: 200px;
        margin: 0
    }
    .sc-block-top-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 15px
    }
    .sc-block-price,
    .sc-block-title {
        font-size: 19px
    }
    .sc-block-feature {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%
    }
    .sc-block-feature li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 14px
    }
    .sc-block-bottom {
        margin-top: 10px
    }
    .ts-top {
        padding-top: 45px
    }
    .tarif-tabs {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .tarif-tabs .nav-item {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }
    .tarifs-left-block {
        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;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .tarifs-left-block img {
        width: 100%
    }
    .gift-box {
        width: 165px;
        height: 90px;
        padding-top: 45px;
        margin-top: 15px
    }
    .gift-box p {
        font-size: 10px;
        margin-bottom: 0
    }
    .gift-box b {
        font-size: 16px
    }
    .tarifs-center-block {
        padding: 30px 20px
    }
    .price-accordion li {
        color: #b6a3a3
    }
    .price-accordion {
        margin-top: 45px
    }
    .price-accordion .btn-link {
        color: #fff
    }
    .price-accordion .btn-link span {
        font-size: 14px;
        margin-left: 5px
    }
    .price-accordion .btn-link span::before {
        content: "\f077"
    }
    .price-accordion .btn-link.collapsed span {
        font-size: 14px;
        margin-left: 5px
    }
    .price-accordion .btn-link.collapsed span::before {
        content: "\f078"
    }
    .price-accordion .card-body::after {
        background-color: #583d1b
    }
    .price-accordion .new-price {
        color: #fff
    }
    .ts-content {
        background: #fafafa
    }
    .ts-content::after {
        width: 350px
    }
    .fourth-screen .container {
        padding: 70px 10px 30px 10px
    }
    .fourth-s-block {
        margin-bottom: 45px
    }
    .fourth-s-title {
        max-width: 100%;
        margin-bottom: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .fourth-s-text {
        margin-bottom: 10px;
        margin-left: 60px
    }
    .five-screen-top .titles-with-elem {
        font-size: 30px
    }
    .five-screen-top .titles-with-elem p::after,
    .five-screen-top .titles-with-elem p::before {
        display: none
    }
    .portfolio-nav .slick-track {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .portfolio-nav .portfolio-nav-item {
        width: 12.5%!important
    }
    .portfolio-nav .nav-link {
        max-width: 100%
    }
    .portfolio-item-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .portfolio-item-block-left {
        display: none
    }
    .portfolio-item-block-center {
        margin: 0;
        width: 100%;
        min-height: 400px
    }
    .portfolio-item-img {
        height: 400px
    }
    .portfolio-item-btn-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        text-align: center;
        margin-top: 30px
    }
    .portfolio-item-block-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .portfolio-item-block-right-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .portfolio-item-block-right .tab-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0
    }
    .portfolio-item-tab {
        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
    }
    .portfolio-item-tab .nav-item {
        width: 100%
    }
    .portfolio-item-tab .nav-link {
        text-align: left;
        padding-left: 30px
    }
    .portfolio-item-tab .nav-link.active {
        padding-left: 30px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .six-screen {
        background: #fff url(../img/backgrounds/six-screen-bg.png) no-repeat center left/contain
    }
    .six-screen .container {
        padding-top: 50px;
        padding-bottom: 70px
    }
    .review-slider {
        max-width: 640px
    }
    .review-slider-item {
        width: 145px!important;
        height: 80px
    }
    .seven-screen {
        background: #f1e9e7 url(../img/backgrounds/seven-screen-bg.png) no-repeat center right -500px/cover
    }
    .seven-screen .container {
        padding-top: 50px;
        padding-left: 0;
        margin-left: 0
    }
    .seven-screen .titles {
        font-size: 40px
    }
    .worker-slider-left img {
        max-width: inherit
    }
    .worker-slider-right {
        padding: 0 0 0 20px;
        margin-bottom: 100px
    }
    .worker-info {
        width: 400px;
        padding: 10px 20px 10px 40px;
        left: -80px
    }
    .worker-thumbs-slider-item {
        height: 65px!important;
        margin: 0 auto
    }
    .worker-thumbs-slider-item p {
        height: 65px!important;
        width: 65px!important
    }
    .worker-thumbs-slider-wrap {
        width: 340px
    }
    .worker-thumbs-slider {
        max-width: 240px
    }
    .worker-slider-left img {
        margin-top: auto
    }
    .eighth-screen .container {
        padding-top: 70px;
        padding-bottom: 45px
    }
    .eighth-screen .titles {
        font-size: 35px;
        text-align: center;
        margin-bottom: 35px
    }
    .eighth-screen-list {
        margin-top: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .eighth-screen-list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 48%;
        -ms-flex: 1 48%;
        flex: 1 48%
    }
    .nine-screen .container {
        padding-top: 50px;
        padding-bottom: 45px
    }
    .school-img {
        width: 80%;
        margin: 0 auto;
        -webkit-box-shadow: 0 0 30px 5px rgba(70, 74, 77, .5);
        box-shadow: 0 0 30px 5px rgba(70, 74, 77, .5)
    }
    .school-tab-right {
        margin-top: 40px
    }
    .school-tab-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -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
    }
    .school-tab-list li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .school-tab-list li span {
        margin: 0
    }
    .school-tab-list p {
        font-size: 15px;
        margin-top: 15px;
        text-align: center
    }
    .ten-screen {
        background: #441800 url(../img/backgrounds/then-screen-bg-tablet.jpg) no-repeat center center/cover
    }
    .ten-screen .container {
        padding-top: 50px;
        padding-bottom: 60px
    }
    .ten-screen .titles {
        font-size: 40px;
        margin-bottom: 20px
    }
    .ten-screen-form {
        max-width: 540px;
        margin: 40px auto 0 auto
    }
    .ten-screen-form .form-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .ten-screen-form .fs-calc-form-field-block {
        padding: 0 30px 20px 30px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 50%;
        -ms-flex: 1 50%;
        flex: 1 50%;
        margin-bottom: 20px
    }
    .ten-screen-form .fs-calc-form-field-block:nth-child(3),
    .ten-screen-form .fs-calc-form-field-block:nth-child(4) {
        margin-bottom: 20px
    }
    .ten-screen-form .fs-calc-form-block-title {
        font-size: 18px
    }
    .eleventh-screen .container {
        padding-top: 70px;
        padding-bottom: 45px
    }
    .eleventh-screen-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .eleventh-screen-left-video-wrap {
        margin: 0;
        height: auto
    }
    .eleventh-screen-left-video-wrap p {
        font-size: 14px;
        top: 60%
    }
    .eleventh-screen-left-video-wrap .play::after {
        content: '';
        display: block;
        height: 38px;
        width: 38px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        top: 50%;
        margin-top: -19px;
        margin-left: -19px;
        left: 50%
    }
    .eleventh-screen-left-video-wrap .play::before {
        content: '';
        display: block;
        border-style: solid;
        border-width: 8.5px 0 8.5px 15px;
        border-color: transparent transparent transparent #002f75;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        left: 50%;
        margin-left: -5px;
        z-index: 50;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    .eleventh-screen-right {
        margin-top: 50px
    }
    .eleventh-screen-right-img {
        margin-left: 50px
    }
    .twelfth-screen {
        background: #f5f5f5
    }
    .twelfth-screen .container {
        padding-top: 0;
        padding-bottom: 0
    }
    .twelfth-screen-block {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .twelfth-screen-block-top {
        padding: 35px 0
    }
    .triangle-with-shadow {
        display: none
    }
    .twelfth-screen-block-text {
        max-width: 210px;
        font-size: 14px
    }
    .twelfth-screen-block-form {
        padding: 35px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .twelfth-screen-block-form .site-btn {
        margin: 0 10px
    }
    .twelfth-screen-block::after {
        display: none
    }
    .thirteenth-screen {
        background: #28120b url(../img/backgrounds/thirteenth-screen-bg-tablet.png) no-repeat center center/cover
    }
    .thirteenth-screen .container {
        padding-top: 45px;
        padding-bottom: 50px
    }
    .thirteenth-screen-title-wrap h2 {
        font-size: 70px;
        line-height: 70px
    }
    .thirteenth-screen-title-wrap p {
        font-size: 40px
    }
    .thirteenth-screen-subtitle {
        font-size: 32px;
        margin-top: 15px;
        text-align: center
    }
    .thirteenth-screen-block {
        margin-bottom: 25px
    }
    .thirteenth-screen-block-title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .thirteenth-screen-block-title span {
        margin: 0 20px 0 0
    }
    .thirteenth-screen-sponsors {
        margin-top: 25px
    }
    .fourteenth-screen {
        background: #fff url(../img/backgrounds/fourteenth-screen-bg-tablet.png) no-repeat center center/cover
    }
    .fourteenth-screen .container {
        padding-top: 60px;
        padding-bottom: 70px
    }
    .fourteenth-screen .titles {
        font-size: 35px
    }
    .fourteenth-screen-block {
        max-width: 550px;
        margin: 0 auto
    }
    .fifteenth-screen .titles {
        font-size: 40px
    }
    .fifteenth-screen-block {
        max-width: 250px;
        margin: 0 auto 50px auto
    }
    .fifteenth-screen-block:nth-child(3),
    .fifteenth-screen-block:nth-child(4) {
        margin-bottom: 0
    }
    .sixteenth-screen {
        background: #fff
    }
    .sixteenth-screen .titles {
        text-align: center
    }
    .sixteenth-screen .container {
        padding-bottom: 20px
    }
    .sixteenth-screen-img {
        margin: 0 auto 60px auto;
        -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .2);
        box-shadow: 0 0 30px 5px rgba(0, 0, 0, .2)
    }
    .seventeenth-screen .container {
        padding-top: 50px;
        padding-bottom: 70px
    }
    .seventeenth-screen .titles {
        font-size: 32px;
        margin-bottom: 20px
    }
    .seventeenth-screen-subtitle {
        margin-bottom: 50px
    }
    .seventeenth-screen-block {
        margin-bottom: 50px
    }
    .footer {
        background: #f8f6f6 url(../img/backgrounds/footer-bg-tablet.png) no-repeat bottom 165px right/100% 540px
    }
    .footer-top-right-block {
        padding: 40px 0 180px 0
    }
    .footer-top-right-block .titles {
        text-align: left
    }
    .footer-top-right-block .footer-sub-title {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .footer-calc-form {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .footer-bottom {
        padding: 20px 0
    }
    .footer-bottom-content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .success-left-name {
        font-size: 18px
    }
    .success-left-position {
        font-size: 14px
    }
    .success-right-block {
        padding: 20px
    }
    .success-right-block p {
        font-size: 16px;
        margin-bottom: 10px
    }
    .fourteenth-screen-block.good .fourteenth-screen-block-top {
        height: auto;
        padding: 20px 30px
    }
    .fourteenth-screen-block.good .fourteenth-screen-block-top::after {
        bottom: 100%;
        left: 140px;
        top: auto;
        border: none;
        border-style: solid;
        border-width: 0 15px 17px 15px;
        border-color: transparent transparent #fc981c transparent
    }
    .fourteenth-screen-block.bad .fourteenth-screen-block-top {
        height: auto;
        padding: 20px 30px
    }
    .fourteenth-screen-block.bad .fourteenth-screen-block-top::after {
        bottom: 100%;
        left: auto;
        right: 130px;
        top: auto;
        border: none;
        border-style: solid;
        border-width: 0 15px 17px 15px;
        border-color: transparent transparent #a7a7a7 transparent
    }
    .fourteenth-screen-block-top-right {
        max-width: 100%;
        margin: 0
    }
    .fourteenth-screen-block {
        display: none;
        margin: 0 auto
    }
    .fourteenth-screen-block.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .cat-modal .modal-dialog {
        max-width: 700px
    }
    .cat-modal .modal-middle-block {
        padding: 20px
    }
    .cat-modal .modal-right-block {
        padding: 20px
    }
    .cat-modal .modal-left-block::before {
        width: 220px;
        height: 220px
    }
    .calculate-modal .modal-dialog {
        max-width: 700px
    }
    .calculate-modal .modal-middle-block {
        padding: 20px
    }
    .calculate-modal .fs-calc-form-block.totals {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 1px dashed #fc981c
    }
    .calculate-modal .fs-calc-form-total-wrap {
        margin-bottom: 10px
    }
    .calculate-modal .fs-calc-bonus-checkbox-label {
        font-size: 14px
    }
    .calculate-modal .fs-calc-form-total-wrap p {
        font-size: 13px
    }
    .footer-calc-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 25px 0 0 0
    }
    .footer-calc-top .fc-totals-wrapper {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 20px 30px 30px 30px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1px dashed #fc981c;
        border-bottom: 1px dashed #fc981c;
        margin-top: 30px
    }
    .footer-calc-form-left,
    .footer-calc-form-right {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        overflow-x: hidden
    }
    .header .container {
        position: static;
        padding: 0 10px
    }
    .header.sticky {
        background-color: #fff
    }
    .header.sticky .main-menu {
        background-color: rgba(0, 47, 117, .8)
    }
    .header.sticky .header-content {
        height: auto;
        padding: 10px 0
    }
    .left,
    .right {
        display: none
    }
    .logo img {
        width: 130px;
        height: auto
    }
    .header-content {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: auto;
        padding: 10px 0
    }
    .call-btn-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin-left: auto;
        margin-right: 20px
    }
    .call-btn-wrap p {
        font-size: 10px;
        color: #002f75;
        margin-top: 4px
    }
    .call-btn {
        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: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 30px;
        width: 30px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #002f75;
        color: #fff;
        font-size: 16px
    }
    .call-btn:hover {
        text-decoration: none;
        color: #fff
    }
    .hamburger .bar {
        background-color: #002f75
    }
    .burger {
        margin-left: 0
    }
    .burger p {
        color: #002f75
    }
    .main-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, .8)
    }
    .main-menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .main-menu ul a {
        color: #fff;
        padding: 10px 0
    }
    .main-menu ul .calc-link {
        margin-top: 10px
    }
    .first-screen {
        background: #fff;
        height: auto
    }
    .first-screen::after {
        display: none
    }
    .first-screen .container {
        margin-top: 90px
    }
    .first-screen-content h1 {
        max-width: 290px;
        font-size: 33px;
        color: #002f75;
        margin-bottom: 20px;
        margin: 0 auto 45px auto
    }
    .first-screen-content h1 span {
        font-size: 33px
    }
    .fs-features {
        display: none
    }
    .fs-calc-form-top {
        margin: 0;
        padding: 10px 10px 30px 10px;
        background-color: #e6e6e6;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .fs-calc-form-radio-label {
        font-size: 15px
    }
    .fs-calculate-form {
        max-width: 100%
    }
    .fs-calc-form-field-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .fs-calc-form-block-title {
        width: 100%
    }
    .fs-calc-form-field-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 50%;
        -ms-flex: 1 50%;
        flex: 1 50%
    }
    .fs-calc-form-field-block.room-count {
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .fs-calc-form-area-wrap {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .fs-calc-form-area-wrap .range-result {
        margin-left: 15px
    }
    .fs-calc-form-block.totals {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: none;
        padding: 0
    }
    .fs-calc-form-total-wrap {
        width: 45%
    }
    .fs-calc-form-total-wrap p .icon-hourglass,
    .fs-calc-form-total-wrap p .icon-wallet {
        display: none
    }
    .custom-range-bg {
        background-color: #fff;
        height: 10px
    }
    .custom-range-line {
        height: 10px
    }
    .fs-calc-form-bottom {
        padding: 20px 10px
    }
    .fs-calc-form-total-wrap p i {
        margin-left: 5px
    }
    .fs-calc-bonus-check-wrap {
        height: 12px;
        width: 12px;
        margin-right: 5px
    }
    .fs-calc-bonus-check-wrap span {
        display: none;
        font-size: 12px;
        color: #fff;
        position: absolute;
        top: -3px;
        left: 0
    }
    .fs-calc-form-bottom-title::after,
    .fs-calc-form-bottom-title::before {
        display: none
    }
    .fs-calc-bonus-wrap {
        margin: 20px 0;
        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: 100%
    }
    .fs-calc-bonus {
        height: 30px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 48%;
        -ms-flex: 1 48%;
        flex: 1 48%;
        margin: 0 1%;
        padding: 0 5px
    }
    .fs-calc-bonus-checkbox-label {
        font-size: 12px
    }
    .fs-calc-form-total-wrap.total-sums-text {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 15px 0
    }
    .fs-calc-form-total-wrap p {
        font-size: 12px
    }
    .second-screen {
        background: #f0f0f0
    }
    .second-screen .titles {
        font-size: 28px
    }
    .second-screen .container {
        padding-top: 35px;
        padding-bottom: 15px
    }
    .second-screen-block {
        padding: 15px 10px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
        margin-bottom: 15px
    }
    .sc-block-price,
    .sc-block-title {
        font-size: 15px
    }
    .sc-block-feature {
        margin-top: 5px
    }
    .sc-block-feature li {
        font-size: 12px;
        margin: 3px 0
    }
    .sc-block-feature li span {
        font-size: 14px;
        margin-right: 5px
    }
    .sc-block-top-left {
        width: 130px;
        height: 74px;
        margin-right: 10px
    }
    .ts-top {
        padding: 0
    }
    .ts-top .titles {
        display: none
    }
    .tarif-tabs {
        display: none
    }
    .ts-content {
        padding: 20px 10px;
        background-color: #fff
    }
    .ts-content::after {
        display: none
    }
    .tarifs-center-block-item p,
    .tarifs-center-block-title {
        display: none
    }
    .mobile-hidden {
        display: none
    }
    .mobile-hidden-tarif-show {
        font-size: 18px;
        color: #fc981c;
        font-weight: 700;
        position: relative;
        margin-bottom: 15px
    }
    .mobile-hidden-tarif-show span {
        font-size: 14px;
        color: #b1b1b1
    }
    .mobile-hidden-tarif-show::after {
        content: '';
        display: block;
        width: 270px;
        height: 1px;
        border-bottom: 1px dashed #fc981c;
        position: absolute;
        top: 100%
    }
    .mobile-hidden-tarif-show:hover {
        color: #fc981c;
        text-decoration: none
    }
    .tarifs-left-block {
        margin: 0;
        padding: 0;
        background-color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        position: relative;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: url(../img/cosm_bg.png) no-repeat center center/cover
    }
    .tarifs-left-block:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    .tarifs-left-block img {
        width: 130px;
        -webkit-box-ordinal-group: 3;
        z-index: 1;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .tarifs-left-block .tarifs-prices-wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        z-index: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .tarifs-left-block .tarifs-prices-wrap .tarifs-prices-wrap-title {
        font-size: 16px;
        margin-bottom: 12px;
        color: #fff
    }
    .tarifs-left-block .tarifs-prices-wrap .old-price {
        font-size: 16px
    }
    .tarifs-left-block .tarifs-prices-wrap .new-price {
        font-size: 16px;
        color: #fc981c
    }
    .tarifs-center-block {
        padding: 20px 0 0 0
    }
    .ts-content {
        background: #fafafa
    }
    .ts-content::after {
        width: 350px
    }
    .price-accordion .card {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 20px 15px;
        margin-bottom: 10px
    }
    .price-accordion .tarifs-prices-wrap {
        margin: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .price-accordion .btn-link {
        text-decoration: underline
    }
    .price-accordion .card-body::after {
        display: none
    }
    .tarifs-right-block {
        padding: 0
    }
    .tarifs-right-block .site-btn {
        width: 250px;
        margin: 20px auto 0 auto
    }
    .fourth-screen .container {
        padding: 40px 10px 30px 10px
    }
    .fourth-screen .titles {
        font-size: 28px;
        text-align: left;
        margin-bottom: 35px
    }
    .fourth-s-block {
        margin-bottom: 30px
    }
    .fourth-s-title {
        max-width: 100%;
        margin-bottom: 10px
    }
    .fourth-s-text {
        margin-bottom: 10px
    }
    .five-screen {
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
        padding-bottom: 10px
    }
    .five-screen-top {
        background-color: #f5f5f5
    }
    .five-screen-top .titles-with-elem {
        font-size: 28px;
        margin-bottom: 20px
    }
    .five-screen-top .titles-with-elem p::after,
    .five-screen-top .titles-with-elem p::before {
        display: none
    }
    .five-screen-top .container {
        padding-top: 35px
    }
    .portfolio-main-filter .nav-link {
        background-color: #ededed;
        padding: 10px 5px;
        font-size: 10px
    }
    .portfolio-nav .slick-track {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .portfolio-nav .portfolio-nav-item {
        width: 12%!important
    }
    .portfolio-nav .nav-link {
        max-width: 100%;
        font-size: 12px;
        padding: 10px 5px;
        border-bottom: 1px solid #ededed
    }
    .portfolio-item-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .portfolio-item-block-right {
        padding: 25px 10px 20px 10px
    }
    .portfolio-item-block-left {
        display: none
    }
    .portfolio-item-block-center {
        margin: 0;
        width: 100%;
        min-height: 230px
    }
    .portfolio-item-img {
        height: auto;
        width: 100%
    }
    .portfolio-item-btn-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        text-align: center;
        margin-top: 30px
    }
    .six-screen {
        background: #f5f5f5
    }
    .six-screen .container {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .six-screen .titles {
        display: none
    }
    .review-slider-wrap {
        padding: 0 10px
    }
    .review-slider {
        max-width: 100%;
        -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
    }
    .review-slider-item {
        width: 48%!important;
        height: 80px;
        margin-bottom: 17px
    }
    .seven-screen {
        background: #fff
    }
    .seven-screen .container {
        padding-top: 10px
    }
    .seven-screen .titles {
        font-size: 28px;
        margin-bottom: 15px
    }
    .worker-slider-wrap {
        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;
        position: relative;
        padding: 10px 10px 20px 10px
    }
    .worker-slider-controls {
        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;
        -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;
        position: relative
    }
    .worker-slider-dots {
        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: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .worker-slider-dots .slick-dots {
        bottom: auto;
        top: 0
    }
    .worker-slider-dots .slick-dots li button {
        height: 10px;
        width: 10px;
        border: 1px solid #fc981c;
        background-color: transparent;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }
    .worker-slider-dots .slick-dots li button::before {
        display: none
    }
    .worker-slider-dots .slick-dots li.slick-active button {
        background-color: #fc981c
    }
    .worker-slider-arrows {
        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: 100%
    }
    .worker-slider-arrows .slide-next,
    .worker-slider-arrows .slide-prev {
        height: 30px;
        width: 30px;
        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: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: transparent;
        color: #fc981c;
        font-size: 20px;
        border: none;
        outline: 0;
        cursor: pointer;
        margin: 0 15px;
        z-index: 150
    }
    .worker-slider-arrows .slide-prev span {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .worker-slider-item {
        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
    }
    .worker-slider-item-top {
        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;
        padding: 15px 0;
        border-bottom: 1px solid #e6e6e6
    }
    .worker-slider-item-top-left {
        width: 90px;
        margin-right: 10px
    }
    .worker-slider-img-wrap {
        width: 90px;
        height: 90px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #fc981c;
        overflow: hidden
    }
    .worker-slider-item-top-right {
        width: 80%
    }
    .worker-name {
        font-size: 16px;
        margin-bottom: 5px
    }
    .worker-name span {
        color: #002f75
    }
    .worker-info-text.client-reviw {
        font-size: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .worker-info-text.client-reviw b {
        margin-top: 5px
    }
    .worker-info-text.client-reviw span {
        font-size: 20px;
        margin: 0 5px 0 0
    }
    .worker-info-text {
        margin-bottom: 5px
    }
    .worker-slider-item-bottom {
        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;
        padding: 15px 0
    }
    .eighth-screen .container {
        padding-top: 45px;
        padding-bottom: 20px
    }
    .eighth-screen .titles {
        font-size: 16px;
        text-align: center;
        margin-bottom: 25px
    }
    .eighth-screen-list {
        margin-top: 20px;
        padding: 0 10px;
        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;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .iphone-img {
        max-width: 200px
    }
    .nine-screen {
        background: #f5f5f5
    }
    .nine-screen .container {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .nine-screen .titles {
        font-size: 28px;
        margin-bottom: 20px
    }
    .school-select {
        width: 90%;
        margin: 0 auto;
        border: 2px solid #fc981c;
        background: transparent url(../img/icons/chevron-down.png) no-repeat center right 15px/10px 5px;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        padding: 5px 10px;
        height: 40px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none
    }
    .school-tab-content {
        margin-top: 30px
    }
    .school-img {
        width: 100%;
        margin: 0 auto;
        -webkit-box-shadow: 0 0 30px 5px rgba(70, 74, 77, .5);
        box-shadow: 0 0 30px 5px rgba(70, 74, 77, .5)
    }
    .school-tab-right {
        margin-top: 30px
    }
    .school-tab-title {
        font-size: 18px
    }
    .ten-screen {
        background: #441800 url(../img/backgrounds/then-screen-bg-mobile.jpg) no-repeat center center/cover
    }
    .ten-screen .container {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .ten-screen .titles {
        font-size: 20px;
        margin-bottom: 10px
    }
    .ten-screen .ten-screen-sub-title {
        font-size: 14px
    }
    .ten-screen-form {
        max-width: 300px;
        margin: 30px auto 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .ten-screen-form .form-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px
    }
    .ten-screen-form .fs-calc-form-field-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        padding-bottom: 20px;
        border-right: 0;
        border-bottom: 2px solid #f5f5f5;
        margin-bottom: 20px
    }
    .ten-screen-form .fs-calc-form-field-block:nth-child(3),
    .ten-screen-form .fs-calc-form-field-block:nth-child(4) {
        margin-bottom: 20px
    }
    .ten-screen-form .fs-calc-form-field-block h1 {
        bottom: 0;
        right: 0
    }
    .ten-screen-form .fs-calc-form-block-title {
        font-size: 18px
    }
    .eleventh-screen {
        background: #f5f5f5
    }
    .eleventh-screen .container {
        padding-top: 30px;
        padding-bottom: 45px
    }
    .eleventh-screen .titles {
        font-size: 18px;
        text-align: center
    }
    .eleventh-screen-left {
        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
    }
    .eleventh-screen-left-top {
        padding: 12px 10px
    }
    .eleventh-screen-left-top img {
        width: 62px
    }
    .eleventh-screen-left-top-title {
        font-size: 16px
    }
    .eleventh-screen-left-bottom {
        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
    }
    .eleventh-screen-left-bottom-texts {
        padding: 20px 20px
    }
    .eleventh-screen-left-video-wrap {
        margin: 0;
        height: 100px;
        width: 100%
    }
    .eleventh-screen-left-video-wrap p {
        font-size: 14px;
        top: 75%;
        width: 100%
    }
    .eleventh-screen-left-video-wrap .play::after {
        content: '';
        display: block;
        height: 38px;
        width: 38px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        top: 40%;
        margin-top: -19px;
        margin-left: -19px;
        left: 50%
    }
    .eleventh-screen-left-video-wrap .play::before {
        content: '';
        display: block;
        border-style: solid;
        border-width: 8.5px 0 8.5px 15px;
        border-color: transparent transparent transparent #002f75;
        position: absolute;
        top: 40%;
        margin-top: -8px;
        left: 50%;
        margin-left: -5px;
        z-index: 50;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    .eleventh-screen-right-title {
        font-size: 18px;
        text-align: center
    }
    .eleventh-screen-right {
        margin-top: 30px;
        margin: 30px 10px 0 10px
    }
    .eleventh-screen-slider-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .device-feature-title,
    .device-name {
        margin-bottom: 5px
    }
    .eleventh-screen-sub-slider-item img {
        width: 150%;
        height: auto
    }
    .eleventh-screen-sub-slider-item::after {
        width: 60px;
        height: 22px;
        margin-left: -30px;
        top: 85px
    }
    .eleventh-screen-sub-slider-item:nth-child(3) img {
        width: 90px
    }
    .calc-form-total-sum span {
        margin: 0;
        width: 120px
    }
    .twelfth-screen {
        background: #f5f5f5
    }
    .twelfth-screen .container {
        padding-top: 0;
        padding-bottom: 0
    }
    .twelfth-screen .titles {
        font-size: 18px
    }
    .twelfth-screen-block {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .twelfth-screen-block-top {
        padding: 35px 10px;
        background-color: #fff
    }
    .triangle-with-shadow {
        display: none
    }
    .twelfth-screen-text-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .twelfth-screen-block-text {
        max-width: 100%;
        font-size: 14px;
        margin-bottom: 20px
    }
    .twelfth-screen-block-form {
        padding: 30px 30px 20px 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .twelfth-screen-block-form .site-btn {
        margin: 0;
        width: 100%
    }
    .twelfth-screen-block::after {
        display: none
    }
    .twelfth-screen-block-form-field {
        width: 100%;
        margin: 0;
        margin-bottom: 15px
    }
    .thirteenth-screen {
        background: #28120b url(../img/backgrounds/thirteenth-screen-bg-mobile.png) no-repeat center center/cover
    }
    .thirteenth-screen .container {
        padding-top: 40px;
        padding-bottom: 50px
    }
    .thirteenth-screen-title-wrap {
        padding: 0 10px
    }
    .thirteenth-screen-title-wrap h2 {
        font-size: 40px;
        line-height: 40px
    }
    .thirteenth-screen-title-wrap p {
        font-size: 15px;
        line-height: 15px
    }
    .thirteenth-screen-subtitle {
        font-size: 14px;
        margin-top: 15px;
        text-align: center;
        margin-bottom: 30px
    }
    .thirteenth-screen-block {
        margin-bottom: 30px;
        padding: 0 10px
    }
    .thirteenth-screen-block-title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .thirteenth-screen-block-title span {
        margin: 0 20px 0 0
    }
    .thirteenth-screen-sponsors {
        display: none
    }
    .fourteenth-screen {
        background: #f5f5f5
    }
    .fourteenth-screen .container {
        padding-top: 40px;
        padding-bottom: 35px
    }
    .fourteenth-screen .titles {
        font-size: 28px;
        margin-bottom: 20px
    }
    .fourteenth-screen-block-img-wrap {
        height: 60px;
        width: 60px
    }
    .fourteenth-screen-block-img-wrap img {
        max-width: 100%
    }
    .swicher-wrapper {
        max-width: 225px
    }
    .fourteenth-screen-block-top-text,
    .fourteenth-screen-block-top-title {
        font-size: 14px
    }
    .fourteenth-screen-block {
        max-width: 550px;
        margin: 0 10px
    }
    .fourteenth-screen-block-middle {
        padding: 12px 10px
    }
    .fourteenth-screen-block-middle-title {
        font-size: 16px;
        margin-bottom: 10px
    }
    .status-bar-bg {
        font-size: 12px
    }
    .fourteenth-screen-block-bottom {
        height: auto
    }
    .fourteenth-screen-block-bottom-block {
        height: auto;
        padding: 20px 10px
    }
    .fourteenth-screen-block-bottom-title {
        font-size: 16px
    }
    .fourteenth-screen-block-bottom-text {
        font-size: 14px
    }
    .fifteenth-screen .container {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .fifteenth-screen .titles {
        font-size: 28px;
        margin-bottom: 30px
    }
    .fifteenth-screen-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 100%;
        position: relative;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .fifteenth-screen-block:nth-child(3),
    .fifteenth-screen-block:nth-child(4) {
        margin-bottom: 0
    }
    .download {
        margin-top: 0
    }
    .fifteenth-screen-img-wrap {
        width: 30%
    }
    .fifteenth-screen-block-texts {
        margin: 0 0 30px 15px;
        width: 65%
    }
    .download a {
        position: absolute;
        bottom: 30px;
        left: 10px
    }
    .sixteenth-screen {
        background: #f5f5f5
    }
    .sixteenth-screen .titles {
        text-align: center;
        font-size: 18px;
        margin-bottom: 20px
    }
    .sixteenth-screen .container {
        padding-top: 30px;
        padding-bottom: 20px
    }
    .sixteenth-screen-img {
        margin: 0 auto 30px auto;
        -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .2);
        box-shadow: 0 0 30px 5px rgba(0, 0, 0, .2)
    }
    .sixteenth-screen-block {
        margin-bottom: 25px;
        padding: 0 10px
    }
    .sixteenth-screen-icon-wrap {
        margin-right: 10px
    }
    .sixteenth-screen-block-title {
        font-size: 16px;
        margin-bottom: 10px
    }
    .sixteenth-screen-block-text {
        font-size: 14px
    }
    .seventeenth-screen {
        background: #fafafa
    }
    .seventeenth-screen .container {
        padding-top: 40px;
        padding-bottom: 35px
    }
    .seventeenth-screen .titles {
        font-size: 18px;
        margin-bottom: 15px
    }
    .seventeenth-screen-subtitle {
        margin-bottom: 40px;
        font-size: 14px
    }
    .seventeenth-screen-block {
        margin-bottom: 35px
    }
    .seventeenth-screen-block p {
        display: none
    }
    .seventeenth-screen-btn-wrap .site-btn {
        height: 40px;
        padding: 5px 35px
    }
    .footer {
        background: #fff url(../img/backgrounds/footer-bg-mobile.png) no-repeat bottom 125px right/contain
    }
    .footer-top-right-block {
        padding: 40px 0 180px 0
    }
    .footer-top-right-block .titles {
        text-align: center;
        font-size: 25px
    }
    .footer-top-right-block .footer-sub-title {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px
    }
    .footer-contact-block-text {
        font-size: 13px;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .show-to-map {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 5px
    }
    .footer-contact-block {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px
    }
    .footer-contact-block span {
        font-size: 20px
    }
    .footer-contact-block-phone {
        font-size: 14px;
        margin: 0
    }
    .footer-contact-block-email {
        font-size: 14px;
        color: #4155bb
    }
    .footer-contact-block-email::after {
        width: 100%
    }
    .footer-calc-form {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
    }
    .footer-calc-form .footer-calc-top {
        padding: 10px 10px 30px 10px;
        background-color: #e6e6e6;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-calc-form .footer-calc-form-right {
        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-calc-form .fs-calc-form-field-block.room-count {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin: 0
    }
    .footer-calc-form .fs-calc-form-total-wrap.total-sums-text {
        margin: 0 auto 15px auto
    }
    .footer-calc-form .fs-calc-form-area-wrap {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .footer-calc-form .fs-calc-bonus {
        height: 30px
    }
    .footer-calc-form .fc-totals-wrapper {
        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;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .footer-calc-form .footer-calc-bottom {
        padding: 15px 10px
    }
    .footer-bottom {
        padding: 10px 10px
    }
    .footer-bottom-content {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .footer-copy-block {
        padding: 0;
        margin-left: 0;
        border: none;
        max-width: 185px
    }
    .footer-copy-block::before {
        display: none
    }
    .footer-bottom-link,
    .footer-copy,
    .footer-right-text {
        font-size: 12px;
        line-height: 12px
    }
    .footer .logo {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .footer .logo img {
        width: 60px;
        height: 60px
    }
    .success-left-name {
        font-size: 18px
    }
    .success-left-position {
        font-size: 14px
    }
    .success-right-block {
        padding: 20px
    }
    .success-right-block p {
        font-size: 16px;
        margin-bottom: 10px
    }
    .fourteenth-screen-block.good .fourteenth-screen-block-top {
        height: auto;
        padding: 15px 12px
    }
    .fourteenth-screen-block.good .fourteenth-screen-block-top::after {
        bottom: 100%;
        left: 60px;
        top: auto;
        border: none;
        border-style: solid;
        border-width: 0 12px 15px 12px;
        border-color: transparent transparent #fc981c transparent
    }
    .fourteenth-screen-block.bad .fourteenth-screen-block-top {
        height: auto;
        padding: 20px 30px
    }
    .fourteenth-screen-block.bad .fourteenth-screen-block-top::after {
        bottom: 100%;
        left: auto;
        right: 60px;
        top: auto;
        border: none;
        border-style: solid;
        border-width: 0 12px 15px 12px;
        border-color: transparent transparent #a7a7a7 transparent
    }
    .fourteenth-screen-block-top-right {
        max-width: 100%;
        margin: 0
    }
    .fourteenth-screen-block {
        display: none
    }
    .fourteenth-screen-block.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .calculate-modal .modal-dialog {
        max-width: 100%
    }
    .calculate-modal .modal-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .calculate-modal .fs-calc-form-block.totals {
        padding: 10px 0 0 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .calculate-modal .fs-calc-form-block.totals .fs-calc-form-total-wrap {
        width: 48%;
        margin-bottom: 15px
    }
    .calculate-modal .fs-calc-form-total-wrap {
        width: 100%
    }
    .calculate-modal .modal-middle-block {
        padding: 20px 10px 0 10px;
        width: 100%;
        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;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .calculate-modal .rem-date,
    .calculate-modal .rem-discount {
        font-size: 10px!important
    }
    .calculate-modal .fs-calc-bonus-wrap {
        width: 100%;
        margin: 10px 0
    }
    .calculate-modal .fs-calc-bonus {
        height: 30px;
        width: 48%;
        padding: 0 5px
    }
    .calculate-modal .fs-calc-bonus-checkbox-label {
        font-size: 9px
    }
    .calculate-modal .modal-right-block-title {
        font-size: 16px!important
    }
    .calculate-modal .modal-right-block {
        padding: 15px 10px;
        width: 100%;
        background-color: #002f75
    }
    .calculate-modal .modal-form p {
        display: none
    }
    .callback-modal .modal-dialog {
        max-width: 100%
    }
    .callback-modal .modal-left-block {
        display: none
    }
    .callback-modal .modal-body {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .callback-modal .modal-right-block {
        width: 100%
    }
    .video-modal .modal-dialog {
        max-width: 100%
    }
    .video-modal .modal-body {
        height: 180px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .cat-modal {
        display: none!important
    }
    .seventeenth-screen-img {
        max-width: 120px;
        margin-bottom: 20px
    }
    .ready {
        width: 100%!important
    }
    .calculate-modal .close,
    .callback-modal .close,
    .cat-modal .close {
        top: 0;
        right: 5px!important;
        z-index: 50
    }
    .success-page {
        padding: 50px 0
    }
    .success-left-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .success-left-block img {
        width: 140px
    }
    .success-left-info-block {
        padding: 5px
    }
    .success-right-block {
        padding: 15px;
        margin: 10px
    }
}

@media only screen and (max-width:575px) {
    .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        overflow-x: hidden
    }
    .header .container {
        position: static;
        padding: 0 10px
    }
    .header.sticky {
        background-color: #fff
    }
    .header.sticky .main-menu {
        background-color: rgba(0, 47, 117, .8)
    }
    .header.sticky .header-content {
        height: auto;
        padding: 10px 0
    }
    .left,
    .right {
        display: none
    }
    .logo img {
        width: 130px;
        height: auto
    }
    .header-content {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: auto;
        padding: 10px 0
    }
    .call-btn-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin-left: auto;
        margin-right: 20px
    }
    .call-btn-wrap p {
        font-size: 10px;
        color: #002f75;
        margin-top: 4px
    }
    .call-btn {
        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: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 28px;
        width: 28px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #002f75;
        color: #fff;
        font-size: 16px
    }
    .call-btn:hover {
        text-decoration: none;
        color: #fff
    }
    .hamburger .bar {
        background-color: #002f75
    }
    .burger {
        margin-left: 0
    }
    .burger p {
        color: #002f75
    }
    .main-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, .8)
    }
    .main-menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .main-menu ul a {
        color: #fff;
        padding: 10px 0
    }
    .main-menu ul .calc-link {
        margin-top: 10px
    }
    .first-screen {
        background: #fff;
        height: auto
    }
    .first-screen::after {
        display: none
    }
    .first-screen .container {
        margin-top: 90px
    }
    .first-screen-content h1 {
        max-width: 290px;
        font-size: 33px;
        color: #002f75;
        margin-bottom: 20px;
        margin: 0 auto 45px auto
    }
    .first-screen-content h1 span {
        font-size: 33px
    }
    .fs-features {
        display: none
    }
    .fs-calc-form-top {
        margin: 0;
        padding: 10px 10px 30px 10px;
        background-color: #e6e6e6;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .fs-calc-form-radio-label {
        font-size: 15px
    }
    .fs-calculate-form {
        max-width: 100%
    }
    .fs-calc-form-field-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .fs-calc-form-block-title {
        width: 100%
    }
    .fs-calc-form-field-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 50%;
        -ms-flex: 1 50%;
        flex: 1 50%
    }
    .fs-calc-form-field-block.room-count {
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .fs-calc-form-area-wrap {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .fs-calc-form-area-wrap .range-result {
        margin-left: 15px
    }
    .fs-calc-form-block.totals {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: none;
        padding: 0
    }
    .fs-calc-form-total-wrap {
        width: 45%
    }
    .fs-calc-form-total-wrap p .icon-hourglass,
    .fs-calc-form-total-wrap p .icon-wallet {
        display: none
    }
    .custom-range-bg {
        background-color: #fff;
        height: 10px
    }
    .custom-range-line {
        height: 10px
    }
    .fs-calc-form-bottom {
        padding: 20px 10px
    }
    .fs-calc-form-total-wrap p i {
        margin-left: 5px
    }
    .fs-calc-bonus-check-wrap {
        height: 14px;
        width: 14px;
        margin-right: 5px
    }
    .fs-calc-bonus-check-wrap span {
        display: none;
        font-size: 12px;
        color: #fff;
        position: absolute;
        top: -3px;
        left: 0
    }
    .fs-calc-form-bottom-title::after,
    .fs-calc-form-bottom-title::before {
        display: none
    }
    .fs-calc-bonus-wrap {
        margin: 20px 0;
        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: 100%
    }
    .fs-calc-bonus {
        height: 30px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 48%;
        -ms-flex: 1 48%;
        flex: 1 48%;
        margin: 0 1%;
        padding: 0 5px
    }
    .fs-calc-bonus-checkbox-label {
        font-size: 8px
    }
    .fs-calc-form-total-wrap.total-sums-text {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 15px 0
    }
    .fs-calc-form-total-wrap p {
        font-size: 12px
    }
    .second-screen {
        background: #f0f0f0
    }
    .second-screen .titles {
        font-size: 28px
    }
    .second-screen .container {
        padding-top: 35px;
        padding-bottom: 15px
    }
    .second-screen-block {
        padding: 15px 10px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
        margin-bottom: 15px
    }
    .sc-block-price,
    .sc-block-title {
        font-size: 15px
    }
    .sc-block-feature {
        margin-top: 5px
    }
    .sc-block-feature li {
        font-size: 12px;
        margin: 3px 0
    }
    .sc-block-feature li span {
        font-size: 14px;
        margin-right: 5px
    }
    .sc-block-top-left {
        width: 130px;
        height: 74px;
        margin-right: 10px
    }
    .ts-top {
        padding: 0
    }
    .ts-top .titles {
        display: none
    }
    .tarif-tabs {
        display: none
    }
    .ts-content {
        padding: 20px 10px;
        background-color: #fff
    }
    .ts-content::after {
        display: none
    }
    .tarifs-center-block-item p,
    .tarifs-center-block-title {
        display: none
    }
    .mobile-hidden {
        display: none
    }
    .mobile-hidden-tarif-show {
        font-size: 18px;
        color: #fc981c;
        font-weight: 700;
        position: relative;
        margin-bottom: 15px
    }
    .mobile-hidden-tarif-show span {
        font-size: 14px;
        color: #b1b1b1
    }
    .mobile-hidden-tarif-show::after {
        content: '';
        display: block;
        width: 270px;
        height: 1px;
        border-bottom: 1px dashed #fc981c;
        position: absolute;
        top: 100%
    }
    .mobile-hidden-tarif-show:hover {
        color: #fc981c;
        text-decoration: none
    }
    .tarifs-left-block {
        margin: 0;
        padding: 0;
        background-color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -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;
        position: relative;
        background: url(../img/cosm_bg.png) no-repeat center center/cover
    }
    .tarifs-left-block:after {
        content: '';
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.5;
    }
    .tarifs-left-block img {
        width: 130px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        z-index: 1;
    }
    .tarifs-left-block .tarifs-prices-wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        z-index: 1;
        order: 1
    }
    .tarifs-left-block .tarifs-prices-wrap .tarifs-prices-wrap-title {
        font-size: 16px;
        margin-bottom: 12px;
        color: #fff
    }
    .tarifs-left-block .tarifs-prices-wrap .old-price {
        font-size: 16px
    }
    .tarifs-left-block .tarifs-prices-wrap .new-price {
        font-size: 16px;
        color: #fc981c
    }
    .tarifs-center-block {
        padding: 20px 0 0 0
    }
    .ts-content {
        background: #fafafa
    }
    .ts-content::after {
        width: 350px
    }
    .price-accordion .card {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 20px 15px;
        margin-bottom: 10px
    }
    .price-accordion .tarifs-prices-wrap {
        margin: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .price-accordion .btn-link {
        text-decoration: underline
    }
    .price-accordion .card-body::after {
        display: none
    }
    .tarifs-right-block {
        padding: 0
    }
    .tarifs-right-block .site-btn {
        width: 250px;
        margin: 20px auto 0 auto
    }
    .fourth-screen .container {
        padding: 40px 10px 30px 10px
    }
    .fourth-screen .titles {
        font-size: 28px;
        text-align: left;
        margin-bottom: 35px
    }
    .fourth-s-block {
        margin-bottom: 30px
    }
    .fourth-s-title {
        max-width: 100%;
        margin-bottom: 10px
    }
    .fourth-s-text {
        margin-bottom: 10px
    }
    .five-screen {
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
        padding-bottom: 10px
    }
    .five-screen-top {
        background-color: #f5f5f5
    }
    .five-screen-top .titles-with-elem {
        font-size: 28px;
        margin-bottom: 20px
    }
    .five-screen-top .titles-with-elem p::after,
    .five-screen-top .titles-with-elem p::before {
        display: none
    }
    .five-screen-top .container {
        padding-top: 35px
    }
    .portfolio-main-filter .nav-link {
        background-color: #ededed;
        padding: 10px 5px;
        font-size: 10px
    }
    .portfolio-nav .slick-track {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .portfolio-nav .portfolio-nav-item {
        width: 12%!important
    }
    .portfolio-nav .nav-link {
        max-width: 100%;
        font-size: 12px;
        padding: 10px 5px;
        border-bottom: 1px solid #ededed
    }
    .portfolio-item-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .portfolio-item-block-right {
        padding: 25px 10px 20px 10px
    }
    .portfolio-item-block-left {
        display: none
    }
    .portfolio-item-block-center {
        margin: 0;
        width: 100%;
        min-height: 230px
    }
    .portfolio-item-img {
        height: auto;
        width: 100%
    }
    .portfolio-item-btn-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        text-align: center;
        margin-top: 30px
    }
    .six-screen {
        background: #f5f5f5
    }
    .six-screen .container {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .six-screen .titles {
        display: none
    }
    .review-slider-wrap {
        padding: 0 10px
    }
    .review-slider {
        max-width: 100%;
        -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
    }
    .review-slider-item {
        width: 48%!important;
        height: 80px;
        margin-bottom: 17px
    }
    .seven-screen {
        background: #fff
    }
    .seven-screen .container {
        padding-top: 10px
    }
    .seven-screen .titles {
        font-size: 28px;
        margin-bottom: 15px
    }
    .worker-slider-wrap {
        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;
        position: relative;
        padding: 10px 10px 20px 10px
    }
    .worker-slider-controls {
        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;
        -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;
        position: relative
    }
    .worker-slider-dots {
        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: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .worker-slider-dots .slick-dots {
        bottom: auto;
        top: 0
    }
    .worker-slider-dots .slick-dots li button {
        height: 10px;
        width: 10px;
        border: 1px solid #fc981c;
        background-color: transparent;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }
    .worker-slider-dots .slick-dots li button::before {
        display: none
    }
    .worker-slider-dots .slick-dots li.slick-active button {
        background-color: #fc981c
    }
    .worker-slider-arrows {
        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: 100%
    }
    .worker-slider-arrows .slide-next,
    .worker-slider-arrows .slide-prev {
        height: 30px;
        width: 30px;
        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: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: transparent;
        color: #fc981c;
        font-size: 20px;
        border: none;
        outline: 0;
        cursor: pointer;
        margin: 0 15px;
        z-index: 150
    }
    .worker-slider-arrows .slide-prev span {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .worker-slider-item {
        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
    }
    .worker-slider-item-top {
        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;
        padding: 15px 0;
        border-bottom: 1px solid #e6e6e6
    }
    .worker-slider-item-top-left {
        width: 90px;
        margin-right: 10px
    }
    .worker-slider-img-wrap {
        width: 90px;
        height: 90px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #fc981c;
        overflow: hidden
    }
    .worker-slider-item-top-right {
        width: 80%
    }
    .worker-name {
        font-size: 16px;
        margin-bottom: 5px
    }
    .worker-name span {
        color: #002f75
    }
    .worker-info-text.client-reviw {
        font-size: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .worker-info-text.client-reviw b {
        margin-top: 5px
    }
    .worker-info-text.client-reviw span {
        font-size: 20px;
        margin: 0 5px 0 0
    }
    .worker-info-text {
        margin-bottom: 5px
    }
    .worker-slider-item-bottom {
        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;
        padding: 15px 0
    }
    .eighth-screen .container {
        padding-top: 45px;
        padding-bottom: 20px
    }
    .eighth-screen .titles {
        font-size: 16px;
        text-align: center;
        margin-bottom: 25px
    }
    .eighth-screen-list {
        margin-top: 20px;
        padding: 0 10px;
        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;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .iphone-img {
        max-width: 200px
    }
    .nine-screen {
        background: #f5f5f5
    }
    .nine-screen .container {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .nine-screen .titles {
        font-size: 28px;
        margin-bottom: 20px
    }
    .school-select {
        width: 90%;
        margin: 0 auto;
        border: 2px solid #fc981c;
        background: transparent url(../img/icons/chevron-down.png) no-repeat center right 15px/10px 5px;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        padding: 5px 10px;
        height: 40px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none
    }
    .school-tab-content {
        margin-top: 30px
    }
    .school-img {
        width: 100%;
        margin: 0 auto;
        -webkit-box-shadow: 0 0 30px 5px rgba(70, 74, 77, .5);
        box-shadow: 0 0 30px 5px rgba(70, 74, 77, .5)
    }
    .school-tab-right {
        margin-top: 30px
    }
    .school-tab-title {
        font-size: 18px
    }
    .ten-screen {
        background: #441800 url(../img/backgrounds/then-screen-bg-mobile.jpg) no-repeat center center/cover
    }
    .ten-screen .container {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .ten-screen .titles {
        font-size: 20px;
        margin-bottom: 10px
    }
    .ten-screen .ten-screen-sub-title {
        font-size: 14px
    }
    .ten-screen-form {
        max-width: 300px;
        margin: 30px auto 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .ten-screen-form .form-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px
    }
    .ten-screen-form .fs-calc-form-field-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        padding-bottom: 20px;
        border-right: 0;
        border-bottom: 2px solid #f5f5f5;
        margin-bottom: 20px
    }
    .ten-screen-form .fs-calc-form-field-block:nth-child(3),
    .ten-screen-form .fs-calc-form-field-block:nth-child(4) {
        margin-bottom: 20px
    }
    .ten-screen-form .fs-calc-form-field-block h1 {
        bottom: 0;
        right: 0
    }
    .ten-screen-form .fs-calc-form-block-title {
        font-size: 18px
    }
    .eleventh-screen {
        background: #f5f5f5
    }
    .eleventh-screen .container {
        padding-top: 30px;
        padding-bottom: 45px
    }
    .eleventh-screen .titles {
        font-size: 18px;
        text-align: center
    }
    .eleventh-screen-left {
        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
    }
    .eleventh-screen-left-top {
        padding: 12px 10px
    }
    .eleventh-screen-left-top img {
        width: 62px
    }
    .eleventh-screen-left-top-title {
        font-size: 16px
    }
    .eleventh-screen-left-bottom {
        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
    }
    .eleventh-screen-left-bottom-texts {
        padding: 20px 20px
    }
    .eleventh-screen-left-video-wrap {
        margin: 0;
        height: 100px;
        width: 100%
    }
    .eleventh-screen-left-video-wrap p {
        font-size: 14px;
        top: 75%;
        width: 100%
    }
    .eleventh-screen-left-video-wrap .play::after {
        content: '';
        display: block;
        height: 38px;
        width: 38px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        top: 40%;
        margin-top: -19px;
        margin-left: -19px;
        left: 50%
    }
    .eleventh-screen-left-video-wrap .play::before {
        content: '';
        display: block;
        border-style: solid;
        border-width: 8.5px 0 8.5px 15px;
        border-color: transparent transparent transparent #002f75;
        position: absolute;
        top: 40%;
        margin-top: -8px;
        left: 50%;
        margin-left: -5px;
        z-index: 50;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    .eleventh-screen-right-title {
        font-size: 18px;
        text-align: center
    }
    .eleventh-screen-right {
        margin-top: 30px;
        margin: 30px 10px 0 10px
    }
    .eleventh-screen-slider-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .device-feature-title,
    .device-name {
        margin-bottom: 5px
    }
    .eleventh-screen-sub-slider-item img {
        width: 150%;
        height: auto
    }
    .eleventh-screen-sub-slider-item::after {
        width: 60px;
        height: 22px;
        margin-left: -30px;
        top: 85px
    }
    .eleventh-screen-sub-slider-item:nth-child(3) img {
        width: 90px
    }
    .calc-form-total-sum span {
        margin: 0;
        width: 120px
    }
    .twelfth-screen {
        background: #f5f5f5
    }
    .twelfth-screen .container {
        padding-top: 0;
        padding-bottom: 0
    }
    .twelfth-screen .titles {
        font-size: 18px
    }
    .twelfth-screen-block {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .twelfth-screen-block-top {
        padding: 35px 10px;
        background-color: #fff
    }
    .triangle-with-shadow {
        display: none
    }
    .twelfth-screen-text-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .twelfth-screen-block-text {
        max-width: 100%;
        font-size: 14px;
        margin-bottom: 20px
    }
    .twelfth-screen-block-form {
        padding: 30px 30px 20px 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .twelfth-screen-block-form .site-btn {
        margin: 0;
        width: 100%
    }
    .twelfth-screen-block::after {
        display: none
    }
    .twelfth-screen-block-form-field {
        width: 100%;
        margin: 0;
        margin-bottom: 15px
    }
    .thirteenth-screen {
        background: #28120b url(../img/backgrounds/thirteenth-screen-bg-mobile.png) no-repeat center center/cover
    }
    .thirteenth-screen .container {
        padding-top: 40px;
        padding-bottom: 50px
    }
    .thirteenth-screen-title-wrap {
        padding: 0 10px
    }
    .thirteenth-screen-title-wrap h2 {
        font-size: 40px;
        line-height: 40px
    }
    .thirteenth-screen-title-wrap p {
        font-size: 15px;
        line-height: 15px
    }
    .thirteenth-screen-subtitle {
        font-size: 14px;
        margin-top: 15px;
        text-align: center;
        margin-bottom: 30px
    }
    .thirteenth-screen-block {
        margin-bottom: 30px;
        padding: 0 10px
    }
    .thirteenth-screen-block-title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .thirteenth-screen-block-title span {
        margin: 0 20px 0 0
    }
    .thirteenth-screen-sponsors {
        display: none
    }
    .fourteenth-screen {
        background: #f5f5f5
    }
    .fourteenth-screen .container {
        padding-top: 40px;
        padding-bottom: 35px
    }
    .fourteenth-screen .titles {
        font-size: 28px;
        margin-bottom: 20px
    }
    .fourteenth-screen-block-img-wrap {
        height: 60px;
        width: 60px
    }
    .fourteenth-screen-block-img-wrap img {
        max-width: 100%
    }
    .swicher-wrapper {
        max-width: 225px
    }
    .fourteenth-screen-block-top-text,
    .fourteenth-screen-block-top-title {
        font-size: 14px
    }
    .fourteenth-screen-block {
        max-width: 550px;
        margin: 0 10px
    }
    .fourteenth-screen-block-middle {
        padding: 12px 10px
    }
    .fourteenth-screen-block-middle-title {
        font-size: 16px;
        margin-bottom: 10px
    }
    .status-bar-bg {
        font-size: 12px
    }
    .fourteenth-screen-block-bottom {
        height: auto
    }
    .fourteenth-screen-block-bottom-block {
        height: auto;
        padding: 20px 10px
    }
    .fourteenth-screen-block-bottom-title {
        font-size: 16px
    }
    .fourteenth-screen-block-bottom-text {
        font-size: 14px
    }
    .fifteenth-screen .container {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .fifteenth-screen .titles {
        font-size: 28px;
        margin-bottom: 30px
    }
    .fifteenth-screen-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 100%;
        position: relative;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .fifteenth-screen-block:nth-child(3),
    .fifteenth-screen-block:nth-child(4) {
        margin-bottom: 0
    }
    .download {
        margin-top: 0
    }
    .fifteenth-screen-img-wrap {
        width: 30%
    }
    .fifteenth-screen-block-texts {
        margin: 0 0 30px 15px;
        width: 65%
    }
    .download a {
        position: absolute;
        bottom: 30px;
        left: 10px
    }
    .sixteenth-screen {
        background: #f5f5f5
    }
    .sixteenth-screen .titles {
        text-align: center;
        font-size: 18px;
        margin-bottom: 20px
    }
    .sixteenth-screen .container {
        padding-top: 30px;
        padding-bottom: 20px
    }
    .sixteenth-screen-img {
        margin: 0 auto 30px auto;
        -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .2);
        box-shadow: 0 0 30px 5px rgba(0, 0, 0, .2)
    }
    .sixteenth-screen-block {
        margin-bottom: 25px;
        padding: 0 10px
    }
    .sixteenth-screen-icon-wrap {
        margin-right: 10px
    }
    .sixteenth-screen-block-title {
        font-size: 16px;
        margin-bottom: 10px
    }
    .sixteenth-screen-block-text {
        font-size: 14px
    }
    .seventeenth-screen {
        background: #fafafa
    }
    .seventeenth-screen .container {
        padding-top: 40px;
        padding-bottom: 35px
    }
    .seventeenth-screen .titles {
        font-size: 18px;
        margin-bottom: 15px
    }
    .seventeenth-screen-subtitle {
        margin-bottom: 40px;
        font-size: 14px
    }
    .seventeenth-screen-block {
        margin-bottom: 35px
    }
    .seventeenth-screen-block p {
        display: none
    }
    .seventeenth-screen-btn-wrap .site-btn {
        height: 40px;
        padding: 5px 35px
    }
    .footer {
        background: #fff url(../img/backgrounds/footer-bg-mobile.png) no-repeat bottom 125px right/contain
    }
    .footer-top-right-block {
        padding: 40px 0 180px 0
    }
    .footer-top-right-block .titles {
        text-align: center;
        font-size: 25px
    }
    .footer-top-right-block .footer-sub-title {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px
    }
    .footer-contact-block-text {
        font-size: 13px;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .show-to-map {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 5px
    }
    .footer-contact-block {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px
    }
    .footer-contact-block span {
        font-size: 20px
    }
    .footer-contact-block-phone {
        font-size: 14px;
        margin: 0
    }
    .footer-contact-block-email {
        font-size: 14px;
        color: #4155bb
    }
    .footer-contact-block-email::after {
        width: 100%
    }
    .footer-calc-form {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
    }
    .footer-calc-form .footer-calc-top {
        padding: 10px 10px 30px 10px;
        background-color: #e6e6e6;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-calc-form .footer-calc-form-right {
        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-calc-form .fs-calc-form-field-block.room-count {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin: 0
    }
    .footer-calc-form .fs-calc-form-total-wrap.total-sums-text {
        margin: 0 auto 15px auto
    }
    .footer-calc-form .fs-calc-form-area-wrap {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .footer-calc-form .fs-calc-bonus {
        height: 30px
    }
    .footer-calc-form .fc-totals-wrapper {
        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;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .footer-calc-form .footer-calc-bottom {
        padding: 15px 10px
    }
    .footer-bottom {
        padding: 10px 10px
    }
    .footer-bottom-content {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .footer-copy-block {
        padding: 0;
        margin-left: 0;
        border: none;
        max-width: 185px
    }
    .footer-copy-block::before {
        display: none
    }
    .footer-bottom-link,
    .footer-copy,
    .footer-right-text {
        font-size: 12px;
        line-height: 12px
    }
    .footer .logo {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .footer .logo img {
        width: 60px;
        height: 60px
    }
    .success-left-name {
        font-size: 18px
    }
    .success-left-position {
        font-size: 14px
    }
    .success-right-block {
        padding: 20px
    }
    .success-right-block p {
        font-size: 16px;
        margin-bottom: 10px
    }
    .fourteenth-screen-block.good .fourteenth-screen-block-top {
        height: auto;
        padding: 15px 12px
    }
    .fourteenth-screen-block.good .fourteenth-screen-block-top::after {
        bottom: 100%;
        left: 60px;
        top: auto;
        border: none;
        border-style: solid;
        border-width: 0 12px 15px 12px;
        border-color: transparent transparent #fc981c transparent
    }
    .fourteenth-screen-block.bad .fourteenth-screen-block-top {
        height: auto;
        padding: 20px 30px
    }
    .fourteenth-screen-block.bad .fourteenth-screen-block-top::after {
        bottom: 100%;
        left: auto;
        right: 60px;
        top: auto;
        border: none;
        border-style: solid;
        border-width: 0 12px 15px 12px;
        border-color: transparent transparent #a7a7a7 transparent
    }
    .fourteenth-screen-block-top-right {
        max-width: 100%;
        margin: 0
    }
    .fourteenth-screen-block {
        display: none
    }
    .fourteenth-screen-block.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .calculate-modal .modal-dialog {
        max-width: 100%
    }
    .calculate-modal .modal-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .calculate-modal .fs-calc-form-block.totals {
        padding: 10px 0 0 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .calculate-modal .fs-calc-form-block.totals .fs-calc-form-total-wrap {
        width: 48%;
        margin-bottom: 15px
    }
    .calculate-modal .fs-calc-form-total-wrap {
        width: 100%
    }
    .calculate-modal .modal-middle-block {
        padding: 20px 10px 0 10px;
        width: 100%;
        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;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .calculate-modal .rem-date,
    .calculate-modal .rem-discount {
        font-size: 10px!important
    }
    .calculate-modal .fs-calc-bonus-wrap {
        width: 100%;
        margin: 10px 0
    }
    .calculate-modal .fs-calc-bonus {
        height: 30px;
        width: 48%;
        padding: 0 5px
    }
    .calculate-modal .fs-calc-bonus-checkbox-label {
        font-size: 9px
    }
    .calculate-modal .modal-right-block-title {
        font-size: 16px!important
    }
    .calculate-modal .modal-right-block {
        padding: 15px 10px;
        width: 100%;
        background-color: #002f75
    }
    .calculate-modal .modal-form p {
        display: none
    }
    .callback-modal .modal-dialog {
        max-width: 100%
    }
    .callback-modal .modal-left-block {
        display: none
    }
    .callback-modal .modal-body {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .callback-modal .modal-right-block {
        width: 100%
    }
    .video-modal .modal-dialog {
        max-width: 100%
    }
    .video-modal .modal-body {
        height: 180px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .cat-modal {
        display: none!important
    }
    .seventeenth-screen-img {
        max-width: 120px;
        margin-bottom: 20px
    }
    .ready {
        width: 100%!important
    }
    .calculate-modal .close,
    .callback-modal .close,
    .cat-modal .close {
        top: 0;
        right: 5px!important;
        z-index: 50
    }
    .success-page {
        padding: 50px 0
    }
    .success-left-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .success-left-block img {
        width: 140px
    }
    .success-left-info-block {
        padding: 5px
    }
    .success-right-block {
        padding: 15px;
        margin: 10px
    }
	
	
	
	.team {
        padding-top: 60px;
		display: block;
    }
    .team-top {
        padding: 45px 15px 50px 15px;
        position: relative;
        background: url(../img/team-bg.jpg) no-repeat center center/cover fixed
    }
    .team-top::after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background-color: #a3abbd;
        opacity: .3;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50px
    }
    .team .container {
        z-index: 100
    }
    .team-name {
        font-size: 26px;
        line-height: 33px;
        font-weight: 700;
        color: #fff;
        text-align: center
    }
    .team-position {
        font-size: 18px;
        color: #a3abbd;
        text-align: center;
        margin-bottom: 15px
    }
    .team-image-wrapper {
        height: 144px;
        width: 144px;
        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: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto 25px auto
    }
    .team-features {
        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;
        list-style: none;
        margin-bottom: 15px
    }
    .team-features li {
        padding-left: 55px;
        font-size: 16px;
        color: #fff;
        position: relative;
        margin-bottom: 30px
    }
    .team-features li::before {
        content: '01';
        font-size: 14px;
        font-weight: 300;
        color: #a3abbd;
        position: absolute;
        top: 0;
        left: 0
    }
    .team-features li::after {
        content: '';
        display: block;
        background-color: #a3abbd;
        -webkit-box-shadow: 0 3px 7px 0 rgba(255, 255, 255, .45);
        box-shadow: 0 3px 7px 0 rgba(255, 255, 255, .45);
        width: 3px;
        height: 25px;
        position: absolute;
        left: 34px;
        top: 0
    }
    .team-features li:nth-child(2)::before {
        content: '02'
    }
    .team-features li:last-child::before {
        content: '03'
    }
    .team-features li span {
        font-weight: 500
    }
    .team-contacts {
        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;
        list-style: none;
		margin-bottom: 20px;
    }
    .team-contacts li {
        padding-left: 55px;
        font-size: 16px;
        color: #fff;
        position: relative;
        margin-bottom: 15px
    }
    .team-contacts li:first-child::before {
        content: '';
        display: block;
        height: 17px;
        width: 17px;
        background: url(../img/icons/phone-1.png) no-repeat center center/contain;
        position: absolute;
        top: 0;
        left: 0
    }
    .team-contacts li:nth-child(2)::before {
        content: '';
        display: block;
        height: 12px;
        width: 19px;
        background: url(../img/icons/email.png) no-repeat center center/contain;
        position: absolute;
        top: 5px;
        left: 0;
    }
    .team-contacts li a {
        font-size: 18px;
        font-weight: 700;
        color: #fff
    }
    .team-bottom {
        background-color: #fff;
        padding: 40px 30px
    }
    .team-subtitle {
        font-size: 16px;
        font-weight: 700;
        color: #002f75;
        margin: 12px 0;
        text-transform: uppercase
    }
    .team-text {
        font-size: 16px;
        color: #010101;
        margin-bottom: 20px
    }
	
	.team-btn {
		border-radius: 3px;
		box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
		width: 285px;
		height: 60px;
		background-color: #fcb51c;
		border: none;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		color: #000;
		margin: 0 auto;
		transition: all 0.3s ease-in-out;			
	}
	.team-btn:hover {
		background-color: darken(#fcb51c, 10%);
		box-shadow: 0px 0px 15px 0px rgba(252, 181, 28, 0.35);
	}
}

.form_input_error {
    border: 1px solid red!important;
}

.form_input_success {
    border: 1px solid green!important;
}

.bott-arr {
    display: none;
    text-align: center
}

.icon-bott:after {
    content: "\f078";
    transform: rotate(90deg)
}

@media(max-width:767px) {
    .hidden-mob {
        display: none
    }
    .bott-arr {
        display: block
    }
}

.success__form {
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    padding: 30px;
    margin-top: 30px
}

.success__form-title {
    padding-bottom: 30px;
    font-size: 25px;
    margin: 0
}

.success__form-data {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between
}

.success__form--input {
    height: 50px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 25px;
    min-width: 300px
}

.success__form-submit {
    font-size: 20px
}

.success-page {
    padding: 50px 0
}

@media(max-width:1200px) {
    .success__form--input {
        min-width: unset
    }
}

@media(max-width:992px) {
    .success__form-data {
        max-width: 300px;
        margin: 0 auto;
        padding-bottom: 10px;
        flex-wrap: wrap
    }
    .success__form--input {
        width: 100%;
        margin-bottom: 16px
    }
}

@media(max-width:767px) {
    .success__form {
        margin: 20px 10px 10px
    }
    .success__form-title {
        font-size: 20px
    }
    .success__form-submit {
        font-size: 16px
    }
}

.share {
    position: relative;
    background: url("../img/share-bg-pc.jpg") no-repeat center center/cover;
}

.share .right p {
    color: #000;
    left: -32px;
}

.share .container {
    padding-top: 35px;
}

.share__grid {
    display: flex;
}

.share__info,
.share__img {
    flex: 0 0 50%;
}

.share__info-heading {
    color: #fc981c;
    font-size: 62px;
    margin: 0;
    font-weight: 700;
    padding-top: 40px;
}

.share__info-heading span {
    color: #000;
    font-weight: 400;
    font-size: 62px;
}

.share__info-text {
    color: #212529;
    font-size: 16px;
    margin: 0;
    font-weight: 700;
    padding-top: 30px;
}

.share__info-img {
    text-align: left;
    padding-top: 25px;
}

.share__img img {
    display: flex;
    width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
    .share__info-heading span {
        font-size: 50px;
    }
}


@media (max-width: 992px) {
    .share__info,
    .share__img {
        flex: 0 0 100%;
    }
    .share__grid {
        flex-wrap: wrap;
    }
    .share__info-img {
        display: none;
    }
    .share__img img {
        margin: 0 auto;
        max-width: 360px;
    }
}

@media (max-width: 767px) {
    .share {
        background: url("../img/share-bg.png") no-repeat center center/cover;
    }
    .share .container {
        padding-top: 0;
    }
    .share__info-heading {
        font-size: 32px;
        padding-top: 25px;
    }
    .share__info-heading span {
        font-size: 32px;
    }
    .share__info-text {
        font-size: 14px;
        padding-top: 15px;
    }
    .share__img {
        padding-top: 30px;
    }
    .share__grid {
        padding: 0 10px;
    }
    .share__img {
        padding-top: 30px;
    }
}