@import url(animate.css);
@import url(bootstrap.css);
@import url(fontawesome-all.min.css);
@import url(jquery.fancybox.css);
@import url(settings.css);
/*
    font-family: 'ProximaNova';
*/
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-Regular.otf'),
        url('../fonts/ProximaNova-Regular.ttf'),
        url('../fonts/ProximaNova-Regular.woff'),
        url('../fonts/ProximaNova-Regular.woff2');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-RegularIt.otf'),
        url('../fonts/ProximaNova-RegularIt.ttf'),
        url('../fonts/ProximaNova-RegularIt.woff'),
        url('../fonts/ProximaNova-RegularIt.woff2');
        font-weight: normal;
        font-style: italic;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-Bold.otf'),
        url('../fonts/ProximaNova-Bold.ttf'),
        url('../fonts/ProximaNova-Bold.woff'),
        url('../fonts/ProximaNova-Bold.woff2');
        font-weight: bold;
        font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-BoldIt.otf'),
        url('../fonts/ProximaNova-BoldIt.ttf'),
        url('../fonts/ProximaNova-BoldIt.woff'),
        url('../fonts/ProximaNova-BoldIt.woff2');
        font-weight: bold;
        font-style: italic;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-Extrabld.otf'),
        url('../fonts/ProximaNova-Extrabld.ttf'),
        url('../fonts/ProximaNova-Extrabld.woff'),
        url('../fonts/ProximaNova-Extrabld.woff2');
        font-weight: 900;
        font-style: normal;
}
html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
.main-wrapper{
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -210px auto;
    width: 100%;
    overflow-x: hidden;
}
.footer-push{
    height: 210px;
    margin: 0;
    padding: 0;
}
body{
    font-size: 16px;
    line-height: 1.6;
    color: #2D2926;
    overflow-x: hidden;
    font-family: 'ProximaNova';
    background: #fff;
}
.footer{
    background: url(../images/bg2.png);
    color: #A5A5A6;
    min-height: 210px;
}
.footer a{
    color: #fff;
}
.footer a:hover{
    text-decoration: none;
    color: #fff;
}
blockquote{
    border-left: 3px solid #161770;
    margin-bottom: 30px;
    padding-left: 20px;
}
.content ul,
.content ol{
    margin-bottom: 15px;
}
.content ul > li,
.content ol > li{
    margin-bottom: 10px;
    position: relative;
}
.content ul > li{
    padding-left: 25px;
}
.content ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 10px;
    background: #161770;
    border-radius: 50%;
}
.content ul ul,
.content ol ul,
.content ol ol,
.content ul ol{
    padding-top: 10px;
    padding-left: 10px;
}
.content ul ul li,
.content ol ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.content ul ul li:after,
.content ol ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    border: 1px solid #999999;
    border-radius: 50%;
}
.content ul ol li,
.content ol ol li{
    list-style: decimal; 
    padding-left: 3px;
    margin-left: 12px;
    margin-bottom: 10px;
}
.content ol{ 
    counter-reset: item; 
}
.content ol li{
    display: block; 
}
.content ol li:before{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    padding: 0 5px 0 10px;
    color: #999999;
}
.content ul ul ol li:after,
.content ol ul ol li:after{
    display: none;
}
.content table{
    width: 100%;
    margin-bottom: 30px;
}
.content table th{
    background: #146590;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #094261;
    border-right-color: #767676;
    font-size: 10px;
}
.content table td{
    border: 1px solid #E5E5E5;
    padding: 20px;
    vertical-align: middle;
    font-weight: 100;
    font-size: 15px;
}
h1,
.title-h1{
    font-size: 48px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 30px;
}
h1.pagetitle{
    font-size: 32px;
}
h2,
.title-h2{
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 25px;
}
h3,
.title-h3{
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
}
h4,
.title-h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
hr.short{
    width: 60px;
    height: 2px;
    border: none;
    background: #161770;
    margin: 35px 0;
}
hr.short.center{
    margin: 35px auto;
}
hr.short.white{
    background-color: #fff;
}
@media only screen and (max-width: 991px) {
    h1,
    .title-h1{
        font-size: 36px;
        margin-bottom: 25px;
    }
    h2,
    .title-h2{
        font-size: 30px;
        margin-bottom: 20px;
    }
    h3,
    .title-h3{
        font-size: 20px;
        margin-bottom: 15px;
    }
}

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

.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.gray{
    color: #676767;
}
p{
    margin-bottom: 20px;
}
a{
    color: #f90202;
    text-decoration: underline;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
a:hover{
    color: #000;
    text-decoration: none;
}
a:focus{
    outline: none;
}
.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #1c7caf;
    font-size: 18px;
    padding: 12px 25px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    border: 2px solid #084261;
}
.btn:hover{
    background: #0B0B0C;
    color: #fff;
    border-color: #0B0B0C;
}
.btn.block{
    display: block;
    width: 100%;
}
.btn.min{
    padding: 8px 20px;
}
.btn.btn-transparent,
.btn.transparent-btn,
.btn.invert{
    background: transparent;
    color: #161770;
}
.btn.btn-transparent:hover,
.btn.transparent-btn:hover,
.btn.invert:hover{
    color: #fff;
    background: #161770;
}
.form-group{
    position: relative;
}
.modal {
    display: none;
    width: 460px;
    max-width: 100%;
    background: #fff;
    padding: 35px 25px 25px;
}
#responseMessage .modal-content.error{
    color: #FF4632;
}
.box{
    display: none;
}
.box.visible{
    display: block;
}
/**************************************/
/* ======= AGREEMENT ======= */

.agreement{
    position: relative;
    margin-bottom: 20px;
    color: #7C7F8C;
}
.agreement input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement i{
    vertical-align: middle;
    margin-top: -3px;
}
.agreement input + label .checked{
    display: none;
}

.agreement input:checked + label .checked{
    display: inline-block;
}
.agreement input:checked + label .no-checked{
    display: none;
}
.agreement input.error + label{
    color: red;
}
.agreement a{
    color: #838383;
}
.agreement a:hover{
    color: #000;
}
.agreement input.error + label + a{
    color: red;
}
/* ======= /. AGREEMENT ======= */


/* PAGINATION */
.pagination{
    margin: 30px 0;
    text-align: center;
}
.pagination li{
    display: inline-block;
    text-align: center;
}
.pagination a,
.pagination li > span{
    font-size: 16px;
    font-weight: bold;
    color: #5E6066;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}
.pagination .active a{
    background: #FEB013;
    color: #fff;
    border-radius: 100%;
}
.pagination a:hover{
    color: #000;
}
/* /. PAGINATION */





/* ======= ASIDE MENU ======= */

.aside-menu{
    margin-bottom: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
.aside-menu a {
    display: block;
    text-decoration: none !important;
    color: #616161;
    padding: 20px 36px 20px 0;
    line-height: 1.3;
}
.aside-menu li:hover > a,
.aside-menu .open > a,
.aside-menu .active > a{
    color: #340671 !important;
}
.aside-menu .active{
    border-color: #161770;
}
.aside-menu > ul ul{
    display: none;
    margin-bottom: 25px;
    padding-left: 15px;
}
.aside-menu .active > ul{
    display: block;
}
.aside-menu > ul li{
    position: relative;
}
.aside-menu > ul > li{
    border-bottom: 1px solid #EBEBEB;
}
.aside-menu > ul .dropdown-button{
    height: 58px;
    width: 36px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.aside-menu > ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 13px;
    top: 50%;
    right: 17px;
    background: #B3B5B7;
    margin-top: -5px;
}
.aside-menu > ul .dropdown-button.active:after{
    display: none;
}
.aside-menu > ul .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 3px;
    top: 50%;
    right: 17px;
    background: #B3B5B7;
    margin-right: -5px;
}
.aside-menu > ul ul .dropdown-button{
    height: 37px;
}
.aside-menu  ul ul a{
    padding: 10px 0 8px 0;
    font-size: 14px;
    position: relative;
}
.aside-menu-title {
    padding: 15px 42px 15px 20px;
    background: #350670;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold; 
}
.aside-menu-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 13px;
    top: 50%;
    right: 24px;
    background: #fff;
    margin-top: -6px;
}
.active .aside-menu-title:after {
    display: none;
}
.aside-menu-title:before{
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 3px;
    top: 50%;
    right: 24px;
    background: #fff;
    margin-right: -5px;
    margin-top: -1px;
}
@media only screen and (max-width: 991px) {
    .aside-menu{
        margin: -15px 0 40px;
    }
    .aside-menu > ul{
        display: none;
        padding-left: 15px;
        background: #fff;
        box-shadow: inset 0 0 1px rgba(0,0,0,0.4);
    }
    .aside-menu.active > ul{
        display: block;
    }
    .aside-menu > ul .dropdown-button{
        right: 6px;
    }
}

/* ======= /. ASIDE MENU ======= */


/* mob-menu-btn begin */
.menu-button{
    position: fixed;
    right: 20px;
    top: 30px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 1010;
}
.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px;
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
}
.icon-menu-burger__line {
    background: #330673;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.2s linear 0.2s;
    -moz-transition: transform 0.2s linear 0.2s;
    -o-transition: transform 0.2s linear 0.2s;
    -ms-transition: transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s;
    -webkit-transition: -webkit-transform 0.2s linear 0.2s;
}
.icon-menu-burger:before, .icon-menu-burger:after {
    background: #330673;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after {
    background: #FF2C3E;
}
.icon-menu-burger:before {
    top: -9px;
    -webkit-transition: top 0.2s linear 0.4s;
    -moz-transition: top 0.2s linear 0.4s;
    -o-transition: top 0.2s linear 0.4s;
    -ms-transition: top 0.2s linear 0.4s;
    transition: top 0.2s linear 0.4s;
}
.icon-menu-burger:after {
    bottom: -9px;
    -webkit-transition: bottom 0.2s linear 0.4s;
    -moz-transition: bottom 0.2s linear 0.4s;
    -o-transition: bottom 0.2s linear 0.4s;
    -ms-transition: bottom 0.2s linear 0.4s;
    transition: bottom 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.2s linear 0.4s;
    -moz-transition: transform 0.2s linear 0.4s;
    -o-transition: transform 0.2s linear 0.4s;
    -ms-transition: transform 0.2s linear 0.4s;
    transition: transform 0.2s linear 0.4s;
    -webkit-transition: -webkit-transform 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger__line{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-button.active .icon-menu-burger:before {
    -webkit-transition: top 0.2s linear;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -ms-transition: top 0.2s linear;
    transition: top 0.2s linear;
    top: 0;
}
.menu-button.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    -ms-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
    bottom: 0;
}
/* mob-menu-btn end */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -500px;
    background: #fff;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    overflow-y: scroll;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding-top: 30px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.mobile-logo{
    padding: 0 0 0 10px;
}
.mobile-menu li{
    position: relative;
}
.mobile-menu > div > ul > li {
    border-bottom: 1px solid rgba(81, 81, 81, 0.1);
}
.mobile-menu > div > ul > li:first-of-type{
    border-top: 1px solid rgba(81, 81, 81, 0.1);
}
.mobile-menu > div > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 13px;
    left: 16px;
    border-bottom: 1px solid #2e2926;
    border-right: 1px solid #2e2926;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 19px;
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #2e2926;
    padding: 13px 20px 10px;
    font-size: 14px;
    font-weight: bold;
}
.mobile-menu > div > ul  > li.active > a,
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #161770;
}
.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu > div ul ul ul a{
    display: block;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 10px 10px 10px 30px;
    color: #2e2926;
    position: relative;
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu > div ul ul ul a:before {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 20px;
    width: 5px;
    height: 2px;
    background: #2e2926;
}
.mobile-menu > div ul ul ul a{
    padding: 6px 10px 6px 45px;
    font-size: 13px;
}
.mobile-menu > div ul ul ul a:before{
    left: 34px;
    top: 12px;
}
.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
    margin-bottom: 10px;
}
.mobile-menu ul ul .dropdown-button:before{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 8px !important;
    left: 17px;
    font-size: 16px;
}
.mobile-menu .menu-button{
    display: none;
}

.mobile-menu a[href="javascript:void();"]{
    text-transform: uppercase;
    color: #fff !important;
    padding-left: 20px;
}
.mobile-menu a[href="javascript:void();"]:before{
    display: none;
}


@media only screen and (max-width: 1329px) {
    .mobile-menu.open {
        left: 0;
    }
    .mobile-menu.open + .overlay {
        z-index: 500;
        opacity: 1;
    }
}
@media only screen and (max-width: 440px) {
    .mobile-menu{
        width: 100%;
    }
    .mobile-menu-close {
        top: 26px;
        right: 10px;
    }
    .mobile-menu .menu-button{
        display: block;
        position: absolute;
    }
}
/************* /. mobile-menu **************/


/* ======= HEADER ======= */

.header-wrapper{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    background: #fff;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}
.header-wrapper-push{
    height: 100px;
}
.header{
    height: 100px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.header-wrapper.active .header{
    height: 80px;
}
.header{
    padding: 0 355px 0 305px;
}
.logo{
    width: 250px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
}
.header-aside{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 315px;
}
.header-phone{
    float: right;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
}
.header-phone a{
    color: #000;
    text-decoration: none;
}
.header-phone a:hover{
    color: #161770;
}
.header-phone img{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
}
.language-block{
    float: left;
    margin-top: 2px;
}
.language-block a{
    display: block;
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    background: #F0F1F2;
}
.language-block a:hover{
    background: #161770;
    color: #fff;
}

/* ======= TOP MENU ======= */
.top-menu,
.top-menu > ul,
.top-menu > ul > li{
    height: 100%;
}
.top-menu > ul{
    display: table;
    width: 100%;
    text-align: center;
}
.top-menu > ul > li{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    padding: 0 20px;
    background: #fff;
}
.top-menu > ul > li > a{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.top-menu > ul > li > span{
    color: #000;
    font-size: 15px;
}
.top-menu > ul > li.active,
.top-menu > ul > li:hover{
    background: #1c7caf;
}
.top-menu > ul > li.active > span,
.top-menu > ul > li:hover > span{
    color: #fff;
}
.top-menu > ul > li.active:after{
    content:"";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -10px;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
/* ======= /. TOP MENU ======= */

@media only screen and (max-width: 1329px) {
    .header-wrapper .header{
        height: 80px;
        padding: 0;
    }
    .header-wrapper-push{
        height: 80px;
    }
    .header-aside{
        right: 100px;
    } 
}

@media only screen and (max-width: 991px) {
    .top-slider .title{
        font-size: 60px;
    }
    .top-slider .item{
        padding: 140px 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-aside {
        width: auto;
        right: 70px;
    }
    
    .language-block{
        position: static;
    }
    .top-slider .title{
        font-size: 40px;
    }
    .header-phone{
        float: none;
        margin-left: 10px;
    }
    .top-slider-arrows .inner{
        margin: 0 -10px;
    }
}


/* ======= /. HEADER ======= */

/* TOP SLIDER */
.top-slider-wrapper{
    position: relative;
}
.top-slider .item{
    height: 620px; 
    padding-top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-slider .item .title{
    font-weight: 900;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 30px;
}
.top-slider .item .title:after{
    content:"";
    display: block;
    position: absolute;
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    background: #161770;
}
.top-slider .item .text{
    font-size: 18px;
}

.top-slider-services{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
}
.top-slider-services ul{
    overflow: hidden;
    background: #2f91c3;
}
.top-slider-services li{
    float: left;
    width: 20%;
}
.top-slider-services .element{
    padding: 35px 25px;
    background: #2f91c3;
}
.top-slider-services .element .img-wrapper{
    margin-bottom: 20px;
}
.top-slider-services .element .title{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    height: 66px;
    overflow: hidden;
}
.top-slider-services .element:after{
    content:"";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(255,255,255,0.2);
}
.top-slider-services li:last-of-type .element:after{
    display: none;
}
.top-slider-services li .hidden-block{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    color: #2D2926;
    padding: 60px 20px 20px;
    font-size: 15px;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    opacity: 0;
}
.top-slider-services li:hover .hidden-block{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.top-slider-services li .hidden-block:before{
    content:"";
    display: block;
    position: absolute;
    width: 50px;
    height: 2px;
    top: 40px;
    left: 50%;
    margin-left: -25px;
    background: #161770;
}
.top-slider-services li .hidden-block .text{
    margin-bottom: 15px;
}
.top-slider-services li .hidden-block a{
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 2;
}

@media only screen and (max-width: 1329px) {
    .top-slider .item .title{
        font-size: 36px;
    }
    .top-slider-services .element .title {
        font-size: 12px;
        height: 57px;
    }
    .top-slider-services .element {
        padding: 25px 15px;
    }
    .top-slider-services li .hidden-block {
        font-size: 14px;
        padding: 20px;
    }
    .top-slider-services li .hidden-block:before{
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .top-slider-services{
        position: relative;
        bottom: inherit;
        margin: 0 -15px;
    }
    .top-slider .item{
        height: 460px;
        background-position: 50% 50%;
    }
    .top-slider .item .title{
        font-size: 36px;
    }
    .top-slider-services .element {
        padding: 15px 10px;
    }
    .top-slider-services .element .title {
        font-size: 10px;
        height: 51px;
    }
    .top-slider-services li .hidden-block {
        font-size: 13px;
        padding: 15px;
    }
    .top-slider-services .element .img-wrapper {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .top-slider-services li {
        float: none;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .top-slider-services .element .title {
        font-size: 14px;
        height: auto;
    }
    .top-slider .item {
        height: 360px;
        padding-top: 50px;
    }
    .top-slider .item .title {
        font-size: 24px;
    }
}
/* /. TOP SLIDER */




/* MIDDLE SECTION */

.about-index-block p{
    color: #606060;
}
.about-index-block p strong{
    color: #000;
}
.more{
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 2;
}
@media only screen and (min-width: 992px) {
    .about-index-block .content-left{
        padding-right: 30px;
    }
    .about-index-block .content-right{
        padding-left: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .about-index-block{
        width: 662px;
        max-width: 100%;
        margin: auto;
    }
}


.partners .inner{
    padding: 0 70px;
}
.partners .slick-prev{
    top: 50%;
    left: -70px;
    margin-top: -15px;
}
.partners .slick-next{
    top: 50%;
    right: -70px;
    left: inherit;
    margin-top: -15px;
}
.partners .element img{
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.5;
}
.partners .element:hover img{
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1;
}
.contacts-block{
    border-top: 1px solid #ccc;
    background: url(../images/bg1.jpg) 50% 50% repeat;
}
.contacts-block.dark-block{
    background: url(../images/bg2.jpg) 50% 50% repeat;
}
.contacts-block .title{
    font-weight: bold;
    font-size: 60px;
}
.colorscheme-color{
    color: #161770;
}
@media only screen and (max-width: 767px) {
    .partners .inner{
        padding: 0;
    }
    .contacts-block .title{
        font-size: 40px;
    }
}

/* /. MIDDLE SECTION */


/* FOOTER */
.footer .el1 .relative{
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 16px;
}
.footer .el1 .relative i{
    position: absolute;
    left: 0;
    top: 4px;
}
.footer-menu li{
    margin-bottom: 10px;
}
.footer-menu a{
    text-decoration: none;
}
.footer-menu a:hover{
    text-decoration: underline;
}
/* /. FOOTER */


/* ABOUT PAGE */
.vantages{
    background: #F0F1F2;
}
.vantages .row{
    display: flex;
    flex-wrap: wrap;
}
.vantages .element{
    padding: 0 25px;
    margin-bottom: 30px;
}
.vantages .element .text{
    color: #565657;
}
.about-partners.partners .item{
    display: inline-block;
    margin: 15px;
}
/* /. ABOUT PAGE */
@media only screen and (min-width: 992px){
    .main-column{
        padding-left: 40px;
    }
}
@media only screen and (min-width: 1330px) {
    .main-column{
        padding-left: 70px;
    }
}
.map{
    height: 480px;
}
.contacts-form{
    padding: 30px 20px 20px;
    background: #F6F6F6;
}
@media only screen and (min-width: 992px){
    .contacts-form{
        margin-top: -160px;
        padding: 60px 40px 40px;
    }
}
@media only screen and (max-width: 767px) {
    .map{
        height: 300px;
    }
}
.page-img img{
    width: 100%;
}


/* INCOTERMS */
.incoterms{
    width: 790px;
    max-width: 100%;
    margin: auto;
}
.inco-header{
    padding-left: 80px;
    margin-bottom: 15px;
}
.inco-body .element{
    margin-bottom: 10px;
    height: 74px;
    padding-left: 80px;
}
.inco-body .element > span{
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 60px;
    height: 60px;
    background: #F0F1F2;
    border-radius: 100%;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: -30px;
    line-height: 60px;
    font-size: 14px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.inco-body .element > span:hover{
    background: #CECFD0;
}
.inco-row {
    overflow: hidden;
    position: relative;
    padding: 0 76px 0 76px;
}
.inco-row > div{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: #1c7caf;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    float: left;
    text-align: center;
    height: 25px;
    line-height: 25px;
}
.inco-row > div:first-of-type{
    width: 76px;
    position: absolute;
    left: 0;
    top: 0;
    float: none;
}
.inco-row > div:last-of-type{
    width: 76px;
    position: absolute;
    top: 0;
    right: 0;
    float: none;
}
.inco-row > div:nth-of-type(2){
    width: 7.28%;
}
.inco-row > div:nth-of-type(3){
    width: 24.52%;
}
.inco-row > div:nth-of-type(4){
    width: 13%;
}
.inco-row > div:nth-of-type(5){
    width: 17.24%;
}
.inco-row > div:nth-of-type(6){
    width: 30.27%;
}
.inco-row > div:nth-of-type(7){
    width: 7.69%;
}
.inco-row > div.blue_bg{
    background: #31BAF7;
}
.inco-row > div.yellow_bg{
    background: #FBD230;
}
.inco-row > div.orange_bg{
    background: #F06636;
}
/* /. INCOTERMS */


/* CONTAINERS */
.containers .element{
    padding-left: 160px;
}
.containers .element > img{
    position: absolute;
    left: 0;
    top: 10px;
}
.containers .element-content .title{
    margin-bottom: 10px;
}

@media only screen and (max-width: 1329px) {
    .content  .containers table th{
        text-transform: none;
        padding: 8px;
        font-size: 9px;
    }
    .content .containers  table td{
        padding: 8px;
        font-size: 12px;
    }
    .containers .element{
        padding-left: 130px;
    }
    .containers .element > img{
        width: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .containers .element{
        padding-left: 0;
    }
    .containers .element > img{
        width: auto;
        position: static;
        margin-bottom: 20px;
    }
    .content  .containers table th{
        text-transform: none;
        padding: 5px;
        font-size: 8px;
    }
}
/* /. CONTAINERS */


/* EUROFUR */
.eurofur .element{
    padding-left: 370px;
}
.eurofur .element > img{
    position: absolute;
    left: 0;
    top: 50px;
}
.eurofur .element-content .title{
    margin-bottom: 10px;
}
@media only screen and (max-width: 1329px) {
    .eurofur  .containers table th{
        text-transform: none;
        padding: 8px;
        font-size: 9px;
    }
    .eurofur .containers  table td{
        padding: 8px;
        font-size: 12px;
    }
    .eurofur .element{
        padding-left: 320px;
    }
}
@media only screen and (max-width: 767px) {
    .eurofur .element{
        padding-left: 0;
    }
    .eurofur .element > img{
        width: auto;
        position: static;
        margin-bottom: 20px;
    }
}
/* /. EUROFUR */

@media only screen and (max-width: 440px) {
    .logo img,
    .mobile-logo img{
        width: 160px;
    }
    .header-aside {
        right: 58px;
    }
    .language-block a {
        width: 50px;
        font-size: 13px;
    }
    .top-slider .item .text {
        font-size: 14px;
        background: rgba(255,255,255,0.7);
        padding: 10px;
    }
    .top-slider .item .title {
        font-size: 20px;
        padding-bottom: 23px;
    }
    .inco-body .element {
        padding-left: 50px;
    }
    .inco-body .element > span {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        line-height: 40px;
        font-size: 12px;
    }
    .inco-row > div {
        font-size: 12px;
    }
    .inco-row > div:first-of-type,
    .inco-row > div:last-of-type{
        width: 56px;
    }
    .inco-row {
        padding: 0 56px 0 56px;
    }
    .containers .element-content{
        overflow: auto;
    }
}
.btn-city{
    cursor: inherit;
    background: #146590 !important;
    border: none;
}


iframe{
    max-width: 100%;
}

.table-wrapper {
    width: 100%;
    overflow: auto;
}

.content img{
    width: auto !important;
    height: auto !important;
}


/* shipping form */
#shipping{
    padding: 50px;
    margin-bottom: 80px;
    border-radius: 10px;
}
.gray-bg{
    background: #EAEFF3;
}
.fancybox_modal p{
    font-size: 13px;
    color: #666666;
}
.shipping-switch-block{
    display: flex;
    justify-content: center;
}
.shipping-switch-block-inner{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 14px 20px;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    margin: 0 auto 25px;
    font-weight: bold;
    color: #666666;
    line-height: 1;
    font-size: 16px;
}
.shipping-switch-block-inner .title{
    cursor: default;
}
.shipping-switch-block-inner .col3 .title{
    color: #949494;
}
.shipping-switch-block-inner .col2{
    padding: 0 20px;
}
.switch-element input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.switch-element label {
    display: block;
    width: 36px;
    height: 16px;
    position: relative;
    cursor: pointer;
}
.switch-element label:before {
    content: "";
    width: 36px;
    height: 16px;
    background: #f05304;
    border-radius: 20px;
    transition: .5s;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    display: inline-block;

}
.switch-element label:after {
    content: "";
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 1px;
    background: #fff;
    transition: .5s;
    transform: scale(1.1);
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}
.switch-element input:checked+label:before{
    background: #c6c6c6;
}
.switch-element input:checked+label:after{
    transform: translateX(22px);
}

.shipping-box{
    display: none;
}
.shipping-box.active{
    display: block;
}
.shipping-box-description{
    color: #f05304;
    font-size: 14px;
    font-style: italic;
    color: #F90202;
}
.shipping-form .form-row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.shipping-form .form-row .col{
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
}
.shipping-form .form-row .col.span2{
    width: 66.6666%;
}
.shipping-form .form-group{
    position: relative;
}
.shipping-form .form-control{
    margin-bottom: 20px;
    height: 40px;
    border: 1px solid #D0D0D0;
    padding-left: 10px;
    padding-right: 10px;
}
.shipping-form .form-control.error{
    border-color: red;
}
.shipping-form .form-group-icon + .form-control{
    padding-left: 50px;
}
.shipping-form .form-group-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #DADADA;
}

.shipping-form .select-group .form-control{
    background: #fff;
    cursor: pointer;
    padding-right: 25px;
}

.select-group input:focus::-moz-placeholder{
    opacity: 1;
}
.select-group input:focus:-ms-input-placeholder{
    opacity: 1;
}
.select-group input:focus::-webkit-input-placeholder{
    opacity: 1;
}
.select-group .shield{
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.select-group .shield:after{
    content: "";
    border: solid 5px transparent;
    border-top: solid 5px #000;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -1px;
}
.select-group .shield.active:after{
    transform: rotate(180deg);
    margin-top: -6px;
}
.select-group-dropdown{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    display: none;
}
.select-group-dropdown.active{
    display: block;
}
.select-group-dropdown .item{
    border-bottom: 1px solid #DADADA;
    display: flex;
    flex-wrap: wrap;
    height: 40px;
    align-items: center;
    cursor: pointer;
    transition: all ease-out 300ms;
}
.select-group-dropdown .item:hover,
.select-group-dropdown .item.current{
    background: #F6F6F6;
}
.select-group-dropdown .item-icon{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select-group-dropdown .item-icon img{
    width: 15px;
}
.select-group-dropdown .item-title{
    width: calc(100% - 40px);
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 13px;
}

.shipping-form textarea.form-control{
    min-height: 100px;
}

.shipping-form .checkboxes{
    display: flex;
    flex-wrap: wrap;
}
.shipping-form .checkboxes-title{
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
}
.checkboxes-left{
    width: 80%;
}
.checkboxes-right{
    width: 20%;
}
.checkboxes .cols{
    display: flex;
    flex-wrap: wrap;
}
.checkboxes-left .col{
    width: 33.3333%;
    padding-right: 30px;
}
.customcheck{
    margin-bottom: 7px;
    position: relative;
}
.customcheck input{
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    opacity: 0.1;
    z-index: -10;
    overflow: hidden;
}
.customcheck label{
    display: inline-block;
    position: relative;
    padding-left: 23px;
    font-size: 13px;
    line-height: 1.3;
    color: #666666;
}
.customcheck label:before{
    content: "";
    background: url(../images/check-empty.svg) 0 0 no-repeat #fff;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 1px;
    left: 0;
}
.customcheck input:checked + label:before{
    background: url(../images/checked.svg) 0 0 no-repeat #fff;
}

.fa-icon1:before {
	content: "\f2bc";
	font-size: 20px;
    color: #eb5e26;
}
.fa-icon2:before {
	content: "\f2be";
	font-size: 20px;
    color: #eb5e26;
}
.fa-icon3:before {
	content: "\f2b7";
	font-size: 20px;
    color: #eb5e26;
}
.fa-icon4:before {
    content: "\f1b3 ";
    font-size: 16px;
    color: #eb5e26;
}
.fa-icon5:before {
	content: "\f1b2";
	font-size: 20px;
    color: #eb5e26;
}
.fa-icon7:before {
	content: "\f0a8";
	font-size: 20px;
    color: #eb5e26;
}
.fa-icon10:before {
	content: "\f0a9";
	font-size: 20px;
    color: #eb5e26;
}	
.fa-icon12:before {
	content: "\f041";
	font-size: 20px;
    color: #eb5e26;
}
.fa-icon9:before {
	content: "\f002";
	font-size: 20px;
    color: #eb5e26;
}
.fa-icon6:before {
	content: "\f24e";
	font-size: 20px;
    color: #eb5e26;
}
.fa-icon13:before {
	content: "\f05a";
	font-size: 20px;
    color: #eb5e26;
}
.fa-icon16:before {
    content: "\f0f2 ";
    font-size: 16px;
    color: #eb5e26;
}
.fa-icon17:before {
    content: "\f1ba ";
    font-size: 16px;
    color: #eb5e26;
}
.fa-icon18:before {
    content: "\f071 ";
    font-size: 16px;
    color: #eb5e26;
}
.fa-icon19:before {
    content: "\f132 ";
    font-size: 16px;
    color: #eb5e26;
}
.fa-icon20:before {
    content: "\f085 ";
    font-size: 16px;
    color: #eb5e26;
}
.fa-icon21:before {
    content: "\f12e ";
    font-size: 16px;
    color: #eb5e26;
}
.fa-icon22:before {
    content: "\f09d ";
    font-size: 16px;
    color: #eb5e26;
}
.fa-iconinn:before{
    content: "\f016 ";
    font-size: 16px;
    color: #eb5e26;
}
.fa-icon133:before {
    content: "\f2dc ";
    font-size: 16px;
    color: #eb5e26;
}
.fa-icon888:before {
    content: "\f095 ";
    font-size: 16px;
    color: #eb5e26;
}
.fa-icon889:before {
    content: "\f2b7";
    font-size: 16px;
    color: #eb5e26;
}
.fa-icon890:before {
    content: "\f0e6";
    font-size: 16px;
    color: #eb5e26;
}
span.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-icon888:before {
    content: "\f095 ";
    font-size: 16px;
    color: #eb5e26;
}

.shipping-form-footer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.shipping-form-footer .col1{
    width: calc(100% - 280px);
    padding-right: 30px;
}
.shipping-form-footer .col2{
    width: 280px;
}
.shipping-form-footer .col2 .btn{
    width: 100%;
    margin-bottom: 0;
}
@media(max-width: 1099px){
    #shipping{
        padding: 30px;
    }
}
@media(max-width: 991px){
    .shipping-form .form-row .col{
        width: 50%;
    }
    .shipping-form .form-row .col.span2{
        width: 100%;
    }
    .shipping-form .form-row .col:nth-last-child(2){
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .shipping-form .form-row .col:nth-last-child(2) .form-group{
        width: calc(50% - 5px);
    }
    .shipping-form .form-row .col:nth-last-child(3){
        width: 100%;
    }
    .checkboxes-left .col{
        padding-right: 15px;
    }
    .customcheck label{
        font-size: 12px;
    }
    .shipping-form .agreement{
        font-size: 12px;
    }
    .shipping-form .agreement input+label:before{
        top: -1px;
    }
}

@media(max-width: 767px){
    #shipping{
        padding: 30px 20px;
    }
    .checkboxes-left .col{
        width: 100%;
    }
    .checkboxes-left,
    .checkboxes-right{
        padding: 0;
        width: calc(50% - 10px);
    }
    .shipping-form .checkboxes{
        justify-content: space-between;
    }
    .shipping-form-footer .col1{
        padding-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .fancybox_modal{
        padding: 20px;
    }
}
@media(max-width: 629px){
    .shipping-form .form-row .col,
    .shipping-form .form-row .col:nth-last-child(2) .form-group{
        width: 100%;
    }
    .shipping-form .form-control{
        margin-bottom: 10px;
    }
    .shipping-form .checkboxes-title{
        font-size: 14px;
    }
    .shipping-form .checkboxes{
        margin-top: 20px;
    }
}
@media(max-width: 499px){
    .checkboxes-left, 
    .checkboxes-right{
        width: 100%;
    }
    .checkboxes-right{
        margin-top: 10px;
    }
    .shipping-form-footer .col2{
        width: 100%;
    }
    .shipping-switch-block-inner{
        width: 100%;
    }
}
@media(max-width: 399px){
    .shipping-switch-block-inner .col2 {
        padding: 0 10px;
    }
    .switch-element label,
    .switch-element label:before{
        width: 30px;
    }
    .switch-element input:checked+label:after {
        transform: translateX(16px);
    }
    .shipping-switch-block-inner {
        padding: 7px 10px;
        margin: 0 auto 15px;
        font-weight: normal;
        font-size: 14px;
        justify-content: center;
    }
    #shipping h3{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .fancybox_modal p{
        font-size: 12px;
        margin-bottom: 15px;
    }
}
/* /. shipping form */


/* Agreement */
.agreement {
    position: relative;
    color: #838383;
    padding-left: 22px;
    font-size: 15px;
    margin-bottom: 0;
}
.agreement input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement label {
    display: inline;
    position: relative;
    font-weight: normal;
}
.agreement input+label:before {
    background: url(../images/check-empty.svg) 0 0 no-repeat #fff;
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 1px;
    left: -22px;
    border-radius: 2px;
}
.agreement input:checked+label:before {
    background: url(../images/checked.svg) 0 0 no-repeat #fff;
}
.agreement input.rferr+label {
    color: red;
}
/* /. Agreement */

