/**
   * urgas
   * Landing page 
   * Compiled: Fri Dec 23 2016 16:28:31 GMT+0300 (MSK)
   * @version v1.6.0
   * @link https://bitbucket.org/sem_eleven/urgas-new
   * @copyright MIT
   */

.display-none {
    display: none;
}
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.noUi-target {
    position: relative;
    direction: ltr
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}
.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}
.noUi-origin {
    position: absolute;
    height: 0;
    width: 0
}
.noUi-handle {
    position: relative;
    z-index: 1
}
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: top .3s, right .3s, bottom .3s, left .3s;
    transition: top .3s, right .3s, bottom .3s, left .3s
}
.noUi-state-drag * {
    cursor: inherit!important
}
.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.noUi-horizontal {
    height: 18px
}
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}
.noUi-vertical {
    width: 18px
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}
.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #BBB;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #BBB
}
.noUi-connect {
    background: #3fb8af;
    -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    -webkit-transition: background .45s;
    transition: background .45s
}
.noUi-draggable {
    cursor: ew-resize
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}
.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #BBB;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #BBB
}
.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}
.noUi-handle:before, .noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}
.noUi-handle:after {
    left: 17px
}
.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}
.noUi-vertical .noUi-handle:after {
    top: 17px
}
[disabled] .noUi-connect {
    background: #b8b8b8
}
[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
    cursor: not-allowed
}
.noUi-pips, .noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.noUi-pips {
    position: absolute;
    color: #999
}
.noUi-value {
    position: absolute;
    text-align: center
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}
.noUi-marker {
    position: absolute;
    background: #CCC
}
.noUi-marker-sub {
    background: #AAA
}
.noUi-marker-large {
    background: #AAA
}
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}
.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}
.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center
}
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}
.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}
.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.pswp img {
    max-width: none
}
.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}
.pswp--open {
    display: block
}
.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}
.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}
.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}
.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}
.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}
.pswp__container, .pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}
.pswp__container, .pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}
.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1)
}
.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}
.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}
.pswp__container, .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}
.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}
.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}
.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}
.pswp__img--placeholder--blank {
    background: #222
}
.pswp--ie .pswp__img {
    width: 100%!important;
    height: auto!important;
    left: 0;
    top: 0
}
.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}
.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}
.tingle-modal * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.tingle-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}
.tingle-modal--confirm .tingle-modal-box {
    text-align: center
}
.tingle-modal--noClose {
    cursor: default
}
.tingle-modal--noClose .tingle-modal__close {
    display: none
}
.tingle-modal__close {
    position: fixed;
    top: 10px;
    right: 28px;
    z-index: 1000;
    padding: 0;
    width: 5rem;
    height: 5rem;
    border: none;
    background-color: transparent;
    color: #f0f0f0;
    font-size: 6rem;
    font-family: monospace;
    line-height: normal;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}
.tingle-modal__close:hover {
    color: #fff
}
.tingle-modal-box {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 60%;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
    cursor: auto;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
    transition: -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform .3s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}
.tingle-modal-box__content {
    padding: 3rem
}
.tingle-modal-box__footer {
    padding: 1.5rem 2rem;
    width: auto;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #f5f5f5;
    cursor: auto
}
.tingle-modal-box__footer:after {
    display: table;
    clear: both;
    content: ""
}
.tingle-modal-box__footer--sticky {
    position: fixed;
    bottom: -200px;
    z-index: 10001;
    opacity: 1;
    -webkit-transition: bottom .3s ease-in-out .3s;
    transition: bottom .3s ease-in-out .3s
}
.tingle-enabled {
    overflow: hidden;
    height: 100%
}
.tingle-modal--visible .tingle-modal-box__footer {
    bottom: 0
}
.tingle-enabled .tingle-content-wrapper {
    -webkit-filter: blur(15px);
    filter: blur(15px)
}
.tingle-modal--visible {
    visibility: visible;
    opacity: 1
}
.tingle-modal--visible .tingle-modal-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.tingle-modal--overflow {
    padding-top: 8vh
}
.tingle-btn {
    display: inline-block;
    margin: 0 .5rem;
    padding: 1rem 2rem;
    border: none;
    background-color: grey;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    cursor: pointer;
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}
.tingle-btn--primary {
    background-color: #3498db
}
.tingle-btn--danger {
    background-color: #e74c3c
}
.tingle-btn--default {
    background-color: #34495e
}
.tingle-btn--pull-left {
    float: left
}
.tingle-btn--pull-right {
    float: right
}
.calculate__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.calculate-sliders {
    width: 500px
}
.calculate-sliders__title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #515151
}
.calculate-sliders .noUi-connect {
    background: #fba832;
    -webkit-box-shadow: none;
    box-shadow: none
}
.calculate-sliders .noUi-target {
    margin-bottom: 25px;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: none;
    box-shadow: none
}
.calculate-sliders .noUi-handle {
    border-radius: 0;
    background: #956b59;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    width: 12px;
    height: 26px;
    left: -6px;
    top: -9px;
    cursor: pointer
}
.calculate-sliders .noUi-handle:before, .calculate-sliders .noUi-handle:after {
    display: none
}
.calculate-sliders .noUi-handle:before {
    display: block;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    width: auto;
    height: auto;
    background: none
}
.calculate-total {
    width: 500px;
    text-align: center
}
.calculate-total__title {
    color: #000;
    font-size: 32px
}
.calculate-total__number {
    font-size: 54px;
    color: #515151;
    margin-top: 10px
}
.calculate-total__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    margin: auto;
    background: #fba832;
    color: #000;
    width: 250px;
    height: 60px;
    font-size: 24px;
    border: none;
    margin-top: 20px;
    padding: 0
}
.col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none
}
.col__item {
    width: 24%;
    text-align: center;
    cursor: pointer;
}
.col__img-wrap {
    width: 106px;
    height: 106px;
    position: relative;
    margin: auto;
    text-align: center
}
.col__title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-top: 22px;
    margin-bottom: 16px;
    display: block;
    text-decoration: none;
}
.col__descr {
    font-size: 16px;
    color: #707070;
    line-height: 25px
}
.btn-call{
    background: #fba832;
    width: 37%;
    margin: 0 auto;
    padding: 5px 0;
    margin-top: 18px;
    margin-bottom: 11px;
    border-radius: 5px;
    outline: none;
}
.form-our-work.form{
    margin: 0px auto;
    width: auto;
    padding: 35px;
}
.form-our-work.form form{
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
}
.form-our-work .form__input {
    border: 1px solid #000;
}
.fancybox-slide>*{
    padding: 0!important;
}
.col_light .col__title, .col_light .col__descr {
    color: #fff
}
.contact .container {
    padding: 0
}
.contact__form {
    position: absolute;
    top: 40px;
    right: 10px
}
#map {
    width: 100%;
    height: 600px
}
.form {
    width: 330px;
    padding: 15px 30px;
    background: rgba(0, 0, 0, .6);
    color: #fff
}
.form__title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px
}
.form__descr {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px
}
.form__link {
    color: #fff
}
.form__input {
    display: block;
    border: 1px solid #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    height: 40px;
    margin-bottom: 20px;
    color: #000;
    font-size: 18px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-appearance: none;
    border-radius: 0
}
.form__label {
    font-size: 14px;
    display: block;
    margin-bottom: 5px
}
.form__submit {
    width: 100%;
    background: #fba832;
    border: none;
    font-size: 20px;
    height: 50px
}
.form__field {
    position: relative
}
.form__tooltip {
    position: absolute;
    right: 0;
    opacity: 0;
    top: 100%;
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s
}
.form__tooltip._show {
    opacity: 1
}
.form__address {
    font-size: 18px;
    margin-top: 15px
}
.form_light {
    background: #fff;
    color: #000
}
.form_light .form__input {
    border: 1px solid #000
}
.form_light .form__submit {
    color: #fff
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}
.pswp__button:focus, .pswp__button:hover {
    opacity: 1
}
.pswp__button:active {
    outline: none;
    opacity: .9
}
.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    background: url(../images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}
.pswp__button--close {
    background-position: 0 -44px
}
.pswp__button--fs {
    display: none
}
.pswp--supports-fs .pswp__button--fs {
    display: block
}
.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}
.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}
.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}
.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}
.pswp__button--arrow--left, .pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}
.pswp__button--arrow--left {
    left: 0
}
.pswp__button--arrow--right {
    right: 0
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}
.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}
.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}
.pswp__counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: .75;
    padding: 0 10px
}
.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}
.pswp__caption small {
    font-size: 11px;
    color: #BBB
}
.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC
}
.pswp__caption--empty {
    display: none
}
.pswp__caption--fake {
    visibility: hidden
}
.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}
.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}
.pswp__preloader--active {
    opacity: 1
}
.pswp__preloader--active .pswp__preloader__icn {
    background: url(../images/preloader.gif) 0 0 no-repeat
}
.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}
.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}
.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}
.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}
@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}
@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}
.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}
.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}
.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}
.pswp__top-bar, .pswp__caption {
    background-color: rgba(0, 0, 0, .5)
}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, .3)
}
.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
    opacity: .001
}
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
    display: none
}
.pswp__element--disabled {
    display: none!important
}
.pswp--minimal--dark .pswp__top-bar {
    background: none
}
.how {
    background: no-repeat center;
    background-size: cover
}
.how .sec-title {
    padding-top: 0;
    margin-bottom: 44px;
    color: #fff
}
.just-modal .tingle-modal-box {
    width: auto;
    background: none;
    border-radius: 0
}
.just-modal .tingle-modal-box__content {
    padding: 0
}

.slider .slides {
    padding: 0;
    margin: 0;
    list-style: none
}
.slider .next, .slider .prev {
    height: 32px;
    width: 32px;
    background: #fba832;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    cursor: pointer
}
.slider .next:hover, .slider .prev:hover {
    background: #000
}
.slider .next:after, .slider .prev:after {
    content: ' ';
    background: url(../images/review-control.svg);
    position: absolute;
    width: 12px;
    height: 12px;
    display: block;
    top: 50%;
    left: 50%;
    background-size: contain;
    margin-top: -6px;
    margin-left: -6px
}
.slider .prev {
    left: 0
}
.slider .prev:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.slider .next {
    right: 0
}
.slider .slider__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 60px
}
.slider .slider__controls .prev, .slider .slider__controls .next {
    position: relative;
    margin: 0 20px;
    top: auto;
    left: auto;
    right: auto
}
.reviews-people {
    background: no-repeat center;
    background-size: cover
}
.reviews-people .text {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: auto
}
.reviews-people .name {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #fff
}
.js-reviews-slider li {
    width: 170px;
    margin-right: 30px
}
.js-reviews-slider li:last-child {
    margin-right: 0
}
.slider {
    position: relative
}
.js-reviews-people-slider li {
    width: 1170px;
    white-space: normal;
    vertical-align: middle;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.slides {
    display: inline-block
}
.slides li {
    position: relative;
    display: inline-block
}
.frame {
    position: relative;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap
}
.services .sec-descr {
    margin-bottom: 58px
}
.services .col__img-wrap {
    background: #956b59;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.we-best {
    background: #f1f1f1
}
.we-best .sec-title {
    margin-bottom: 50px
}
.why {
    background: #f1f1f1
}
.why-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 90px
}
footer{
    background: rgba(0, 0, 0, .6);
    color: #fff;
    margin-top: -4px;
}
.copyright{
    text-align: center;
    font-size: 13px;
    margin-top: 30px;
}
footer .logo__descr, footer .logo__title{
   color: #fba832;
}
.foot{
    margin-top: 20px;
    font-size: 20px;
}
.mail{
    color: #fff;
    text-decoration: none;
}
.f_left{
    float: left;
    width: 50%;
}
.clear{
    clear: both;
}
.f_right{
    float: right;
    margin-top: 70px;
    width: 50%;
    text-align: right;
}
.tel{
    font-size: 25px;
    margin-bottom: 20px;
}
.why-list__item {
    width: 45%;
    margin-bottom: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.why-list__img-wrap {
    background: #956b59;
    border-radius: 50%;
    min-width: 70px;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px
}
.why-list__title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #515151;
    margin-bottom: 12px
}
.why-list__descr {
    font-size: 16px;
    line-height: 25px;
    color: #707070;
    margin-bottom: 25px
}
.why-list__descr a {
    color: #707070;
    text-decoration: none
}
.why-list__descr:last-child {
    margin-bottom: 0
}
.works__more {
    border: none;
    font-size: 18px;
    color: #000;
    padding: 0;
    background: #fba832;
    height: 30px;
    width: 140px
}
#top{
  bottom: 20px;
  cursor: pointer;
  display: none;
  font-size: 150%;
  position: fixed;
  right: 20px;
  z-index: 50;
}
#top img{
   width: 45px;
}
.works .sec-descr {
    margin-bottom: 20px
}
.works .col__img-wrap {
    width: 100%;
    height: 150px
}
.works .col__img {
    max-width: 100%;
    height: 100%
}
.works .col__title {
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight: 400
}
.toggle {
    display: none;
    position: relative;
    margin-right: 52px;
    padding: 18px 16px;
    margin-top: 27px;
    margin-bottom: 8px;
    background-color: #2980b9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #2980b9;
    float: left;
    outline: none;
}
.toggle .icon-bar {
    background-color: #fff;
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
}
.toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media(max-width:1040px) {
    .calculate-sliders {
        width: 100%
    }

    .calculate-total {
        width: 100%
    }
}
@media(max-width:350px) {
    .calculate-sliders__title {
        font-size: 16px
    }
    .portfolio {width: 100%!important}
    .calculate-total__number {
        font-size: 30px
    }
    .form__title {
        font-size: 26px
    }
}
@media(max-width:420px) {
    .calculate-total__number {
        font-size: 36px
    }
    .form {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .form__descr {
        font-size: 16px
    }
    footer .logo__descr, footer .logo__title{
        display: block;
    }
}
@media(max-width:1000px) {
    .col__item {
        width: 45%;
        margin-bottom: 20px
    }
    .col__item:last-child {
        margin-bottom: 0
    }
}
@media (max-width: 768px){
.toggle {
    display: block;
    padding: 13px 12px;
    margin: 0px 5px 8px 5px;
    width: 48px;
    height: 52px;
    float: right;
}
.nav__link {
    padding: 5px 10px;
    display: block;
    text-align: center;
}
.menu{
    width: 100%;
    max-width: 100%;
    background: #3ba6d0;
    position: absolute;
    top: 79px;
    z-index: 15;
    left: 0;
    padding: 2px 0;
}
.nav__phone-link {
    display: block !important; 
    font-size: 27px;
    margin-left: 38px;
}
.nav__phone-icon {
    float: left;
    margin-right: 10px;
}
.nav__phone {
    padding-left: 0;
    margin-right: 20px;
    text-align: left;
}

nav {
    width: 100%;
    display: none;
}

}
@media(max-width:500px) {
    .col__item {
        width: 100%}

    .f_right, .f_left{
        width: 100%;
        float: none;
        text-align: left;
    }
    .f_right {
      margin-top: 30px;
    }
    .nav{
      display: block;
    }
    .nav__logo{
        float:left;
        width: 78%;
    }
    .clr{
        clear: both;
    }
}
@media(max-width:650px) {
    .contact__form {
        position: relative;
        top: 0;
        right: 0
    }
    #map {
        height: 50vw
    }
}
@media(max-width:1170px) {
    .form {
        margin-left: auto;
        margin-right: auto
    }
    .reviews-people .text {
        font-size: 16px;
        line-height: 18px
    }
    .js-reviews-people-slider li {
        width: -webkit-calc(100vw - 40px);
        width: calc(100vw - 40px)
    }
}
@media(max-width:340px) {
    .form__descr {
        font-size: 14px
    }
    .form__address {
        font-size: 16px
    }
}
@media(-webkit-min-device-pixel-ratio:1.1), (-webkit-min-device-pixel-ratio:1.09375), (min-resolution:105dpi), (min-resolution:1.1dppx) {
    .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../images/default-skin.svg)
    }
    .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}
@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}
@media(max-width:700px) {
    .why-list__item {
        display: block;
        width: 100%
    }
    .why-list__item:last-child {
        margin-bottom: 0
    }
    .why-list__img-wrap {
        margin: auto;
        margin-bottom: 12px
    }
    .why-list__title {
        text-align: center
    }
}
.port { height:200px; width:300px; border-radius: 8px
}
@media(max-width:700px) {
.port {width: 100%!important; height: auto
}}