/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  5.90 19.03.14 e
Num:      760
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("../css/bases.css");
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,700&subset=latin,cyrillic);
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    height: 100%;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: left;
    word-wrap: break-word;
}

input,
button,
select,
textarea,
html {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #36382d;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.nu a:hover,
a.nu:hover {
    text-decoration: underline;
}

.nu a,
a.nu {
    text-decoration: none;
}

a.link_dashed,
.link_dashed a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.link_dashed:hover,
.link_dashed a:hover {
    border: 0;
    text-decoration: none;
}

.h1 {
    margin: 0 0 16px;
    color: #36382d;
    font-family: 'Exo 2', sans-serif;
    font-size: 37px;
    font-size: 3.7rem;
    font-weight: bold;
}

.h2 {
    margin: 0 0 22px;
    color: #36382d;
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
}

.h3 {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    margin: 0 0 1em;
}

.h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 1.33em;
}

.h5 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 1.67em;
}

.h6 {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 2.33em;
}

/*colors*/
.red {
    color: #e13a00;
}

/*end colors*/
/*fonts*/
.f-10 {
    font-size: 10px;
    font-size: 1rem;
}

.f-11 {
    font-size: 11px;
    font-size: 1.1rem;
}

.f-12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.f-13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.f-14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.f-15 {
    font-size: 15px;
    font-size: 1.5rem;
}

.f-16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.f-17 {
    font-size: 17px;
    font-size: 1.7rem;
}

.f-18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.f-20 {
    font-size: 20px;
    font-size: 2rem;
}

/*end fonts*/
/*forms fields*/
.field {
    background-color: #f7f4f4;
    -webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .36);
    -moz-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .36);
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .36);
    border: 1px solid rgba(193, 193, 193, 0.83);
    border-radius: 4px;
    padding: 7px;
    color: #394447;
    font-size: 13px;
    font-size: 1.3rem;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    -moz-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    color: #394447;
    font-style: italic;
}

.field::-moz-placeholder {
    opacity: 1;
    color: #394447;
    font-style: italic;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: #394447;
    font-style: italic;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: #394447;
    font-style: italic;
}

.field.placeholder {
    color: #394447;
    font-style: italic;
}

.field.invalid {
    background-color: #f3e5e5;
    border: 1px solid rgba(200, 33, 26, 0.83);
    -webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .36);
    -moz-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .36);
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .36);
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.valid_message {
    display: none;
    color: green;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/
.o {
    overflow: hidden;
}

.cx:before,
.cx:after {
    content: "";
    display: table;
}

.cx:after {
    clear: both;
}

.ct {
    display: table;
}

.ct:after {
    content: '. . . . . . . . . . .';
    display: block;
    word-spacing: 99in;
    height: 0;
    overflow: hidden;
    font-size: 0.05em;
    line-height: 0.05em;
}

/*end over blocks*/
/*other*/
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 0 0 10px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #a5b136;
}

img::-moz-selection {
    background-color: transparent;
    -moz-box-shadow: none;
}

img::selection {
    background-color: transparent;
    box-shadow: none;
}

.w-480 {
    width: 480px;
}

.w-225 {
    width: 225px;
}

.h-70 {
    height: 70px;
}
.h-25 {
    height: 25px;
}
.h-35 {
    height: 35px;
}
/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
    position: relative;
    min-width: 1000px;
    margin: auto;
    min-height: 100%;
    z-index: 1;
    overflow: hidden;
}

.inner {
    min-width: 960px;
    max-width: 1200px;
    margin: 0 auto 187px;
}

.inner:before,
.inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    background: url("../images/pic2.png") repeat-x 0 100%;
    height: 590px;
    padding-bottom: 5px;
    position: relative;
    z-index: 1;
}

.header .bg {
    /*background: url(../images/pic3.png) repeat-y;*/
    width: 587px;
    height: 123px;
    position: absolute;
    top: 2px;
    left: -50px;
    z-index: -1;
}

.promo {
    border: 1px solid #949496;
    height: 590px;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.promo .item {
    text-align: center;
}

.promo .img {
    vertical-align: top;
}

.promo .context {
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 118px;
    text-align: left;
    z-index: 1;
    line-height: 1.2;
    min-width: 960px;
    max-width: 1200px;
    border-left: 5px solid #ffffff;
    padding: 0 0 0 30px;
}

.promo .context .title {
    text-transform: uppercase;
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-size: 52px;
    font-weight: bold;
    text-shadow: 4px 4px 7px rgb(1 1 1 / 79%);
    z-index: 1;
}
.promo .context .text {
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-size: 38px;
    font-weight: bold;
    text-shadow: 4px 4px 7px rgb(1 1 1 / 79%);
    z-index: 1;
    width: 50%;
}

.contacts {
    position: absolute;
    top: 25px;
    right: 0;
    text-align: right;
}

.contacts .phone {
    margin-bottom: 1px;
}

.contacts .number {
   
    padding-left: 43px;
    color: #36382d;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-shadow: #fff 1px 1px 0;
}

.contacts .number a {
    color: #fff;
    text-shadow: #394447 3px 3px 0;
    text-decoration: none;
}

.contacts .email {
       margin-bottom: 14px;
    
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    
    color: #fff;
}

.contacts .email a {
    color: #fff;
    text-shadow: #394447 3px 3px 0;
    text-decoration: none;
}
.contacts .time {
    color: #4d5152;
    font-size: 14px;
    font-size: 1.4rem;
    text-shadow: #fff 1px 1px 0;
}


.logo {
    background: url(../images/logo.svg) no-repeat 50% 50%;
     width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
}

.logo .link {
    display: block;
    width: 150px;
    height: 150px;
}


.name {
    border-bottom: 1px solid #d8d8d9;
    display: block;
    padding-bottom: 7px;
    position: absolute;
    top: 30px;
    left: 150px;
    color: #fff;
    font-size: 22px;
    font-size: 2.4rem;
    line-height: 1;
    text-shadow: #1e1c1c 1px 1px 0;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
}

.name> .link {
    color: #fff;
    text-decoration: none;
}

.slogan {
   position: absolute;
    top: 78px;
    left: 150px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    text-shadow: #1e1c1c 1px 1px 0;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
    padding: 50px 0 0;
    position: relative;
}

.content:before,
.content:after {
    content: "";
    display: table;
}

.content:after {
    clear: both;
}

.catalog {
    margin: 0 -27px 48px;
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: center;
}

.catalog x:-o-prefocus,
.catalog {
    word-spacing: -0.3em;
}

.catalog> .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.catalog .item {
    
    border-radius: 2px;
    width: 100%;
    padding: 22px;
    text-align: center;
    
}


.catalog .item:hover .fig:before {
    background-position: 0 -127px;
}

.catalog .item:hover .btn_1, .btn_1.active {
    background-color: #ffcd05;
  
}

.catalog .link {
    color: #394446;
    text-decoration: none;
}

.catalog .fig {
    background: #ffffff no-repeat 50% 50%;
    border-radius: 50%;

    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto 12px;

    position: relative;
}

.catalog .fig .in {
    background: no-repeat 50% 50%;
    border-radius: 50%;
    display: block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.catalog .fig .img {
    max-width: 200px;
    max-height: 200px;
    margin: auto;
    position: absolute;
    top: -100em;
    bottom: -100em;
    right: -100em;
    left: -100em;
}

.catalog .fig:after {
    content: '';
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 2px 3px rgba(0, 1, 0, .36);
    -moz-box-shadow: inset 0px 2px 3px rgba(0, 1, 0, .36);
    box-shadow: inset 0px 2px 3px rgba(0, 1, 0, .36);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;

}

.catalog .fig:before {
    content: '';
    
    width: 200px;
    height: 200px;
    position: absolute;
    top: -4px;
    left: -4px;
}

.catalog .text {
    display: block;
    min-height: 55px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #36382d;
    font-family: 'Exo 2', sans-serif;
}



.catalog p {
    margin: 0;
    color: #000;
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
}

.catalog p + p {
    margin-top: 5px;
}

.btn_1 {
    background-color: #ffcd05;
    border: 0;
    border-radius: 15px;
    display: inline-block;
    padding: 9px 12px;
    margin-top: 15px;
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-left: 10px;
}


.btn_1:hover {
    background-color: #ffcd05;
    
}

.list li {
    background: none;
}

li {
    background: url(../images/mark.svg) no-repeat 0 1rem;
    margin: 0;
    padding: 0 0 0 2.3rem;
    list-style: none;
}


.list_2 {
    counter-reset: list2;
    margin: 0 0 2.1rem;
margin-top: 20px;
}

.list_2 li {
    counter-increment: list2;
    padding-left: 3.6rem;
    position: relative;
    margin: 0 0 2.5rem;
}
.list_2 li:before {
    content: counter(list2) ".";
    position: absolute;
    top: -0.3rem;
    left: 0;
    font-weight: bold;
    font-size: 2.2rem;
    color: #ffcd05;
    line-height: 1;
}

.yellow {
    text-align: center;
    position: relative;
    margin: 0 0 30px -10px;
    padding: 37px 0 20px 0;
    z-index: 1;
    height: 350px;
margin-top: 30px;
}

.yellow .h1 {
    text-align: center;
    color: #e8bc0e;
}

.yellow:before {
    background-color: rgb(230 232 234);
    position: absolute;
    content: "";
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.advantage_list {
    margin: 0 0 0 -7px;
    z-index: 1;
}

.advantage_list .item {
     width: calc(25% - 7rem);
     margin: 0 0 0 2rem;
    text-align: center;
}

.advantage_list .fig {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
   
    position: relative;
    margin: 0 0 14px 0;
    
margin: 0 auto 2.4rem;
}

.advantage_list .fig .img {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.advantage_list .link {
    color: #113341;
    text-decoration: none;
}

.advantage_list .title {
    font-size: 18px;
    color: #e8bc0e;
    font-family: 'Exo 2', sans-serif;
}

.advantage_list .link:hover {
    text-decoration: underline;
}


.company {
    min-height: 634px;
    margin-bottom: -45px;
    padding: 60px 0;
    position: relative;
    z-index: 5;
    color: #36382d;
font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
}

.company:before,
.company:after {
    content: "";
    display: table;
}

.company:after {
    clear: both;
}

.company .bg {
    background: #ffcd05;
    width: 1200px;
    height: 709px;
    margin: auto;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.company .bg:before {
    content: '';
    background: #ffcd05;
    height: 709px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -1000em;
}

.company .bg:after {
    content: '';
    background: #ffcd05;
    height: 709px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1000em;
    left: 100%;
}

.carousel_1 {
    width: 320px;
    margin: auto;
    padding: 30px 0;
    position: relative;
}

.carousel_1 .in {
    height: 474px;
    overflow: hidden;
    position: relative;
}

.carousel_1 .list> .item {
    height: 474px;
    font-size: 15px;
    font-size: 1.5rem;
}

.carousel_1 .link {
    display: block;
    color: #394446;
    text-decoration: none;
}

.carousel_1 .link:hover .text {
    text-decoration: underline;
}

.carousel_1 .fig {
    display: block;
    margin-bottom: 9px;
    padding: 7px;
    position: relative;
}

.carousel_1 .fig:before {
    content: '';
    border: 1px dashed #acb1b9;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.carousel_1 .fig .img {
    border: 1px solid #c2d1d8;
    max-width: 305px;
    max-height: 424px;
    vertical-align: top;
}

.carousel_1 .text {
    display: block;
}

.carousel_1 .prev,
.carousel_1 .next {
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.carousel_1 .prev:before,
.carousel_1 .next:before {
    content: '';
    background: url("../images/pic16.png") no-repeat -28px -17px;
    width: 28px;
    height: 17px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.carousel_1 .prev:hover:before {
    background-position: -28px 0;
}

.carousel_1 .next {
    top: auto;
    bottom: 0;
}

.carousel_1 .next:before {
    background-position: 0 -17px;
    top: auto;
    bottom: 0;
}

.carousel_1 .next:hover:before {
    background-position: 0 0;
}

.benefits {
    padding: 95px 0 105px;
    position: relative;
    z-index: 4;
}

.benefits:before {
    content: '';
    border-bottom: 1px dashed #0082ad;
    position: absolute;
    bottom: 5px;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.benefits:after {
    content: '';
    
    width: 140px;
    height: 53px;
    margin-left: -70px;
    position: absolute;
    bottom: -44px;
    left: 50%;
}

.benefits .caption {
    margin-bottom: 75px;
    color: #36382d;
    font-family: 'Exo 2', sans-serif;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.benefits .bg {
    background: #fFF;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000px;
    bottom: 0;
    z-index: -2;
}

.benefits .stamp {
    background: url("../images/pic17.png") no-repeat;
    width: 325px;
    height: 296px;
    position: absolute;
    bottom: 20px;
    right: -150px;
    z-index: -1;
}

.benefits_list> .item {
    margin-top: 32px;
   
    position: relative;
    color: #36382d;
    font-family: 'Exo 2', sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
}

.benefits_list> .item:first-child {
    margin-top: 0;
}

.benefits_list> .item:hover .ico {
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 0.8s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spaceboots;
    -moz-animation-duration: 0.8s;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spaceboots;
    -ms-animation-duration: 0.8s;
    -ms-transform-origin: 50% 50%;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: spaceboots;
    -o-animation-duration: 0.8s;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: spaceboots;
    animation-duration: 0.8s;
    transform-origin: 50% 50%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.benefits_list .ico {
    background: no-repeat 50% 50%;
    width: 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}





@-webkit-keyframes spaceboots {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        -webkit-transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }
    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
    }
    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

@-moz-keyframes spaceboots {
    0% {
        -moz-transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        -moz-transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        -moz-transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        -moz-transform: translate(0px, 2px) rotate(0deg);
    }
    40% {
        -moz-transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        -moz-transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        -moz-transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        -moz-transform: translate(2px, 1px) rotate(-1deg);
    }
    80% {
        -moz-transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        -moz-transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
        -moz-transform: translate(1px, -2px) rotate(-1deg);
    }
}

@-ms-keyframes spaceboots {
    0% {
        -ms-transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        -ms-transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        -ms-transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        -ms-transform: translate(0px, 2px) rotate(0deg);
    }
    40% {
        -ms-transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        -ms-transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        -ms-transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        -ms-transform: translate(2px, 1px) rotate(-1deg);
    }
    80% {
        -ms-transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        -ms-transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
        -ms-transform: translate(1px, -2px) rotate(-1deg);
    }
}

@-o-keyframes spaceboots {
    0% {
        -o-transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        -o-transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        -o-transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        -o-transform: translate(0px, 2px) rotate(0deg);
    }
    40% {
        -o-transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        -o-transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        -o-transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        -o-transform: translate(2px, 1px) rotate(-1deg);
    }
    80% {
        -o-transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        -o-transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
        -o-transform: translate(1px, -2px) rotate(-1deg);
    }
}

@keyframes spaceboots {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(0px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(2px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.profit {
    padding: 85px 0 55px;
    position: relative;
    z-index: 3;
}

.profit:before {
    content: '';
    border-bottom: 1px dashed #0082ad;
    position: absolute;
    bottom: -4px;
    left: -1000em;
    right: -1000em;
}

.profit:after {
    content: '';
    
    width: 137px;
    height: 51px;
    margin-left: -69px;
    position: absolute;
    bottom: -51px;
    left: 50%;
}

.profit .h1 {
    margin-bottom: 50px;
    color: #36382d;
}

.profit .bg {
    background: #ffcd05;
    width: 1200px;
    margin-left: -600px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.profit .bg:before {
    content: '';
    background: #ffcd05;
    position: absolute;
    top: 0;
    right: 100%;
    left: -1000em;
    bottom: 0;
}

.profit .bg:after {
    content: '';
    background: #ffcd05;
    position: absolute;
    top: 0;
    left: 100%;
    right: -1000em;
    bottom: 0;
}

.profit_list {
    margin: -50px 0 0;
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: center;
}

.profit_list x:-o-prefocus,
.profit_list {
    word-spacing: -0.3em;
}

.profit_list> .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.profit_list> .item {
    width: 25%;
    margin: 50px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    opacity: 0.01;
    color: #36382d;
font-family: 'Exo 2', sans-serif;
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

}

.profit_list> .item:hover {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.profit_list .link {
    color: #fff;
    text-decoration: none;
}

.profit_list .link:hover .text {
    text-decoration: underline;
}

.profit_list .fig {
    background: #ffffff no-repeat 50% 50%;
    border: 1px solid rgba(172, 179, 186, 0.38);


    border-radius: 50%;
    display: block;
    width: 133px;
    height: 133px;
    margin: 0 auto 22px;
    position: relative;
}

.profit_list .fig .in {
    display: block;
    border-radius: 50%;
    width: 133px;
    height: 133px;
    overflow: hidden;
    position: relative;
}

.profit_list .fig .img {
    max-width: 119px;
    max-height: 119px;
    margin: auto;
    position: absolute;
    top: -100em;
    left: -100em;
    right: -100em;
    bottom: -100em;
}

.profit_list .fig:after {
    content: '';
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 2px 3px rgba(0, 1, 0, .36);
    -moz-box-shadow: inset 0px 2px 3px rgba(0, 1, 0, .36);
    box-shadow: inset 0px 2px 3px rgba(0, 1, 0, .36);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.profit_list .fig:before {
    content: '';
    background: url("../images/pic32.png") no-repeat;
    width: 143px;
    height: 143px;
    position: absolute;
    top: -5px;
    left: -5px;
}

.profit_list .text {
    display: block;
}

.find_us {
    background: #c7cdd4;
    padding: 90px 0 50px;
    position: relative;
    z-index: 2;
font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}

.find_us:before {
    content: '';
   
    position: absolute;
    bottom: -4px;
    left: -1000em;
    right: -1000em;
}

.find_us .h1 {
    margin-bottom: 32px;
    color: #36382d;
}

.find_us .map {
    border: 3px solid #fff;
    opacity: 0.01;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.find_us .map .img {
    vertical-align: top;
}

.find_us .bg {
    background: #ffcd05;
    width: 1200px;
    margin-left: -600px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.find_us .bg:before {
    content: '';
   background: #ffcd05;
    position: absolute;
    top: 0;
    left: -1000em;
    right: 100%;
    bottom: 0;
}

.find_us .bg:after {
    content: '';
   background: #ffcd05;
    position: absolute;
    top: 0;
    right: -1000em;
    left: 100%;
    bottom: 0;
}

.parking {
    height: 600px;
    padding: 85px 0 0;
    position: relative;
    z-index: 1;
    color: #36382d;
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
}

.parking .bg {
    background: url("../images/pic40.png") no-repeat;
    width: 1200px;
    height: 534px;
    position: absolute;
    left: 200px;
    top: 70px;
    bottom: 0;
    z-index: -1;
}

.feedback {
    background: #c7cdd4;
   padding: 25px 0 25px;
    position: relative;
    z-index: 2;
}

.feedback:before,
.feedback:after {
    content: "";
    display: table;
}

.feedback:after {
    clear: both;
}

.feedback:before {
    content: '';
    border-bottom: 1px dashed #00a8de;
    position: absolute;
    bottom: -4px;
    left: -1000em;
    right: -1000em;
}

.feedback .h1 {
    margin-bottom: 50px;
    color: #36382d;
    text-align: center;
}

.feedback .map {
    border: 3px solid #fff;
}

.feedback .map .img {
    vertical-align: top;
}

.feedback .bg {
    background: #9fcdee url("../images/pic37.png") no-repeat;
    width: 1200px;
    margin-left: -600px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.feedback .bg:before {
    content: '';
    background: #9fcdee url("../images/pic38.png") repeat-x;
    position: absolute;
    top: 0;
    left: -1000em;
    right: 100%;
    bottom: 0;
}

.feedback .bg:after {
    content: '';
    background: #9fcdee url("../images/pic39.png") repeat-x;
    position: absolute;
    top: 0;
    right: -1000em;
    left: 100%;
    bottom: 0;
}

.feedback .form {
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px -2px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px -2px 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px -2px 5px;
    border-radius: 19px 19px 19px 19px;
    float: left;
    width: 240px;
    padding: 23px;
    color: #394447;
}

.feedback .form .caption {
    margin-bottom: 10px;
    color: #ffcd05;
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}

.feedback .context {
    padding: 60px 0 0 105px;
    overflow: hidden;
}

.star {
    color: #394447;
    font-size: 13px;
    font-size: 1.3rem;
}

.captcha {
    display: inline-block;
    padding-top: 10px;
    vertical-align: top;
    text-align: center;
}

.captcha img {
    max-width: 100%;
    vertical-align: top;
}

.btn_2 {
    background-color: #ffcd05;
    border-radius: 22px;
    padding: 12px 45px;
    color: #efebe7;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
font-weight: bold;
}

.btn_2 .ico {
    display: inline-block;
    margin-right: 9px;
    vertical-align: bottom;
}

.btn_2 .ico .img {
    vertical-align: top;
}

.btn_3 {
    border-radius: 22px;
    background-color: #ffcd05;
    border: 0;
    display: inline-block;
    padding: 12px;
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clients {
    margin: -30px 0 55px -30px;
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: left;
}

.clients x:-o-prefocus,
.clients {
    word-spacing: -0.3em;
}

.clients> .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.clients .item {
    width: 119px;
    margin: 30px 0 0 30px;
    text-align: center;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.clients .item:hover .fig {
    top: -10px;
}

.clients .link {
    color: #394446;
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: none;
}

.clients .link:hover .text {
    text-decoration: underline;
}

.clients .text {
    display: block;
}

.clients .fig {
    background: #ffffff no-repeat 50% 50%;


    border: 1px solid rgba(172, 179, 186, 0.38);
    border-radius: 50%;
    display: block;
    width: 117px;
    height: 117px;
    margin: 0 auto 16px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.clients .fig .img {
    max-height: 117px;
    max-width: 117px;
    margin: auto;
    position: absolute;
    top: -100em;
    bottom: -100em;
    left: -100em;
    right: -100em;
}

.clients .fig .in {
    display: block;
    border-radius: 50%;
    width: 117px;
    height: 117px;
    overflow: hidden;
    position: relative;
}

.clients .fig:after {
    content: '';
    -webkit-box-shadow: inset 0px 2px 3px rgba(0, 1, 0, .36);
    -moz-box-shadow: inset 0px 2px 3px rgba(0, 1, 0, .36);
    box-shadow: inset 0px 2px 3px rgba(0, 1, 0, .36);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.clients .fig:before {
    content: '';
    background: url("../images/pic50.png") no-repeat;
    width: 127px;
    height: 127px;
    position: absolute;
    top: -5px;
    left: -5px;
}

.captcha {
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
}

.captcha img {
    vertical-align: top;
}

.star {
    display: inline-block;
    padding-top: 8px;
    color: #ff5b00;
    font-size: 16px;
    font-size: 1.6rem;
}

.modal {
    position: fixed;
    z-index: 1000;
}

.modal__inner {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal,
.modal__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal__horisontal_inner {
    display: table;
    height: 100%;
    margin: auto;
}

.modal__vertical_inner {
    display: table-cell;
    vertical-align: middle;
}

.modal__bg {
    background: #000;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    z-index: -1;
}

.modal__content {
    background: #fff;
    border: 1px solid rgba(55, 59, 62, 0.2);
    -webkit-box-shadow: 0px 6px 16px rgba(1, 1, 1, .43);
    -moz-box-shadow: 0px 6px 16px rgba(1, 1, 1, .43);
    box-shadow: 0px 6px 16px rgba(1, 1, 1, .43);
    border-radius: 20px;
    padding: 24px;
    position: relative;
}

.modal__content .caption {
    margin-bottom: 32px;
    color: #ffcd05;
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.modal__close_btn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    z-index: 2;
}

.lightbox__prev,
.lightbox__next {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.lightbox__next {
    left: auto;
    right: 0;
}

.lightbox__title {
    margin-bottom: 10px;
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    min-width: 960px;
    max-width: 1200px;
    height: 187px;
    margin: -187px auto 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}

.footer .bg {
    background: #36382d;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1000em;
    left: -1000em;
    z-index: -1;
}

.footer_contacts {
    
    padding: 44px 0 0;
    position: absolute;
    top: 45px;
    left: 0;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
}

.footer_contacts p {
    margin-bottom: 4px;
}

.footer_contacts .link {
    color: #ffcd05;
    font-size: 13px;
    font-size: 1.3rem;
}

.counters {
    position: absolute;
    top: 49px;
    right: 0;
}

.copyright {
    position: absolute;
    top: 88px;
    right: 0;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
}

.securitypolicy {
    position: absolute;
    top: 108px;
    right: 0;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
}

.securitypolicy .link {
    color: #fff;
}

.design {
    position: absolute;
    top: 130px;
    right: 0;
    font-size: 11px;
    font-size: 1.1rem;
}

.design .link {
    color: #ffcd05;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
@media only screen and (max-width: 768px) {
    .inner {
        min-width: auto;
        max-width: none;
        margin-bottom: 240px;
    }

    .wrapper {
        min-width: auto;
    }
    .w-225 {
        width: 94%;
      }
    .promo {
        height: 130px;
        left: 0;
        right: 0;
        top: 35px;
    }

    .promo .img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

    .contacts {
    padding: 0 15px;
    top: 170px;
    left: 0;
    right: 0;
    text-align: center;
    }

    .contacts .number {
    padding-left: 10px;
    color: #36382d;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    text-shadow: #fff 1px 1px 0;
    }

.contacts .number a {
    color: #36382d;
    text-shadow: 0 0 black;
    text-decoration: none;
}

.contacts .number a {
    color: #36382d;
    text-decoration: none;
}

   .contacts .email {
    margin-bottom: 14px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
     }

     .contacts .email a {
         color: #36382d;
         text-shadow: none;
     }

    .contacts .time {
        display: block;
    }

    .logo {
         background: url(../images/logo2.svg) no-repeat 50% 50%;
         width: 60px;
         height: 36px;
         position: absolute;
         top: 0;
         left: 0;
    }
    

.name {
    border-bottom: 1px solid #d8d8d9;
    display: block;
    padding-bottom: 7px;
    position: absolute;
    top: 0px;
    left: 60px;
    color: #36382d;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    text-shadow: #1e1c1c 0 0 0;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    }
    .slogan {
        top: 110px;
        left: 15px;
        line-height: 1;
        display: none;
    }
    .header .bg {
         display: none;
    }

    .header {
        height: 260px;
    }

    .content {
        padding: 20px 0 0;
    }

    .promo .item {
        height: 100%;
      }

    .promo .context {
         top: 20px;
         left: 15px;
         right: 15px;
         bottom: 15px;
         min-width: 260px;
         max-width: 768px;
         padding: 0 0 0 20px;
     }

    .promo .context .title {
         font-size: 16px;
    }

    .promo .context .text {
        font-size: 14px;
        width: 70%;
    }

    .h1 {
        font-size: 20px;
    }

    .catalog {
        margin-bottom: 18px;
        padding: 1px 25px;
    }

    .catalog .item {
        -webkit-transform: none;
        transform: none;
        width: calc(100% - 30px);
        padding: 1px 15px;
    }

    .catalog .img {
        width: 100%;
     }
    .catalog .item p strong img {
        float: none !important;
  
    }
    .company {
        padding: 30px 15px;
        background: #ffcd05;
    }

    .fr.w-480 {
        float: none;
        width: auto;
    }

    .h2 {
        font-size: 20px;
    }

    .carousel_1 {
        width: auto;
        margin-bottom: 40px;
    }

    .carousel_1 .list> .item {
        width: auto;
        text-align: center;
    }

    .carousel_1 .fig .img {
        width: 100%;
    }

    .company .bg:before {
        display: none;
    }

    .company .bg {
        display: none;
    }

    .h1 {
        margin-bottom: 20px!important;
    }

    .benefits {
        padding: 20px 15px
    }

    .benefits_list> .item {
        padding-left: 1px;
        font-size: 20px;
    }

    .benefits .stamp {
        display: none;
    }

    .profit {
        padding: 65px 0 55px;
    }

   .profit_list> .item {
        width: 170px;
        margin: 50px 0 0;
 }
    .benefits .caption {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .find_us {
        padding: 65px 15px 50px;
    }

    .find_us .map .img {
        width: 100%;
    }

    .parking {
        height: auto;
        padding: 30px 15px;
        font-size: 20px;
    }

    .parking .bg {
        display: none;
    }

    .feedback {
        padding: 30px 15px;
    }

    .feedback .form {
        border-radius: 19px;
        float: none;
        width: calc(100% - 46px);
    }

    .feedback .bg {
        background: none;
    }

    .feedback .context {
        padding: 60px 0 0 5px;
        overflow: hidden;
    }

    .advantage_list {
        margin: 0;
        text-align: center;
    }

    .advantage_list .item {
        text-align: center;
        width: calc(45% - 2.9rem);
        margin: 0 0 2.5rem 1.9rem;
    }

    .advantage_list .title {
        padding: 0 10px;
        font-size: 15px;
    }

    .advantage_list .fig {
        margin: 0 auto 10px;
    }

   .yellow {
        height: auto;
    }


    .btn_2 {
        display: block;
        margin: 0 0 20px!important;
        font-size: 16px;
        text-align: center;
    }

    .btn_2 .ico {
        vertical-align: middle;
    }
    .find_us iframe {
        margin: 0 -15px;
        width: calc(100% + 30px);
      }
    .footer {
        min-width: auto;
        max-width: none;
        width: auto;
        height: 260px;
        margin-top: -260px;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footer_contacts {
        position: relative;
        top: 0;
    }

    .counters {
        margin-bottom: 20px;
        position: relative;
        top: 0;
        left: 0;
    }

    .design {
        margin-bottom: 20px;
        position: relative;
        top: 0;
    }

    .copyright {
        position: relative;
        top: 0;
    }

.securitypolicy {
        position: relative;
        top: 0;
    }

    .lightbox__image img {
        width: 100%;
    }



    .modal__horisontal_inner {
        width: 100%;
    }

    .modal label {
        display: block;
        width: auto;
        margin: 0 0 4px;
        text-align: left!important;
    }

    .modal .w-220 {
        width: 90%;
    }

    .modal__content .caption {
        margin-bottom: 16px;
        font-size: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {

.inner {
    min-width: 769px;
    max-width: 1024px;
    margin: 0 auto 187px;
}

.wrapper {
    min-width: 768px;
    max-width: 1024px;
}

.content {
    padding: 50px 10px 0;
    position: relative;
}

.promo .context {
    margin: auto;
    position: absolute;
    right: 15px;
    left: 15px;
    bottom: 88px;
    text-align: left;
    z-index: 1;
    line-height: 1.2;
    min-width: 260px;
    max-width: 768px;
    border-left: 5px solid #ffffff;
    padding: 0 0 0 30px;
    
}

.name {
    width: 500px;
    top: 15px;
    font-size: 2rem;
    text-align: center;
    
}

.slogan {
    top: 68px;
    width: 450px;
    text-align: center;
}

.catalog {
    margin: 0 0 0;
}

.table table {
    width: calc(100% + 26px);
    min-width: auto;
    margin: 0 -13px;
    }

.yellow {  
    height: 430px;
  }

}
/* print media */
@media print {
    * {
        color: black !important;
        background: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        float: none !important;
        clear: none !important;
    }

    html,
    body,
    article,
    header,
    section,
    footer,
    aside,
    div {
        width: 100% !important;
    }

    a,
    a:link,
    a:visited,
    a:hover,
    a:active,
    abbr,
    acronym {
        text-decoration: none;
        border-bottom: 0 none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li {
        page-break-inside: avoid;
        orphans: 3;
        widows: 3;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    nav {
        display: none;
    }
}
