@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300,100,500&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Gochi+Hand);
/* --------------- Style to null --------------- */
*{-webkit-text-size-adjust: none; }
*{-moz-box-sizing:border-box;box-sizing:border-box;}html,body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,sub,sup,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,table,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,a,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{border:0;outline:0;vertical-align:baseline;background:transparent;font-size:100%;margin:0;padding:0;}a{background:transparent;}table{border-collapse:collapse;border-spacing:0;}td,td img{vertical-align:top;}input,select,button,textarea{font-size:12px;font-family:Arial, Helvetica, sans-serif;margin:0;}input[type="text"],input[type="password"],textarea,input[type="email"],input[type="phone"],input[type="number"]{font:12px Arial, Helvetica, sans-serif;padding:0;}input[type="checkbox"]{vertical-align:bottom;}input[type="radio"]{vertical-align:text-bottom;}sub{vertical-align:sub;font-size:smaller;}sup{vertical-align:super;font-size:smaller;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}ul,ol{list-style:none;}html{overflow-y:scroll;overflow-x:auto;}html,body{height:100%;}body{line-height:1;color:#000;text-align:left;z-index:1;position:relative;}input [type='text']{padding:0;}textarea{resize:none;overflow:auto;}label,input[type="button"],input[type="submit"],button{cursor:pointer;}input[type="button"],input[type="reset"],input[type="submit"],button,input[type="text"],input[type="password"],textarea,input[type="email"],input[type="tel"],input[type="phone"],input[type="number"]{-webkit-appearance:none;}a,a:visited,a:hover,a:focus,a:active{text-decoration:none;}input[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border:0;padding:0;}input:invalid{outline:none;-moz-box-shadow:none;border:none;}::-ms-clear{display:none;}input,textarea,input[type="search"]:focus,:focus{outline:none;}
/* --------------- Style to null --------------- */

/*
    main styles
    version: 15.01.2013

    placeholder

    fonts

    site

    logo
*/

/* --------------- placeholder --------------- */
::-webkit-input-placeholder {
    color: #333;
    font-weight: 300;
}
:-moz-placeholder {
    color: #333;
    font-weight: 300;
}
.placeholder {
    color: #333;
    font-weight: 300;
}
/* --------------- /placeholder --------------- */

body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
p {
    font-size: 13px;
    line-height: 17px;
}

/* --------------- site --------------- */
.site {
    min-height: 100%;
    min-width: 320px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.site:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 100px;
}
.site__content {
    position: relative;
    z-index: 2;
}
.site__header {
    position: relative;
    min-height: 310px;
    overflow: hidden;
    z-index: 3;
    margin-bottom: 0;
    padding: 146px 0 0;
    background: #f7f7f7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(68%,#ffffff), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 68%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 68%,#ffffff 100%);
}
.home .site__header{
    padding-bottom: 26%;
    min-height: 0 !important;
}
.site__header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 67px;
    bottom: 0;
    background: url(../img/lamp1920_v4_notext.png) center 0 no-repeat;
    background-size: cover;
}
.site__header_secondary {
    min-height: 290px;
    margin: 0;
    padding: 96px 0 0;
    background: #ededed;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#e1e1e1));
    background: -webkit-linear-gradient(top,  #ededed 0%,#e1e1e1 100%);
    background: linear-gradient(to bottom,  #ededed 0%,#e1e1e1 100%);
}
.site__header_secondary:after {

}
.site__header_secondary .header-title {
    overflow: hidden;
    /*height: 60px;*/
    margin-bottom: 10px;
}
.site__header-wrap  {
    margin: 0 auto;
    padding: 0 22px 0;
    z-index: 2;
}
.site__footer {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    padding: 17px 0 0;
    text-align: center;
}
.site__footer .site__wrap {
    overflow: inherit;
}
.site__wrap {
    position: relative;
    margin: 0 auto;
    padding: 0 22px 0;
    z-index: 2;
    overflow: hidden;
}
h2 {
    font-size: 23px;
    line-height: 28px;
    color: #d71f1f;
    font-weight: 300;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
}
h2 span,
h2 strong {
    font-weight: 700;
    display: block;
}
/*--------------- /site ---------------*/

/*--------open-menu--------*/
.open-menu {
    position: absolute;
    display: block;
    height: 33px;
    width: 33px;
    right: 3px;
    top: 15px;
    border: none;
    z-index: 11;
    padding: 0;
    background: transparent;
}
.open-menu span {
    position: absolute;
    display: block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #d71f1f;
    padding: 0;
    left: 50%;
    margin-left: -2px;
}
.open-menu span:after,
.open-menu span:before {
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    background: #d71f1f;
    border-radius: 50%;
}
.open-menu span:before {
    top: auto;
    bottom: -8px;
}
/*------------/open-menu----------*/

/*------------close-menu----------*/
.close-menu {
    position: absolute;
    display: inline-block;
    top: 29px;
    left: 15px;
    width: 33px;
    height: 33px;
    background: transparent;
    border: none;
    padding: 0;
    z-index: 11;
    -webkit-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
}
.close-menu:after {
    content: '';
    position: absolute;
    width: 23px;
    height: 1px;
    background: #fff;
    left: 50%;
    margin-left: -12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-menu:before{
    content: '';
    position: absolute;
    width: 23px;
    height: 1px;
    background: #fff;
    left: 50%;
    margin-left: -12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-menu.move-left {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
}
/*------------/close-menu----------*/

/*------------menu-mobile------------*/
.menu-mobile {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #d71f1f;
    z-index: 15;
    font-family: 'Roboto', sans-serif;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
}
.menu-mobile_show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.menu-mobile nav {
    position: absolute;
    width: 115px;
    text-align: center;
    height: 350px;
    top: 50%;
    left: 50%;
    margin: -175px 0 0 -60px;
}
.menu-mobile nav a {
    display: inline-block;
    font-size: 16px;
    line-height: 43px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.8px;
    opacity: .85;
}
.menu-mobile nav a.active {
    font-weight: 500;
    opacity: 1;
}
.menu-mobile__login {
    position: absolute;
    top: 28px;
    right: 23px;
    width: 34px;
    height: 34px;
    background: url(../img/ic_login_white.svg) no-repeat;
    background-size: cover;
    text-indent: -10000px;
}
.menu-mobile_login .menu-mobile__login {
    background: url(../img/ic_login_white.svg) no-repeat;
    background-size: cover;
}
/*------------menu-mobile------------*/

/*-----------gochi-----------*/
.gochi {
    font-family: 'Gochi Hand', cursive;
    display: block;
    font-size: 26px;
    line-height: 27px;
    text-transform: none;
    letter-spacing: 0;
}
/*-----------/gochi-----------*/

/* --------------- logo --------------- */
.logo {
    position: absolute;
    width: 75px;
    height: 32px;
    top: 20px;
    left: 23px;
    z-index: 3;
}
.logo img {
    width: 100%;
    margin-top: -12px;
}
/* --------------- /logo --------------- */

/*------------login-------------*/
.login {
    position: absolute;
    top: 46px;
    right: 54px;
    padding: 6px 0 6px 0;
    font-size: 14px;
    color: #d71f1f;
    display: none;
    z-index: 3;
}
.login:after {
    content: '';
    position: absolute;
    left: -34px;
    top: -1px;
    width: 28px;
    height: 28px;
    background: url(../img/ic_login_red.svg) no-repeat;
    background-size: 28px;
    -webkit-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}
.login:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 0;
    height: 1px;
    background: #d71f1f;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.login:hover:before {
    width: 100%;
}
.login:hover:after {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.site__header_login .login {
    font-weight: 700;
    cursor: default;
}
.site__header_login .login:after {
    background: url(../img/client-icon_red.svg) no-repeat;
    background-size: cover;
}
.site__header_login .login:hover:before {
    width: 0;
}
.site__header_login .login:hover:after {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
/*------------/login-------------*/

/*------------header__menu-----------*/
.header__menu {
    display: none;
}

.header__menu .login-mobile {
    display: none;
}
.header__menu nav a {
    position: relative;
    float: left;
    margin-right: 31px;
    font-weight: 300;
    font-size: 14px;
    color: #d71f1f;
}
.header__menu nav a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #d71f1f;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.header__menu nav a:hover:after {
    width: 100%;
}
.header__menu nav a.active {
    cursor: default;
    font-weight: 700;
}
.header__menu nav a.active:hover:after {
    width: 0;
}
/*------------/header__menu-----------*/

/*------------header-contacts------------*/
.header-contacts {
    position: absolute;
    top: 84px;
    right: -15px;
    width: 142px;
    z-index: 4;
}
.header-contacts span {
    display: block;
    color: #d71f1f;
    font-size: 13px;
    line-height: 42px;
    font-weight: 700;
}
.header-contacts ul {
    padding: 0 0 0 20px;
}
.header-contacts li {
    display: block;
    margin-bottom: 7px;
}
.header-contacts a,
.header-contacts address {
    position: relative;
    font-size: 12px;
    line-height: 17px;
    color: #333;
    font-style: normal;
    cursor: default;
}
.header-contacts a:before,
.header-contacts address:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
}
.header-contacts a:before,
.header-contacts address:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
}
.header-contacts address.address:before {
    width: 15px;
    height: 19px;
    top: 1px;
    background: url(../img/ic_location.svg) center no-repeat;
    background-size: cover;
}
.header-contacts a.tel:before {
    width: 17px;
    height: 17px;
    top: 0px;
    left: -21px;
    background: url(../img/ic_phone.svg) center  no-repeat;
    background-size: cover;
}
.header-contacts a.fax:before {
    width: 18px;
    height: 17px;
    top: 0;
    left: -21px;
    background: url(../img/ic_print.svg) no-repeat;
    background-size: cover;
}
.header-contacts a.mail:before {
    width: 18px;
    height: 15px;
    top: 1px;
    background: url(../img/ic_mail.svg) center  no-repeat;
    background-size: cover;
}
.header-contacts a.mail {
    cursor: pointer;
}
.header-contacts a.mail:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    background: #333;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.header-contacts a.mail:hover:after {
    width: 100%;
}
/*------------/header-contacts------------*/

/*------------header-title-----------*/
.header-title {
    position: relative;
    margin: 0 0 0 0;
    font-weight: 100;
    color: #d71f1f;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: -1.2px;
    z-index: 1;
    width: 100%;
}
.header-title span {
    display: block;
    width: 143px;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 6px;
    text-transform: none;
    margin-left: 2px;
    letter-spacing: 0.3px;
}
/*------------/header-title-----------*/

/*-----------breadcrumbs----------*/
.breadcrumbs {
    overflow: hidden;
    position: relative;
    left: 0;
    z-index: 4;
    padding-bottom: 50px;
}
.breadcrumbs li {
    float: left;
    font-size: 11px;
    color: #333;
    font-weight: 700;
    padding-top: 0;
    overflow: hidden;
    line-height: 15px;
}
.breadcrumbs li:before {
    content: '';
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: top;
    width: 11px;
    height: 11px;
    color: #333;
    background: url(../img/ic_+_black.svg) no-repeat;
    background-size: cover;
    margin: 0 5px 0 6px;
}
.breadcrumbs li:first-child:before {
    display: none;
}
.breadcrumbs li a,
.breadcrumbs li span {
    position: relative;
    top: 0;
    color: #333;
    font-weight: 300;
    display: inline-block;
}
.breadcrumbs li span {
    cursor: default;
}
.breadcrumbs li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 0;
    height: 1px;
    background: #333;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.breadcrumbs li a:hover:before {
    width: 100%;
}
/*-----------/breadcrumbs----------*/

/*-----------read-more--------*/
.read-more {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-left: 10px;
    font-size: 11px;
    font-weight: 400;
    color: #d61515;
}
.read-more:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    top: 1px;
    left: -10px;
    background: url(../img/ic_+.svg) no-repeat;
    background-size: cover;
    -webkit-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}
.read-more:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #d61515;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.read-more:hover:before {
    width: 100%;
}
.read-more:hover:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
/*-----------/read-more--------*/

/*-----------made-service-----------*/
.made-service {
    background: #d71f1f;
    color: #fff;
    padding: 30px 0 12px;
}
.made-service__info {
    margin-bottom: 33px;
}
.made-service__info h3 {
    font-size: 35px;
    line-height: 33px;
    font-weight: 100;
    margin: 0 0 14px -1px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.made-service__info p {
    display: block;
    margin-bottom: 11px;
    letter-spacing: -0.5px;
}
.made-service__info-list {
    margin-left: -1px;
}
.made-service__info-list li {
    position: relative;
    border-bottom: 1px solid #e36363;
    text-transform: uppercase;
    padding: 0 0 0 3px;
}
.made-service__info-list li a {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 40px;
}
.made-service__info-list li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.made-service__info-list li a:hover:before {
    width: 100%;
}
.made-service__info-list li a:after {
    content: '';
    position: absolute;
    right: -4px;
    top: 13px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: url(../img/ic_+white.svg) no-repeat;
    background-size: cover;
    -webkit-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}
.made-service__info-list li a:hover:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.made-service__list {
    width: 276px;
    margin: 0 auto;
    padding: 4px 0 0 0;
    white-space: nowrap;
}
.made-service__list-item {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    margin-right: 33px;
    margin-bottom: -9px;
    white-space: normal;
}
.made-service__list-item + .made-service__list-item {
    margin-right: 0;
}
.made-service__list-item a,
.made-service__list-item a:visited {
    display: block;
    position: relative;
    font-size: 11px;
    line-height: 12px;
    padding: 0 0 0 33px;
    margin-bottom: 27px;
    color: #fff;
}
.made-service__list-item a:hover:before {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.made-service__list-item a:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 23px;
    height: 23px;
    z-index: 2;
    -webkit-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}
.made-service__list-item a:after {
    display: none;
}
.made-service__list-item a.cfo:before {
    background: url(../img/ic_cfo_white.svg) 0 0 no-repeat;
    background-size: cover;
}
.made-service__list-item a.controlling:before {
    top: -6px;
    background: url(../img/ic_controlling_white.svg) no-repeat;
    background-size: cover;
}
.made-service__list-item a.bookkeeping:before {
    top: 0;
    width: 22px;
    height: 28px;
    background: url(../img/ic_bookkeping_white.svg) no-repeat;
    background-size: cover;
}
.made-service__list-item a.payroll:before {
    top: -2px;
    width: 24px;
    height: 15px;
    background: url(../img/ic_payroll_white.svg) no-repeat;
    background-size: cover;
}
.made-service__list-item a.special:before {
    top: -7px;
    background: url(../img/ic_specialprojects_white.svg) no-repeat;
    background-size: cover;
}
.made-service__list-item a.administration:before {
    top: 1px;
    width: 22px;
    height: 25px;
    background: url(../img/ic_administration_white.svg) no-repeat;
    background-size: cover;
}
.made-service__list span {
    display: none;
}
/*-----------/made-service-----------*/

/*-----------made-review----------*/
.made-review {
    background: #fff;
    padding: 27px 0 21px;
    max-height: 240px;
}
.made-review__inner {
    width: 271px;
    margin: 0 auto;
    text-align: center;
}
.made-review__inner span {
    font-size: 13px;
    line-height: 14px;
    color: #d71f1f;
    font-weight: 500;
    display: block;
    margin: 0 0 2px 3px;
}
.made-review__inner span + span {
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    margin: -1px 0 8px 3px;
}
.made-review__inner p {
    position: relative;
    display: block;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 14px;
}
.made-review__inner p:before,
.made-review__inner p:after {
    content: '"';
    position: relative;
    display: inline;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 0;
    height: 0;
    color: #d71f1f;
}
.made-review__inner p:before {
    top: 5px;
}
.made-review__inner p:after {
    bottom: -13px;
}
.made-review__inner .read-more {
    left: -2px;
}
/*-----------/made-review----------*/

/*-----------contact-us---------*/
.contact-us a {
    position: relative;
    height: 74px;
    padding: 27px 0 0 5px;
    text-align: center;
    font-weight: 100;
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    background: #d71f1f;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    display: block;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    z-index: 2;
}
.contact-us a:hover {
    background: #c91717;
}
/*-----------/contact-us---------*/

.infinite-line {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    white-space: nowrap;
}
.infinite-line_light {
    height: 101px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}
.infinite-line_black {
    height: 30px;
    background: #333333;
}
.infinite-line__wrap {
    position: absolute;
    left: 0;
    top: 6px;
    -webkit-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    animation-duration: 40s;
    white-space: nowrap;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: initial;
    animation-play-state: initial;
    -webkit-animation-name: moveSlideshow;
    /*animation-name: moveSlideshow;*/
}
.infinite-line__list {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    position: relative;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    line-height: 1;
}
.infinite-line__item {
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.partners-card {
    display: table;
    margin-right: 0;
    padding: 2px 25px 0;
    height: 101px !important;
    width: 170px;
    vertical-align: middle;
}
.partners-card a{
    display: table-cell;
    vertical-align: middle;
}
.partners-card img{
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: border .3s ease-in-out, filter .3s ease-in-out;
    transition: border .3s ease-in-out, filter .3s ease-in-out;
    /*height: 100%;*/
    width: 100%;
    padding: 8px;
}
.partners-card img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.news-card {
    display: inline;
    font-weight: 300;
    width: auto;
    font-size: 12px;
    color: #fff;
    position: relative;
    padding: 0 20px;
}
.news-card:before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 10px;
    height: 10px;
    content: '+';

}
.infinite-line__list .infinite-line__item:first-child .news-card:before {
    left: 67px;

}
.news-card > div {
    position: relative;
    top: 1px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 20px 0 0;
    display: inline-block;
}
.news-card > span {
    position: relative;
    top: 1px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding-right: 10px;
}

@-webkit-keyframes moveSlideshow {
    from {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    to {
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}
@keyframes moveSlideshow {
    from {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    to {
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}
/*----------logos-line---------*/

.logos-line {
    height: 101px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.logos-line .str_wrap {
    height: 101px !important;
    line-height: 1;
}
.logos-line .str_wrap span {
    display: inline-block;
    margin-right: 100px;
    height: 101px;
}
.logos-line .str_wrap span > span {
    display: table;
    margin-right: 0;
    padding: 2px 0 0 0;
    height: 100%;
    width: 120px;
    vertical-align: middle;
}
.logos-line .str_wrap a {
    display: table-cell;
    vertical-align: middle;
}
.logos-line .str_wrap a img {
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: border .3s ease-in-out, filter .3s ease-in-out;
    transition: border .3s ease-in-out, filter .3s ease-in-out;
    height: 100%;
    width: auto !important;
    padding: 8px;

}
.logos-line .str_wrap a img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
/*----------logos-line---------*/

/*-----------footer-logo----------*/
.footer-logo {
    display: none;
}
.footer-logo img {
    width: 100%;
}
/*-----------/footer-logo----------*/

/*----------footer-menu----------*/
.footer-menu {
    display: none;
}
.footer-menu li {
    display: block;
    margin-bottom: 10px;
}
.footer-menu a {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    color: #d71f1f;
}
.footer-menu a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #d71f1f;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.footer-menu a:hover:after {
    width: 100%;
}
/*----------/footer-menu----------*/

/*-----------footer__list----------*/
.footer__list {
    display: none;
}
.footer__list:after {
    content: '';
    width: 100%;
    display: inline-block;
}
.footer__list-item {
    display: inline-block;
    vertical-align: top;
    padding: 2px 0 0;
}
.footer__list-item > a {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    color: #d71f1f;
    margin-bottom: 7px;
}
/*-----------/footer__list----------*/

/*---------footer-social---------*/
.footer-social {
    display: block;
    padding-left: 8px;
}
.footer-social span {
    display: inline-block;
    font-size: 14px;
    margin: 0 7px 11px 4px;
    color: #d71f1f;
    font-weight: 400;
}
.footer-social a {
    display: inline-block;
    text-indent: -10000px;
    vertical-align: top;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    -webkit-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.footer-social a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.footer-social a.facebook {
    background: url(../img/ic_facebook.svg) 0 0 no-repeat;
    background-size: contain;
}
.footer-social a.in {
    width: 18px;
    background: url(../img/ic_linkdin.svg) 0 0 no-repeat;
    background-size: contain;
}
/*---------/footer-social---------*/

/*---------footer-dev-----------*/
.footer-dev {
    height: 47px;
    overflow: hidden;
    text-align: center;
    margin-top: -15px;
}
.footer-dev .site__wrap {
    padding: 12px 30px 0;
}
.footer-dev span {
    font-size: 8.5px;
    color: #a1a1a1;
    display: block;
    margin-bottom: 4px;
}
/*---------/footer-dev-----------*/

/*-----------fix-menu-----------*/
.fix-menu .header-menu__fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 65px;
    z-index: 5;
    background: #f8f8f9;
}
.fix-menu .open-menu {
    position: fixed;
}
/*-----------/fix-menu-----------*/

/*----------site__header_demo---------*/
.site__header_demo {

}
.site__header_demo:after {
    display: none;
}
/*----------/site__header_demo---------*/

/*----------services-sub----------*/
.services-sub {
    position: relative;
}
.services-sub > div {
    display: none;
    position: absolute;
    left: -30px;
    right: -30px;
    background: #d71f1f;
    padding: 0 0;
    font-weight: 200;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    height: 40px;
    bottom: -40px;
}
.services-sub > div:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #d71f1f transparent;
}
.services-sub > div > span {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
}
.services-sub > div > span span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-indent: 0;
}
.services-sub:hover > div {
    display: block;
}
/*----------/services-sub----------*/

@media (min-width: 560px) {
    .site__header:after {
        right: 0;

    }
}
@media (min-width: 768px) {



    p {
        font-size: 13px;
        line-height: 17px;
    }

    /* --------------- site --------------- */
    .site__header {
        min-height: 370px;
        padding: 172px 0 0;
        background: #f7f7f7;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background:
        -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(68%,#ffffff), color-stop(100%,#ffffff));
        background:
        -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 68%,#ffffff 100%);
        background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 68%,#ffffff 100%);
    }
    .home .site__header {
        padding-bottom: 23%;
    }
    .site__header_secondary {
        min-height: 307px;
        margin: 0;
        padding: 100px 0 0;
        background: #ededed;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background:
        -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#e1e1e1));
        background:
        -webkit-linear-gradient(top,  #ededed 0%,#e1e1e1 100%);
        background: linear-gradient(to bottom,  #ededed 0%,#e1e1e1 100%);
    }
    .site__header_secondary .header-title {
        /*height: 70px;*/
    }
    .site__header-wrap  {
        margin: 0 auto;
        padding: 0 101px 0;
        z-index: 2;
    }
    h2 {
        font-size: 24px;
        line-height: 28px;
        font-weight: 300;
    }
    h2 span {
        font-weight: 700;
        display: block;
    }
    /* --------------- /site --------------- */

    /* --------------- logo --------------- */
    .logo img {
        width: 100%;
    }
    /* --------------- /logo --------------- */

    /*------------login-------------*/
    .login {
        top: 23px;
        right: 15px;
    }
    .login:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 6px;
        width: 0;
        height: 1px;
        background: #d71f1f;
        -webkit-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out;
    }
    .login:hover:before {
        width: 100%;
    }
    .login:hover:after {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
    /*------------/login-------------*/

    /*-----------gochi----------*/
    .gochi {
        font-size: 22px;
        line-height: 27px;
    }
    /*-----------/gochi----------*/

    /*------------header__menu-----------*/
    .header__menu .login-mobile {
        display: none;
    }
    .header__menu nav a {
        margin-right: 8px;
    }
    .header__menu nav a.active {
        cursor: default;
        font-weight: 700;
    }
    .header__menu nav a.active:hover:after {
        width: 0;
    }
    /*------------/header__menu-----------*/

    /*------------header-contacts------------*/
    .header-contacts {
        top: 98px;
        right: 86px;
        width: 150px;
    }
    .header-contacts span {
        font-size: 14px;
        line-height: 38px;
    }
    .header-contacts li {
        margin-bottom: 9px;
    }
    .header-contacts a,
    .header-contacts address {
        font-size: 13px;
        line-height: 18px;
    }
    .header-contacts a:before,
    .header-contacts address:before {
        content: '';
        position: absolute;
        top: 0;
        left: -20px;
    }
    .header-contacts address.address:before {
        width: 15px;
        height: 19px;
        top: 1px;
        background: url(../img/ic_location.svg) center no-repeat;
        background-size: cover;
    }
    .header-contacts a.tel:before {
        width: 17px;
        height: 17px;
        top: 0;
        left: -21px;
        background: url(../img/ic_phone.svg) center  no-repeat;
        background-size: cover;
    }
    .header-contacts a.fax:before {
        width: 18px;
        height: 17px;
        top: 0;
        left: -21px;
        background: url(../img/ic_print.svg) no-repeat;
        background-size: cover;
    }
    .header-contacts a.mail:before {
        width: 18px;
        height: 15px;
        top: 1px;
        background: url(../img/ic_mail.svg) center  no-repeat;
        background-size: cover;
    }
    /*------------/header-contacts------------*/

    /*------------header-title-----------*/
    .header-title {
        padding-right: 226px;
        max-width: inherit;
        margin: 0 ;
        font-weight: 100;
        font-size: 34px;
        line-height: 34px;
        letter-spacing: -0.8px;
    }
    .header-title span {
        width: 190px;
        font-size: 15px;
    }
    /*------------/header-title-----------*/

    /*-----------breadcrumbs----------*/
    .breadcrumbs li:first-child:before {
        display: none;
    }
    /*-----------/breadcrumbs----------*/

    /*-----------read-more--------*/
    .read-more {
        margin-left: 14px;
        font-size: 13px;
    }
    .read-more:after {
        top: 2px;
        left: -13px;
        width: 9px;
        height: 9px;
    }
    /*-----------/read-more--------*/

    /*-----------made-service-----------*/
    .made-service {
        padding: 30px 0 12px;
    }
    .made-service__info {
        float: left;
        width: 49.4%;
    }
    .made-service__info h3 {
        font-size: 35px;
        line-height: 33px;
        font-weight: 100;
        margin: 0 0 14px -1px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .made-service__info p {
        display: block;
        margin-bottom: 11px;
        letter-spacing: -0.5px;
    }
    .made-service__info-list li a:hover:before {
        width: 100%;
    }
    .made-service__list {
        float: right;
        width: 49.4%;
        margin: 0 auto;
        padding: 50px 0 0 47px;
        white-space: nowrap;
    }
    .made-service__list-item {
        width: 47%;
        margin-right: 29px;
        overflow: hidden;
        margin-bottom: -45px;
    }
    .made-service__list-item + .made-service__list-item {
        margin-right: 0;
    }
    .made-service__list-item a {
        font-size: 13px;
        line-height: 14px;
        padding: 0 0 0 41px;
        margin-bottom: 82px;
        width: 100px;
    }
    .made-service__list-item a:before {
        top: 0;
        width: 30px;
        height: 30px;
    }
    .made-service__list-item a:after {
        display: none;
    }
    .made-service__list-item a.cfo:before {
        background: url(../img/ic_cfo_white.svg) 0 0 no-repeat;
        background-size: cover;
    }
    .made-service__list-item a.controlling:before {
        top: 0;
        background: url(../img/ic_controlling_white.svg) no-repeat;
        background-size: cover;
    }
    .made-service__list-item a.bookkeeping:before {
        top: 0;
        width: 27px;
        height: 34px;
        background: url(../img/ic_bookkeping_white.svg) no-repeat;
        background-size: cover;
    }
    .made-service__list-item a.payroll:before {
        top: 1px;
        width: 29px;
        height: 18px;
        background: url(../img/ic_payroll_white.svg) no-repeat;
        background-size: cover;
    }
    .made-service__list-item a.special:before {
        top: 0;
        background: url(../img/ic_specialprojects_white.svg) no-repeat;
        background-size: cover;
    }
    .made-service__list-item a.administration:before {
        top: 0;
        width: 27px;
        height: 31px;
        background: url(../img/ic_administration_white.svg) no-repeat;
        background-size: cover;
    }
    .made-service__list span {
        display: block;
    }
    /*-----------/made-service-----------*/

    /*-----------made-review----------*/
    .made-review {
        background: #fff;
        padding: 27px 0 21px;
    }
    .made-review__inner {
        width: 400px;
    }
    .made-review__inner span {
        font-size: 20px;
        line-height: 21px;
        margin: 0 0 2px 3px;
    }
    .made-review__inner span + span {
        font-size: 14px;
        line-height: 18px;
    }
    .made-review__inner p:before {
        top: 5px;
    }
    .made-review__inner p:after {
        bottom: -13px;
    }
    .made-review__inner .read-more {
        left: -2px;
    }
    /*-----------/made-review----------*/


    /*-----------footer-logo----------*/
    .footer-logo {
        display: none;
    }
    /*-----------/footer-logo----------*/

    /*----------footer-menu----------*/
    .footer-menu {
        display: none;
    }
    /*----------/footer-menu----------*/

    /*-----------footer__list----------*/
    .footer__list {
        display: none;
    }
    /*-----------/footer__list----------*/

    /*---------footer-social---------*/
    .footer-social {
        margin-bottom: 9px;
    }
    .footer-social a {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }
    .footer-social a.facebook {
        background: url(../img/ic_facebook.svg) 0 0 no-repeat;
        background-size: contain;
    }
    .footer-social a.in {
        width: 20px;
        background: url(../img/ic_linkdin.svg) 0 0 no-repeat;
        background-size: contain;
    }
    /*---------/footer-social---------*/

    /*---------footer-dev-----------*/
    .footer-dev .site__wrap {
        padding: 12px 30px 0;
    }
    .footer-dev span {
        font-size: 10.5px;
        margin-bottom: 4px;
    }
    /*---------/footer-dev-----------*/

}
@media (min-width: 1024px) {

    .infinite-line_black {
        height: 41px;
    }
    .infinite-line__wrap {
        top: 0;
    }
    .news-card {
        font-size: 14px;
    }
    .infinite-line__list .infinite-line__item:first-child .news-card:before {
        left: 102px;
    }
    .news-card > span {
        top: 5px;
        font-size: 28px;
    }
    .news-card > div {
        font-size: 28px;
        top: 5px;
    }

    p {
        font-size: 13px;
        line-height: 20px;
    }

    /* --------------- site --------------- */
    .site__header {
        min-height: 630px;
        padding: 92px 0 0;
        background: #f7f7f7;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background:
        -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(68%,#ffffff), color-stop(100%,#ffffff));
        background:
        -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 68%,#ffffff 100%);
        background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 68%,#ffffff 100%);
    }
    .home .site__header{
        padding-bottom: 16%;
    }
    .site__header_secondary {
        min-height: 416px;
        margin: 0;
        background: #ededed;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background:
        -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#e1e1e1));
        background:
        -webkit-linear-gradient(top,  #ededed 0%,#e1e1e1 100%);
        background: linear-gradient(to bottom,  #ededed 0%,#e1e1e1 100%);
    }
    .site__header_secondary .header-title {
        margin: -132px 0 10px -5px;
        /*height: 123px;*/
    }
    .site__header-wrap  {
        position: relative;
        width: 920px;
        padding: 0 32px 0;
    }
    .site__header-wrap button {
        display: none;
    }
    .site__wrap {
        width: 920px;
        padding: 0 8px 0;
    }
    h2 {
        font-size: 27px;
        line-height: 31px;
        letter-spacing: 0.3px;
        margin-bottom: 30px;
    }
    h2 span {
        font-weight: 700;
        display: block;
    }
    /* --------------- /site --------------- */

    /*-----------fix-menu-----------*/
    .fix-menu .header-menu__fix,
    .header-menu__fix {
        position: static;
        height: 0;
    }
    /*-----------/fix-menu-----------*/

    /* --------------- logo --------------- */
    .logo {
        width: 127px;
        height: 54px;
        top: 24px;
        left: 36px;
    }
    .logo img {
        width: 100%;
        margin-top: -20px;
    }
    /* --------------- /logo --------------- */

    /*------------login-------------*/
    .login {
        display: block;
        top: 46px;
        right: 54px;
        padding: 6px 0 6px 0;
        font-size: 14px;
    }
    .login:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 6px;
        width: 0;
        height: 1px;
        background: #d71f1f;
        -webkit-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out;
    }
    .login:hover:before {
        width: 100%;
    }
    .login:hover:after {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
    /*------------/login-------------*/

    /*-----------gochi----------*/
    .gochi {
        font-size: 26px;
        line-height: 27px;
    }
    /*-----------/gochi----------*/

    /*--------open-menu--------*/
    .open-menu {
        display: none;
    }
    /*------------/open-menu----------*/

    /*------------close-menu----------*/
    .close-menu {
        position: absolute;
        top: 34px;
        left: 22px;
        width: 18px;
        height: 18px;
        border: none;
        z-index: 11;
        -webkit-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
    }
    .close-menu.move-left {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
    /*------------/close-menu----------*/

    /*------------menu-mobile------------*/
    .menu-mobile {
        display: none;
    }
    /*------------menu-mobile------------*/

    /*------------header__menu-----------*/
    .header__menu {
        display: block;
        overflow: hidden;
        margin-bottom: 159px;
    }
    .header__menu .login-mobile {
        display: none;
    }
    .header__menu nav a {
        margin-right: 31px;
        display: inline-block;
    }
    .header__menu nav a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        left: 0;
        bottom: 0;
        background: #d71f1f;
        -webkit-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out;
    }
    .header__menu nav a:hover:after {
        width: 100%;
    }
    .header__menu nav a.active {
        cursor: default;
        font-weight: 700;
    }
    .header__menu nav a.active:hover:after {
        width: 0;
    }
    /*------------/header__menu-----------*/

    /*------------header-contacts------------*/
    .header-contacts {
        top: 45px;
        right: 86px;
    }
    .header-contacts span {
        font-size: 14px;
        line-height: 42px;
    }
    .header-contacts li {
        margin-bottom: 12px;
    }
    .header-contacts a,
    .header-contacts address {
        font-size: 14px;
        line-height: 20px;
    }
    /*------------/header-contacts------------*/

    /*------------header-title-----------*/
    .header-title {
        margin: 0 0 0 -4px;
        font-size: 62px;
        line-height: 61px;
        letter-spacing: -2.4px;
    }
    .header-title span {
        display: block;
        width: 292px;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 23px;
        text-transform: none;
        margin-left: 4px;
        letter-spacing: 0;
    }
    /*------------/header-title-----------*/

    /*-----------breadcrumbs----------*/
    .breadcrumbs li:first-child:before {
        display: none;
    }
    /*-----------/breadcrumbs----------*/

    /*-----------read-more--------*/
    .read-more {
        margin-left: 20px;
        font-size: 14px;
    }
    .read-more:after {
        top: 1px;
        left: -16px;
    }
    /*-----------/read-more--------*/

    /*-----------read-more--------*/
    .breadcrumbs li{
        font-size: 13px;
    }
    /*-----------/read-more--------*/

    /*-----------made-service-----------*/
    .made-service {
        height: 497px;
        padding: 87px 0 0;
    }
    .made-service__info {
        margin-bottom: 0;
    }
    .made-service__info h3 {
        font-size: 70px;
        line-height: 67px;
        margin: 0 0 26px -2px;
        letter-spacing: 0.7px;
    }
    .made-service__info p {
        width: 368px;
        margin-bottom: 14px;
    }
    .made-service__info-list {
        width: 254px;
    }
    .made-service__info-list li {
        padding: 1px 0 0 0;
    }
    .made-service__info-list li a {
        font-size: 15px;
    }
    .made-service__info-list li a:after {
        right: 3px;
    }
    .made-service__list {
        padding: 4px 0 0 48px;
        margin: 0;
    }
    .made-service__list-item {
        width: 40%;
        margin-right: 67px;
        margin-bottom: -9px;
    }
    .made-service__list-item + .made-service__list-item {
        margin-right: 0;
    }
    .made-service__list-item a {
        line-height: 20px;
        padding: 0 0 0 52px;
        margin-bottom: 62px;
        width: 125px;
    }
    .made-service__list-item a:before {
        top: 4px;
        width: 37px;
        height: 37px;
    }
    .made-service__list-item a:after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        background: #e46969;
        left: 18px;
    }
    .made-service__list-item a.cfo:before {
        background: url(../img/ic_cfo_white.svg) 0 0 no-repeat;
        background-size: cover;
    }
    .made-service__list-item a.cfo:after {
        top: 38px;
        height: 87px;
    }
    .made-service__list-item a.controlling:before {
        top: 2px;
        background: url(../img/ic_controlling_white.svg) no-repeat;
        background-size: cover;
    }
    .made-service__list-item a.controlling:after {
        top: 26px;
        height: 77px;
    }
    .made-service__list-item a.bookkeeping:before {
        top: -1px;
        width: 36px;
        height: 45px;
        background: url(../img/ic_bookkeping_white.svg) no-repeat;
        background-size: cover;
    }
    .made-service__list-item a.payroll:before {
        top: 4px;
        width: 38px;
        height: 23px;
        background: url(../img/ic_payroll_white.svg) no-repeat;
        background-size: cover;
    }
    .made-service__list-item a.payroll:after {
        top: 27px;
        height: 81px;
    }
    .made-service__list-item a.special:before {
        top: 2px;
        background: url(../img/ic_specialprojects_white.svg) no-repeat;
        background-size: cover;
    }
    .made-service__list-item a.special:after {
        top: 38px;
        height: 69px;
    }
    .made-service__list-item a.administration:before {
        top: 1px;
        width: 34px;
        height: 39px;
        background: url(../img/ic_administration_white.svg) no-repeat;
        background-size: cover;
    }
    .made-service__list span {
        letter-spacing: 0.3px;
    }
    /*-----------/made-service-----------*/

    /*-----------made-review----------*/
    .made-review {
        padding: 72px 0 43px;
    }
    .made-review__inner {
        width: 641px;
    }
    .made-review__inner span {
        font-size: 25px;
        line-height: 29px;
        margin: 0 0 0 3px;
    }
    .made-review__inner span + span {
        font-size: 18px;
        line-height: 22px;
        margin: -1px 0 9px 3px;
    }
    .made-review__inner p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .made-review__inner p:before,
    .made-review__inner p:after {
        font-size: 30px;
        line-height: 0;
    }
    .made-review__inner p:before {
        top: 8px;
    }
    .made-review__inner p:after {
        bottom: -21px;
    }
    .made-review__inner .read-more {
        left: -7px;
    }
    /*-----------/made-review----------*/

    /*-----------contact-us---------*/
    .contact-us a {
        height: 148px;
        padding: 53px 12px 0 0;
        font-size: 49px;
        line-height: 50px;
    }
    /*-----------/contact-us---------*/

    /*----------logos-line--------*/

    /*/----------logos-line----------*/

    /*----------services-sub----------*/
    .services-sub > div {
        left: -65px;
        right: -65px;
        background: transparent;
        height: 22px;
        bottom: -29px;
    }
    .services-sub > div > span {
        width: auto;
        background: #d71f1f;
        padding: 0 7px;
        margin: 0 auto;
    }
    /*----------/services-sub----------*/

}
@media (min-width: 1200px) {

    /* --------------- site --------------- */
    .site__header {
        min-height: 708px;
        padding: 52px 0 0;
        background: #f7f7f7;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background:
        -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(68%,#ffffff), color-stop(100%,#ffffff));
        background:
        -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 68%,#ffffff 100%);
        background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 68%,#ffffff 100%);
    }
    .home .site__header{
        padding-bottom: 20%;
    }
    .site__header_secondary {
        min-height: 416px;
        margin: 0;
        background: #ededed;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background:
        -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#e1e1e1));
        background:
        -webkit-linear-gradient(top,  #ededed 0%,#e1e1e1 100%);
        background: linear-gradient(to bottom,  #ededed 0%,#e1e1e1 100%);
    }
    .site__header_secondary .header-title {
        font-size: 70px;
        margin: -142px 0 10px -6px;
        line-height: 67px;
        letter-spacing: -2px;
    }
    .site__footer {
        height: 290px;
        padding: 65px 0 0;
        text-align: left;
    }
    .site__footer .site__wrap {
        padding: 0 11px 35px 239px;
        overflow: hidden;
    }
    .site:after {
        height: 290px;
    }
    /* --------------- /site --------------- */

    /*------------header__menu-----------*/
    .header__menu {
        margin-bottom: 244px;
    }
    /*------------/header__menu-----------*/

    /*------------header-title-----------*/
    .header-title {
        letter-spacing: -0.4px;
    }
    /*------------/header-title-----------*/

    /*-----------header-contacts----------*/
    .header-contacts {
        top: 98px;
    }
    /*-----------/header-contacts----------*/

    /*-----------footer-logo----------*/
    .footer-logo {
        display: block;
        position: absolute;
        top: -1px;
        left: 10px;
        width: 152px;
        height: 65px;
    }
    .footer-logo img {
        width: 100%;
        margin-top: -24px;
    }
    /*-----------/footer-logo----------*/

    /*----------footer-menu----------*/
    .footer-menu {
        width: 100px;
        display: inline-block;
        vertical-align: top;
        margin-right: 70px;
    }
    .footer-menu li {
        display: block;
        margin-bottom: 10px;
    }
    .footer-menu a {
        line-height: 1;
    }
    .footer-menu a:hover:after {
        width: 100%;
    }
    /*----------/footer-menu----------*/

    /*-----------footer__list----------*/
    .footer__list {
        width: 72.4%;
        display: inline-block;
        vertical-align: top;
        text-align: justify;
    }
    .footer__list:after {
        content: '';
        width: 100%;
        display: inline-block;
    }
    .footer__list-item {
        display: inline-block;
        vertical-align: top;
        padding: 2px 0 0;
    }
    .footer__list-item > a {
        margin-bottom: 11px;
    }
    .footer__list-item ul a {
        position: relative;
        font-size: 12px;
        line-height: 19px;
        color: #333;
        display: inline-block;
        overflow: hidden;
    }
    .footer__list-item ul a:after,
    .footer__list-item > a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 3px;
        width: 0;
        height: 1px;
        background: #333;
        -webkit-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out;
    }
    .footer__list-item > a:after {
        background: #d71f1f;
        bottom: -1px;
    }
    .footer__list-item a:hover:after {
        width: 100%;
    }
    /*-----------/footer__list----------*/

    /*---------footer-social---------*/
    .footer-social {
        position: absolute;
        bottom: 4px;
        right: 26px;
    }
    .footer-social span {
        display: block;
        font-size: 13px;
        margin: 0 0 11px 4px;
    }
    .footer-social a {
        width: 30px;
        height: 30px;
        margin-right: 2px;
    }
    .footer-social a.facebook {
        background: url(../img/ic_facebook.svg) 0 0 no-repeat;
        background-size: contain;
    }
    .footer-social a.in {
        width: 30px;
        background: url(../img/ic_linkdin.svg) 0 0 no-repeat;
        background-size: contain;
    }
    /*---------/footer-social---------*/

    /*---------footer-dev-----------*/
    .footer-dev {
        height: 36px;
        border-top: 1px solid #f0f0f0;
        margin-top: 0;
    }
    .footer-dev .site__wrap {
        padding: 12px 30px 0;
    }
    .footer-dev span {
        font-size: 11px;
        display: inline-block;
    }
    .footer-dev span:nth-child(1) {
        float: left;
    }
    .footer-dev span:nth-child(2) {
        float: right;
        margin-right: 3px;
    }
    /*---------/footer-dev-----------*/

    /*---------footer-social---------*/
    .footer-dev .site__wrap {
        padding: 12px 9px 0;
    }
    /*---------/footer-dev-----------*/

}
