* {
    margin: 0px;
    padding: 0px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;

} 

body {  
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #000000;         
}
td {  
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;

    line-height: 145%;
    color: #000000;         
}
.content {   
    letter-spacing: 0.02em;
}
body {
    background: #fff;
    color: #000000;     
}
.relative {
    position: relative;
}
a {       
    color: #00572C;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
a:hover {
    color: #0C8D4E; 
}
.clear {
    clear: both;
}

.flexBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    flex-wrap: wrap;       
}

.flexBoxStart {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; 
    flex-wrap: nowrap;       
}
.flexBoxCenter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;       
}
.layer {
    width: calc(100% - 48px);
    max-width: 1170px;
    margin: 0px auto;
}

.head {
    position: fixed;
    top: 0px;   
    left: 0px;   
    right: 0px;   
    margin: auto;
    background: #fff;
    z-index: 100;
    box-shadow: rgb(0 0 0 / 25%) 0px 2px 4px;
}

.logo {
    width: 272px;  
} 
.logoIcon {
    width: 67px;
    height: 55px;
}
.logoTextLayer {     
    position: relative;
    margin-top: 5px;
}
.logoTextLayer:after {
    content: " ";
    position: absolute;
    bottom: -21px;
    left: 0px;
    width: 50%;
    height: 5px;
    background: #1767B9;
}
.logoTextLayer:before {
    content: " ";
    position: absolute;
    bottom: -21px;
    right: 0px;
    width: 50%;
    height: 5px;
    background: #FED233;
}


.headLayer {               
    height: 70px;     
}
.headSearch {
    width: 18px;
    height: 18px;
    background: url("../img/search.svg") 50% 50% no-repeat;
    cursor: pointer;  
    background-size: 15px;      
}
.headLang {
    width: 43px;
    height: 21px;                                                          
    
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    /* identical to box height, or 15px */


    /* text/accent */

    color: #00572C;   
    cursor: pointer;
    position: relative;  
    
} 
.headLangLayer {
    position: absolute;
    top: 0px;   
    left: 0px; 
    height: 21px; 
    width: 100%;
    overflow: hidden;
    -webkit-transition: box-shadow .3s ease, height .3s ease;
    -moz-transition: box-shadow .3s ease, height .3s ease;
    -o-transition: box-shadow .3s ease, height .3s ease;
    transition: box-shadow .3s ease, height .3s ease;
    padding: 6px 3px;
    
    transform: translate(0px, -4px);      
    background: #fff url("../img/langArr.svg") calc(100% - 2px) 10px no-repeat;     
}
.headLangLayer a, .headLangLayer div {
    margin-bottom: 5px;
    display: block; 
}
.headLang:hover .headLangLayer { 
    height: 67px; 
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.29);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.29); 
             
}


/**/


.headPhone {
    width: 170px;
    height: 70px;     
    color: #fff;  
    position: relative;  
}
.headPhoneLayer {
    height: auto;
    width: 100%;
    position: absolute;
    top: 0px;     
    left: 0px;   
    padding: 15px 5px 20px 15px;
    background: #00572C; 
    -webkit-transition: box-shadow .5s ease, opacity .5s ease;
    -moz-transition: box-shadow .5s ease, opacity .5s ease;
    -o-transition: box-shadow .5s ease, opacity .5s ease;
    transition: box-shadow .5s ease, opacity .5s ease;   
}

.headPhoneLayerHide {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height .5s ease, opacity .5s ease;
    -moz-transition: max-height .5s ease, opacity .5s ease;
    -o-transition: max-height .5s ease, opacity .5s ease;
    transition: max-height .5s ease, opacity .5s ease; 
    margin-bottom: 12px;
    opacity: 0;
}

.headPhoneLayer a:hover {
    color: #fff;
}
.phoneIcon, .skypeIcon, .telegramIcom, .headCallbackButton, .mailToIcom {
    color: #fff;
    display: block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 145%;
    /* or 17px */

    letter-spacing: 0.02em;
    text-transform: uppercase; 
    padding-left: 30px;  
    margin-bottom: 12px;     
}  

.skypeIcon, .telegramIcom {
    text-transform: none;
}

.phoneIcon {
    background: url("../img/phone.svg") 0% 50% no-repeat; 
}
.skypeIcon {
    background: url("../img/whatapp.svg") 0% 50% no-repeat; 
}
.telegramIcom {
    background: url("../img/telegramIcom.svg") 0% 50% no-repeat; 
}
.mailToIcom {
    padding-left: 0px;
    text-align: center;
    text-transform: none;
    text-align: left;
}

.headCallbackButton {
    font-size: 10px;
    line-height: 145%;
    background: url("../img/headCallbackButton.svg") 0% 50% no-repeat; 
    cursor: pointer; 
    margin-top: -14px;
    margin-bottom: 3px;
} 
.headBottomButton {
    position: absolute;      
    bottom: 0px;
    left: 0px;    
    width: 100%;
    height: 20px !important;
    max-height: 100px; 
    padding: 0px;                                                             
    cursor: pointer; 
    background: #00572C;  
}
.headBottomButton:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url("../img/headBottomButton.svg") 50% 50% no-repeat; 
    -webkit-transition: transform .5s ease, visibility .5s ease;
    -moz-transition: transform .5s ease, visibility .5s ease;
    -o-transition: transform .5s ease, visibility .5s ease;
    transition: transform .5s ease, visibility .5s ease;
}
.headBottomButtonShow:after {
    transform: rotate3d(1, 0, 0, 180deg);
}







/**/


.headMenu {
    width: calc(100% - 600px); 
    height: 70px;       
    margin-left: -14px;
}

.headMenuTop {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 160%;
    /* identical to box height, or 21px */

    text-transform: uppercase;

    /* text/Title */
    padding: 0px 8px;
    cursor: pointer;
    height: 100%;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;
                        
    z-index: 3; 

                    
}

.headMenuTop>a, .headMenuTop>div { 
    color: #000000;
    -webkit-transition: color .5s ease, visibility .5s ease;
    -moz-transition: color .5s ease, visibility .5s ease;
    -o-transition: color .5s ease, visibility .5s ease;
    transition: color .5s ease, visibility .5s ease;
}



.headMenuTopMoveLayer {
    height: 80px;          
    width: 80px;
    position: absolute;
    top: 0px;   
    left: 0px;  
    margin: auto; 

}

.headMenuTopMoveLayerAnimate {  
    -webkit-transition: left .5s ease, width .5s ease;
    -moz-transition: left .5s ease, width .5s ease;
    -o-transition: left .5s ease, width .5s ease;
    transition: left .5s ease, width .5s ease;   
    background: #00572C; 
}


.headMenu .headMenuTopActive>a, .headMenu .headMenuTopActive>div {
    color: #fff !important;
    font-weight: 600;
}

.headMenuTopArr {
    padding-right: 18px; 
    position: relative; 
}   
.headMenuTopArr:after {
    content: " ";
    border: 6px solid transparent;
    border-top: 6px solid #00572C;
    position: absolute;
    top: 6px;  
    right: 0px;
    margin: auto;
    width: 0px;
    height: 0px; 
    
    -webkit-transition: left .5s border-color, visibility .5s ease;
    -moz-transition: left .5s border-color, visibility .5s ease;
    -o-transition: left .5s border-color, visibility .5s ease;
    transition: border-color .5s ease, width .5s ease;
    
}
.headMenuTopActive .headMenuTopArr:after {
    border-top: 6px solid #fff;        
}


/*SUB MENU*/

.headMenuServiceLayer {
    position: absolute;
    top: 70px;
    left: 0px;
    right: 0px;
    margin: auto;   
    padding: 21px 25px;
    background: #434343;
    color: #fff;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease, box-shadow .2s ease, visibility .2s ease !important;
    -moz-transition: opacity .2s ease, box-shadow .2s ease, visibility .2s ease !important;
    -o-transition: opacity .2s ease, box-shadow .2s ease, visibility .2s ease !important;
    transition: opacity .2s ease, box-shadow .2s ease, visibility .2s ease !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);  
    cursor: auto;
}

.headMenuServiceLayerShow {
    opacity: 1;
    visibility: visible; 
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);  
}

.headMenuServiceLayer a {
    color: #fff;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase; 
    display: inline-block;
    margin-bottom: 10px;   
    padding-left: 10px; 
    position: relative;
}
.headMenuServiceLayer a:after {
    content: " ";
    position: absolute;
    top: 6px;   
    left: 0px;  
    margin: auto;
    width: 4px;
    height: 4px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.headMenuServiceRow {
    width: calc((100% - 120px) / 4);
}
.headMenu .headMenuServiceRowTitle {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 145%;   
    letter-spacing: 0.02em;
    text-transform: uppercase;      
    display: block;
    padding-bottom: 3px;
    margin-bottom: 8px;
    padding-left: 0px; 
}
.headMenu .headMenuServiceRowTitle:after {
    width: 100%;    
    height: 1px;
    top: unset;
    bottom: 0px;
}



.headMenuTopBg {
    position: absolute;
    top: 70px;
    right: 0px; 
    width: 182px; 
    padding: 20px;
    background: #434343;
    color: #fff; 
    -webkit-transition: opacity .2s ease, box-shadow .2s ease, visibility .2s ease !important;
    -moz-transition: opacity .2s ease, box-shadow .2s ease, visibility .2s ease !important;
    -o-transition: opacity .2s ease, box-shadow .2s ease, visibility .2s ease !important;
    transition: opacity .2s ease, box-shadow .2s ease, visibility .2s ease !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);  
    opacity: 0;
    visibility: hidden;  
    cursor: auto;    
}  
.headMenuTopInfoCenterShow .headMenuTopBg {   
    opacity: 1;
    visibility: visible; 
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);  
}
.headMenuTopBg a {
    color: #fff;    
    font-weight: 600;
    font-size: 10px;
    line-height: 145%;
    margin-bottom: 10px !important;
    display: block;
}

/*SUB MENU*/



.hamburger {
    display: none;
    width: 27px;
    height: 19px;
    position: relative;
    cursor: pointer; 
    -webkit-tap-highlight-color: transparent;
   
}

.hamburger div {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #000; 
    
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: auto;
}


.hamburger:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #000;  
    
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.hamburger:before {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #000;  
    
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    
}
.hamburgerActive:after {
    transform: translate(0px, 9px) rotate(45deg);  
    /*transform-origin: 6px 7px; */
}
.hamburgerActive:before {
    transform: translate(0px, -8px) rotate(-45deg);  
    /*transform-origin: 6px -3px;*/
}



.logoWhite {
    display: none;
}
.headFixedClose {
    display: none;
}

.headMenuServiceRowTitle div {
    display: none;
}


.topPageLayer {
    width: 100%;
    height: 250px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
}
.topPageCenter {
    text-align: center;
    width: 100%;
}
.topPageCenter h1 {
    max-width: 995px;
    font-weight: 600;
    font-size: 40px;
    line-height: 130%;  
    text-align: center;
    letter-spacing: 0.02em;  
    color: #FFFFFF;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
}
.breadcrumbs {
    font-family: 'Open Sans';
    font-style: normal;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    line-height: 145%;
    /* identical to box height, or 25px */

    letter-spacing: 0.02em;

    /* UI/BG white */

    color: #FFFFFF;
}
.breadcrumbs a {
    color: #fff;
}

.centerLayer {
    align-items: flex-start;
}

.panel {
    width: 270px; 
    margin-top: -20px;     
}
.content {
    width: calc(100% - 300px);
    padding-top: 20px;
}
.panelButton {
    width: 100%;
    background: #00572C;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 39px;    
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    display: block;
    height: 39px;
    text-align: center;
    margin-bottom: 10px; 
    cursor: pointer;
}
.panelButton:hover {
    color: #fff;
}

.button {   
    background: #00572C;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}
.button:hover {   
    background: #0C8D4E;
}
.button:active {   
    background: #00572C;
}
.consButton {
    position: relative;
}
.consButton:after {
    content: " ";
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0px;
    bottom: 0px; 
    right: 30px;  
    margin: auto;
}
.consButton:before {
    content: " ";
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0px;
    bottom: 0px; 
    right: 30px;  
    margin: auto;
    
    transform: rotate3d(0, 0, 1, 90deg);
}

.panelService {
    margin-top: 20px;
}

.panelServiceItem {
    width: 100%; 
}

.panelServiceItem {
    margin-bottom: 10px;
    position: relative;
}
.panelServiceItemBack {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.panelServiceItemTitle {
    border: 2px solid #00572C;
    border-bottom: none;
    
    font-weight: 600;
    font-size: 15px;
    line-height: 145%;
    /* identical to box height, or 22px */

    letter-spacing: 0.02em;
    text-transform: uppercase;  
    padding: 5px 10px 2px;
    position: relative;
    cursor: pointer;  
    
}
.panelServiceItemTitle span {
    display: block;
    font-size: 19px;
    line-height: 145%;
}
.panelServiceItemTitle:after {
    content: " ";
    position: absolute;
    top: 7px; 
    right: 8px; 
    width: 24px;
    height: 24px;
    background: url("../img/panelServiceItemArr.svg") 50% 50% no-repeat;
      
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease; 
}
.panelServiceItemList a {
    display: block;
    opacity: 0;
    visibility: hidden;
    
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    
    font-size: 10px;
    line-height: 145%;  
    letter-spacing: 0.02em;
    text-transform: uppercase;  
    color: #FFFFFF;
    margin-bottom: 10px; 
    position: relative;
    z-index: 2;
}
.panelServiceItemList a:after {
    content: " ";
    position: absolute;
    top: 6px;    
    left: -8px;   
    margin: auto;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}
.panelServiceItemList {  
    height: 117px;
    width: 100%;
    background: url("../img/panelServiceItem1.png") 50% 50% no-repeat;
    background-size: cover;    
    padding: 10px 10px 10px 13px;
    position: relative;
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
    -o-transition: height .5s ease;
    transition: height .5s ease;
}

.panelServiceItem:nth-child(2) .panelServiceItemList {
    background: url("../img/panelServiceItem2.png") 50% 50% no-repeat;
    background-size: cover;   
}
.panelServiceItem:nth-child(3) .panelServiceItemList {
    background: url("../img/panelServiceItem3.png") 50% 50% no-repeat;
    background-size: cover;   
}
.panelServiceItem:nth-child(4) .panelServiceItemList {
    background: url("../img/panelServiceItem4.png") 50% 50% no-repeat;
    background-size: cover;   
}

.panelServiceItemList:after {
    content: " ";
    position: absolute;
    top: 0px;    
    left: 0px;   
    width: 100%;
    height: 100%;
    background: rgba(67, 67, 67, 0.9);
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.panelServiceItemShow .panelServiceItemBack {
    display: none;
}
.panelServiceItemShow .panelServiceItemTitle:after {         
    transform: rotate3d(0, 0, 1, 180deg); 
}


.panelServiceItemShow .panelServiceItemList:after {
    opacity: 1;
}


.panelServiceItemShow .panelServiceItemList a {
    opacity: 1;
    visibility: visible;
    
}


.panelLinks {
    margin-top: 20px;
}
.panelLinksTitle {
    font-weight: 600;
    font-size: 17px;
    line-height: 145%;  
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.panelLinks a {
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    display: block;
    padding: 5px 20px;
    color: #fff;      
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;  
}
.newsBrief {
    font-weight: 600;
    font-size: 17px;
    line-height: 145%;  
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}
.newsContent {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%; 
    letter-spacing: 0.02em; 
}
.newsContent li {
    padding-left: 18px;
    margin-bottom: 9px;
    position: relative; 
    list-style: none;   
}
.newsContent li:after {
    content: " ";
    width: 8px;
    height: 8px;
    background: #00572C;
    border-radius: 80px;
    position: absolute;
    top: 6px;
    left: 0px;
}
.newsContent h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%; 
    letter-spacing: 0.02em; 
    
    color: #00572C;   
    margin-bottom: 20px;
    font-weight: bold;
}
.newsContent a {
    text-decoration: underline;
}
.newsContent p {   
    margin-bottom: 19px;
}
.newsContent p:last-child {
    margin-bottom: 0px;
}
.newsContent img {
    max-width: 100%;
    height: auto;
}
.newsContent table {
    width: 100%;
    background: #cbcbcb;
    border-spacing: 2px;
    border-collapse: separate;
    border-collapse: collapse; 
    border: 1px solid #cbcbcb;
    margin-bottom: 10px; 
}
.newsContent table td {
    background: #fff;
    padding: 5px;
}
.newsDate {
    font-weight: 300;
    font-size: 14px;
    line-height: 145%;  
    letter-spacing: 0.02em;
    margin-bottom: 40px;
    margin-top: 10px;
}
.shareList {
    align-items: flex-end;
    width: 178px;
}
.shareList span {
    font-weight: 600;
    font-size: 10px;
    line-height: 145%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.shareList a {
    width: 20px;
    height: 20px;
}
.shareList a:nth-child(2) {background: url("../img/shareFb.svg") 50% 50% no-repeat;}
.shareList a:nth-child(3) {background: url("../img/shareIn.svg") 50% 50% no-repeat;}
.shareList a:nth-child(4) {background: url("../img/shareTw.svg") 50% 50% no-repeat;}
.newsTagList {
    width: calc(100% - 200px);
    
}

.newsTagList a {
    font-weight: 700;
    font-size: 10px;
    line-height: 145%;  
    text-align: center;
    letter-spacing: 0.02em;
    padding: 3px 30px;        
    margin: 2px 0px;
    display: inline-block;  
    margin-right: 9px;
    position: relative;
}
.newsTagList a:after {
    content: " ";
    position: absolute;
    top: 0px;    
    left: 0px;   
    margin: auto;
    width: 100%;
    height: 100%;
    border: 1px solid #00572C;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.newsTagList a:hover:after {
    border: 2px solid #00572C;
}

.bannerList {
    margin-top: 20px;
    width: 100%;
    height: 140px; 
    position: relative;  
    overflow: hidden;  
    cursor: pointer;  
}
.bannerItem {      
    width: 100%;
    height: 100%; 
    position: absolute;
    left: 0;
    top: 0;   
    overflow: hidden;    
}
.bannerItem img {
    max-width: 100%;
    /*max-height: 100%; */
    position: absolute;
    top: 0px;    
    left: 0px;   
}
.panelBannerItemBrief {
    width: 100%;
    height: 25px;
    background: #00572C;
    color: #fff;
    position: absolute;    
    bottom: 0px;
    left: 0px;    
    z-index: 2;
    padding: 4px 9px;
}
.panelBannerItemBriefCompany {
    font-weight: 600;
    font-size: 11px;
    line-height: 17px;  
    letter-spacing: 0.02em;
    float: left;
}
.panelBannerItemBriefPrice {
    float: right;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;   
    letter-spacing: 0.02em;   
}

.bannerActive2 {     
    z-index: 4;    
}

.bannerActive1 {
    z-index: 3;
    left: 0 !important;
}
.bannerDotList {
    justify-content: center;
}
.bannerDotItem {
    width: 27px;
    height: 25px;        
    margin: 10px 7.5px;
    position: relative;
}
.bannerDotItem:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 5px;
    background: #D9D9D9;
    display: block;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
}  
.bannerDotItemActive:after {
    background: #00572C;
}
.bannerRightArr {
    display: none;
}
.bannerLeftArr {
    display: none;
}

.otherNews {
    margin-top: 40px;
    padding-top: 40px;
    width: 100%;    
    border-top: 1px solid #00572C; 
    align-items: flex-start;
}
.otherNews>div {
    width: calc((100% - 70px) / 2);
}
.otherNewsImg {
    width: 170px;
    height: 153px;
}
.otherNewsImg img {
/*    max-width: 100%;
    height: 100%;  */
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.otherNewsContent {
    width: 200px;    
}
.otherNewsArr {
    font-weight: 700;
    font-size: 10px;
    line-height: 20px;  
    letter-spacing: 0.02em;
    text-transform: uppercase; 
    color: #00572C;
    display: block;
    height: 20px;
}
.otherNewsTitle {
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #000000;
    margin-top: 5px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.otherNewsBrief {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.02em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}
.otherNewsLeft {
    
}
.otherNewsRight {
    flex-direction: row-reverse;
}
.otherNewsRight a, .otherNewsRight div {
    text-align: right;
}

.otherNewsArr {
    position: relative;
}
.otherNewsArr:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px; 
    margin: auto;
    width: 16px;
    height: 13px;
    background: url("../img/otherNewsArr.svg") 50% 50% no-repeat;
}
.otherNewsLeft .otherNewsArr {
    padding-left: 26px;
}
.otherNewsRight .otherNewsArr {
    padding-right: 26px;
}
.otherNewsRight .otherNewsArr:after {
    left: unset;
    right: 0px;
    transform: rotate3d(0, 0, 1, 180deg);
}
.footer {
    background: url("../img/footer.png") 50% 50% no-repeat;
    background-size: cover;
    margin-top: 35px;
}
.footerSoc {               
    text-align: center;
    max-width: 770px;
    margin: auto;         
    margin-top: 3px; 
}
.footerSocIcon {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    margin: 0px 7.5px;
}
.footerSocIcon:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.footerSocIcon:nth-child(1):after {
    background: url("../img/footerFb.svg") 50% 50% no-repeat;
}
.footerSocIcon:nth-child(2):after {
    background: url("../img/footerIn.svg") 50% 50% no-repeat;
}
.footerCopyright {
    width: 100%;
    font-weight: 600;
    font-size: 8px;
    line-height: 190%;  
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 10px;
    padding-top: 3px;
    margin-top: 2px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footerList {
    align-items: flex-start;
    padding-top: 25px;
}

.footerRow {
    min-width: 215px;
} 


.footerRowTitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;     
    color: #FFFFFF;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
} 
.footerRowTitle:after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    max-width: 215px;
    height: 0.5px;
    background: #FFFFFF;
}
.footerRow a {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%; 
    letter-spacing: 0.02em;
    display: block;
    margin-bottom: 15px;
    white-space: nowrap;
}
.footerRow a:last-child {
    margin-bottom: 0px;
}



.footerMap {
    white-space: normal !important;   
    width: 180px;
    line-height: 180% !important;
}


.footerLogoLayer {
    width: 270px;
    text-align: center;
}
.footerLogo img {
    max-width: 100%;
}
.footerPhone {
    padding-left: 25px;
    background: url("../img/footerPhone.svg") 0% 50% no-repeat;
}
.footerMail {
    padding-left: 25px;
    background: url("../img/footerMail.svg") 0% 50% no-repeat;
}
.footerSkype {
    padding-left: 25px;
    background: url("../img/footerWhatapp.svg") 0% 50% no-repeat;
}
.footerTelegram {
    padding-left: 25px;
    background: url(../img/telegramIcom.svg) 0% 50% no-repeat;
}
.footerMap {
    padding-left: 25px;
    background: url("../img/footerMap.svg") 0% 0% no-repeat;
}

.footerCallback {     
    font-weight: 600;
    font-size: 10px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;  
    color: #00572C;
    text-align: center;                                       
    background: #fff;
    margin-bottom: 20px;
    cursor: pointer;
    margin-top: 5px;
    
}
.footerCallback>div {
    padding: 14.5px 20px;  
    background: url("../img/footerCallback.svg") 0% 50% no-repeat;  
    display: inline-block;
    padding-left: 25px; 
}
.footerPravo {
    font-weight: 600;
    font-size: 11px;
    line-height: 140%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;     
    color: #FFFFFF;
}
.newsSearchLayer {
    justify-content: flex-start;
    margin-bottom: 20px;
}
.newsSearch {
    width: 270px;
    margin-right: 30px;
}
.newsSearchTitle {
    font-weight: 600;
    font-size: 17px;
    line-height: 145%;  
    letter-spacing: 0.02em;        
    color: #000000;
    margin-bottom: 5px;
}
.newsSearch input {
    height: 39px;
    width: 100%;
    border: 1px solid #00572C;
    padding: 11px 10px 11px 40px;
    background: url(../img/search.svg) 15px calc(50% + 1px) no-repeat;
    
    
    font-weight: 400;
    font-size: 15px;
    line-height: 145%;  
    letter-spacing: 0.02em;  
    color: #000000;
    
    font-family: 'Open Sans';
    font-style: normal;
}
.newsSearch select {
    height: 39px;
    width: 100%;
    border: 1px solid #00572C;
    padding: 8px 10px 9px 15px;                              
    background: url(../img/newsSearchSelect.svg) calc(100% - 12px) calc(50%) no-repeat;
    -webkit-appearance: none;
    
    
    font-weight: 400;
    font-size: 15px;
    line-height: 145%;  
    letter-spacing: 0.02em;  
    color: #00000080;
    
    font-family: 'Open Sans';
    font-style: normal; 
}
.newsMainItem {       
    width: 100%;    
}
.newsMainItemImg {
    max-width: 100%;
    height: 338px;
    display: block; 
}
.newsMainItemImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsMainDate {
    font-weight: 400;
    font-size: 10px;
    line-height: 145%;      
    letter-spacing: 0.02em;  
    color: #434343;
    margin-top: 5px;
}
.newsMainTitle {
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;  
    letter-spacing: 0.02em;   
    color: #000000;
    margin-top: 1px;
    margin-bottom: 5px;
}
.newsMainBrief {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;  
    letter-spacing: 0.02em; 
    color: #000000;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newsMainButton {
    height: 30px;
    font-weight: 600;
    font-size: 10px;
    line-height: 30px; 
    letter-spacing: 0.02em;
    text-transform: uppercase;   
    color: #FFFFFF;
    padding: 0px 78px;
    display: inline-block;
    margin-bottom: 40px;
}
.newsMainButton:hover, .newsMainButton:active {
    color: #fff;
}
.newsList {
    margin-top: 0px;
}
.newsItem {
    width: calc((100% - 24px) / 2);
    align-items: flex-start;
    margin-bottom: 40px;
}
.newsItemImg {
    width: 197px;
    height: 154px;
}
.newsItemImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsItemContent {
    width: calc(100% - 217px)
}
.newsItemDate {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.02em;
    margin-bottom: 1px;
}
.newsItemTitle {
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #000;
    
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.newsItemBrief {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%; 
    letter-spacing: 0.02em;   
    
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newsPagination {
    width: 100%;
    margin-bottom: 15px;
    justify-content: center;
}
.newsPagination span, .newsPagination a {
    width: 57px;
    height: 30px;
    font-size: 17px;
    line-height: 28px;
    border: 1px solid #00572C;
    text-align: center;
    font-weight: 700;
    font-size: 17px;  
    letter-spacing: 0.02em;
    margin: 0px 8.5px;
    color: #00572C;
}
.newsPagination a:hover {
    color: #00572C;
}
.newsPagination span {
    background: #00572C;    
    color: #fff;
}
.nextPage {
    background: url("../img/nextPage.svg") 50% 50% no-repeat !important;
    margin: 0px 12.5px !important;
}
.prevPage {
    background: url("../img/nextPage.svg") 50% 50% no-repeat !important;
    margin: 0px 12.5px !important;
    transform: rotate3d(0, 1, 0, 180deg);
}
.specailItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    flex-wrap: wrap; 
    height: 225px;
    margin-bottom: 10px;
}
.specailItem:nth-child(2n) {
    flex-direction: row-reverse;
}

.specailItem a:hover {
    color: #fff;
}

.specialImg {
    width: calc(57% - 5px);
    height: 100%; 
}   
.specialImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.specialText {
    width: calc(43% - 5px);
    height: 100%;
    background: #00572C;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;  
    
    font-weight: 600;
    font-size: 22px;
    line-height: 145%; 
    letter-spacing: 0.02em;    
    text-transform: uppercase;
    color: #fff;     
    text-align: center; 
    padding: 0px 20px;
} 
.specialText span {
    max-width: 240px;
}
.specailItemTwo .specialImg {
    background: #000; 
    position: relative;  
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap; 
}
.specailItemTwo .specialImg img {
    opacity: 0.4;  
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;   
}
.specailItemTwo .specialImg span {
    font-weight: 600;
    font-size: 22px;
    line-height: 145%; 
    letter-spacing: 0.02em;    
    text-transform: uppercase;
    color: #fff;     
    text-align: center; 
    width: auto;
    height: auto;  
    z-index: 2; 
    max-width: 240px;
    padding: 0px 20px;
}


.faqTop {
    width: 570px;
    margin-bottom: 30px;
}                 
.faqTopButton {
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap; 
     
    font-weight: 600;
    font-size: 10px;
    line-height: 145%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    height: 39px;
    border: 1px solid #00572C;
    color: #00572C;
    width: 270px;   
    cursor: pointer;
    -webkit-transition: background .5s ease, color .5s ease;
    -moz-transition: background .5s ease, color .5s ease;
    -o-transition: background .5s ease, color.5s ease;
    transition: background .5s ease, color .5s ease;
}
.faqTopButton:hover {
    border: 2px solid #00572C;       
}
.faqTopButtonActive {
    background: #00572C;
    color: #fff;
}
.faqTab {
    position: relative;
}
.faqTabItem {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    display: none;

}
.faqTabItemActive {
    opacity: 1;         
    visibility: visible;
    display: block;
    
}

.faqItem {
    width: 100%;
    padding: 0px 30px 0px;
    border: 1px solid #D9D9D9;
    background: #fff;
    margin-bottom: 9px; 
}
.faqItem:nth-child(2n){
    background: #D9D9D9;
    border: 1px solid #D9D9D9;
}
.faqItem:nth-child(2n) .faqItemTitle {
    color: #000000;
}
.faqItemTitle {
    font-weight: 700;
    font-size: 13px;
    line-height: 20px; 
    padding: 2px 0px; 
    color: #00572C;
    position: relative;
    cursor: pointer; 
    padding-right: 50px;  
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap; 
    min-height: 50px;      
    
    
} 
.faqItemTitle div {
    position: absolute;
    top: 0px;
    bottom: 0px;  
    right: 0px;
    margin: auto; 
    width: 24px;
    height: 24px; 
    border: 1px solid #00572C;    
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;   
    -webkit-transition: background .5s ease, visibility .5s ease;
    -moz-transition: background .5s ease, visibility .5s ease;
    -o-transition: background .5s ease, visibility .5s ease;
    transition: background .5s ease, visibility .5s ease;
}
.faqItemTitle div:after {
    content: " ";
    width: 24px;
    height: 24px;                                            
    background: url("../img/faqItemTitle.svg") 50% 50% no-repeat;  
    position: absolute;
    top: -0.5px;    
    left: -0.5px; 
    -webkit-transition: filter .5s ease, transform .5s ease;
    -moz-transition: filter .5s ease, transform .5s ease;
    -o-transition: filter .5s ease, transform .5s ease;
    transition: filter .5s ease, transform .5s ease;  
}  
.faqItemOpen .faqItemTitle div {
    background: #00572C;
    
}
.faqItemOpen .faqItemTitle div:after {
    filter: brightness(0) invert(1); 
    transform: rotate3d(0, 0, 1, 180deg); 
    top: -1px;    
    left: -1px;      
}
.faqItemContent {
    overflow: hidden;
    height: 0px;
    opacity: 0;
    -webkit-transition: opacity .5s ease, height .5s ease;
    -moz-transition: opacity .5s ease, height .5s ease;
    -o-transition: opacity .5s ease, height .5s ease;
    transition: opacity .5s ease, height .5s ease;  
}
.faqItemOpen .faqItemContent {
    opacity: 1
}
.faqItemContent div {
    padding-top: 0px;
    padding-bottom: 18px;
    font-weight: 400;
    font-size: 13px;
    line-height: 145%; 
    letter-spacing: 0.02em;
}
.faqItemContent div p {
    padding: 5px 0px;
}
.faqItemContent div b {
    color: #00572C;
}
.faqItemContent div ul {
    list-style: none;    
}
.faqItemContent div li {
    padding-left: 20px;
    position: relative;
}
.faqItemContent div li:after {
    content: " ";
    position: absolute;
    top: 7px;  
    left: 7px;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #00572C;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.taxInfo {
    margin-bottom: 20px;            
    padding-left: 14px;
    font-weight: 600;
    font-size: 22px;
    line-height: 145%;   
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #00572C;
    position: relative;
}
.taxInfo:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px; 
    margin: auto;
    height: calc(100% - 9px);
    width: 4px;
    background: #00572C;
    
}
.taxContent {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.02em;   
    color: #000000;     
}
.taxContent p {
    margin-bottom: 10px;    
}
.taxContent ul {
    margin: 20px 0px;
}
.taxContent ul li {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%; 
    letter-spacing: 0.02em; 
    color: #00572C;
    padding-left: 30px;
    background: url("../img/taxLi.svg") 0% 0% no-repeat;
}
.taxContent ol li {  
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%; 
    letter-spacing: 0.02em; 
    color: #00572C;
    margin-left: 30px; 
}
.taxContent li b {
    font-weight: 600;
    font-size: 15px;
    line-height: 145%;   
}
.taxContent em {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    margin-top: 40px;
    display: block;
}
.taxTable {
    margin-top: 30px;
}
.taxSearch {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    width: 270px;
}
.taxSearch input {
    padding: 10px 10px 9px 10px;
    font-weight: 600;
    font-size: 10px;
    line-height: 145%;  
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #00572C; 
    width: 100%;
    border: 1px solid #00572C;
        
} 

.taxSearch input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0, 87, 44, 0.5);
}
.taxSearch input::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0, 87, 44, 0.5);
}
.taxSearch input:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0, 87, 44, 0.5);
}
.taxSearch input:-moz-placeholder { /* Firefox 18- */
    color: rgba(0, 87, 44, 0.5);
}
.taxSearch:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px; 
    right: 10px;
    margin: auto;    
    width: 16px;
    height: 16px;
    background: url("../img/taxSearch.svg") 50% 50% no-repeat;
    
}
.taxTitle {
    margin-bottom: 9px;
}
.taxTitleItem {   
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; 
    flex-wrap: nowrap; 
    width: 150px;
    height: 65px;
    padding: 5px 15px;
    background: #00572C;
    
    font-weight: 600;
    font-size: 11px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #FFFFFF;
}
.taxTitleItem2 {   
    width: calc(100% - (5 * 153px));
}
.taxLine {
    background: #F5F4F4;     
    font-weight: 600;
    font-size: 11px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;   
    color: #000000;
    margin-top: 5px;
}
.taxLineItem {
    width: 150px;
    padding: 7px 15px;
}
.taxLineItem2 {
    width: calc(100% - (5 * 153px));    
}
.taxLineItem>div {
    display: none;
}


.taxLineItem2>span>div { 
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
}
.taxLineItem2 {
    position: relative;
}
.taxLineItem2>span {
    display: block;
    position: absolute;
    position: absolute;
    top: 0px; 
    bottom: 0px;
    margin: auto;   
    left: 10px;   
    height: 20px;
    width: 20px;                                          
    cursor: pointer;
}
.taxLineItem2>span:after {
   content: " ";
   position: absolute;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
   margin: auto;
   background: url(../img/langArr.svg) 0px 7px no-repeat;
   width: 100%;
   height: 100%;
   -webkit-transition: transform .5s ease;
   -moz-transition: transform .5s ease;
   -o-transition: transform .5s ease; 
   transition: transform .5s ease; 
}
.taxLineItem2>span:hover:after {    
    transform: rotate3d(1, 0, 0, 180deg);
}
.taxLineItem2>span>div {
    position: absolute;
    top: 22px;    
    right: 0px;    
    width: 209px;
    padding: 16px 10px 6px;
    background: #434343;   
    font-weight: 400;
    font-size: 10px;
    line-height: 145%;
    letter-spacing: 0.02em;  
    color: #FFFFFF; 
    text-transform: none;
    z-index: 2;
    
}
.taxLineItem2>span:hover>div {
    opacity: 1;
    visibility: visible;  
}
.taxNote {
    font-weight: 600;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.02em;   
    color: #000000;
    margin-top: 20px;
    
}
.contactTop {
    margin-top: 20px;
    margin-bottom: 40px;
    align-items: flex-start;
}
.contactTopItem {
    max-width: 270px;
    width: calc((100% - 60px) / 3);
    text-align: center;
}
.contactTopItemPic {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #00572C; 
    margin: 0px auto 28px;
}
.contactPhone {
    background: #00572C url("../img/contactPhone.svg") 50% 50% no-repeat;
}
.contactHome {
    background: #00572C url("../img/contactHome.svg") 50% 50% no-repeat;
}
.contactMail {
    background: #00572C url("../img/contactMail.svg") 50% 50% no-repeat;
}
.contactPhoneContent {
    font-weight: 600;
    font-size: 16px;
    line-height: 200%;  
    letter-spacing: 0.02em;
    color: #00572C;
    display: inline-block;
    text-align: left;
}
.contactPhoneContent a {
    display: block;
}
.mapLayer {
    border: 1px solid #00572C;
}

.contactFormLayer {
    background: url("../img/contactFormLayer.png") 0% 0% repeat-x;
    margin-top: 60px;
    height: 373px;  
    padding: 0px 35px 30px 30px;  
    align-items: flex-start;
    position: relative;
}
.contactPic {
    width: calc(54% - 35px);
    max-width: 405px;
    height: 100%;       
}
.contactPic img {  
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contactFormBg {
    max-width: 365px; 
    width: 46%;      
}
.contactFormCaption {
    font-weight: 600;
    font-size: 10px;
    line-height: 145%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #00572C;
    margin-top: -4px;
}
.contactFormTitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 165%;  
    letter-spacing: 0.02em;   
    color: #000000;
    position: relative;
    margin-bottom: 15px;
}
.contactFormTitle:after {
    content: " ";
    position: absolute;  
    top: -43px;
    left: -19px;
    margin: auto;
    width: 5px;
    height: 60px;
    background: #00572C;
}
.contactFormItem {
    width: 100%;
}
.contactFormItem input, .contactFormItem textarea {
    font-family: 'Open Sans';
    font-style: normal;
    width: 100%;
    background: #D9D9D9;
    padding: 12px 20px 13px;
    font-weight: 600;
    font-size: 10px;
    line-height: 145%; 
    letter-spacing: 0.02em;   
    color: #000;
    border: none;
    margin-bottom: 10px;
}
.contactFormItem textarea {
    height: 54px;
}
.contactFormButton {
    width: 175px;
    height: 39px;
    font-weight: 600;
    font-size: 10px;
    line-height: 39px; 
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;    
    color: #FFFFFF;
    position: absolute;  
    bottom: -20px; 
    right: 35px;
    margin: auto;
    cursor: pointer;
}
.priceTab {
    margin-bottom: 30px;
}
.priceTabItem {
    width: calc(50% - 10px);
    background: #FFFFFF;    
    border: 1px solid #00572C;
    height: 39px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 39px;  
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #00572C;
    -webkit-transition: background .5s ease, color .5s ease;
    -moz-transition: background .5s ease, color .5s ease;
    -o-transition: background .5s ease, color .5s ease;
    transition: background .5s ease, color .5s ease;
}
.priceTabItem div {
    display: none;
}
.priceTabItem:hover {
    color: #00572C;    
}
.priceTabItemActive { 
    background: #00572C;
    color: #fff;
}
.priceTabItemActive:hover {  
    color: #fff;             
}
.bankPriceTitle {
    font-weight: 700;
    font-size: 17px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;         
    color: #000000;
    background: #D9D9D9;
    padding: 8px 20px 7px;  
    text-align: center;
}
.bankPriceTopCell {
    margin-top: 5px;
    height: 65px;
    width: calc((100% - 10px) / 3);
    background: #00572C;
    font-weight: 600;
    font-size: 10px;
    line-height: 145%;  
    letter-spacing: 0.02em;
    text-transform: uppercase;        
    color: #FFFFFF;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap; 
}
.bankPriceRow {
     align-items: stretch;
     margin-top: 5px;
}
.bankPriceCell {
    width: calc((100% - 10px) / 3); 
    background: #F5F4F4;   
    text-align: center; 
}
.bankPriceCell {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap; 
    
    font-weight: 700;
    font-size: 15px;
    line-height: 145%;
    letter-spacing: 0.02em;
    text-transform: uppercase; 
    color: #00572C;
}
.bankPriceCell2 {
    width: calc(((100% - 2px) / 3) * 2);       
}

.bankPriceCell2Item {
     align-items: stretch;    
}

.bankPriceCellTitle {                     
    width: calc((100% - 5px) / 2); 
    background: #F5F4F4;  
    margin-bottom: 5px;
    text-align: center; 
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap; 
}
.bankPriceCellTitle a {
    font-weight: 600;
    font-size: 11px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;  
    color: #000000; 
    text-align: center;   
}

.bankPriceCellPrice {
    font-weight: 600;
    font-size: 11px;
    line-height: 145%; 
    letter-spacing: 0.02em;    
    color: #000000; 
    text-align: center;
    background: #F5F4F4;        
    width: calc((100% - 5px) / 2); 
    padding: 10px;
    margin-bottom: 5px;    
    position: relative; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;                      
}
.bankPriceCell2Item:last-child .bankPriceCellPrice, .bankPriceCell2Item:last-child .bankPriceCellTitle {
    margin-bottom: 0px;    
}
.bankPriceCellPrice2 {
    background: #fff;
    align-items: stretch;
    padding: 0px;
    
}

.bankPriceCellPriceItem {
    width: calc((100% - 0px) / 2);
    background: #F5F4F4;  
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;
    position: relative;
}

.bankPriceAttention {
    position: absolute;
    top: 0px;
    bottom: 0px; 
    right: 10px;
    margin: auto;
    width: 20px;
    height: 20px;
}
.bankPriceAttention:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: url(../img/langArr.svg) 0px 7px no-repeat;
    width: 100%;
    height: 100%;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}

.bankPriceAttention div, .bankPriceAttention span { 
    display: block;    
    position: absolute;
    top: 22px;
    right: 0px;
    width: 209px;
    padding: 16px 10px 6px;
    background: #434343;
    font-weight: 400;
    font-size: 10px;
    line-height: 145%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-transform: none;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
}
.bankPriceAttention:hover div, .bankPriceAttention:hover span {
    opacity: 1;
    visibility: visible;    
}
.bankPriceAttention:hover:after {
    transform: rotate3d(1, 0, 0, 180deg);
}
.bankPriceLayer {
    margin-bottom: 15px;
}

.priceBigContent {
    width: 100%;
} 
.priceBigPanel {
    width: 0px;
}


.priceBigPanel .panelButton {
    display: none;
}
.priceBigPanel .consButton {
    display: block;
    width: 270px;
    margin-left: -270px;
}
.priceBigPanel .panelService {
    display: none;
}

.priceBigContent .priceTab {
    max-width: 870px;
    width: calc(100% - 300px);
} 
.priceBigContent .priceTabItem {
    max-width: 425px;          
}  
.priceLayerTitle {
    font-weight: 700;
    font-size: 17px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: #D9D9D9;
    padding: 7px 20px 8px;
    position: relative;
}

.priceLayerTitle div {
    position: absolute;
    top: 0px;
    bottom: 0px;  
    right: 20px;
    margin: auto; 
    width: 24px;
    height: 24px; 
    border: 1px solid #00572C;    
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;   
    -webkit-transition: background .5s ease, visibility .5s ease;
    -moz-transition: background .5s ease, visibility .5s ease;
    -o-transition: background .5s ease, visibility .5s ease;
    transition: background .5s ease, visibility .5s ease;
    cursor: pointer;
}
.priceLayerTitle div:after {
    content: " ";
    width: 24px;
    height: 24px;                                            
    background: url("../img/faqItemTitle.svg") 6px 9px no-repeat;  
    position: absolute;
    top: -1px;    
    left: -1px; 
    -webkit-transition: filter .5s ease, transform .5s ease;
    -moz-transition: filter .5s ease, transform .5s ease;
    -o-transition: filter .5s ease, transform .5s ease;
    transition: filter .5s ease, transform .5s ease;  
}  

.priceLayerOpen .priceLayerTitle div:after {  
    transform: rotate3d(0, 0, 1, 180deg);       
}

.priceTable {
    
    -webkit-transition: opacity .5s ease, height .5s ease;
    -moz-transition: opacity .5s ease, height .5s ease;
    -o-transition: opacity .5s ease, height .5s ease;
    transition: opacity .5s ease, height .5s ease;
}
.priceLayer .priceTable {
    overflow: hidden;
}
.priceLayerOpen .priceTable {
    overflow: visible;
}

.priceTop {
    align-items: stretch;
}


.priceTopItem {
    background: #00572C;
    color: #fff;   
    
    font-weight: 600;
    font-size: 10px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;       
}


.priceTopItem1 {
    width: calc(10.3%);    
    border-right: 1px solid #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap; 
    text-align: center; 
}
.priceTopItem2 {
    width: calc(20.3%); 
    text-align: center;
}
.priceTopItemTitle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap; 
    text-align: center;
    border-bottom: 1px solid #fff;
    height: 104px;
    
}
.priceTopItemSmall {
    font-weight: 400;
    font-size: 10px;
    line-height: 145%; 
    letter-spacing: 0.02em;  
    text-transform: none;  
}
.priceTopChild {
    background: #fff;
}
.priceTopChildItem {
    background: #434343; 
    width: calc(50% - 0.5px);  
    height: 64px;  
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap; 
    text-align: center;
    padding: 0px 6px;
    text-transform: none !important;
}


.priceTopItem6 {
    width: calc(59.1%);    
    border-left: 5px solid #fff;
}

.priceTopChildBig {      
    align-items: stretch;
}

.priceTopChildBigItem1 {
    width: 16%;
    border-right: 1px solid #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap; 
    text-align: center;
}
.priceTopChildBigItem2 {
    width: 34%;
    border-right: 1px solid #fff;
}

.priceTopChildBigItem2:last-child {
    border-right: none;
}

.priceTopChildBigItemTitle {
    border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap; 
    text-align: center;
    height: 52px;
    padding: 0px 5px;
}
.priceTopItemTitle2Yaer {
    height: 52px;
}
.priceLine {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch; 
    flex-wrap: wrap; 
                     
}
.priceLineItem {
    background: #F5F4F4;  
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap; 
    text-align: center;  
    min-height: 38px;
    padding: 0px 5px; 
    margin-top: 3px;     
    
}
.priceLineCountry {
    width: calc(10.3%);
    
    font-weight: 600;
    font-size: 11px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.priceLinePeriod {
    width: calc(10.3%);
    font-weight: 600;
    font-size: 10px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.priceLineYaer1In {
    width: calc(10.2%);
    font-weight: 700;
    font-size: 11px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.priceLineYaer1Out {
    width: calc(10.2%); 
    font-weight: 600;
    font-size: 11px;
    line-height: 145%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.priceLineYaer2In {
    border-left: 4px solid #fff;
    width: calc(10.3%);
    font-weight: 600;
    font-size: 11px;
    line-height: 145%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.priceLineYaer2Out {
    width: calc(10%); 
    font-weight: 600;
    font-size: 11px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;  
}
.priceLineDoc {
    width: calc(9.35%); 
    font-weight: 600;
    font-size: 11px;
    line-height: 145%;  
    letter-spacing: 0.02em;
    text-transform: uppercase;  
}
.priceLineApo {
    width: calc(9.4%);   
    font-weight: 600;
    font-size: 11px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.priceLineGood {
    width: calc(10%);  
    font-weight: 600;
    font-size: 11px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;   
}
.priceLineCert {
    width: calc(9.9%);  
    font-weight: 600;
    font-size: 11px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;   
}
.priceMob {
    display: none;
}

.priceLineCountry div {
    display: none;
}

.priceLayer {
    margin-bottom: 40px;
}



.priceAttention {
    position: absolute;
    top: 0px;
    bottom: 0px; 
    right: 0px;
    margin: auto;
    width: 20px;
    height: 20px;
}
.priceAttention:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: url(../img/langArr.svg) 0px 7px no-repeat;
    width: 100%;
    height: 100%;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}

.priceAttention div {     
    position: absolute;
    top: 22px;
    right: 0px;
    width: 209px;
    padding: 16px 10px 6px;
    background: #545454;
    font-weight: 400;
    font-size: 10px;
    line-height: 145%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-transform: none;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
}
.priceAttention:hover div {
    opacity: 1;
    visibility: visible;    
}
.priceAttention:hover:after {
    transform: rotate3d(1, 0, 0, 180deg);
}
.priceLineItem {
    position: relative;
} 
.priceBrief {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%; 
    letter-spacing: 0.02em;
}
.priceBrief b {
    font-weight: 700;
    font-size: 10px;
    line-height: 145%;  
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.priceLineItem>span {
    font-weight: 600;
    font-size: 8px;
    line-height: 145%;
}
.bankListLayer {
    align-items: flex-start;
    margin-top: 10px;
}

.bankListItem {   
    width: calc((100% - 60px) / 3);
    margin-bottom: 35px;
}

.bankListItemTitle div {
    width: 45px;
    height: 45px;
    display: block;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; 
    flex-wrap: nowrap; 
    margin-right: 10px; 
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    overflow: hidden;
    border: 0.5px solid #000000;
        
}        
.bankListItem img {   
    width: 100%;
    height: 100%;
    object-fit: cover;     
}

.bankListItemTitle {
    height: 45px;   
    
    font-weight: 600;
    font-size: 22px;
    line-height: 145%; 
    letter-spacing: 0.02em; 
    color: #00572C;
    
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; 
    flex-wrap: nowrap;  
    margin-bottom: 20px;
}
.bankListItem a, .bankListItem span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    color: #000000;
    padding-left: 18px;
    position: relative;
    margin-bottom: 7px;
}
.bankListItem a:hover {
    color: #000000;
}
.bankListItem a:after, .bankListItem span:after {
    content: " ";
    width: 8px;
    height: 8px;
    background: #00572C;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top: 5px;    
    left: 0px;  
    margin: auto;
}
.bankBrief {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.02em;
}
.bankBrief p {
    margin-bottom: 20px;
}
.bankBriefTitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;   
    color: #00572C;
    border-left: 4px solid #00572C;
    padding-left: 14px;
    margin-bottom: 21px;
}
.upButton {
    position: fixed;    
    bottom: 20px;   
    right: 20px;   
    width: 47px;
    height: 47px;     
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    background: #4d8a6c url("../img/upButton.svg") 50% 50% no-repeat;
    cursor: pointer;
    -webkit-transition: background .5s ease, visibility .5s ease;
    -moz-transition: background .5s ease, visibility .5s ease;
    -o-transition: background .5s ease, visibility .5s ease;
    transition: background .5s ease, visibility .5s ease;
}
.upButton:hover {
    background: #00572C url("../img/upButton.svg") 50% 50% no-repeat;
}
.upButton:active {
    background: #13804A url("../img/upButton.svg") 50% 50% no-repeat;  
}

.mapPhoto {
    width: 100%;
    height: 330px; 
    border: 1px solid #00572C;  
}
.mapPhoto img {  
    width: 100%;
    height: 100%;
    object-fit: cover;    
}

.h2, h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 145%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #00572C;
    border-left: 4px solid #00572C;
    padding-left: 10px;
    margin-bottom: 20px;
}
.countryMap {
    margin-top: 30px;
    position: relative;
    width: 100%;
    max-width: 870px;   
}
.countryMapImg {
    max-width: 100%;
}

.countryDot {
    width: 20px;
    height: 27px;
    background: url("../img/countryDot.svg") 0% 0% no-repeat;
    position: absolute;
    top: 0px;  
    left: 0px; 
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    cursor: pointer;
} 
.countryDot div {
    overflow: hidden;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 3px;       
    left: 3px; 
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    background: #fff;  
    
}
.countryDot div img {  
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(0px, -1px);
}

.countryListLayer {
    width: 100%;            
    align-items: stretch; 
    margin-top: 25px; 
    margin-bottom: 40px;
}
.countryListRow {
    width: 22%;    
    position: relative;
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.countryListRow:after {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #00572C;
    content: " ";
}
.countryListRow:nth-child(4):after {
    display: none;
}
.countryListLink {    
    font-weight: 600;
    font-size: 12px;
    line-height: 145%;  
    letter-spacing: 0.02em;
    text-transform: uppercase;   
    color: #00572C;
    display: inline-block; 
    
    margin-bottom: 7px;
    position: relative;   
} 
.countryListLink:last-child {
    margin-bottom: 0px;
}


.countryDot span {
    position: absolute;     
    left: 50%;
    top: -22px;
    
    transform: translate(-50%,0);
    
    padding: 3px 5px;
    background: #545454;
    color: #fff;
    font-weight: 600;
    font-size: 9px;
    line-height: 145%;  
    letter-spacing: 0.02em;     
    text-align: center; 
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    
    white-space: nowrap;   
}
.countryDotActive span, .countryDot:hover span {
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    -moz-transition: -moz-transform 300ms ease-in-out;
    -ms-transition: -ms-transform 300ms ease-in-out;
    -o-transition: -o-transform 300ms ease-in-out;
    transition: transform 500ms ease-in-out;
    -webkit-animation-name: flashMapSpan;
    -moz-animation-name: flashMapSpan;
    -o-animation-name: flashMapSpan;
    animation-name: flashMapSpan;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -o-animation-duration: .6s;
    animation-duration: 100s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1; 
    z-index: 2; 
    animation-delay: .5s;   
}
   @-webkit-keyframes flashMapSpan {
    0% {
        opacity: 0;
        visibility: hidden;     
    } 
     
    0.5% { 
        opacity: 1;
        visibility: visible;
    }
   }

.countryDotActive, .countryDot:hover {
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    -moz-transition: -moz-transform 300ms ease-in-out;
    -ms-transition: -ms-transform 300ms ease-in-out;
    -o-transition: -o-transform 300ms ease-in-out;
    transition: transform 500ms ease-in-out;
    -webkit-animation-name: flashMap;
    -moz-animation-name: flashMap;
    -o-animation-name: flashMap;
    animation-name: flashMap;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -o-animation-duration: .6s;
    animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1; 
    z-index: 2;
} 


   @-webkit-keyframes flashMap {
    0%, 50%, 100% {        
        transform: translate(0px, 0px);
    } 
     
    25% {        
        transform: translate(0px, -2px);
    }
    75% {        
        transform: translate(0px, -3px);
    }
   }


.countryListContent p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%; 
    letter-spacing: 0.02em;
}
.textContent {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%; 
    letter-spacing: 0.02em;      
    color: #000000;
}
.textContent p {
    margin-bottom: 20px;
}
.textContent p:last-child {
    margin-bottom: 20px;
}
/*.textContent ul {
    list-style: none;
}
.textContent ul li {
    padding-left: 18px;
    margin-bottom: 9px;
    position: relative;
}
.textContent ul li:last-child {  
    margin-bottom: 0px;
}
.textContent ul li:after {
    content: " "; 
    width: 8px;
    height: 8px;
    background: #00572C;
    border-radius: 80px;
    position: absolute;
    top: 6px;     
    left: 0px;    
}

        */







.serviceGreyTwo {
    margin-top: 60px;
    align-items: flex-start;     
    align-items: stretch;
    position: relative;
    margin-bottom: 40px;
}
.serviceGreyTwo:after {
    content: " ";
    width: 4px;
    height: 35px;
    background: #00572C;
    position: absolute;
    top: -18px;   
    left: calc(44% - 2px);  
    
}
.serviceGreyTwoImg {
    width: calc(44% - 15px);  
}
.serviceGreyTwoImg img {  
    width: 100%;   
    height: 100%;
    object-fit: cover;
}
.serviceGreyTwoText {   
    width: calc(56% - 15px);
    background: #F5F4F4;
    padding: 18px 10px 18px 20px;     
}
.serviceGreyTwoText h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 145%;
    letter-spacing: 0.02em;
    text-transform: uppercase;   
    color: #00572C;      
    padding-bottom: 10px;
    display: inline-block; 
    border-left: none;
    margin-left: 0px;
    padding-left: 0px; 
    margin-bottom: 0px; 
}
.serviceGreyTwoText p {
    margin-bottom: 10px;
}
.serviceGreyTwoText ul {
    list-style: none;
}
.serviceGreyTwoText ul li {
    padding-left: 18px;
    margin-bottom: 9px;
    position: relative;
}
.serviceGreyTwoText ul li:last-child {  
    margin-bottom: 0px;
}
.serviceGreyTwoText ul li:after {
    content: " "; 
    width: 8px;
    height: 8px;
    background: #00572C;
    border-radius: 80px;
    position: absolute;
    top: 6px;     
    left: 0px;    
}




.textContent .bigArr  {
    list-style: none;
    margin-top: -10px;
}
.textContent .bigArr li {
    padding-left: 68px;
    margin-bottom: 5px;
    position: relative;
    min-height: 40px;
    
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; 
    flex-wrap: nowrap;  
    position: relative;

    
    
    
} 
.textContent .bigArr li:last-child {  
    margin-bottom: 0px;
}
.textContent .bigArr li:after {
    content: " "; 
    width: 61px;
    height: 61px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px; 
    margin: auto; 
    background: url("../img/bigArr.svg") 50% 50% no-repeat;
     
}
.bigArr li a {
    font-weight: 600;
}
.serviceGreyTwoReverse {
    flex-direction: row-reverse;
    margin-top: 20px;
}
.serviceGreyTwoReverse .serviceGreyTwoText {   
    width: calc(63% - 15px);
}
.serviceGreyTwoReverse .serviceGreyTwoImg {
    width: calc(37% - 15px);  
}
.serviceGreyTwoReverse:after {
    left: calc(63% - 2px);
}
.serviceAttention {
    border: 1px solid #00572C;
    padding: 15px;
    font-weight: 600;
    font-size: 12px;
    line-height: 145%;  
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-top: 40px;
}
.serviceFaqTitle {
    font-weight: 600;
    font-size: 17px;
    line-height: 145%;   
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.serviceOther {
    margin-bottom: 20px;
}
.serviceOtherCaption {
    font-weight: 600;
    font-size: 17px;
    line-height: 145%;
    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #000000;
    text-align: center;
    margin: 40px 0px 20px;
}
.serviceOtherItem {
    position: relative;
    height: 153px;
    width: calc((100% - 60px) / 3);
    overflow: hidden;
}
.serviceOtherItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.serviceOtherItem span {
    position: absolute;
    position: absolute;
    top: 9px;     
    left: 10px; 
    margin: auto;
    
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
    /* or 20px */

    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #fff;
    width: 70%;
    z-index: 2;
}
.serviceOtherItem:after {
    content: " ";
    position: absolute;
    top: -208px;
    left: -384px;
    width: 500px;
    height: 500px;
    transform: rotate3d(0, 0, 1, 37deg);
    background: rgba(0, 87, 44, 0.7);
    z-index: 1;
    -webkit-transition: left .5s ease, visibility .5s ease;
    -moz-transition: left .5s ease, visibility .5s ease;
    -o-transition: left .5s ease, visibility .5s ease;
    transition: left .5s ease, visibility .5s ease;
}
.serviceOtherItem:hover:after {
    left: -200px;   
}
.serviceOtherItem:before {
    content: " ";
    position: absolute;
    bottom: 13px;
    left: 56px;
    width: 18px;
    height: 16px;               
    background: url("../img/serviceOtherArr.svg") 50% 50% no-repeat;   
    z-index: 3;
    -webkit-transition: left .5s ease, visibility .5s ease;
    -moz-transition: left .5s ease, visibility .5s ease;
    -o-transition: left .5s ease, visibility .5s ease;
    transition: left .5s ease, visibility .5s ease;
}
.serviceOtherItem:hover:before {
    left: calc(100% - 50px);   
}
.bankTop {
    display: grid;
    grid-template-columns: 300px calc(100% - 300px);
    margin-bottom: 40px;
    
}
.bankLogo {        
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; 
    flex-wrap: nowrap;
    border-right: 1px solid #00572C;
    margin-right: 30px;
}
.bankLogo img {
    max-width: 95%;
    max-height: 100%;
}
.bankTopTextMain {           
    grid-column-start: 2;
    grid-column-end: 2;
}
.bankTopTextDop {             
    grid-column-start: 2;
    grid-column-end: 2;
}
.bankTop .bankTopTextDop p:last-child {
    margin-bottom: 0px;
}
.bankTable {
    
}
.bankTableLine {
    margin-bottom: 5px;
    align-items: stretch;
}
.bankTableTitle {
    width: 170px;
    background: #00572C;
    font-weight: 600;
    font-size: 10px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; 
    flex-wrap: nowrap;
    color: #fff;
    padding: 10px;
}
.bankTableValue {
    width: calc(100% - 173px);
    background: #F5F4F4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; 
    flex-wrap: nowrap;  
    padding: 10px;     
    max-height: unset;
}


.bankTableValue li {
    list-style: none;
    padding-left: 15px;
    position: relative;
}
.bankTableValue li:after {
    content: " ";
    width: 6px;
    height: 6px;
    background: #00572C;
    border-radius: 80px;
    position: absolute;
    top: 8px;
    left: 0px;
}

.bankTableValueText .bankPriceAttention {
    position: relative;
    display: inline-block;
    right: 0px;
    top: 2px;
    height: 13px;
}


.bankTableTitleActive .bankTableValue {
    overflow: visible;    
}
.bankPriceAttentionFixed>div, .bankPriceAttentionFixed>span {
    position: absolute !important;
}

.bankTableValue .bankPriceAttention:after {
    background: url(../img/langArr.svg) 50% 50% no-repeat;
}

.bankTableValuePrice {
    font-weight: 700;
    font-size: 22px;
    line-height: 145%;   
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #00572C;
} 
.bankTableValuePrice>div {
    position: relative;    
}
.bankTableValuePrice>div .bankPriceAttention {
    right: -25px; 
}
.bankTableValue b, .bankTableValue .tagb {
    font-weight: 700;
    color: #00572C;
}
.bankTableValue a {
    font-weight: 700;
    color: #00572C;
}
.bankTableValue .tagb {
    font-weight: 700;
    color: #00572C;
}
.bankTableValue p {
    margin-bottom: 5px;
}
.bankTableValue p:last-child {
    margin-bottom: 0px;
}
.bankAttention {
    font-weight: 600;
    font-size: 12px;
    line-height: 145%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 15px;
    border: 1px solid #00572C;
    margin-top: 40px;
}
.bankOtherCaption {
    font-weight: 600;
    font-size: 17px;
    line-height: 145%;
    /* identical to box height, or 25px */

    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
}
.bankOtherBack {
    position: relative;
}
.bankOtherLeft {
    position: absolute;
    top: 42px;   
    left: 0px;   
    width: 24px;
    height: 24px;
    background: url("../img/swipeArr.svg") no-repeat 50% 50%;
    
    transform: rotate3d(0, 0, 1, 270deg);
    cursor: pointer; 
    display: none;
    
}
.bankOtherRight {
    position: absolute;
    top: 42px;   
    right: 0px;   
    width: 24px;
    height: 24px;
    background: url("../img/swipeArr.svg") no-repeat 50% 50%;
    
    transform: rotate3d(0, 0, 1, 90deg);
    cursor: pointer; 
    display: none;
}


.bankOtherLayer {
    overflow: hidden;
    width: 100%;
    margin:  0px auto 0px;
    
}
.bankOtherList {   
    width: 5000px;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-transition: margin-left .5s ease, visibility .5s ease;
    -moz-transition: margin-left .5s ease, visibility .5s ease;
    -o-transition: margin-left .5s ease, visibility .5s ease;
    transition: margin-left .5s ease, visibility .5s ease;
    position: relative;
}
.bankOtherItem {
    max-width: 300px;  
    width: 300px;  
    margin-right: 30px; 
}
.bankOtherItem:last-child {
    margin-right: 0px;  
}

.bankOtherItemImg {
    width: 100%;
    height: 108px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;   
    border: 1px solid #00572C;
    margin-bottom: 10px;
    padding: 10px;
}
.bankOtherItemImg img {
    max-width: 100%;
    max-height: 100%;
}
.bankOtherItemTitle {
    font-weight: 600;
    font-size: 17px;
    line-height: 145%; 
    letter-spacing: 0.02em;   
    color: #00572C;
    text-align: center;
    display: block;
}
.bankOtherDot {
    margin-top: 40px;
    margin-bottom: 40px;
    display: none;
}
.bankOtherDotItem {
    width: 32px;
    height: 10px;     
    cursor: pointer;
    margin: 0px 7px;
    padding: 0px 0px;
    position: relative;
}
.bankOtherDotItem:after {
    content: " ";
    width: 32px;
    height: 5px;
    background: #D9D9D9;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.bankOtherDotItemActive:after {
    background: #00572C;
}
.n404LayerLeft {
    width: 317px;
}

.n404Big {
    font-weight: 600;
    font-size: 180px;
    line-height: 100%;  
    letter-spacing: 0.02em;    
    color: #00572C;
    margin-bottom: 47px;
}
.n404Button {
    color: #fff;
    width: 100%;
    height: 39px;
    font-weight: 600;
    font-size: 10px;
    line-height: 145%;
    /* identical to box height, or 15px */

    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;   
}
.n404Layer {
    align-items: flex-end;
}
.n404LayerRight {
    width: calc(100% - 347px);
}
.n404Caption {
    font-weight: 600;
    font-size: 22px;
    line-height: 145%;  
    letter-spacing: 0.02em;
    text-transform: uppercase;   
    color: #00572C;
    margin-bottom: 36px;
}
.n404Brief {
    font-weight: 600;
    font-size: 10px;
    line-height: 145%;  
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.n404ButtonDown {
    color: #fff;
    width: 100%;
    height: 39px;
    font-weight: 600;
    font-size: 10px;
    line-height: 145%;
    /* identical to box height, or 15px */

    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;   
    display: none;    
}
.searchInput {
    width: 270px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
.searchInput input {
    padding: 10px 10px 9px 10px;
    font-weight: 600;
    font-size: 10px;
    line-height: 145%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #00572C;
    width: 100%;
    border: 1px solid #00572C;
}
.searchInput:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 10px;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url(../img/taxSearch.svg) 50% 50% no-repeat;
} 

.searchItemCaption {
    font-weight: 600;
    font-size: 17px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;  
    color: #00572C;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #00572C;
    margin-bottom: 10px;
    position: relative;
}
.searchItemCaption div {
    width: 24px;
    height: 24px;
    background: url(../img/langArr.svg) 50% 50% no-repeat;
    position: absolute;
    top: 0px;
    bottom: 0px; 
    right: 10px;
    margin: auto;
    cursor: pointer;
    -webkit-transition: transform .5s ease, visibility .5s ease;
    -moz-transition: transform .5s ease, visibility .5s ease;
    -o-transition: transform .5s ease, visibility .5s ease;
    transition: transform .5s ease, visibility .5s ease;
    transform: rotate3d(1, 0, 0, 180deg);
}
.searchItemCaptionHide div { 
    transform: rotate3d(0, 0, 0, 180deg);            
}
.searchResultListLayer {
        max-height: inherit;
        transition: max-height .5s ease, visibility .5s ease;
        overflow: hidden;
}

.searchResultList {
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-transition: max-height .5s ease, visibility .5s ease;
    -moz-transition: max-height .5s ease, visibility .5s ease;
    -o-transition: max-height .5s ease, visibility .5s ease;
    transition: max-height .5s ease, visibility .5s ease;
    max-height: 1000px;
}


.searchResultItem {
    margin-bottom: 20px;
}
.searchResultItem a {
    font-weight: 700;
    font-size: 12px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 1px;
    display: block;
    color: #000000;
}
.searchResultItem span {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%; 
    letter-spacing: 0.02em; 
    color: rgba(0, 0, 0, 0.75);
    display: block;
}

.siteMapLayer {
    columns: auto 2;
}
.siteMapLayer a {
    display: block;
    
    font-weight: 600;
    font-size: 12px;
    line-height: 145%;
    /* or 17px */

    letter-spacing: 0.02em;
    padding-top: 5px;
    color: #000;
    border-left: 1px solid #00572C;
    padding-left: 20px;
}
.siteMapSerach {
    margin-bottom: 15px;
}
.aboutTop {
    margin-top: 30px;
}
.aboutTopCaption {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    margin-bottom: 50px;
}
.aboutTopCaption b, .aboutTopCaption .tagb {
    font-weight: 600;
    font-size: 17px;
    line-height: 145%;     
    letter-spacing: 0.02em;    
    color: #00572C;     
}
.aboutTopTitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 145%;   
    letter-spacing: 0.02em;
    text-transform: uppercase;   
    text-align: center; 
    margin-bottom: 50px;
}
.aboutTopItem {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;     
    text-align: center;
    letter-spacing: 0.02em;
    padding-top: 92px;
    position: relative;
    width: calc((100% - 90px) / 4);
}
.aboutTopItem div {
    position: absolute;
    top: 0px;    
    left: 0px;
    right: 0px;
    margin: auto;
    width: 77px;
    height: 77px;
    background: #00572C;
    border-radius: 100px;
} 
.aboutTopItem:nth-child(1) div { background: #00572C url("../img/about1.svg") no-repeat 50% 50%; }
.aboutTopItem:nth-child(2) div { background: #00572C url("../img/about2.svg") no-repeat 50% 50%; }
.aboutTopItem:nth-child(3) div { background: #00572C url("../img/about3.svg") no-repeat 50% 50%; }
.aboutTopItem:nth-child(4) div { background: #00572C url("../img/about4.svg") no-repeat 50% 50%; }
.aboutTopList {
    margin-bottom: 40px;
    align-items: flex-start;
}
.aboutGreen {
    position: absolute;    
    left: 0px;    
    width: 100%;
    height: 40px;
    background: #00572C;
}
.about {
    margin-top: 120px;
}
.aboutTitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 145%;  
    letter-spacing: 0.02em;
    text-transform: uppercase;       
    color: #00572C;
    text-align: center;
    margin-bottom: 60px;
}
.aboutBrief {
    position: relative;
}
.aboutBrief ul {
    list-style: none;
}
.aboutBrief li {
    padding-left: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    background: url("../img/aboutBriefLi.svg") no-repeat 0% 0%;
    margin-bottom: 9px;  
    width: calc((100% - 30px) / 2);           
}

.aboutBriefImg {
    position: absolute;
    top: 0px;    
    right: 0px;
    margin: auto;
    height: 100%;
    width: calc((100% - 30px) / 2);
}
.aboutBriefImg:after {
    content: " ";
    width: 5px;
    height: 61px;
    position: absolute;
    top: -30px;   
    right: 20px; 
    background: #00572C; 
}
.aboutBriefImg:before {
    content: " ";
    width: 5px;
    height: 61px;
    position: absolute;
    top: -30px;   
    right: 28px; 
    background: #00572C; 
}

.aboutBriefImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutBankLayer {
    width: calc(100%);
    margin: auto;
    height: 80px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 20px;

}
.aboutBankList {
    width: 5000px;
    height: 80px;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative; 
}
.aboutBankItem {      
    margin: 20px 0px;
    height: 40px;
    max-width: 300px; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;  
    margin-right: 45px;
    position: relative;
}
.aboutBankItem img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: filter .3s ease, -webkit-filter .3s ease;
    -moz-transition: filter .3s ease, -webkit-filter .3s ease;
    -o-transition: filter .3s ease, -webkit-filter .3s ease;
    transition: filter .3s ease, -webkit-filter .3s ease;
}
.aboutBankItem:hover img {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.aboutBankItem:last-child {
    margin-right: 0px !important;
}
.aboutBankItem a {
    display: block;  
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap; 
    
    width: 100%;
    height: 100%;
    object-fit: cover;  
}
.aboutBankItem img {
    max-width: 100%;
    max-height: 100%;  
}
.aboutBankItem i {
    font-style: normal;
    position: absolute;
    top: 0px;   
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 2px 5px;
    background: #545454;
    font-weight: 400;
    font-size: 10px;
    line-height: 145%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-transform: none;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    opacity: 0;
    visibility: hidden;
}
.aboutBankItem:hover i {
    opacity: 1;
    visibility: visible;
}


.aboutBankBack {
    position: relative;
}
.aboutBankLeft {
    position: absolute;     
    top: 0px;    
    bottom: 0px;
    left: 0px;  
    margin: auto; 
    width: 24px;
    height: 24px;
    background: url("../img/swipeArr.svg") no-repeat 50% 50%;
    
    transform: rotate3d(0, 0, 1, 270deg);
    cursor: pointer;
    display: none;
}
.aboutBankRight {
    position: absolute;
    top: 0px;   
    bottom: 0px;
    right: 0px; 
    margin: auto; 
    width: 24px;
    height: 24px;
    background: url("../img/swipeArr.svg") no-repeat 50% 50%;
    
    transform: rotate3d(0, 0, 1, 90deg);
    cursor: pointer;
    display: none;
}
.mainBannerLayer {
    margin-top: 70px;
    height: 565px;
    position: relative;
}
.mainBannerImg {
    position: absolute;
    top: 0px;    
    left: 0px;   
    width: 100%;
    height: 100%;
}
.mainBannerImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainBannerLayer .layer {
    position: relative;
}
.mainBannerBlock {
    position: absolute;
    top: 173px;    
    left: 0px;   
    width: 570px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 4;
    padding: 20px 20px 30px 30px;
}
.mainBannerCaption {
    font-weight: 600;
    font-size: 50px;
    line-height: 130%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;     
    color: #00572C;
}
.mainBannerTitle {
    margin-top: -5px;
    font-weight: 600;
    font-size: 19px;
    line-height: 130%;  
    letter-spacing: 0.02em;
}
.mainBannerBrief {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%; 
    letter-spacing: 0.02em;   
    color: #434343;
    margin-top: 10px;
    max-width: 100%;
}
.mainBannerButton {
    position: absolute;   
    right: 170px;
    bottom: -20px; 
    width: 180px;
    height: 39px;
    font-weight: 600;
    font-size: 10px;
    line-height: 39px;  
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
}
.mainBannerButton:hover {
    color: #fff;  
}
.mainBannerButton2 {  
    right: -20px;   
}

.mainService {
    position: relative;
    padding-top: 50px;
}

.mainConsButton {
    position: absolute;   
    top: -20px;  
    right: 0px;   
    width: 270px;
    height: 39px;
    font-weight: 600;
    font-size: 10px;
    line-height: 39px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase; 
    color: #FFFFFF;
    cursor: pointer;
}

.mainConsButton:after {
    content: " ";
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0px;
    bottom: 0px; 
    right: 30px;  
    margin: auto;
}
.mainConsButton:before {
    content: " ";
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0px;
    bottom: 0px; 
    right: 30px;  
    margin: auto; 
    transform: rotate3d(0, 0, 1, 90deg);
}

.mainServiceLayer {    
    position: absolute;
    overflow: visible;
    align-items: flex-start;
    z-index: 2;
}

.mainServiceLayer .panelServiceItem {
    width: calc((100% - 60px) / 3);    
}
.mainServiceLayer .panelServiceItemTitle {
    padding: 10px 19px 8px;    
    font-size: 17px;
}
.mainServiceLayer .panelServiceItemTitle span {
    font-size: 22px;
}
.mainServiceLayer .panelServiceItemTitle:after {
    top: 0px;
    bottom: 0px;
    right: 18px;
    margin: auto;
}
.mainServiceLayer .panelServiceItemList {
    height: 196px;    
    min-height: 196px;  
    padding: 20px 10px 10px;
}
.mainServiceLayer .panelServiceItemList a {
    font-size: 13px;
    padding-left: 15px;
    
    font-weight: 600;
    font-size: 13px;
    line-height: 145%;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.02em;
    text-transform: uppercase; 
    color: #FFFFFF;
}
.mainServiceLayer .panelServiceItemList a:after {
    width: 5px;
    height: 5px;  
    left: 0px;  
}

.mainServiceLayer .panelServiceItem:nth-child(1) .panelServiceItemList {
    background: url(../img/mainService1.png) 50% 50% no-repeat;
    background-size: cover;
}
.mainServiceLayer .panelServiceItem:nth-child(2) .panelServiceItemList {
    background: url(../img/mainService2.png) 50% 50% no-repeat;
    background-size: cover;
}
.mainServiceLayer .panelServiceItem:nth-child(3) .panelServiceItemList {
    background: url(../img/mainService3.png) 50% 50% no-repeat;
    background-size: cover;
}

.mainAbout {
    padding-top: 295px;
}
.mainAbout .aboutTopTitle {
    margin-bottom: 40px;    
}

.mainSpecial {
    background: linear-gradient(180deg, #F6F6F6 0%, rgba(246, 246, 246, 0) 100%);
    padding-top: 30px;
}
.mainSpecialTitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 145%;  
    letter-spacing: 0.02em;
    text-transform: uppercase; 
    text-align: center;
    margin-bottom: 40px;
}
.mainSpecialBack {
    position: relative;
    margin-bottom: 40px;
}
.mainSpecialLeft {
    position: absolute;
    top: 0px; 
    bottom: 0px; 
    margin: auto; 
    left: 0px;   
    width: 24px;
    height: 24px;
    background: url("../img/swipeArr.svg") no-repeat 50% 50%;
    
    transform: rotate3d(0, 0, 1, 270deg);
    cursor: pointer;
    display: none;
}
.mainSpecialRight {
    position: absolute;
    top: 0px;   
    bottom: 0px;  
    margin: auto;
    right: 0px;   
    width: 24px;
    height: 24px;
    background: url("../img/swipeArr.svg") no-repeat 50% 50%;
    
    transform: rotate3d(0, 0, 1, 90deg);
    cursor: pointer;
    display: none;
}
.mainSpecialLayer {    
    overflow: hidden;
    width: calc(100%);
    margin: 0px auto 20px;   
}
.mainSpecialList {
    width: 5000px;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}
.mainSpecialItem {    
    height: 283px;
    margin-right: 30px;
}
.mainSpecialItem:last-child {
    margin-right: 0px !important;
}
.mainSpecialItem a {
    display: block;
    width: 100%;
    height: 100%; 
    position: relative;
    overflow: hidden;   
}
.mainSpecialItem a span {
    position: absolute;
    top: 20px;     
    left: 19px;
    width: 155px;
    font-weight: 600;
    font-size: 17px;
    line-height: 145%;  
    letter-spacing: 0.02em;
    text-transform: uppercase;  
    color: #fff; 
    z-index: 2;
}
.mainSpecialItem a:after {
    content: " ";
    position: absolute;
    top: -128px;
    left: -354px;
    width: 500px;
    height: 500px;
    transform: rotate3d(0, 0, 1, 22deg);
    background: rgba(0, 87, 44, 0.7);
    
    -webkit-transition: left .5s ease, visibility .5s ease;
    -moz-transition: left .5s ease, visibility .5s ease;
    -o-transition: left .5s ease, visibility .5s ease;
    transition: left .5s ease, visibility .5s ease;
}
.mainSpecialItem a:hover:after {
    left: -80px;   
}
.mainSpecialItem a:before {
    content: " ";
    position: absolute;
    bottom: 10px;
    left: 19px;
    width: 18px;
    height: 16px;
    background: url(../img/serviceOtherArr.svg) 50% 50% no-repeat;
    z-index: 3;
    -webkit-transition: left .5s ease, visibility .5s ease;
    -moz-transition: left .5s ease, visibility .5s ease;
    -o-transition: left .5s ease, visibility .5s ease;
    transition: left .5s ease, visibility .5s ease;
}  
.mainSpecialItem a:hover:before {
    left: calc(100% - 50px);   
}


.mainSpecialItem a img {     
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainYear {
    background-image: url(../img/topBg/aboutBg.png);    
    width: 100%;
    height: 193px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.mainYearTitle {
    font-weight: 600;
    font-size: 40px;
    line-height: 130%;  
    letter-spacing: 0.02em;
    text-transform: uppercase;   
    color: #FFFFFF;
    margin-bottom: 10px;
    text-align: center;
}
.mainYearBrief {
    font-weight: 600;
    font-size: 17px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;  
    color: #FFFFFF;
    text-align: center;
}
.mainBriefTitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase;      
    color: #00572C;
    text-align: center;
    margin: 50px 20px 40px;
}

.mainBriefContent {
    align-items: stretch;
    margin-bottom: 64px;
}

.mainBriefContent ul {
    list-style: none; 
    width: calc((100% - 30px) / 2);   
}
.mainBriefContent li {
    padding-left: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.02em;
    background: url(../img/aboutBriefLi.svg) no-repeat 0% 0%;
    margin-bottom: 20px;            
}
.mainBriefContent li:last-child {
    margin-bottom: 0px;       
}
.mainBriefImg {
    background: url(../img/aboutBriefImg.png) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    width: calc((100% - 30px) / 2);  
}
.mainBriefImg a {
    font-weight: 600;
    font-size: 10px;
    line-height: 39px;     
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;   
    color: #FFFFFF;
    background: #00572C;
    width: 175px;
    height: 39px;
    display: block;
    position: absolute;   
    bottom: -20px; 
    right: 10px;  
}
.mainBriefImg:after {
    content: " ";
    width: 5px;
    height: 61px;
    position: absolute;                    
    top: -30px;   
    right: 20px; 
    background: #00572C; 
}
.mainBriefImg:before {
    content: " ";
    width: 5px;
    height: 61px;
    position: absolute;
    top: -30px;   
    right: 28px; 
    background: #00572C; 
}
.mainGreen {
    height: 41px;
    background: #00572C; 
    margin-top: 88px;
    
}
.mainNews {
    background: linear-gradient(0deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
}
.mainNewsTitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 145%; 
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 30px 0px;
    text-align: center;
    width: 100%;
}
.mainNewsTitle span {
    
    padding-right: 44px;
    background: url("../img/mainNewsTitle.svg") 100% 50% no-repeat;
    
} 
.mainNewsTitle span a {
    color: #000;
}               
.mainNewsLayer {
    align-items: stretch;
    padding-bottom: 30px;
}  
.mainNewsBig {  
    width: calc(58.5% - 15px);
    height: 100%;
}
.mainNewsBigImg {
    width: 100%;
    height: 406px;
    margin-bottom: 5px;
    position: relative;
    display: block;
}   
.mainNewsBigImg:after {
    content: " ";
    width: 5px;
    height: 61px;
    position: absolute;
    top: -30px;   
    left: 20px; 
    background: #00572C; 
}
.mainNewsBigImg:before {
    content: " ";
    width: 5px;
    height: 61px;
    position: absolute;
    top: -30px;   
    left: 30px; 
    background: #00572C; 
}
.mainNewsBigImgOffLine:after {
    display: none; 
}
.mainNewsBigImgOffLine:before {
    display: none;
}



.mainNewsBigImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainNewsBigDate {
    font-weight: 400;
    font-size: 10px;
    line-height: 145%;    
    align-items: center;
    letter-spacing: 0.02em;   
    color: #434343;
    margin-bottom: 2px;
}
.mainNewsBigTitle {
    font-weight: 600;
    font-size: 17px;
    line-height: 145%;  
    align-items: center;
    letter-spacing: 0.02em;
    margin-bottom: 5px;
    color: #000;
    display: block;
}
.mainNewsBigBrief {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;     
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;   
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.mainNewsList {
    width: calc(41.5% - 15px);
    flex-direction: column;
}
.mainNewsItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; 
    flex-wrap: wrap; 
}
.mainNewsItemImg {
    width: calc(49% - 11px);
    height: 154px;
}     
.mainNewsItemImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainNewsItemRight {           
    width: calc(51% - 11px);
}
.mainNewsItemDate {
    font-weight: 400;
    font-size: 10px;
    line-height: 145%;  
    display: flex;                                      
    align-items: center;                                   
    letter-spacing: 0.02em;   
    color: #434343;
    margin-bottom: 2px;
}
.mainNewsItemTitle {
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;  
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #000000;    
    overflow: hidden;                                                  
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;   
    margin-bottom: 5px;        
}
.mainNewsItemBrief {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%; 
    letter-spacing: 0.02em; 
    color: #000000;    
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.mainAction {
    margin-top: 50px !important;
}
.mainActionBack {
    position: relative;
    margin-bottom: 40px;
}
.mainActionLeft {
    position: absolute;     
    top: 0px;    
    bottom: 0px;
    left: 0px;  
    margin: auto; 
    width: 24px;
    height: 24px;
    background: url("../img/swipeArr.svg") no-repeat 50% 50%;
    
    transform: rotate3d(0, 0, 1, 270deg);
    cursor: pointer;
    display: none;
}
.mainActionRight {
    position: absolute;
    top: 0px;   
    bottom: 0px;
    right: 0px; 
    margin: auto; 
    width: 24px;
    height: 24px;
    background: url("../img/swipeArr.svg") no-repeat 50% 50%;
    
    transform: rotate3d(0, 0, 1, 90deg);
    cursor: pointer;
    display: none;
}
.mainActionLayer {
    overflow: hidden;
    width: calc(100%);
    margin: 0px auto 20px;
    height: 200px;
}
.mainActionList {
    width: 5000px;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}
.mainActionItem {
    padding: 0px 0px; 
    position: relative;
    display: block;
    height: 200px; 
    margin-right: 30px;
       
}
.mainActionItem:last-child {
    margin-right: 0px;
}
.mainActionItem img {      
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainActionItemBrief {
    position: absolute; 
    bottom: 0px;
    left: 0px; 
    margin: auto;
    background: #00572C;
    width: calc(100%);
    height: 38px;
    line-height: 38px;
}
.mainActionItemBrief span {
    float: left;
    font-weight: 600;
    font-size: 17px;  
    letter-spacing: 0.02em;   
    color: #FFFFFF;
    padding-left: 10px;
}
.mainActionItemBrief div {
    float: right;
    font-weight: 600;
    font-size: 22px;
    line-height: 38px; 
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;     
    color: #FFFFFF;
    padding-right: 20px;
}
.landContent h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 145%;  
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #00572C;
    margin-bottom: 20px;
} 
.landPriceTopItem {
    min-height: 100px;
    background: #00572C;
    width: calc((100% - 8px) / 5);
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;
    text-align: center;
    color: #FFFFFF; 
    
    font-weight: 600;
    font-size: 10px;
    line-height: 145%; 
    letter-spacing: 0.02em;
    text-transform: uppercase; 
    padding: 0px 10px;
}
.landPriceList {
    margin-top: 5px;   
    background: #F5F4F4; 
}
.landPriceItem {
    width: calc((100% - 8px) / 5);
    min-height: 36px;       
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;
    text-align: center;
    position: relative;
    padding: 0px 2px;
    
}
.landPriceItem span {
    position: relative; 
    display: block;   
}
.landPriceItem .priceAttention {
    right: -30px;
}
.landPriceItemName {
    font-weight: 600;
    font-size: 11px;
    line-height: 145%;  
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;   
    color: #00572C;
}
.landPriceItemPeriod {
    font-weight: 600;
    font-size: 10px;
    line-height: 145%; 
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.landPriceItemPrice, .landPriceItemPrice2, .landPriceItemDov {
    font-weight: 700;
    font-size: 11px;
    line-height: 145%;   
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.landPriceItemMob {
    display: none;
}
.landPriceBrief {
    margin-top: 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 145%;
    letter-spacing: 0.02em;
}
.landAboutLayer {
    margin-top: 60px;
    align-items: stretch;
    margin-bottom: 40px;
}
.landAboutImg {
    width: calc(44% - 15px);
    position: relative;
}

.landAboutImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landAboutImg:after {
    content: " ";
    width: 5px;
    height: 60px;
    position: absolute;
    top: -30px;   
    left: 20px; 
    background: #00572C; 
}
.landAboutImg:before {
    content: " ";
    width: 5px;
    height: 60px;
    position: absolute;
    top: -30px;   
    left: 28px; 
    background: #00572C; 
}

.landAboutBrief {
    width: calc(56% - 15px);   
}
.landAboutBrief h2 {
    margin-bottom: 10px;
}
.textContent .bigArr2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    flex-wrap: wrap; 
}
.textContent .bigArr2 li {
    width: calc(50% - 14px);
    margin-bottom: 40px;
    display: flex;
}
.textContent .bigArr2 li:last-child {
    margin-bottom: 40px;
}
.landEdge {
    margin-bottom: 20px;
}
.landType {
    align-items: stretch;
    margin-bottom: 40px;
}
.landTypeItem {
    width: calc(33.33333% - 20px);
    background: #F5F4F4;
    padding: 15px 5px 15px 15px;
}
.landTypeTitle {
    font-weight: 600;
    font-size: 17px;
    line-height: 145%;   
    letter-spacing: 0.02em;   
    color: #00572C;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.landTypeBrief {
    font-weight: 400;
    font-size: 13px;
    line-height: 145%;  
    letter-spacing: 0.02em;    
}
.landTypeBrief ul {
    margin-top: 20px;
    list-style: none;
}
.landTypeBrief li {
    padding-left: 18px;
    margin-bottom: 9px;
    position: relative;
}
.landTypeBrief ul li:after {
    content: " ";
    width: 8px;
    height: 8px;
    background: #00572C;
    border-radius: 80px;
    position: absolute;
    top: 6px;
    left: 0px;
}
.landTypeItemImg {
    padding: 0px;
    position: relative;
}

.landTypeItemImg img {
    width: 100%;
    height: 100%;                                 
    object-fit: cover;
}
.landTypeItemImg:after {
    content: " ";
    width: 5px;
    height: 60px;
    position: absolute;
    top: -30px;   
    right: 20px; 
    background: #00572C; 
}
.landTypeItemImg:before {
    content: " ";
    width: 5px;
    height: 60px;
    position: absolute;
    top: -30px;   
    right: 28px; 
    background: #00572C; 
}

.landType2 .landTypeItem {
    width: calc(66.6666% - 10px);
}
.landType2 .landTypeItemImg {
    width: calc(33.3333% - 20px);
    
}
.landCompList {
    align-items: stretch; 
    
}
.landCompItem {
    width: calc(33.3333% - 20px);
    border: 1px solid #00572C;
    margin-bottom: 20px;
}
.landCompTitle {
    min-height: 142px;
    background: #434343;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;                                      
    align-items: center; 
    flex-wrap: nowrap; 
    color: #FFFFFF;
    padding: 10px;
    
    font-weight: 600;
    font-size: 17px;
    line-height: 145%;  
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.landCompList2 .landCompTitle {
    min-height: 110px;
}
.landCompList1 .landCompTitle {
    min-height: 80px;
}
.landCompList1 .landCompItem {
    width: 100%;
}
.landCompItem {
    
}
.landCompItem ul {
    list-style: none;
    padding: 17px 7px 0px;
}
.landCompItem {
    font-weight: 400;
    font-size: 13px;
    line-height: 145%;
}
.landCompItem li {
    margin-bottom: 15px; 
    font-weight: 400;
    font-size: 13px;
    line-height: 145%;  
    letter-spacing: 0.02em;   
    padding-left: 15px;
    position: relative;
}



.landCompItem li:after {
    content: " ";
    width: 8px;
    height: 8px;
    background: #00572C;
    border-radius: 80px;
    position: absolute;
    top: 6px;
    left: 0px;
}

.landCompItem ol li:after {
    display: none;
}
.landCompItem ol li {
    margin-left: 40px;
    padding-left: 5px;
    margin-bottom: 0px;
    
}

.landCompList2 .landCompItem {
    width: calc(50% - 15px); 
    margin-bottom: 40px;  
}
.landPart {    
    align-items: stretch;
    margin-top: 40px;
    position: relative;
}
.landPartLeft {
    width: 70px;
    background: #00572C;
    position: relative;
    min-height: 70px;
}
.landPartLeft img {
    position: absolute;
    top: 20px;  
    left: 0px;
    right: 0px;
    margin: auto;
    
}
.landPartRight {
    width: calc(100% - 100px); 
}
.landPartTitle {
    font-weight: 600;
    font-size: 17px;
    line-height: 145%; 
    letter-spacing: 0.02em;    
    color: #00572C;
    border-bottom: 1px solid #00572C;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.landPartBrief {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;   
    letter-spacing: 0.02em;
    margin-bottom: -20px;
    position: relative;
}
.landPartBrief p {
    margin-bottom: 20px;
}
.landPartBrief .tagb {   
    font-weight: 800;
}
.landPartMax  {
    max-height: 240px;
    overflow: hidden;
}
.landPartMax .landPartRight:after {
    content: " ";
    position: absolute;    
    bottom: 0px;
    right: 0px; 
    margin: auto;
    width: calc(100% - 100px);
    height: 50px;
    background: #fff;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 51%, rgba(255,255,255,0) 100%);
}

.landPartMore {
    position: absolute;    
    bottom: 0px; 
    right: 0px;
    margin: auto;
    font-weight: 600;
    font-size: 10px;
    line-height: 19px;   
    letter-spacing: 0.02em;
    text-transform: uppercase;      
    color: #00572C;
    padding-right: 29px;
    background: url("../img/landPartMore.svg") 95% 50% no-repeat;
    display: none;
    cursor: pointer;
}
.landPartMax .landPartMore {
    display: block;
}




.sliderLayer {
    width: 270px;
    margin: auto;
}
body .irs--flat .irs-line {
    background: rgba(94, 94, 94, 0.3);
    height: 3px;
}


.irs-handle {
    position: absolute;
    left: 0px;
    top: 24px !important;
    background: #00572C !important;
    width: 32px !important;
    height: 5px !important; 
    cursor: pointer !important; 
    
    -webkit-transition: box-shadow .1s linear;
    -moz-transition: box-shadow .1s linear;
    -o-transition: box-shadow .1s linear;
    transition: box-shadow .1s linear;
     
}
.sliderLayerAboutBank {
    width: 370px;
}
.landNewsBack {
    margin-top: 40px;
    
}
.landNewsTitle {
    font-weight: 600;
    font-size: 17px;
    line-height: 145%;  
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.landNewsLayer {
    overflow: hidden;
    width: calc(100%);
    margin: 0px auto 20px;
    height: 275px;
}
.landNewsList {
    width: 5000px;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative; 
}
.landNewsItem {
    padding: 0px 0px;
    position: relative;
    display: block;
    height: 200px;
    margin-right: 30px;  
    height: 275px;
    min-width: 100px;
}
.landNewsItem:last-child {
    margin-right: 0px;
}
.landNewsLeft, .landNewsRight {
    display: none;
}
.landNewsItemImg {
    width: 100%;
    height: 153px;
    display: block;
    margin-bottom: 15px; 
}
.landNewsItemImg img {   
    width: 100%;
    height: 100%;
    object-fit: cover;   
}
.landNewsItemTitle {
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;   
    letter-spacing: 0.02em;    
    color: #000000;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    
}
.landNewsItemTitle:hover {    
    color: #000000;      
}
.landNewsItemBrief {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;  
    letter-spacing: 0.02em;   
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.backFormBack {
    position: fixed;   
    top: 0px;    
    left: 0px;  
    margin: auto;
    width: 100%;
    height: 100%;
    background: #000000aa;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
} 
.backFormLayer {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 770px;
    background: #fff;
    z-index: 101; 
    height: 423px;
    padding: 20px 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
}
.backFormLayerShow {
    opacity: 1;
    visibility: visible;
}
.backFormBackShow {
    opacity: 1;
    visibility: visible;
}
.backFormClose {
    display: block;
    position: absolute;
    top: 33px;
    right: 25px;
    z-index: 102;
    width: 21px;
    height: 21px;  
    cursor: pointer;     
}
.backFormClose:before {
    display: block;
    content: " ";
    position: absolute;
    top: 9px;
    left: -4px;
    width: 29px;
    height: 2px;
    background: #00572C;
    transform: rotateY(0deg) rotate(-45deg);
}
.backFormClose:after {
    display: block;
    content: " ";
    position: absolute;
    top: 9px;
    left: -4px;
    width: 29px;
    height: 2px;
    background: #00572C;
    transform: rotateY(0deg) rotate(45deg);
}
.backFormTitle span {
    display: block;
    font-weight: 600;
    font-size: 10px;
    line-height: 145%;    
    letter-spacing: 0.02em;
    text-transform: uppercase;    
    color: #00572C;
}
.backFormTitle div {
    display: block;
    font-weight: 600;
    font-size: 17px;
    line-height: 145%;  
    letter-spacing: 0.02em;   
    color: #000000;
    padding-bottom: 10px;
}                                                             
.backFormTitle {
    position: relative;
}
.backFormTitle:after {
    content: " ";
    position: absolute;
    top: 0px;    
    left: -25px;   
    height: 100%;
    width: 5px;
    background: #00572C;
}
.backFormInput {
    width: 100%;
    margin-bottom: 10px;
}
.backFormInput input, .backFormInput textarea {
    font-weight: 600;
    font-size: 10px;
    line-height: 145%; 
    letter-spacing: 0.02em;     
    color: #000;
    background: #D9D9D9;
    padding: 12px 30px;
    border: none;
    width: 100%;
}
.backFormInput textarea {
    height: 124px;
    font-size: 11px;
    letter-spacing: 0.04em;
}
.backFormSend {
    float: right;
    color: #fff;
    font-weight: 600;
    font-size: 10px;                   
    line-height: 145%; 
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 12px 54px;
    cursor: pointer;
}
.tagb {
    font-weight: bolder;
}
.justifyright {
    text-align: right;
}
.justifyleft {
    text-align: left;
}
.justifyfull {
    text-align: justify;
}                       
.landServiceAttention {                   
    text-transform: uppercase;
} 
.formError input, .formError textarea {
    background: #f7b5b5;
}
.formError iframe {
    border: 1px solid #f7b5b5;
}



.landPartBrief li {
    padding-left: 14px; 
    position: relative;
    list-style: none;
    margin-bottom: 3px;
}
.landPartBrief ul li:after {
    content: " ";
    width: 6px;
    height: 6px;
    background: #00572C;
    border-radius: 80px;
    position: absolute;
    top: 8px;
    left: 0px;
}
.headSearch {            
    height: 70px;
    position: relative;
}
.headSearch:after {
    content: " ";
    position: absolute;
    top: 0px;   
    left: -10px; 
    width: calc(100% + 20px);
    height: 100%;
    background: #00572C;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
}
.headSearch:before {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url("../img/searchClose.svg");
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    
}
.headSearchActive:after, .headSearchActive:before {
    opacity: 1;
    visibility: visible;
    
}
.searchInputLayer {
    position: fixed;
    top: 70px;
    left: 0px;
    padding: 12px 20px;
    background: #434343;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    z-index: 100;
}
.searchInputLayer input {
    border: 1px solid #FFFFFF;
    font-weight: 600;
    font-size: 10px;
    line-height: 145%;
    background: #434343;
    padding: 10px;
    width: 375px;
    color: #fff; 
}
.searchInputLayerActive {
    opacity: 1;
    visibility: visible;
}

.landCompItem p {
    margin: 0px 5px 0px 20px;
}




.landPartBrief table {
    width: 100%;
    background: #cbcbcb;
    border-spacing: 2px;
    border-collapse: separate;
    border-collapse: collapse; 
    border: 1px solid #cbcbcb;
    margin-bottom: 10px; 
}
.landPartBrief table td {
    background: #fff;
    padding: 5px;
}

.textContent table {
    width: 100%;
    background: #cbcbcb;
    border-spacing: 2px;
    border-collapse: separate;
    border-collapse: collapse; 
    border: 1px solid #cbcbcb;
    margin-bottom: 10px; 
}
.textContent table td {
    background: #fff;
    padding: 5px;
}


.textContent ul li {
    padding-left: 15px;
    position: relative;
    list-style: none;
}



.textContent ul li:after {
    content: " ";
    width: 8px;
    height: 8px;
    background: #00572C;
    border-radius: 80px;
    position: absolute;
    top: 6px;
    left: 0px;
}



.textContent ol li {
    padding-left: 5px;
    position: relative;
    margin-left: 15px; 
}

.mainCountryFlash {
    cursor: pointer;
}



.starRatingLayer {
    display: block;
    padding: 40px 0px 0px;
    
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; 
    flex-wrap: wrap;   
    
}
.starRatingLayer>div:nth-child(1) {
    margin-right: 30px;    
}
.starRatingH1 {
    font-weight: 600;
    color: #00572C;
    
}
.starRatingBrief {
    font-weight: 600;
    font-size: 12px;
    line-height: 145%;
    margin-top: 5px;
}
.starRatingInfo {
    font-size: 12px;
}


.rateList {
    border: 1px solid #fff;
    height: 32px;
    width: 160px;
    margin: -5px 0px 0px -2px; 
}
.rateList div {
    width: 30px;
    height: 30px;
    background: url("../img/star.png") no-repeat;
}
.rateHover {
    background: url("../img/starSel.png") no-repeat !important;
}
.rateSel {
    background: url("../img/starSel.png") no-repeat !important;
}
.reviewRate {
    height: 32px;
    width: 160px;
    margin-bottom: 10px;
}
.reviewRate div {
    width: 30px;
    height: 30px;
    background: url("../img/star.png") no-repeat;
}


.payoneerRight {
    max-width: 100%;
}
.payoneerRight img {
    max-width: 100%;
    max-height: 100%;
    display: block;               
}

.payonnerBottom {
    max-width: 100%;
    margin-top: 30px;
    display: block;
}
.payonnerBottom img {
    max-width: 100%;
    max-height: 100%;
}
.payonnerBottom2 {
    display: none;
}
.sitemapHtmlA1 {
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0.02em;
    color: #00572C;
    text-transform: uppercase;
    margin: 5px 0px;
    display: block;
}
.sitemapHtmlA2 {
    margin-left: 15px;
    
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0.02em;
    color: #00572C;
    display: block;
    margin-bottom: 5px;
    
}
.sitemapHtmlA3 {
    margin-left: 30px;
    
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0.02em;
    color: #00572C;
    display: block;
}
.sitemapHtmlA4 {
    margin-left: 50px; 
    
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.02em;
    color: #00572C;
    display: block;
}

.payoneerRightText {
    width: 100%;
    background: #00572C;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 0.02em;
    padding: 4px 9px;
}

.rewProLayer {
    margin: 40px 0px 10px;
}

.rewProTop {
    border-left: 5px solid #00572C;
    padding-left: 14px;
}
.rewProTitle {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%; /* 14.5px */
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #00572C;
    padding-top: 10px;
}
.rewProTitle2 {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%; /* 24.65px */
    letter-spacing: 0.34px;
    padding-bottom: 10px;
}
.rewProForm {
    align-items: flex-start;
    margin-top: 27px;
}
.rewProRow {
    width: calc(50% - 15px);  
}
.rewProField {
    width: 100%;
}
.rewProField input {
    width: 100%;
    padding: 12px 20px 13px;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%; /* 14.5px */
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    border: 1px solid #D9D9D9;
    margin-bottom: 10px;
}
.rewProField textarea {
    width: 100%;
    padding: 12px 20px 13px;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%; /* 14.5px */
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    border: 1px solid #D9D9D9;
    margin-bottom: 10px;
    height: 75px;
    font-family: 'Open Sans', sans-serif;
}

.rewProField input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.5);
}
.rewProField input::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.5);
}
.rewProField input:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0, 0, 0, 0.5);
}
.rewProField input:-moz-placeholder { /* Firefox 18- */
    color: rgba(0, 0, 0, 0.5);
}


.rewProField textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.5);
}
.rewProField textarea::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.5);
}
.rewProField textarea:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0, 0, 0, 0.5);
}
.rewProField textarea:-moz-placeholder { /* Firefox 18- */
    color: rgba(0, 0, 0, 0.5);
}
.rewProSubmit {    
    align-items: flex-start;
}
.rewProButton {
    width: calc(100% - 315px);

    font-weight: 600;
    font-size: 10px;
    line-height: 75px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    height: 75px;
    max-width: 150px;
    
    
}
.rewProLayer .contactFormBgResult {
    margin-top: 20px;    
}

.mainOdds {
    background-image: url(../img/mainOdds.jpg);
    width: 100%;
    height: 340px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.mainOddsH1 {
    font-weight: 600;
    font-size: 22px;
    line-height: 145%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;  
    text-align: center;
    padding-top: 40px;
}
.mainOddsH2 {
    font-weight: 600;
    font-size: 17px;
    line-height: 145%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}
.maonOddsLayer {
    width: calc(100% - 48px);
    max-width: 1170px;
    margin: 0px auto;
    position: absolute;
    top: 0px;     
    left: 0px; 
    right: 0px; 
    margin: auto; 
    height: 100%;  
    align-items: flex-start;  
    overflow: hidden; 
    justify-content: space-around;
       
}
.mainOddsItem {  
    width: 100px;
    transform: translate(0px, 400px);
    opacity: 0;
                                                        
    transition: opacity 1.5s ease, transform .8s ease;
    z-index: 2;
}
.mainOddsItem span {  
    width: 100px;
    height: 100px;
    background: #000;
    border: 2px solid #fff;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: wrap;  
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin: auto;
}
.mainOddsItem div { 
    text-align: center;
    width: 150%;
    margin-left: -25%;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    
}
.mainOddsItemShow {
    opacity: 1;
}
.mainOddsItem:nth-child(1) { transition-delay: 0ms; }
.mainOddsItem:nth-child(2) { transition-delay: 100ms; }
.mainOddsItem:nth-child(3) { transition-delay: 200ms; }
.mainOddsItem:nth-child(4) { transition-delay: 300ms; }
.mainOddsItem:nth-child(5) { transition-delay: 400ms; }
.mainOddsItem:nth-child(6) { transition-delay: 500ms; }

.mainOddsItem:nth-child(1) span { font-size: 30px; width: 80px; height: 80px; }  
.mainOddsItem:nth-child(2) span { font-size: 28px; width: 90px; height: 90px; }  
.mainOddsItem:nth-child(3) span { font-size: 30px; width: 100px; height: 100px; }  
.mainOddsItem:nth-child(4) span { font-size: 26px; width: 70px; height: 70px; }
.mainOddsItem:nth-child(6) span { font-size: 28px; width: 90px; height: 90px; }  


.mainOdssCanvas {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto; 
    opacity: 0;
    transition: opacity .5s ease, transform .8s ease;
}
.mainOdssCanvasShow {
    opacity: 1;
}

.aboutCompanyEdge {
    padding-top: 40px;
}
.aboutCompanyEdge .bigArr2 li {
    width: calc(25% - 7px);
}

.aboutCompanyEdgeTitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 145%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 40px;
    color: #00572C;
}

@media screen and (max-width: 800px) {      
    .layer {
        width: calc(100% - 36px);
        max-width: 1170px;
        margin: 0px auto;
    }    
}
@media screen and (max-width: 600px) {      
    .layer {
        width: calc(100% - 32px);
        max-width: 1170px;
        margin: 0px auto;
    }    
}

@media screen and (max-width: 1220px) {
    .logoText {
        width: 126px;
    }
    .logo {
        width: 186px;
    } 
    .logoIcon {
        width: 55px;
    }
    
    .logoTextLayer:before {
        bottom: -29px;    
    }
    
    .logoTextLayer:after {
        bottom: -29px;    
    }
    
    .headMenuTop { 
        font-size: 11px;
        line-height: 160%;    
    } 
    .headMenu {
        width: calc(100% - 520px);
    }
}
@media screen and (max-width: 1100px) {     
    .headMenu {
        width: calc(100% - 450px);
        margin-left: 0px;
    }  
    .headSearch:after { 
        left: -5px; 
        width: calc(100% + 10px);
    }
}

@media screen and (max-width: 995px) { 
    
    .logoText {
        width: 196px;
    }
    .logo {
        width: 271px;
    } 
    
    .logoTextLayer:before {
        bottom: -21px;    
    }
    
    .logoTextLayer:after {
        bottom: -21px;    
    }
    
    .logoIcon {
        width: 60px;
        height: 60px;
    }
    .headMenuTop {
        display: none;
    }  
    .headMenuTopService {
        display: flex;
    }
    .headMenuTopActive .headMenuTopArr:after {
        border-top: 5px solid #00572C;        
    }
    .headMenuTopMoveLayer {
        display: none;
    }
    .headMenu .headMenuTopActive>a, .headMenu .headMenuTopActive>div {
        color: #00572C !important;
        font-weight: 600;
    }
    
     
    .headPhoneLayerHide {
        margin-bottom: 10px;
    } 
    .headBottomButton {
        bottom: -2px;
    } 
    .logoTextLayer:after {
        height: 3px;
    }  
    .logoTextLayer:before {
        height: 3px;
    }  
    
    .headPhoneLayer {
        padding: 15px 5px 20px 10px;   
    }
    
    .headMenu {
        width: auto;
    }   
    .logo {
        order: 1;
    }
    .headPhone {
        order: 2;
        margin-left: -10px;
        width: 164px;
    }
    .headMenu {
        order: 3;
    }
    .headSearch {
        order: 4;
    }
    .headLang {
        order: 5;
    }
    .hamburger {
        order: 6;
        display: block;
    }
    
}
@media screen and (max-width: 730px) {       
    .headMenuTopService {
        display: none;
    } 
    .headMenu {
        display: none;
    } 
    .headCallbackButton {
        text-transform: none;
    }
     
    
    .headSearchActive:after {
        display: none;
    }
    .headSearchActive:before {
        display: none;
    }
    
    .searchInputLayer {
        left: 0px !important;
        right: 0px !important;
        width: 90%;
        margin: auto;
    }    
    .searchInputLayer input {
        width: 100%;
    }
}
@media screen and (max-width: 660px) {   
    .logoText {
        width: 126px;
    }
    .logo {
        width: 186px;
    }  
    .logoTextLayer:before {
        bottom: -29px;    
    }
    
    .logoTextLayer:after {
        bottom: -29px;    
    }
    
    .logoIcon {
        width: 55px;
        height: 55px;
    }
    
}

@media screen and (max-width: 530px) {  
     
    .logoIcon {
        width: 40px;
        height: 40px;
    }
    .logoText {
        width: 100px;
    }
    .logo {
        width: 150px;
    }  
    
}
@media screen and (max-width: 480px) { 
    
    .logoIcon {
        width: 40px;
        height: 40px;
    }
    .logoText {
        display: none;
    }
    .logo {
        width: auto;
    }  
    
    
    .logoTextLayer:before {
        display: none;   
    }
    
    .logoTextLayer:after {   
        display: none; 
    }
    
    .logoIconLayer {     
        position: relative; 
    }
    .logoIconLayer:after {
        content: " ";
        position: absolute;
        bottom: -10px;
        left: 0px;
        width: 50%;
        height: 2px;
        background: #1767B9;
    }
    .logoIconLayer:before {
        content: " ";
        position: absolute;
        bottom: -10px;
        right: 0px;
        width: 50%;
        height: 2px;
        background: #FED233;
    }    
    
        
    .topPageLayer {
        margin-top: 50px;
    }
    .head {
        box-shadow: rgb(0 0 0 / 25%) 0px 2px 4px;    
    }
    .headLayer {
        height: 50px;
    }
    
    .hamburger {
        width: 16px;
        height: 14px;
    }   
    .headLang {
        font-size: 13px;
        line-height: 100%;
        margin-top: 0px;
        width: 45px;
    }
    .headPhone {
        height: 50px;
        width: 158px;
        margin-left: 0px;
    }
       
    .headPhone {
        margin-left: -8px;
    }
    .headPhoneLayer {
        padding: 8px 5px 0px 10px;   
    }
    .headSearch {
        background-size: 19px;
        width: 20px;
        height: 20px;
    }
    .headLang:hover .headLangLayer {
        height: 70px;   
    }
    
    .phoneIcon {
        background: url(../img/phone.svg) 1% 45% no-repeat;
    }
    .phoneIcon, .skypeIcon, .telegramIcom, .headCallbackButton, .mailToIcom {
        font-size: 12px;
        line-height: 145%;
        padding-left: 23px;
        margin-bottom: 10px;
        background-size: 14px;
    } 
    .headPhoneLayerHide {
        margin-bottom: 6px;
    }

    
    
    .headCallbackButton {
        font-size: 12px;
        line-height: 17px;
        background-size: 14px; 
        margin-top: -10px; 
    }
    .headBottomButton {
        bottom: -4px;
        height: 16px !important;
    }      

    .mailToIcom {
        padding-left: 0px;
        text-align: center;
        text-transform: none;
        text-align: left;
        margin-bottom: 15px;
    }
    .headLangLayer {
        background: #fff url(../img/langArr.svg) calc(100% - 2px) 11px no-repeat;
    }
    .hamburger {
        width: 21px;
        height: 17px;
    }
    .hamburger div, .hamburger:after, .hamburger:before {
        height: 1.5px;
    }
    
    
    .headLangLayer a, .headLangLayer div {
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
    }
    
}


@media screen and (max-width: 1220px) {
    
    .headMenuServiceLayer {
        padding: 20px 10px;    
    }
    .headMenu .headMenuServiceRowTitle {
        font-size: 13px;
    }  
    .headMenuServiceLayer a {
        font-size: 9px;
    } 
    
    .headMenuServiceRow { 
        width: calc((100% - 75px) / 4);
    } 
    .headMenu .headMenuServiceRowTitle {    
        padding-bottom: 8px;    
    }
    .headMenu .headMenuServiceRowTitle:after {
        width: 200px;
        max-width: 100%;
    }
}
@media screen and (max-width: 1100px) {
    .headMenu .headMenuServiceRowTitle {
        font-size: 12px;
    }         
}
@media screen and (max-width: 950px) {
    
    .headMenu .headMenuServiceRowTitle {
        font-size: 11px;
    }  
    .headMenuServiceLayer a {
        font-size: 8px;
    } 
}
@media screen and (max-width: 900px) {
    
    .headMenu .headMenuServiceRowTitle {
        font-size: 11px;
    } 
    .headMenuServiceRow { 
        width: calc((100% - 45px) / 4);
    } 
    .headMenu .headMenuServiceRowTitle:after {    
        max-width: 90%;
    }
    
}
@media screen and (max-width: 830px) {
    
    .headMenu .headMenuServiceRowTitle {
        font-size: 10px;
    } 
}
@media screen and (max-width: 780px) {
    
    .headMenu .headMenuServiceRowTitle {
        font-size: 9px;
    } 
}
@media screen and (max-width: 995px) {
    .headFixed {
        position: fixed;
        top: 0px;
        left: 0px; 
        width: 100%;
        background: #434343;
        padding: 0px 16px 0px;
        display: block;   
        min-height: 100%;
        height: 100%;
        z-index: 100;
        overflow: auto;  
        
    }
    .headFixed:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #434343;
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .5s ease, visibility .5s ease;
        -moz-transition: opacity .5s ease, visibility .5s ease;
        -o-transition: opacity .5s ease, visibility .5s ease;
        transition: opacity .5s ease, visibility .5s ease; 
        z-index: 200; 
    }
    
    .headFixedOpacity:after {
        opacity: 0;
        visibility: hidden;
    }
    .headFixed .logoWhite {
        display: block;
        margin-bottom: 10px;
        margin-top: 1px;
        margin-left: 2px;
        max-width: 287px;
    }
    .headFixed .logoWhite img {
        max-width: 100%;   
        margin-top: 5px; 
        transform: translate(4px, 5px); 
    }
    .headFixed .headMenuTop {
        display: block !important;
        height: auto !important;
        padding: 0px;          
        border-bottom: 1px solid #f5f4f480;
        -webkit-tap-highlight-color: transparent;

    }
    .headFixed .headMenuTop>a {
        color: #fff !important;
        font-weight: 600;
        font-size: 15px;
        line-height: 145%;    
        padding: 10px 0px;
        display: block;  
        letter-spacing: 0.02em;                    
    }
    .headFixed .headMenuTop>div {
        color: #fff !important;
        font-weight: 600;
        font-size: 15px;
        line-height: 145%;
        padding: 10px 0px;                  
    }
    .headFixed .headMenuTop>div:after {
        width: 16px;
        height: 8px;
        background: url(../img/headFixedArr.svg) 50% 50% no-repeat;
        top: 16px;
        border: none !important;
        right: 12px;
        -webkit-transition: transform .5s ease;
        -moz-transition: transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
    } 
    .headFixed .hideSubMenuShow>div:after { 
        transform: rotateY(0deg) rotate(180deg);    
    }   
       
    .headFixed .headMenuServiceLayer {
        overflow: hidden;
        display: block;
        height: auto;
        opacity: 1;
        visibility: visible;
        position: inherit; 
        box-shadow: 0px 4px 4px rgb(0 0 0 / 0%); 
        height: 0px;
        padding: 0px !important;  
        border: none !important; 
        -webkit-transition: height .5s ease, opacity .5s ease !important;
        -moz-transition: height .5s ease, opacity .5s ease !important;
        -o-transition: height .5s ease, opacity .5s ease !important;
        transition: height .5s ease, opacity .5s ease !important; 
    }
    .headFixed .headMenuServiceRow {
        width: 100%;
        padding-left: 10px;
        height: 30px;
        overflow: hidden;  
    }
    .headFixed .headMenuServiceLayer {
        margin: 0px;   
        width: 100%;
    }  
    .headFixed .headMenuServiceRowTitle {
        font-weight: 600 !important;
        font-size: 13px !important;
        line-height: 145% !important;   
        margin-bottom: 15px !important; 
        padding-bottom: 0px;
        position: relative;  
        padding-left: 0px !important;
    }
    .headFixed .headMenuServiceRowTitle:after {
        display: none;      
    }  
    .headFixed .headMenuServiceRowTitle div {
        position: absolute;
        top: 0px;  
        right: 18px;
        margin: auto;
        width: 100%;
        height: 100%;
        display: block;
    }
    .headFixed .headMenuServiceRowTitle div:after {
        display: block;
        content: " ";
        position: absolute;
        top: 5px;
        right: -2px;
        width: 11px;
        height: 1px;
        background: #fff;
        transform: rotateY(0deg) rotate(-90deg);
        -webkit-transition: transform .5s ease;
        -moz-transition: transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
    }
    .headFixed .headMenuServiceRowTitle div:before {
        display: block;
        content: " ";
        position: absolute;
        top: 5px;
        right: -2px;
        width: 11px;
        height: 1px;
        background: #fff;
        transform: rotateY(0deg) rotate(0deg);
        -webkit-transition: transform .5s ease;
        -moz-transition: transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
        
    } 
    
    
      
    .headFixed .headMenuServiceRow>a {
        font-weight: 600;
        font-size: 12px;
        line-height: 145%;
        display: block;
        padding-right: 16px;  
        margin-bottom: 14px;
        padding-left: 14px;
    }
    .headFixed .headMenuServiceRow>a:last-child {
        padding-bottom: 5px;
    }
    .hideSubChildMenuShow .headMenuServiceRowTitle div:after {
        transform: rotateY(0deg) rotate(-45deg);    
    }
    .hideSubChildMenuShow .headMenuServiceRowTitle div:before {
        transform: rotateY(0deg) rotate(45deg);    
    }
    
     
    
    
    
    .headFixed .headFixedClose {
        display: block;
        position: fixed;
        top: 25px;
        right: 18px;
        z-index: 101;
        width: 21px;
        height: 21px;
    }
    
    .headFixedClose:after {
        display: block;
        content: " ";
        position: absolute;
        top: 10px;
        left: -2px;
        width: 29px;
        height: 1px;
        background: #fff;
        transform: rotateY(0deg) rotate(45deg);
    }
    .headFixedClose:before {
        display: block;
        content: " ";
        position: absolute;
        top: 10px;
        left: -2px;
        width: 29px;
        height: 1px;
        background: #fff;
        transform: rotateY(0deg) rotate(-45deg);
    } 
    
    
    .headFixed .headMenuTopInfoCenter .headMenuTopBg {
        position: unset;
        height: 0px;
        width: 100%;
        top: unset;
        left: unset;
        overflow: hidden;
        padding: 0px; 
        box-shadow: 0px 4px 4px rgb(0 0 0 / 0%); 
        opacity: 1 !important;
        visibility: visible !important;
        
        -webkit-transition: height .5s ease, opacity .5s ease !important;
        -moz-transition: height .5s ease, opacity .5s ease !important;
        -o-transition: height .5s ease, opacity .5s ease !important;
        transition: height .5s ease, opacity .5s ease !important;         
            
    }
    .headFixed .headMenuTopInfoCenter .headMenuTopBg a {
        display: block;
        padding-left: 10px;
        font-size: 13px;    
    }
    
}
@media screen and (max-width: 550px) {
    .headFixed .logoWhiteIcon {
        width: 208px;
        margin-top: 5px;
        transform: translate(4px, 5px);
    }
    .headFixed .headMenuTop>a {
        font-size: 15px;
        padding: 10px 0px 9px;
    } 
    
    .headFixed .logoWhite {
        margin-bottom: 6px;
    }
    .headFixed .headMenuServiceRowTitle {
        font-size: 13px !important;
    }
    .headFixed .headMenuServiceRowTitle div:before {
        width: 17px;
        top: 8px;
        right: -6px;
    }
    .headFixed .headMenuServiceRowTitle div:after {
        width: 17px;
        top: 8px;
        right: -6px;
    }
    .headMenuServiceLayer a {
        padding-left: 14px;
        margin-bottom: 14px;
    }
    .headFixed .headMenuServiceRow>a {
        font-size: 12px;
    }
    .headMenuTopBg a {
        font-size: 13px;
    }
       
}


@media screen and (max-width: 1100px) {       
    .topPageCenter h1, .breadcrumbs {
        width: calc(100% - 48px);
        margin: auto;       
    }
    .topPageCenter h1 {
        margin-bottom: 13px;        
    }            
}
@media screen and (max-width: 800px) {       
    .topPageCenter h1 {
        font-size: 30px;
        line-height: 130%;
        margin-bottom: 5px;
    }
    .breadcrumbs {
        font-size: 15px;
        line-height: 145%;
    }              
    .topPageLayer {
        height: 220px;
    }  
    .newsBrief {
        font-size: 15px;
        margin-bottom: 20px;
    }  
    .newsContent p {
        font-size: 12px;
        line-height: 145%;
        margin-bottom: 16px;
    } 
    .newsDate {
        font-size: 12px;
        line-height: 145%;
        margin-top: 20px;
        margin-bottom: 30px;
    }                      
}
@media screen and (max-width: 600px) {   
       
    .topPageCenter h1, .breadcrumbs {
        width: calc(100% - 32px);
        margin: auto;       
    }
    .topPageCenter h1 {
        margin-bottom: 5px;        
    } 
        
    .topPageCenter h1 {
        font-size: 20px;
        line-height: 130%;
    }
    .breadcrumbs {
        font-size: 13px;
        line-height: 145%;
    }              
    .topPageLayer {
        height: 190px;
    }                                            
}


@media screen and (max-width: 1100px) {
    .panel {
        width: 216px;   
        margin-top: -20px;   
    }
    .content {
        width: calc(100% - 246px);
    }
    
}                                      
@media screen and (max-width: 800px) { 
    .centerLayer {
        flex-direction: column-reverse;
    } 
    .panel {
        width: 100%;        
    }  
}
@media screen and (max-width: 600px) { 
    .panel {
        margin-top: -18px;
    }
}


@media screen and (max-width: 1100px) {

    .consButton:after {
        right: 15px;
    }
    .consButton:before {
        right: 15px;
    }    
}
@media screen and (max-width: 950px) {
    .panelService {
        display: none;
    }    
    .panelLinks {
        display: none;
    }  
    .centerLayer {
        flex-direction: column-reverse;
    }
    
    
    .content {
        width: 100% !important;
    }   
    
    .panel {
        width: 100%;
    }
    .panelButtonList {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .panelButton {
        width: calc((100% - 48px) / 3);
        margin-bottom: 0px;
    } 
}
@media screen and (max-width: 600px) {
    .panelButton {
        width: calc((100% - 20px) / 3);
        font-size: 9px;
        line-height: 35px; 
        height: 35px;   
    } 
    .consButton:after {
        display: none;
    }
    .consButton:before {
        display: none;
    }  
    
    
    .newsBrief {
        font-size: 14px;
        line-height: 145%;
    }
    .newsContent {
        font-size: 13px;
        line-height: 145%;
    }
    .newsDate {
        font-weight: 400;
        font-size: 13px;
        line-height: 145%;
        margin-bottom: 50px;
    }
    .shareList {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 25px;
    }
    .shareList span {
        font-weight: 600;
        font-size: 10px;
        line-height: 145%;
        margin-right: 15px;
    }
    .shareList a {
        width: 30px;
        height: 30px;
        background-size: 100% !important;
        margin-right: 15px;
    }
    .newsTagList {
        width: calc(100% - 140px);
    }
    .newsTagList {
/*        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; 
        flex-wrap: wrap;*/ 
        width: 100%;    
    }
    .newsTagList a {
        padding: 5px 20px;   
        font-weight: 600;
        font-size: 10px;
        line-height: 145%; 
        margin-right: 15px;
    }
    .newsContent p {
        font-weight: 400;
        font-size: 13px;
        line-height: 150%;
        margin-bottom: 16px;
        margin-right: 1px;
    }
    .newsDate {
        margin-top: 10px;
    }
    .otherNewsArr {
        font-weight: 600;
        font-size: 10px;   
    }
    .otherNewsArr:after {
        background-size: 12px;
    }
    .newsShase {
        margin-bottom: -5px;
    }
    .otherNewsLeft .otherNewsArr {
        padding-left: 25px;
    }
    .otherNewsRight .otherNewsArr {
        padding-right: 25px;
    }
     
}


@media screen and (max-width: 1200px) {      
    .otherNews>div {
        width: calc((100% - 34px) / 2);
    }    
    .otherNewsContent {
        width: calc(100% - 185px);
    }
}
@media screen and (max-width: 800px) {      
    .otherNews>div {
        width: calc((100% - 24px) / 2);
    }   
    
    .otherNewsTitle {  
        font-size: 15px;
        line-height: 145%;  
        
        -webkit-line-clamp: 2;
        margin-top: 10px;  
    }
    .otherNewsBrief {
        font-weight: 400;
        font-size: 12px;
        margin-top: 10px;
    }
    .otherNewsImg {
        width: 177px;
        height: 135px;
        position: relative;
    } 
    .otherNewsImg img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }   
    .otherNewsContent {
        width: calc(100% - 197px);
    }
    .otherNews {
        margin-top: 30px;
        padding-top: 30px;
    }
        
}
@media screen and (max-width: 700px) {  
    
    .otherNews {
        margin-top: 25px;
        padding-top: 27px;
    }
    .otherNews {
        justify-content: space-between;
    }              
    .otherNews>div {
        max-width: 250px;
        position: relative;
        width: calc((100% - 24px) / 2);
    }   
    .otherNewsLeft {
        flex-direction: column; 
        align-items: flex-start; 
    } 
    .otherNewsRight {
        flex-direction: column; 
        align-items: flex-end; 
    }  
    .otherNewsContent {
        width: 100%;
    } 
    .otherNewsImg {
        width: 100%;
        height: 135px;
        margin-top: 28px; 
    }  
    .otherNewsArr {
        position: absolute;
        top: 0px;
    }
    .otherNewsRight .otherNewsArr {
        right: 0px;
    }  
    
    
    .otherNewsTitle {  
        font-weight: 600;
        font-size: 14px;
        line-height: 145%;
        margin-top: 5px;
        -webkit-line-clamp: 3;
    }
    .otherNewsBrief {
        font-weight: 400;
        font-size: 13px;
        line-height: 145%; 
        margin-top: 5px;
    }                   
  
}
@media screen and (max-width: 450px) {  
    .otherNewsImg {
        height: 110px;
    }   
}
@media screen and (max-width: 400px) {  
    .otherNewsImg {
        height: 90px;
    }   
}


@media screen and (max-width: 1100px) {  
    .panelBannerItemBriefCompany {
        font-size: 12px;
    } 
    .panelBannerItemBriefPrice {
        font-size: 15px;
        text-transform: none;
    }    
    .panelBannerItemBrief {
        padding: 4px 5px;
    }
    .bannerItem img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 1150px) {  
    .footerRow:nth-child(1) {
        width: 246px;
    } 
    .footerRow:nth-child(2) {
        width: 200px;
        min-width: unset;
    }
    .footerRow:nth-child(3) {
        width: 176px;  
        min-width: unset;  
    }  
    .footerRow a {
        white-space: normal;
    } 
    .footerRowTitle {
        max-width: unset;
    } 
    .footerLogoLayer {
        width: 216px;
    }
    .footerPravo {
        font-size: 9px;
    }   
    .footerCopyright {
        padding-bottom: 25px;
        margin-bottom: 0px;
    }  
    .footerCallback {
        margin-top: 10px;    
    }
    .footerCallback>div {
        padding: 12px 20px;
        padding-left: 35px;
    }
    .footerCopyright {
        max-width: 624px;
        margin: auto;
    }
}


@media screen and (max-width: 940px) { 

    .footerList {
        padding-top: 20px;
    }
 
    .footerRowTitle {
        font-size: 12px;
        padding-bottom: 7px;
        margin-bottom: 10px;
    } 
    .footerRow a {
        font-size: 10px;
        line-height: 140%;
    }   
    .footerCopyright {
        font-size: 6px;
    }    
    .footerMap {
        width: 125px;
    }
    
    .footerRow:nth-child(1) {
        width: 170px;
        min-width: unset;  
        
    } 
    .footerRow:nth-child(2) {
        width: 143px;  
        min-width: unset;        
    }
    .footerRow:nth-child(3) {
        width: 129px;  
        min-width: unset;  
    } 
    
    .footerMap {
        width: 155px;
    }
    
    .footerLogoLayer {
        width: 180px;
        margin-left: 7px;
    }  
    .footerSoc {
        margin-top: 0px;
    } 
    .footerRowTitle:after {
        max-width: 195px;
    } 
    .footerCopyright {
        max-width: 480px;
        margin: auto;
        padding-bottom: 14px;
        font-size: 9px;
        line-height: 190%;
        padding-top: 5px;
        margin-top: 10px;
    }
     
    .footerRow a {
        margin-bottom: 15px;
    } 
    .footerCallback {
        margin-top: 20px;
        margin-bottom: 8px;
    }
    .footerLogo {
        margin-top: 7px;
        display: block;
    }
    .footerPravo {
        font-size: 9px;
    }
    
    .footerCallback>div {
        font-size: 10px;
        padding: 10px 20px;
        padding-left: 27px;
        padding-right: 15px;
        background: url(../img/footerCallback.svg) 0% 50% no-repeat;
        background-size: 12px;
    }
}

@media screen and (max-width: 750px) {      
    
    
    .footerRow {                 
        width: calc(50% - 12px) !important;
        min-width: unset  !important;
    }            
    .footerLogoLayer {
        width: calc(50% - 12px) !important;
        min-width: unset  !important;
        margin-left: 0px;
    }
    .footerList {
        max-width: 480px;
        margin: auto;
        padding-top: 20px;
    }
    .footerRow:nth-child(3), .footerLogoLayer {
        margin-top: 40px; 
    } 
    
    .footerSoc {
        margin-top: 25px;
    }
    .footerCopyright {
        font-size: 8px;
        max-width: 100%;
        line-height: 20px;
    }
    .footerCallback {
        font-size: 9px;
        margin-bottom: 12px;
        margin-top: 0px;
    }
    .footerCallback>div {
        margin-left: 15px;
        background-size: 13px;
        font-size: 9px;
        padding: 11px 20px 12px;
        padding-left: 19px;
        padding-right: 27px;
        
    }
    .footerPravo {
        font-size: 8px;
    }
    .footerRowTitle {
        margin-bottom: 10px;    
        padding-bottom: 7px;   
        font-size: 12px;
        line-height: 140%;
    }
    .footerRow a {
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 140%; 
    }
    .footerMap {
        width: 180px;
    }
    .footer {
        margin-top: 40px;
    }
    .footerRow:nth-child(3) a {
        line-height: 150% !important;
    }
      
}


@media screen and (max-width: 1100px) { 
    .newsSearch {
        width: 215px;
    }  
    .newsMainItemImg {
        height: 338px;
    }  
    .newsMainDate {
        margin-top: 5px;
    }
    .newsMainButton {
        padding: 0px 60px;
    }
    .newsItemImg {
        width: 160px;
    }
    .newsItemContent {
        width: calc(100% - 176px);
    }
    .newsItemDate {
        margin-bottom: 5px;
    }
    .newsItemTitle {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 800px) { 
    .newsSearchLayer {
        display: none;
    }  
    .newsMainItemImg {
        height: 275px;
    } 
    .newsMainDate { 
        margin-top: 4px;
    } 
    .newsMainTitle {
        font-size: 15px;
        line-height: 145%;
    }
    .newsMainBrief {
        font-size: 12px;
        line-height: 145%;
    }
    .newsMainButton {
        padding: 0px 63px;
    }
    
    .newsItem {
        margin-bottom: 20px;
    }
    
    .newsItemImg {
        width: 167px;
        height: 143px;
    }
    .newsItemContent {
        width: calc(100% - 184px);
    }
    .newsItemTitle {
        font-size: 15px;
        line-height: 145%;
        margin-bottom: 5px;
    }
    .newsItemBrief {
        font-size: 12px;
        line-height: 145%;
    }
    .newsPagination {
        margin-top: 20px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 680px) { 
    
    
    .newsPagination {
        margin-top: 5px;
        margin-bottom: 0px;
    }
    
    .newsMainDate { 
        font-size: 13px;
        margin-top: 5px;
    } 
    
    
    .newsMainItemImg {
        height: 150px;
    }    
    .newsItemDate {
        font-size: 10px;
        line-height: 145%;
    }
    .newsMainTitle {
        margin-top: 5px;
        font-size: 14px;
        line-height: 145%;
    }
    .newsMainBrief {
        font-size: 13px;
        line-height: 145%;
    }
    .newsMainButton {
        font-size: 9px; 
        padding: 0px 58px;
        height: 35px;
        line-height: 35px;
    }
    .newsItem {
        width: 100%;
    }
    .newsItemImg {
        width: 152px;
        height: 128px;
    }
    .newsItemContent {
        width: calc(100% - 176px);
    }
    .newsItemDate {
        font-size: 13px;
        line-height: 135%;
    }
    .newsItemTitle {
        font-size: 14px;
        line-height: 145%;
        -webkit-line-clamp: 2;
    }
    .newsItemBrief {
        font-size: 13px;
        line-height: 145%;
    }
    .newsList {
        margin-top: 25px;
    }
    
    .newsPagination span, .newsPagination a {
        width: 40px;
        height: 20px;  
        font-size: 12px;
        line-height: 20px;
        margin: 0px 5px !important;  
    }
    .nextPage {
        background-size: 12px !important;
    }
}


@media screen and (max-width: 1100px) { 
    .specialImg {
        width: calc(55% - 5px);    
    } 
    .specialText {
        width: calc(45% - 5px); 
    }   
}
@media screen and (max-width: 800px) { 
    .speacialList {
        margin-bottom: -5px;
    } 
    .specailItem {
        height: 150px;
    }  
    .specialText {
        font-size: 19px;
    } 
    .specailItemTwo .specialImg span {
        font-size: 19px;
    }  
}
@media screen and (max-width: 600px) { 
       
    .specialText {
        font-size: 12px;
        padding: 0px 20px;
    } 
    .specailItemTwo .specialImg span {
        font-size: 12px;
        padding: 0px 20px;
    }  
    .specailItem {
        height: 100px;
    }  
    .speacialList {
        margin-bottom: -10px;
    } 
}


@media screen and (max-width: 1100px) { 
    .faqTop {
        width: 460px;
    }
    .faqTopButton {
        width: 215px;
    }  
    .faqItem {
        padding-right: 13px;
    }  
    .faqItemContent div { 
        padding-bottom: 18px;
    }
}
@media screen and (max-width: 800px) { 
    .faqTop {
        width: 100%;
    }
    .faqTopButton {
        width: calc(50% - 12px);
    }  
    .faqItemContent div {
        font-size: 12px;
    }  
}
@media screen and (max-width: 600px) { 
    .faqTopButton {       
        font-size: 9px; 
        padding: 11px;
        height: 35px;
    }    
    .faqTop {
        margin-bottom: 20px;
    }
    .faqItem {
        padding: 0px 6px 0px 10px;
        margin-bottom: 15px;
        
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        flex-wrap: nowrap; 
        min-height: 50px;
    }
    .faqItemTitle {
        font-size: 11px;
        line-height: 16px;
        font-weight: 600;
    }
    .faqItemContent div {
        font-size: 11px;
    }  
}


@media screen and (max-width: 1300px) { 
    .taxTitleItem {
        width: 17.4%;
        border-right: 2px solid #fff;
        font-size: 10px;
        padding: 5px 12px;
    }    
    .taxTitleItem2 {
        width: 13%;   
        border-right: none; 
    }
    .taxLineItem:nth-child(1) {      
        font-size: 10px; 
        line-height: 16px;  
    }
    .taxLineItem {
        width: 17.4%;         
        font-size: 11px; 
        line-height: 16px;  
        padding: 7px 12px 7px;
        
    }    
    .taxLineItem {
        width: 13%;         
    }
    .taxNote {
        margin-top: 30px;
    }
}
@media screen and (max-width: 950px) { 
    .taxInfo {
        font-size: 19px;
        margin-bottom: 10px;
    }   
    .taxContent {
        font-size: 12px;
    } 
    .taxContent li {
        font-size: 12px; 
        padding: 1.5px 10px 1.5px 30px;       
    }
    .taxContent li b {
        font-size: 12px; 
        font-weight: 700;      
    }
    .taxContent em {
        font-size: 15px;
        margin-top: 30px;
    }
    .taxTable {
        margin-top: 20px;
    }
    .taxSearch {
        margin-bottom: 20px;
        width: 297px;
    }
    
    .taxNote {
        margin-top: 20px;
        font-size: 12px;
    }
}
@media screen and (max-width: 650px) { 
    .taxInfo {
        font-size: 16px;
        padding-left: 12px;
        margin-bottom: 15px;   
    }
    .taxInfo:after {
        height: calc(100% - 2px);
        width: 3px;
    }  
    .taxContent p {
        font-size: 13px;
        line-height: 19px;
    }
    .taxContent ul {
        margin-top: 15px; 
        margin-bottom: 15px;   
    }
    .taxContent ol li {
        font-size: 13px;
        padding-right: 0px;
        padding-left: 10px;
        background-size: 15px;
        margin-bottom: 12px;
    }
    .taxContent ul li {
        font-size: 13px;
        padding-right: 0px;
        padding-left: 25px;
        background: url(../img/taxLi.svg) 0% 50% no-repeat;
        background-size: 15px;
        margin-bottom: 12px;
    }
    .taxContent li b {
        font-weight: 600;
    }  
    .taxContent em {
        margin-top: 15px;
        font-size: 13px;
    }
    .taxTable {
        margin-top: 35px;
    }
    .taxSearch {
        width: 214px;
        margin-bottom: 18px;
    }
    .taxSearch:after {
        right: 18px;
        background-size: 18px;
        width: 18px;
        height: 18px;
    }
    .taxSearch input {
        padding-left: 5px;
        font-size: 9px;
    }
    .taxTitle {
        display: none;
    }
    .taxLine {
        background: #fff;
        margin-top: 2px;
    }
    .taxLineItem {
        width: 100%;
        background: #F5F4F4; 
        margin-bottom: 3px;  
    } 
    .taxLine .taxLineItem:nth-child(1) {
        font-size: 10px;
        color: #00572C;   
        padding: 10px 0px 10px 15px;  
        position: relative;
        min-height: 35px;
    }
    .taxLine .taxLineItem:nth-child(1) div {
        display: block;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 15px;
        margin: auto;
        width: 17px;
        height: 17px;
        border: 1px solid #00572C;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-transition: background .5s ease, visibility .5s ease;
        -moz-transition: background .5s ease, visibility .5s ease;
        -o-transition: background .5s ease, visibility .5s ease;
        transition: background .5s ease, visibility .5s ease;
        background: #00000000;
        min-height: auto;
    }
    .taxLine .taxLineItem:nth-child(1) div:after {
        content: " ";
        width: 17px;
        height: 17px;
        background: url(../img/taxLineItem1.svg) 4px 7px no-repeat;
        background-size: 9px;
        position: absolute;
        top: -1px;
        left: -1px;
        -webkit-transition: filter .5s ease, transform .5s ease;
        -moz-transition: filter .5s ease, transform .5s ease;
        -o-transition: filter .5s ease, transform .5s ease;
        transition: filter .5s ease, transform .5s ease;
    }
    .taxLine {
        max-height: 35px;
        margin-top: 0px;
        margin-bottom: 5px;
        overflow: hidden;
        -webkit-transition: opacity .5s ease, max-height .5s ease;
        -moz-transition: opacity .5s ease, max-height .5s ease;
        -o-transition: opacity .5s ease, max-height .5s ease;
        transition: opacity .5s ease, max-height .5s ease;
    }
    
    .taxLineOpen .taxLineItem:nth-child(1) div {
        background: #00572C;
    }
    .taxLineOpen .taxLineItem:nth-child(1) div:after {
        filter: brightness(0) invert(1); 
        transform: rotate3d(0, 0, 1, 180deg);       
    }
    
    .taxLineItem {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch; 
        flex-wrap: wrap;
        min-height: 51px;
        padding: 0px;
    }
    
    .taxLineItem>div {
        display: block;
        width: 90px;
        background: #00572C;
        color: #fff;
        font-size: 9px;
        font-weight: 600;    
        min-height: 51px;
        padding: 5px;
        
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; 
        flex-wrap: nowrap; 
        border-right: 3px solid #fff;  
        
    }
    .taxLineItem>span {                  
        padding: 5px 10px 5px 10px;
        font-size: 12px;
        position: unset;
        width: calc(100% - 90px);
        height: auto;

        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; 
        flex-wrap: nowrap; 
        
    }
    .taxLineItem2>span:after {
        display: none;
    }
    .taxLineItem2>span>div {
        position: unset;
        opacity: 1;
        visibility: visible;
        background: #00000000;
        top: unset;
        right: unset;
        font-size: 12px;
        color: #000000;
        padding: 0px;
        width: 100%;
    }
    
    .taxNote {           
        font-size: 13px;
    }
    
    
}


@media screen and (max-width: 1100px) { 
    .contactTop {
        margin-top: 10px;
    }    
}

@media screen and (max-width: 995px) { 
    .contactPhoneContent {
        font-size: 15px;
    }    
}
@media screen and (max-width: 950px) { 
    .contactPhoneContent { 
        font-size: 15px;
        line-height: 160%;
        font-weight: 600;
    }    
    .contactTop {
        margin-top: 0px;
    } 
}
@media screen and (max-width: 700px) { 
    .contactTop {
        flex-direction: column;
        margin-bottom: 30px;
    } 
    .contactTopItem {
        width: 100%;
        max-width: 100%;
        position: relative;
        padding-left: 60px;
        text-align: left;
        min-height: 42px;
        margin-bottom: 30px;
    }  
    .contactTopItemPic {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px; 
        margin: auto;
        width: 40px;
        height: 40px;
        background-size: 19px;
        
    }
    .contactPhoneContent {
        min-height: 42px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; 
        flex-wrap: nowrap; 
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        padding-right: 20px;
    }
    .contactTopItem:nth-child(1) { order: 1; }
    .contactTopItem:nth-child(2) { 
        order: 3;  
        margin-bottom: 0px; 
    }
    .contactTopItem:nth-child(3) { 
        order: 2;           
    }
    .mapLayer {
        height: 215px !important;
    }
    #map {
        height: 213px !important;
    }
}
@media screen and (max-width: 1100px) {
    .contactFormLayer {
        padding: 0px 20px 30px;
    }
    .contactFormButton {
        right: 20px;    
    }
    .contactFormTitle {
        margin-bottom: 6px;
    }
    .contactFormItem input, .contactFormItem textarea {
        padding: 12px 18px 13px;    
    }
} 
@media screen and (max-width: 900px) { 
    .contactFormLayer {     
        margin-bottom: 20px;    
    }
    .contactFormBg {    
        width: 48%;      
    }   
    .contactPic {
        width: calc(52% - 24px);  
    } 
    .contactFormItem textarea {
        margin-bottom: 0px;
    }
    .contactFormTitle {
        font-size: 15px;
        line-height: 145%; 
        padding-right: 20px;  
        margin-bottom: 12px; 
    }
    .contactFormTitle:after {
        width: 4px;
        left: -14px;
    }
}

@media screen and (max-width: 600px) { 
    .contactFormLayer {
        height: auto;  
        background: url(../img/contactFormLayer.png) 0% 100% repeat-x; 
        width: calc(100% + 32px); 
        margin-left: -16px; 
        margin-top: 35px;
        padding: 0px 16px 30px;
        margin-bottom: 30px;
    }
    .contactPic {
        position: absolute;
        top: 0px;    
        left: 0px; 
        margin: auto;               
        width: calc(100%); 
        max-width: none;
        height: 196px;
    }
    .contactFormBg {
        margin-top: 216px;
    }
    .contactFormBg {
        width: 100%;
        max-width: none;
    }
    .contactFormTitle:after {
        display: none;
    }
    .contactFormCaption {
        font-size: 10px;
        line-height: 145%;
        margin-top: 22px;
    }
    .contactFormTitle {
        font-size: 14px;
        line-height: 145%;
        margin-top: 7px;
    }
    
    .contactFormItem input, .contactFormItem textarea {
        padding: 16px 10px;  
        font-size: 9px;
        line-height: 145%;  
    }
    .contactFormButton {
        font-size: 9px;
        right: 16px;
        width: 152px;
    }       
    .contactPic:after, .contactPic:before {
        content: " ";
        position: absolute;
        top: -20px; 
        right: 36px;   
        width: 3px;
        height: 40px;
        background: #00572C;
    }
    .contactPic:before {
        right: 43px;
    }
}
@media screen and (max-width: 1100px) { 
    .bankPriceTitle {
        padding-left: 16px;
    }
    .priceTabItem {
        width: calc(50% - 8px);
    }
    .priceTab {
        margin-bottom: 27px;
    }
    .bankPriceAttention {
        right: 0px;    
    }
}
@media screen and (max-width: 950px) { 
    .pricePanel .panelButtonList {
        display: none;
    } 
    .priceContent {
        margin-top: 20px;
    } 
    .priceTab {
        margin-bottom: 20px;
    }  
    .bankPriceTitle {
        margin-bottom: -3px;
    } 
}
@media screen and (max-width: 650px) { 
    .priceTabItem {
        width: calc(50% - 12px);
    }
    .priceTabItem div {
        display: block;
    }
    .priceTabItem span {
        display: none;
    }
    .pricePanel .panelButtonList {
        display: flex;
    } 
    .pricePanel .panelButton {
        display: none;
    } 
    .pricePanel .consButton {
        display: block;
    }
    .priceContent {
        margin-top: 0px;
    }
    .priceTabItem {
        line-height: 35px;
        height: 35px;
        font-size: 12px;
    }
    .bankPriceTitle {
        font-weight: 600;
        font-size: 14px;
        line-height: 145%;
        text-transform: none;
        padding: 5px 7px;
        text-align: center; 
    }
    .bankPriceTopCell {
        font-size: 9px;
        text-align: center;
        width: calc((100% - 4px) / 3);
    }
    .bankPriceCell {
        font-size: 10px;
        line-height: 145%;
        width: calc((100% - 4px) / 3);
        text-align: center;
    }
    .bankPriceCellTitle {  
        width: calc((100% - 2px) / 2); 
        margin-bottom: 2px;   
    }
    .bankPriceCellTitle a {
        font-size: 9px;                
    }
    .bankPriceCellPrice {
        font-size: 10px;
    }
    .bankPriceAttention {
        right: -3px;
        top: 0px;
    }
    .bankPriceTop {
        margin-bottom: -5px;
    }
    .bankPriceCell2 {
        width: calc(((100% - 1px) / 3) * 2);
    }
    .bankPriceCellPrice {
        width: calc((100% - 2px) / 2); 
        margin-bottom: 2px;   
        
    }
    .bankPriceRow {
        margin-top: 4px;
    }
    .bankPriceCellPriceItem {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media screen and (max-width: 380px) { 
    .bankPriceCellPrice2 .bankPriceCellPriceItem {
        padding-left: 0px;
        padding-right: 10px;
    }
    .bankPriceAttention {
        right: -3px;
        top: 0px;
    }   
}


@media screen and (max-width: 1100px) { 
    .priceBigContent {
        width: 100%;
    }    
    .priceBigPanel {
        width: 0px;
    }
    .priceBigPanel .consButton {
        display: block;
        width: 216px;
        margin-left: -216px;
    }
    .priceBigContent .priceTab { 
        width: calc(100% - 246px);
    }
    .priceTopChildBigItem1 {
        width: 17%;
        padding: 0px 2px;
    }
    .priceTopChildBigItem2 {
        width: 33%;
    }
    
    
    .priceLineDoc {
        width: calc(9.55%); 
    }
    .priceLineApo {
        width: calc(9.6%); 
    }
    .priceLineGood {
        width: calc(9.8%);   
    }
    .priceLineCert {
        width: calc(9.7%);   
    }
}

@media screen and (max-width: 990px) { 
       
    .priceBigContent .priceTab { 
        width: calc(100%);
        margin-top: 20px;
    } 
    .priceBigPanel .consButton {
        display: none;
    }
    .priceLayerTitle {
        font-size: 15px;
        font-weight: 600;
        padding: 9px 10px;
    }
    .priceTopItem {
        font-weight: 600;
        font-size: 9px;
        line-height: 145%;
    }
    .priceTopItemSmall {
        text-transform: uppercase;
    }
    .priceTopChildItem {
        text-transform: uppercase !important;
        font-weight: 600;
        font-size: 7px;
        line-height: 145%;             
    }
    .priceTopChildBigItem1 {     
        word-break: break-word;
        max-width: 80px;
    }
    
    .priceLineCountry {
        font-size: 9px;
    }
    .priceLinePeriod {
        font-size: 8px;
    }
    .priceLineYaer1In {
        font-size: 9px;
    }
    .priceLineYaer1Out {
        font-size: 9px;
        width: calc(10.1%);
    }
    .priceLineYaer2In {
        font-size: 9px;
    }
    .priceLineYaer2Out {
        font-size: 9px;
    }
    .priceLineDoc {
        font-size: 8px; 
    }
    .priceLineApo {
        font-size: 9px;
    }
    .priceLineGood {
        font-size: 9px; 
    }
    .priceLineCert {
        font-size: 9px;  
        width: calc(9.8%); 
    }
    .priceLineItem {
        margin-top: 4px;
    }
    .priceTopItem6 {
        border-left: 3px solid #fff;
    }
    .priceLineYaer2In {
        border-left: 3px solid #fff;
    }
    
    
    .priceLayer {
        margin-bottom: 20px;
    }
    
     
    .priceBrief {
        font-weight: 400;
        font-size: 12px;
        line-height: 145%; 
        letter-spacing: 0.02em;
    }
    
    
    .priceLineItem>span {
        font-weight: 600;
        font-size: 7px;
        line-height: 145%;
    }
}

@media screen and (max-width: 750px) { 
    .priceTop {
        display: none;
    }     
    .priceLineItem {
        background: none; 
        display: none; 
    }
    .priceLineCountry {
        display: flex;
        width: 100%;
        min-height: 38px; 
        background: #F5F4F4;
        margin-top: 5px;
        justify-content: flex-start;
        font-weight: 600;
        font-size: 10px;
        line-height: 145%;
        padding: 10px;
    } 
    
    .priceMobTop {
        display: flex;
        width: 100%;
        align-items: stretch;
    }
    .priceMobTopPeriod {
        font-weight: 600;
        font-size: 9px;
        line-height: 145%; 
        letter-spacing: 0.02em;
        text-transform: uppercase;
        width: 41%;
        padding: 6px;
        color: #fff;
        background: #00572C;
         
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; 
        flex-wrap: nowrap;             
    }
    .priceMobYear1 {
        width: 59%;
    }
    .priceMobYear1Title {
        width: 100%;
        color: #fff;
        background: #00572C;
        font-weight: 600;
        font-size: 9px;     
        line-height: 145%; 
        letter-spacing: 0.02em;
        text-transform: uppercase;
        padding: 3px 6px;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
    }
    .priceMobYear1 .flexBox {
        align-items: stretch;
    }
    .priceMobYear1Item {
        width: 50%;
        background: #434343;
        color: #fff;
        padding: 1px 6px;
        font-weight: 600;
        font-size: 8px;
        line-height: 145%; 
        letter-spacing: 0.02em;
        text-transform: uppercase;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; 
        flex-wrap: nowrap; 
        height: 43px;
        border-left: 1px solid #fff;
    }
    
    
    .priceLinePeriod {
        display: block;
        width: 41%;
        font-size: 10px;
        height: 35px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; 
        flex-wrap: nowrap; 
        background: #F5F4F4; 
        padding-left: 10px; 
    }
    .priceLineYaer1In {
        width: 29.5%;  
        background: #F5F4F4;
        font-weight: 700;
        font-size: 10px;
        line-height: 145%;  
        display: block;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; 
        flex-wrap: nowrap; 
        padding-left: 10px;
    }
    .priceLineYaer1Out {
        width: 29.5%;  
        background: #F5F4F4;
        font-weight: 600;
        font-size: 10px;
        line-height: 145%;
        display: block;
        height: 35px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; 
        flex-wrap: nowrap; 
        padding-left: 10px;
    }
    .priceLineItem {
        margin-top: 0px;
    }
    .priceMobCenter {
        width: 100%;
        min-height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; 
        flex-wrap: nowrap; 
        text-align: center;
        font-weight: 600;
        font-size: 9px;
        line-height: 145%;
        letter-spacing: 0.02em;
        text-transform: uppercase;       
        color: #FFFFFF;
        background: #00572C;
        padding: 5px 10px;
        margin: 5px 0px;
    }
    .priceMobLeftYear {
        display: block;
        width: 55%;
        height: 38px;  
        position: relative;
    }
    .priceMobLeftYearBig {
        position: absolute;
        top: 0px;   
        left: 0px;   
        width: calc(100% - 95px);
        height: 76px;
        background: #00572C;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; 
        flex-wrap: nowrap; 
        font-weight: 600;
        font-size: 9px;
        line-height: 145%; 
        letter-spacing: 0.02em;
        text-transform: uppercase;      
        color: #FFFFFF;
        z-index: 2;
        padding-left: 6px;
        padding-right: 6px;
        word-break: break-word;
        max-width: 180px;
        border-right: 1px solid #fff;
    }
    .priceMobLeftYearSmall {
        background: #434343;
        font-weight: 600;
        font-size: 8px;
        line-height: 145%; 
        letter-spacing: 0.02em;
        text-transform: uppercase;  
        color: #FFFFFF;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; 
        flex-wrap: nowrap; 
        padding-left: calc(100% - 88px);
        height: 38px;              
        border-top: 1px solid #fff;
        
    }
    .priceMobLeftYearSmallNoBorder {
        border: none;
    }
    .priceLineYaer2In {
        display: block;
        height: 38px; 
        background: #F5F4F4;
        width: 45%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; 
        flex-wrap: nowrap; 
        font-weight: 600;
        font-size: 10px;
        line-height: 145%;
        border-left: 1px solid #fff;      
        padding-left: 8px;
        
    }
    .priceLineYaer2Out {
        display: block;
        height: 38px; 
        background: #F5F4F4;
        width: 45%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; 
        flex-wrap: nowrap; 
        font-weight: 600;
        font-size: 10px;
        line-height: 145%;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;    
        padding-left: 8px;
        
    }
    
    .priceMobLeftTxt {
        display: block;
        width: 55%;
        height: 38px;  
        
        background: #00572C;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; 
        flex-wrap: nowrap; 
        font-weight: 600;
        font-size: 9px;
        line-height: 145%; 
        letter-spacing: 0.02em;
        text-transform: uppercase;      
        color: #FFFFFF;
        z-index: 2;
        padding-left: 6px;
        padding-right: 6px;
        word-break: break-word;     
        
        
               
    }
    
    .priceLineDoc {
        display: block;
        height: 38px; 
        background: #F5F4F4;
        width: 45%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; 
        flex-wrap: nowrap; 
        font-weight: 600;
        font-size: 10px;
        line-height: 145%;
        border-left: 1px solid #fff;     
        padding-left: 8px;
        
    }
    .priceLineApo {
        display: block;
        height: 38px; 
        background: #F5F4F4;
        width: 45%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; 
        flex-wrap: nowrap; 
        font-weight: 600;
        font-size: 10px;
        line-height: 145%;           
        border-left: 1px solid #fff;   
        padding-left: 8px;
        
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .priceLineGood {
        display: block;
        height: 38px; 
        background: #F5F4F4;
        width: 45%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; 
        flex-wrap: nowrap; 
        font-weight: 600;
        font-size: 10px;
        line-height: 145%;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;   
        padding-left: 8px;
        
    }
    .priceLineCert {
        display: block;
        height: 38px; 
        background: #F5F4F4;
        width: 45%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; 
        flex-wrap: nowrap; 
        font-weight: 600;
        font-size: 10px;
        line-height: 145%;
        border-top: 1px solid #fff;  
        border-left: 1px solid #fff;   
        padding-left: 8px;   
    }
         
    .priceMob1PX {
        display: block;
        width: 100%;
        height: 1px;
        background: #fff;
        position: relative;
        z-index: 3;
    }
    
    .priceLine {
        max-height: 38px;
        overflow: hidden;
        -webkit-transition: opacity .5s ease, max-height .5s ease;
        -moz-transition: opacity .5s ease, max-height .5s ease;
        -o-transition: opacity .5s ease, max-height .5s ease;
        transition: opacity .5s ease, max-height .5s ease;
    }
    .priceLineOpen {
        max-height: 500px;
    }
    
    .priceLayerTitle div {
        right: 10px;
    }
    .priceLine {
        margin-top: 5px;
    }
       
   .priceLineCountry {
       position: relative;
   }    

   .priceLineCountry div {       
        display: block;   
        position: absolute;
        top: 0px;    
        left: 0px;  
        width: 100%; 
        height: 100%; 
        z-index: 3;
   }
   .priceLineCountry:after {
       content: " ";
       width: 18px;
       height: 18px;
       background: url("../img/priceLineCountryArr.svg") 50% 50% no-repeat;
       position: absolute;
       top: 0px; 
       bottom: 0px; 
       right: 10px;
       margin: auto;
       opacity: 0;
       visibility: hidden;
       -webkit-transition: opacity .5s ease, visibility .5s ease;
       -moz-transition: opacity .5s ease, visibility .5s ease;
       -o-transition: opacity .5s ease, visibility .5s ease;
       transition: opacity .5s ease, visibility .5s ease;
   }
   .priceLineOpen .priceLineCountry:after {
       opacity: 1;
       visibility: visible;
   } 
   .priceMobLink {
       width: 100%;
       background: #F5F4F4;
       height: 35px;
       display: block;
       font-weight: 600;
        font-size: 9px;
        line-height: 145%; 
        letter-spacing: 0.02em;
        text-transform: uppercase;  
        color: #00572C;
        
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; 
        flex-wrap: nowrap; 
       border-top: 1px solid #fff;
   }
   .priceMobLink span {   
       display: block;
/*       padding-right: 20px;
       background: url(../img/langArr.svg) 100% 50% no-repeat; */  
   }
   
    .priceLayer {
        margin-bottom: 30px;
    }
    
    .priceLayerTitle {
        color: #fff;
        font-size: 12px;
        background: #00572C;
        padding-right: 50px;
    }
    
    .priceLayerTitle div {
        border: 1px solid #fff;    
    }
    .priceLayerTitle div:after {
        filter: brightness(0) invert(1);     
    }
    
    .priceBrief {
        font-weight: 400;
        font-size: 13px;
        line-height: 145%; 
        letter-spacing: 0.02em;
    }
    
    .priceLineItem>span {
        font-weight: 600;
        font-size: 10px;
        line-height: 145%;
    }
   
                              
}



@media screen and (max-width: 1100px) { 
    .bankListItem a, .bankListItem span {
        padding-left: 15px;
        font-size: 13px;
        margin-bottom: 7px;
    }    
}
@media screen and (max-width: 950px) { 
    .bankListLayer {
        margin-top: 0px;
    }   
    .bankListItem a, .bankListItem span {
        padding-left: 18px;
        font-size: 13px;
        margin-bottom: 7px;
    } 
    .bankBriefTitle {
        font-size: 19px;
    } 
    .bankBrief {
        font-size: 12px;
    }
}
@media screen and (max-width: 650px) {        
    .bankListItem {   
        width: calc((100% - 20px) / 2);
        margin-bottom: 25px;
    }
    
    
    .bankListLayer {
        columns: auto 2;
        display: block !important;    
    }     
    .bankListItem {   
        width: 95%;         
        margin-bottom: 0px;
        padding-bottom: 25px;
        break-inside: avoid-column;
    }
    .bankBrief {
        margin-top: 30px;
    }
    
    .bankListItemTitle {
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    
    .bankListItemTitle div {
        width: 35px;
        height: 35px;
    }
    .bankListLayer {
        margin-top: 0px;
    }   
    .bankListItem a, .bankListItem span {
        padding-left: 15px;
        font-size: 12px;
        margin-bottom: 6px;
    } 
    .bankBriefTitle {
        font-size: 16px;
    } 
    .bankBrief {
        font-size: 13px;
    }     
    
    
    
    .mapPhoto {    
        height: 215px;             
    }
}


@media screen and (max-width: 1100px) {    
    .countryListLink {
        font-size: 10px;
    } 
    .countryListRow {
        width: 23%;    
    }   
}

@media screen and (max-width: 900px) {    
    .h2, h2 {
        font-size: 19px;
        border-left: 3px solid #00572C;
    }
    .countryListContent p {
        font-size: 12px;
        margin-bottom: 17px;
    }
    .countryListLayer {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 650px) {
    .contentCountry {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .h2. h2 {
        font-size: 16px;                
        border-left: 2px solid #00572C;
        padding-left: 5px;
    }
    .countryMap {
        order: 2;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    
    .countryListRow {
        width: 49%;
        margin-bottom: 14px;
    }
    
    .countryListRow:nth-child(1) {order: 1;}
    .countryListRow:nth-child(2) {order: 3;}
    .countryListRow:nth-child(3) {order: 2;}
    .countryListRow:nth-child(4) {order: 4;}
    .countryListRow:nth-child(5) {order: 5;}
    
    .countryListLayer {  
        margin-top: 0px;
        order: 1;
    }
    .countryListRow:after {
        display: none;
    }  
    .countryListLink {
        font-size: 11px;
        margin-bottom: 14px;
    }  
    .countryListContent {
        order: 3;
    }
    .countryDot {
        display: none;
    }
    .countryListContent p {
        font-size: 13px;
        margin-bottom: 19px;
    }
}


@media screen and (max-width: 1100px) { 
    .serviceGreyTwo {
        margin-top: 50px;
        font-size: 13px;
        line-height: 19px;
    }    
    .serviceGreyTwoText h2 {
        padding-bottom: 5px;
    }
    .serviceGreyTwoText p {
        margin-bottom: 8px;
    }
    .serviceGreyTwoText ul li {
        margin-bottom: 5px;
        padding-left: 15px;
    }
    .serviceGreyTwoReverse .serviceGreyTwoText {   
        width: calc(56% - 15px);
        padding: 10px;
    }
    .serviceGreyTwoReverse .serviceGreyTwoImg {
        width: calc(44% - 15px);  
    }
    .serviceGreyTwoReverse:after {
        left: calc(56% - 2px);
    }
    .serviceOtherItem span {
        font-weight: 600;
        font-size: 15px;
        line-height: 120%;
    }
    .serviceOtherItem:after {
        left: -400px;
    }
}
@media screen and (max-width: 900px) { 
    .textContent {
        font-weight: 400;
        font-size: 12px;
        line-height: 145%;
    } 
    .serviceGreyTwo {
        font-weight: 400;
        font-size: 12px;
        line-height: 145%;
        margin-bottom: 30px;
    }
    .serviceGreyTwoImg {
        width: calc(50% - 12px) !important;    
    }   
    .serviceGreyTwoText {
        width: calc(50% - 12px) !important;
        padding: 15px !important;    
    }   
    .serviceGreyTwo:after {
        left: calc(50% - 2px) !important;
        height: 30px !important;
        width: 3px !important;
    } 
    .serviceGreyTwoText h2 {
        font-weight: 600;
        font-size: 19px;
        line-height: 145%;
        margin-bottom: 5px;
    }
    .textContent .bigArr li {
        margin-bottom: 0px;
    }     
    .serviceAttention {
        font-weight: 600;
        font-size: 10px;
        line-height: 145%;
    }
    .serviceFaqTitle {
        font-weight: 600;
        font-size: 15px;
        line-height: 145%;
        margin-top: 30px;
    }
    .serviceOtherCaption {
        font-weight: 600;
        font-size: 15px;
        line-height: 145%;
        margin-top: 30px;
    }
}
@media screen and (max-width: 650px) { 
    .textContent {
        font-weight: 400;
        font-size: 13px;
        line-height: 145%;
    }
    .serviceGreyTwo {
        margin-top: 30px;    
    }
    .serviceGreyTwo:after {
        display: none;
    }
    .serviceGreyTwoImg {
        width: 100% !important;
        height: 140px;
    }    
    .serviceGreyTwoText {
        width: 100% !important;
        padding: 10px 15px !important;
        font-weight: 400;
        font-size: 13px;
        line-height: 145%;
    }
    .serviceGreyTwoText h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .serviceGreyTwoText ul {
        margin-top: 15px;
    }
    .serviceGreyTwoText ul li {
        margin-bottom: 10px; 
    }
    .serviceGreyTwoText ul li:last-child {
        margin-bottom: 5px;
    }   
    .textContent .bigArr {  
        margin-top: 0px;
    }
    .textContent .bigArr li {
        padding-left: 50px;
        margin-bottom: 10px;
        width: 100%;
    }
    
    .textContent .bigArr2 li:last-child {
        margin-bottom: 10px;
    }
    
    .textContent .bigArr li:after {
        width: 45px;
        height: 41px;
        background-size: 32px;
    }
    .serviceAttention {
        padding: 10px;
        margin-top: 30px;
    }
    .serviceFaqTitle {
        font-weight: 600;
        font-size: 14px;
        line-height: 145%;
        margin-bottom: 10px;
    }
    .serviceOtherCaption {
        font-weight: 600;
        font-size: 14px;
        line-height: 145%;
        margin: 30px 0px 20px;
    }
    .serviceOtherItem {  
        width: calc((100% - 24px) / 2);
        height: 120px;
    }
    .serviceOtherItem:nth-child(3) {
        display: none;
    }
    .serviceOtherItem span {
        font-weight: 600;
        font-size: 14px;
        line-height: 145%;
    }
    .serviceOther {
        margin-bottom: 0px;
    }
    .serviceOtherItem:after {
        transform: rotate3d(0, 0, 1, 30deg);
        left: -436px;    
    }
    .serviceOtherItem:before {
        left: 22px;
        bottom: 8px;
        width: 14px;
        height: 12px;
        background-size: 14px;
    }
}


@media screen and (max-width: 1100px) { 
    .bankTop {
        grid-template-columns: 245px calc(100% - 245px);
    }
    .bankTableValue {
        font-size: 13px;
    }  
    .bankTableValuePrice {
        font-size: 22px;
        font-weight: 700;
    }
    .bankOtherItemImg {
        height: 86px;    
    } 
    .bankOtherItemTitle {
        text-align: left;
    } 
    .bankOtherDot {
        margin-bottom: 20px;
    }
    .bankOtherLeft, .bankOtherRight {
        top: 31px;
    }
}

@media screen and (max-width: 900px) { 
    .bankTop {
        grid-template-columns: 250px calc(100% - 250px);
    }  
    .bankLogo {
        margin-right: 24px;    
    }      
    .bankTableTitle {
        width: 177px;
    }   
    .bankTableValue {
        width: calc(100% - 180px);
    }
    .bankAttention {
        font-size: 10px;
    }
    .bankOtherCaption {
        font-size: 15px;
    }
}
@media screen and (max-width: 650px) {    
    .bankTop {
        grid-template-columns: 162px calc(100% - 162px);
        margin-bottom: 30px;
    }  
    .bankLogo {
        margin-right: 10px;
        grid-row-end: 2;    
    }
    .bankTopTextDop {             
        grid-column-start: 1;
        grid-column-end: 3;
        padding-top: 10px;
    }  
    .bankTopTextMain p:last-child {
        margin-bottom: 0px;
    }
    .bankTable {
        margin-top: -10px;
    }
    .bankTableLinePrice .bankTableTitle {
        width: 186px;
        padding-right: 10px !important;
    }
    .bankTableLinePrice .bankTableTitle:after {
        display: none;                 
    }
    

    .bankTableValuePrice>div .bankPriceAttention {
        right: unset; 
        left: -25px; 
        top: 0px;
    }   
    .bankTableValuePrice {
        overflow: visible !important;
    } 
    
    .bankTableValuePrice {
        width: calc(100% - 189px) !important;
        align-items: flex-end;
        font-size: 18px;
        max-height: inherit !important;
        padding: 10px !important;
        opacity: 1 !important;
        display: flex !important;
    }
    .bankTableTitle {
        width: 100%;
        font-weight: 600;
        font-size: 10px;
        line-height: 145%;
        min-height: 51px; 
        padding-right: 60px;
        position: relative;   
    }
    .bankTableTitle:after {
        content: " ";
        position: absolute;
        top: 0px;
        bottom: 0px; 
        right: 20px; 
        margin: auto;
        width: 24px;
        height: 24px;
        background: url("../img/bankTableTitle.svg") 50% 50% no-repeat;
        -webkit-transition: transform .5s ease, visibility .5s ease;
        -moz-transition: transform .5s ease, visibility .5s ease;
        -o-transition: transform .5s ease, visibility .5s ease;
        transition: transform .5s ease, visibility .5s ease;
        transform: rotateY(0deg) rotate(0deg);    
    }
    .bankTableTitleActive .bankTableTitle:after {
        transform: rotateY(0deg) rotate(180deg); 
        background: url(../img/bankTableTitleActive.svg) 50% 50% no-repeat; 
        border-radius: 24px;
    }
    
    .bankTableValue {
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        padding: 0px;
        display: block;
        -webkit-transition: opacity .5s ease, max-height .5s ease;
        -moz-transition: opacity .5s ease, max-height .5s ease;
        -o-transition: opacity .5s ease, max-height .5s ease;
        transition: opacity .5s ease, max-height .5s ease;
        opacity: 0;                  
    }
    .bankTableTitleActive .bankTableValue {
        opacity: 1;        
    }
    .bankTableValueText {
        padding: 10px;    
        font-size: 13px; 
    }
    .bankTableValueText b, .bankTableValueText .tagb {   
        font-size: 13px;
    }
    .bankAttention {
        padding: 10px;
    }
    .bankOtherCaption {
        font-size: 14px;
    }
    .bankOtherItemTitle {
        font-size: 14px;
    }
    .bankOtherItem {   
        
    }
       
}


@media screen and (max-width: 400px) {    
    .bankOtherItemTitle {
        font-size: 12px;
    }        
}
@media screen and (max-width: 1100px) {    
    .n404Caption {
        margin-bottom: 10px;
    }   
    .n404LayerRight {
        width: calc(100% - 337px);
    } 
}
@media screen and (max-width: 900px) {    
    .n404Big {
        font-size: 150px;
        text-align: center;
    }
    .n404Caption {
        font-size: 19px;
        margin-bottom: 16px;
    }
    .n404Layer {
        margin-bottom: 200px;
    }
}
@media screen and (max-width: 680px) { 
    .n404Layer {
        display: block;
        position: relative;
        margin-bottom: 180px;
    }    
    .n404Big {
        font-size: 120px;
        text-align: left;   
    }
    .n404LayerLeft {
        float: left;
        width: 230px;  
        padding-right: 19px;
    }
    .n404Button {
        display: none;
    }
    .n404LayerRight {
        width: calc(100% - 230px);
        display: inline-block;
        margin-top: 44px;
    }
    .n404Caption {
        font-size: 16px;  
    }
    .n404Brief {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 130px;
        font-size: 9px;
    }
    .n404ButtonDown {
        display: flex;
        clear: both;       
        max-width: 250px;
        margin: auto;  
        margin-top: 20px;
        font-size: 9px; 
        height: 35px;
    }
}
@media screen and (max-width: 359px) { 
    .n404Big {
        font-size: 80px;
        text-align: left;   
    }
    .n404LayerLeft {
        float: left;
        width: 160px;  
        padding-right: 19px;
    }   
    .n404LayerRight {
        width: calc(100% - 180px);
        margin-top: 10px;
    }
    .n404Brief {
        top: 90px;
    }
}
@media screen and (max-width: 1100px) { 
    .searchResultList {
        margin-bottom: 25px;
    }    
    .searchResultList .searchResultItem:last-child {
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 950px) { 
    .searchResultItem span {
        font-size: 12px;
        line-height: 145%;
    }
    .searchItemCaption {
        font-size: 19px;
    }
}
@media screen and (max-width: 650px) { 
    .searchInput {
        width: 214px;
        margin-bottom: 20px;
    }
    .searchInput input {
        font-size: 9px;
        padding-left: 15px;
    }
    .searchItemCaption {
        font-size: 16px;
    }
    .searchItemCaption div {
        right: 5px;
    }
    .searchResultItem a {
        margin-bottom: 5px;
    }
    .searchResultItem span {
        font-size: 13px;
        line-height: 145%;
    }
}
@media screen and (max-width: 1100px) { 
    .siteMapLayer a {
        font-size: 10px;
        padding-top: 6px;  
    }   
}
@media screen and (max-width: 950px) { 
    .siteMapLayer a {    
        padding-top: 5px;  
    }  
    .siteMapSerach {
        width: calc((100% - 48px) / 3);
    }  
}
@media screen and (max-width: 650px) { 
    .siteMapLayer a {    
        padding-top: 5px;  
        padding-left: 10px;
        font-size: 11px;
    }  
    .siteMapSerach {
        width: calc((100% - 48px) / 3);
    }    
    .siteMapSerach {
        width: 100%;
    } 
}
@media screen and (max-width: 1100px) { 
    .aboutTopCaption {
        margin-bottom: 30px;
    }  
    .aboutTopList {
        margin-bottom: 30px;        
    } 
    .about {
        margin-top: 110px;
    } 
    .aboutTitle {
        margin-bottom: 60px;
    }
    .aboutBrief li {
        width: 540px;
    }
    .aboutBriefImg {
        width: calc(100% - 570px);
    }
}
@media screen and (max-width: 950px) { 
    .aboutBrief li {
        width: calc(100% - 260px);
    }
    .aboutBrief li:first-child {
        width: 100%;   
    }    
    .aboutBrief li:last-child {
        width: 100%;
    }    
    .aboutBriefImg {
        width: 229px;
    }
    .aboutBriefImg:after, .aboutBriefImg:before {
        width: 4px;
        height: 40px;
        top: -20px;
    }
    .aboutTopCaption {
        font-size: 12px;
    }   
    .aboutTopCaption b {
        font-size: 15px;
    }
    .aboutTop {
        margin-top: 40px;
    }
    .aboutTopTitle {
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 40px;
    }
    .aboutTopItem {
        font-size: 12px;
    }
    .aboutGreen {
        height: 30px;
        margin-top: 10px;
    }
    .aboutTitle {
        font-size: 19px;
        margin-bottom: 30px;
    }
    .about {
        margin-top: 100px;
    }
    .aboutBrief li {
        font-size: 12px;
    }
    .aboutBriefImg:after, .aboutBriefImg:before {
        
    }
}
@media screen and (max-width: 650px) { 
    .aboutBrief li {
        width: 100%;
        background: url(../img/aboutBriefLi.svg) no-repeat 0px 2px;
    } 
    .aboutTopCaption {
        font-size: 13px;
        margin-bottom: 25px;
    } 
    .aboutTopCaption b {
        font-size: 14px;
    }           
    .aboutTopTitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .aboutTopItem {
        width: calc((100% - 30px) / 2);
        font-size: 13px;
        margin-bottom: 15px;
        padding-top: 76px;
    }
    .aboutTopItem div {
        width: 65px;
        height: 65px;
        background-size: 28px !important;
    }
    .aboutGreen {
        display: none;
    }
    .about {
        position: relative;
        margin-top: 35px;
        padding-top: 230px;
    }
    .aboutBrief {
        position: unset;   
    }
    .aboutBriefImg {
        width: 100%;
        height: 198px;
    }
    .aboutBriefImg:after, .aboutBriefImg:before {
        width: 3px;    
    }
    .aboutBriefImg:before {
        right: 27px;
    }
    .aboutTitle {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .aboutBrief li {
        font-size: 13px;
        margin-bottom: 20px;
        padding-left: 25px;
        background-size: 15px;
    }
    
    .aboutBankLayer {
        width: calc(100%);
    }
    .aboutTopList {
        justify-content: space-around;
    }
    
}


@media screen and (max-width: 1100px) {
    .mainConsButton {
        width: 216px;
    }
    .mainConsButton:after {
        right: 15px;
    }
    .mainConsButton:before {
        right: 15px;
    }   
    .aboutTopItem {
        max-width: 216px;
    }  
} 

@media screen and (max-width: 990px) {
    .mainBannerLayer {
        height: 514px;
    } 
    .mainBannerBlock {
        top: 152px;
        padding: 20px 20px 26px 29px;
    }  
    .mainBannerTitle {
        font-size: 19px;
        font-weight: 600;
    } 
    .mainBannerBrief {
        font-size: 15px;
        max-width: 100%;
    }
    .mainConsButton {
        width: calc((100% - 48px) / 3);
    }
    .mainServiceLayer .panelServiceItem {
        width: calc((100% - 48px) / 3);
    }
    .mainServiceLayer .panelServiceItemTitle {
        padding: 7px 10px 3px 8px;
        font-size: 15px;
    }
    .mainServiceLayer .panelServiceItemTitle span {
        font-size: 19px;
    }
    .mainServiceLayer .panelServiceItemTitle:after {
        bottom: unset;
        top: 9px;
        right: 10px;
    }
    .mainServiceLayer .panelServiceItemList {
        height: 117px;
        min-height: 117px;
        padding: 10px 5px;
    }
    .mainAbout {
        padding-top: 180px;
    }
    .mainAbout .aboutTopTitle {
        margin-bottom: 30px;
    }
    .mainServiceLayer .panelServiceItemList a {
        font-size: 9px;
        padding-left: 9px;
    }
    .mainServiceLayer .panelServiceItemList a:after {
        width: 4px;
        height: 4px;       
    }
}

@media screen and (max-width: 750px) {
    .mainBannerLayer {
        height: 448px;
    } 
    .mainBannerBlock {
        width: 100%;
        padding: 8px 10px 15px;
        top: 135px;
    }
    .mainBannerCaption {
        font-size: 28px;
        line-height: 37px;
        margin-bottom: 8px;
    } 
    .mainBannerTitle {
        font-size: 14px;
        margin-bottom: 7px;
    }
    .mainBannerBrief {
        font-size: 13px;
        margin-top: 0px;
        max-width: 100%;
    }
    .mainBannerButton {
        font-size: 9px;
        width: calc((100% - 24px) / 2);
        left: 7px;
        right: unset;
        bottom: -26px;
        height: 35px;
        line-height: 35px;
    }
    .mainBannerButton2 {
        right: 7px;
        left: unset;
        
    }
    .mainConsButton {
        width: 165px;
        right: unset;
        left: 0px;
        font-size: 9px;
        height: 35px;
        line-height: 35px;
        top: -18px;
        padding-right: 10px;
    }
    
    .mainConsButton:after {
        right: 10px;
    }
    .mainConsButton:before {
        right: 10px;
    }  
    .mainService {
        padding-top: 35px;
    }
    .mainServiceLayer {
        position: unset;
    }
    .mainServiceLayer .panelServiceItemTitle {
        font-size: 16px;
        padding: 7px 18px 8px;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 2;
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
    }   
    .mainServiceLayer .panelServiceItemTitle span {
        display: inline;
        font-size: 16px;
    }
    .mainServiceLayer .panelServiceItemTitle:after {
        right: 18px;
        top: 0px;
        bottom: 0px;
    }
    .mainServiceLayer .panelServiceItemList {
        height: 170px;
        min-height: 170px; 
    }
    
    .mainServiceLayer .panelServiceItem {
        width: 100%;
        margin-bottom: 20px;
    }
    .mainServiceLayer .panelServiceItemList {
        padding-top: 60px;
    }
    .mainServiceLayer .panelServiceItemList a {
        font-size: 12px;
        margin-bottom: 15px;
        padding-left: 10px;
    }
    .mainServiceLayer .panelServiceItemList a:after {
        width: 5px;
        height: 5px;       
    }
    .mainAbout {
        padding-top: 0px;
        margin-top: -30px;
    }
    .mainAbout .aboutTopTitle {
        margin-bottom: 15px;
    }
}


@media screen and (max-width: 480px) {
    .mainBannerLayer {
        margin-top: 50px;
    }    
}


@media screen and (max-width: 1100px) { 
    .mainAbout .aboutTopList {
        margin-bottom: 40px;
    }    
}
@media screen and (max-width: 950px) { 
    .mainAbout .aboutTopList {
        margin-bottom: 30px;
    } 
    .mainSpecial {
        padding-top: 25px;    
    }
    .mainSpecialTitle {
        font-size: 19px;
        margin-bottom: 30px;
    }
    .mainSpecialItem {
        height: 210px;
        padding-right: 0px;
        padding-left: 0px;  
    }    
    .mainSpecialItem a span{
        font-size: 15px;
        max-width: 133px;
        top: 15px;
        left: 15px;
    }
    .mainSpecialLayer {  
        width: calc(100% - 0px);
    }
    .mainSpecialItem a:after {
        left: -405px;
    }
    .mainYear {
        height: 170px;
        text-align: center;
    }
    .mainYearTitle {
        font-size: 40px;
        margin-bottom: 0px;
    }
    .mainYearBrief {
        font-size: 15px;
    }
}
@media screen and (max-width: 650px) { 
    .mainAbout .aboutTopList {
        margin-bottom: 15px;
    } 
    .mainSpecial {
        padding-top: 20px;
    }                                                               
    .mainSpecialTitle {
        font-size: 16px;
        margin-bottom: 20px;
    } 
    .mainSpecialItem {
        height: 181px;
    } 
    .mainSpecialItem a span {
        font-size: 14px;
        font-weight: 600;
        left: 15px;
        top: 0px;
        bottom: 15px;
        margin: auto;
        
            
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; 
        flex-wrap: nowrap;  
        max-width: 131px;
    }   
    .mainSpecialItem a:after {
        left: -365px;
        top: -228px;
        transform: rotate3d(0, 0, 1, 36deg);
    }
    .mainYear {
        height: 130px;
        text-align: center;
    }
    .mainYearTitle {
        font-size: 28px;
        margin-bottom: 5px;
    }
    .mainYearBrief {
        font-size: 12px;
    }
}
@media screen and (max-width: 900px) { 
    .mainGreen {
        margin-top: 65px;
    }
    .mainBriefTitle {
        font-size: 19px;
        margin: 30px 0px 50px;
    }
    .mainBriefContent li {
        margin-bottom: 10px;
    }   
    .mainBriefImg:before, .mainBriefImg:after {
        width: 4px;
    } 
    .mainNewsTitle span {
        font-size: 19px;
        padding-right: 33px;
    }
    .mainNewsBig {
        width: calc(67% - 12px);
    }
    .mainNewsBigImg {
        height: 375px;
    }
    .mainNewsBigTitle {
        font-size: 15px;
    }
    .mainNewsList {
        width: calc(33% - 12px);
    }
    .mainNewsList .mainNewsItem:nth-child(3) {
        display: none;
    }
    .mainNewsItemImg {
        width: 100%;
        height: 120px;
    }
    .mainNewsItemRight {
        width: 100%;
    }
    .mainNewsItemImg {
        margin-bottom: 5px;
    }
    .mainNewsItemDate {
        margin-bottom: 2px;
    }
    .mainNewsItemTitle {
        margin-bottom: 2px;  
        font-size: 15px;
    }
    .mainNewsItemBrief {   
        -webkit-line-clamp: 2;  
    }
}
@media screen and (max-width: 650px) { 
    .mainSpecialLayer {
        margin-bottom: 20px;
    }
    .mainBriefTitle {
        font-size: 16px;
        margin: 30px 20px 15px;
    } 
    .mainBriefContent ul {
        width: 100%;
    } 
    .mainBriefContent li {
        font-size: 13px;    
    } 
    .mainBriefImg {
        width: 100%;
        background: none;
        margin-bottom: 30px;
    } 
    .mainBriefImg:before, .mainBriefImg:after {
        display: none;
    }
    .mainBriefImg a {
        bottom: -60px;
        width: 152px;
        height: 35px;
        line-height: 35px;
        font-size: 9px;
        right: 0px;
    }
    .mainGreen {
        height: 15px;
        margin-top: 30px;
    }
    
    .mainNews {
        
    }
    .mainNewsTitle span {
        font-size: 16px;  
        padding-right: 25px;
        background-size: 18px;
    }
    .mainNewsTitle {
        margin-top: 25px;
        margin-bottom: 15px;
                
    }
    .mainNewsBig {
        width: 100%;
    }
    .mainNewsBigImg:before, .mainNewsBigImg:after {
        height: 40px;
        width: 3px;
        top: -20px;
        left: 20px;
        
    }
    .mainNewsBigImg:after {
        left: 27px;
    }
    .mainNewsBigImg {
        height: 160px;    
    }
    .mainNewsBigDate {
        font-size: 13px;    
        margin-bottom: 5px;
    }  
    .mainNewsBigTitle {
        font-size: 14px;
        margin-bottom: 5px;    
    }
    .mainNewsBigBrief {
        font-size: 13px;
        -webkit-line-clamp: 4; 
        margin-bottom: 20px; 
        
    }
    .mainNewsList {
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
    }
    .mainNewsItem {
        width: calc(50% - 12px);
    }
    .mainNewsItemDate {
        font-size: 13px; 
        margin-bottom: 5px;    
    }
    .mainNewsItemTitle {  
        font-size: 14px;  
        margin-bottom: 5px;  
        -webkit-line-clamp: 3;   
    }
    .mainNewsItemBrief {
        font-size: 13px; 
        -webkit-line-clamp: 3;   
    }
}


@media screen and (max-width: 1250px) { 
    .mainActionItemBrief span {
        font-size: 14px;
    }   
    .mainActionItemBrief div {
        font-size: 14px;
        padding-right: 10px;
    }  
}
@media screen and (max-width: 950px) {   
    .mainActionLayer {
        width: calc(100% - 0px);
        height: 180px;
    } 
    .mainActionItem {
        height: 180px;
        padding: 0px 0px;
    }
    .mainActionItemBrief {
        height: 30px; 
        left: 0px;
        width: calc(100%);    
    }
    .mainActionItemBrief span {
        line-height: 30px;
        font-size: 11px;
    }   
    .mainActionItemBrief div {  
        line-height: 30px;
        font-size: 12px;
    }  
        
}
                                        
@media screen and (max-width: 650px) { 
    .mainActionLayer {
        margin-bottom: 0px;
    }  
    .mainActionItemBrief {
        height: 30px;    
    }
    .mainActionItemBrief span {
        line-height: 30px;
        font-size: 13px;
    }   
    .mainActionItemBrief div {  
        line-height: 30px;
        font-size: 15px;
    }   
    .mainAction {
        margin-top: 30px !important;
    }
}
@media screen and (max-width: 1100px) { 
    .landPriceTopItem {
        font-size: 9px;
        padding: 0px 5px;
    } 
    .landPriceItemName {
        font-size: 9px;
    }
    .landPriceItemPeriod {
        font-size: 10px;
    }
    .landPriceItemPrice, .landPriceItemPrice2, .landPriceItemDov {
        font-size: 11px;
    }   
}

@media screen and (max-width: 650px) { 
    .landPriceTopList {
        display: none;
    }
    .landPriceList {
        flex-direction: row; 
        background: #fff;
    }
    .landPriceItem {
        width: 100%;      
        
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch; 
        flex-wrap: wrap;
        margin-bottom: 3px; 
        padding: 0px; 
    }
    .landPriceItemMob {
        min-height: 51px;
        padding: 2px 5px;
        display: block;
        width: calc(46% - 1.5px);
        
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; 
        flex-wrap: nowrap; 
        background: #00572C;
        text-align: left;
        
        
        font-weight: 600;
        font-size: 9px;
        line-height: 130%;  
        letter-spacing: 0.02em;
        text-transform: uppercase;

        color: #FFFFFF;
    } 
    .landPriceItem>span {
        width: calc(54% - 1.5px);
        background: #F5F4F4;
        
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; 
        flex-wrap: nowrap; 
        
    } 
    .landPriceItem .priceAttention {
        right: 20px;
    }  
    .landContent h2 {
        font-size: 16px;   
        border-left: 2px solid #00572C;
        padding-left: 5px;   
        margin-bottom: 15px;
    }
    .landPriceItemName {
        font-weight: 600;
        font-size: 10px;
        line-height: 145%;
        min-height: 35px;
        background: #F5F4F4;
        margin-bottom: 4px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 2px 35px 2px 10px;
        position: relative;
    }
    .landPriceItemName:after {
        content: " ";
        position: absolute;
        top: 0px;
        bottom: 0px; 
        right: 15px;
        margin: auto;
        width: 18px;
        height: 18px;
        background: url("../img/landPriceItemName.svg") no-repeat 50% 50%;
        -webkit-transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
        -moz-transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
        -o-transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
        transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
    }
    .landPriceItemName:before {
        content: " ";
        position: absolute;
        top: 0px;
        bottom: 0px; 
        right: 15px;
        margin: auto;
        width: 18px;
        height: 18px;
        background: url("../img/landPriceItemNameUp.svg") no-repeat 50% 50%;
        -webkit-transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
        -moz-transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
        -o-transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
        transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
        opacity: 0;
        visibility: hidden;
                                                                           
        transform: rotateY(0deg) rotate(180deg); 
    }
    .landPriceItemOpen .landPriceItemName:before {
        opacity: 1;
        visibility: visible;     
        transform: rotateY(0deg) rotate(0deg); 
    }
    .landPriceItemOpen .landPriceItemName:after {  
        opacity: 0;
        visibility: hidden;
        transform: rotateY(0deg) rotate(-180deg); 
    }
    .landPriceList {
        max-height: 35px;
        overflow: hidden;
        -webkit-transition: max-height .5s ease, visibility .5s ease;
        -moz-transition: max-height .5s ease, visibility .5s ease;
        -o-transition: max-height .5s ease, visibility .5s ease;
        transition: max-height .5s ease, visibility .5s ease;
        margin-bottom: 6px;
    }
    .landPriceItemOpen {
        max-height: 500px;
        
    } 
}
@media screen and (max-width: 1100px) { 
    .landTypeItem {
        padding: 15px 5px 15px 10px;
    }    
    .landTypeBrief li {
        padding-left: 14px;
        margin-bottom: 12px;
    }
    .landTypeBrief ul {
        margin-top: 10px;
    }
    .landTypeItemImg {
        padding: 0px;
    }
    .landCompTitle {
        font-size: 15px;
    }
    .landCompItem ul {
        padding: 10px 5px 0px;
    }
    .landCompItem li {
        padding-left: 13px;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .landCompItem {
        font-size: 12px;        
    }
}
@media screen and (max-width: 950px) { 
    .landPriceBrief {
        font-size: 12px;
    }  
    .landAboutBrief h2 {
        font-size: 19px;
    } 
    .landAboutBrief {
        font-weight: 400;
        font-size: 12px;
        line-height: 145%;
    } 
    .landAboutImg {
        width: calc(50% - 12px);
    }
    .landAboutBrief {
        width: calc(50% - 12px);
    }
    .landAboutImg:before, .landAboutImg:after {
        width: 4px;
    }
    .landAboutLayer {
        margin-bottom: 30px;
    }
    .landEdge h2 {
        font-size: 19px;
        margin-bottom: 21px;
    }
    .landEdge .bigArr li {
        margin-bottom: 25px;
    }
    .landTypeTitle {
        font-size: 15px;
    }
    .landTypeBrief {
        font-size: 12px;
        
    }
    .landTypeItem {
        width: calc(33.33333% - 16px);
        padding: 10px 5px 10px 10px;
    }
    .landTypeBrief ul li:after {
        top: 4px;
    }
    .landTypeItemImg {
        padding: 0px;
    } 
    .landTypeItemImg:before, .landTypeItemImg:after {
        width: 4px;
    }
    .landComp h2 {
        font-size: 19px;
    }
    .landCompItem {
        width: calc(33.3333% - 16px);
    }
    .landCompItem ul {
        padding: 10px 5px 10px 10px;
    }
    .landCompItem li {
        padding-left: 18px;
    }
    .landType {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 650px) { 
    .landPriceBrief {
        font-size: 13px;
    }
    .landAboutImg {
        width: 100%;
        height: 180px;
    }
    .landAboutBrief {
        width: 100%;
        font-size: 13px;
        background: #F5F4F4;
        padding: 10px;
    } 
    .landAboutBrief h2 {
        font-size: 16px;
        margin-bottom: 10px;
        border-left: none;
        padding-left: 0px;
    }   
    .landAboutImg:before, .landAboutImg:after {
        display: none;
    }
      
    .landEdge h2 {
        font-size: 16px;
        margin-bottom: 15px; 
        
    }
    .landEdge .bigArr li {
        width: 100%;
        margin-bottom: 15px;
        font-size: 13px;
    }
    .landEdge {                   
        margin-bottom: 15px;
    }
      
    .landType {
        margin-bottom: 30px;
    }
    .landTypeItem {
        width: calc(50% - 2px);
        order: 2;  
        padding: 10px 5px 5px 5px;  
    }
    .landType2 .landTypeItem {
        width: calc(100%);
        order: 2;  
        padding: 15px 15px 15px 15px;  
    }
    .landType2 .landTypeItemImg {
        padding: 0px;
        order: 1;
    }
    .landTypeItemImg {
        width: 100%;
        order: 1;
        height: 203px;
        padding: 0px;
    }
    .landTypeItemImg:before, .landTypeItemImg:after {
        display: none;
    }
    .landTypeTitle {
        font-size: 13px;
    }
    .landTypeBrief {
        font-weight: 600;
        font-size: 13px;
        line-height: 145%;
    }
    .landTypeBrief li {
        font-weight: 400;
    }
    .landTypeBrief ul li:after {
        width: 7px;
        height: 7px;
        top: 7px;
    }
    .landComp h2 {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .landCompItem, .landCompList2 .landCompItem {
        width: 100%;
        margin-bottom: 30px;
    }
    .landCompTitle {
        min-height: 80px !important;
        font-size: 14px;
        padding-right: 50px;
    }
    .landCompItem li {
        font-size: 13px;
        padding-left: 13px;
    }
    .landCompItem {
        font-size: 13px;  
    }
    
    .landCompItem li:after {
        width: 7px;
        height: 7px;
        top: 6px;
    }
    .landCompItem ul, .landCompItem p {
        max-height: 0px;
        overflow: hidden;
        padding: 0px;
        -webkit-transition: max-height .5s ease, visibility .5s ease;
        -moz-transition: max-height .5s ease, visibility .5s ease;
        -o-transition: max-height .5s ease, visibility .5s ease;
        transition: max-height .5s ease, visibility .5s ease;
    }  
    .landCompItem p {
        margin: 0px 5px;
    }
    
    .landCompTitle {
        position: relative;
    }
    .landCompTitle:after {
        content: " ";
        position: absolute;
        top: 0px;
        bottom: 0px; 
        right: 15px;
        margin: auto;
        width: 18px;
        height: 18px;
        background: url("../img/landCompItem.svg") no-repeat 50% 50%;
        -webkit-transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
        -moz-transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
        -o-transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
        transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
    }
    .landCompTitle:before {
        content: " ";
        position: absolute;
        top: 0px;
        bottom: 0px; 
        right: 15px;
        margin: auto;
        width: 18px;
        height: 18px;
        background: url("../img/landCompItemUp.svg") no-repeat 50% 50%;
        -webkit-transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
        -moz-transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
        -o-transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
        transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
        opacity: 0;
        visibility: hidden;
                                                                           
        transform: rotateY(0deg) rotate(180deg); 
    }
    .landCompItemOpen .landCompTitle:before {
        opacity: 1;
        visibility: visible;     
        transform: rotateY(0deg) rotate(0deg); 
    }
    .landCompItemOpen .landCompTitle:after {  
        opacity: 0;
        visibility: hidden;
        transform: rotateY(0deg) rotate(-180deg); 
    }
    .landCompItemOpen ul, .landCompItemOpen p {
        max-height: 1500px;
    }
    .landCompItem li {
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-right: 5px;
    }
    .landCompItem li:last-child {
        margin-bottom: 10px;       
    }
    .landAboutLayer {
        margin-top: 20px;
    }
    
   
}


@media screen and (max-width: 1100px) { 
    .landPartLeft {
        width: 54px;
        min-height: 56px;
    }    
    .landPartMax .landPartRight:after, .landPartRight {
        width: calc(100% - 84px);
    }
    .landPartLeft img {
        top: 13px;
    }
}
@media screen and (max-width: 950px) { 
    .landPart {
        margin-top: 30px;
    }
    .landPartTitle {
        font-size: 19px;
    }
    .landPartBrief {
        font-size: 12px;
    }
}
@media screen and (max-width: 650px) { 
    .landPartLeft {
        width: 35px;
        min-height: 35px;
    }    
    .landPartMax .landPartRight:after, .landPartRight {
        width: calc(100% - 45px);
    }
    .landPartLeft img {
        max-width: 70%;
        max-height: 70%;
    }
    .landPartTitle {
        font-size: 16px;
    }
    .landPartBrief {
        font-size: 13px;
    }
    .landPartLeft img {
        top: 10px;
    }
}



/*/////SWIPE*/
@media screen and (max-width: 1100px) { 
    .aboutBankItem {
        margin-right: 35px;
    }    
}
@media screen and (max-width: 650px) { 
    .sliderLayerAboutBank {
        width: 230px;
    }    
}


@media screen and (max-width: 950px) { 
    .landNewsItemImg {
        margin-bottom: 10px;
    }
    .landNewsItemTitle {
        font-size: 15px; 
        margin-bottom: 10px;
    }    
    .landNewsItemBrief {
        font-size: 12px;
    }
}
@media screen and (max-width: 650px) { 
    .landNewsBack {
        margin-top: 30px;
    } 
    .landNewsItemImg {
        height: 115px;
        margin-bottom: 5px;
    } 
    .landNewsItemTitle {
        font-size: 14px; 
        line-height: 145%;
        margin-bottom: 5px;
        -webkit-line-clamp: 4;
    }     
    .landNewsItemBrief {
        font-size: 13px;
        line-height: 145%;
        -webkit-line-clamp: 3;
    }    
    .landNewsItem {
        height: 262px;  
        margin-right: 24px;  
    }
    .landNewsLayer {
        height: 262px;  
        
    }
    
}


@media screen and (max-width: 950px) { 
    .backFormLayer {
        padding: 20px 70px;
        width: 668px;
    }    
}

@media screen and (max-width: 700px) { 
     .backFormLayer {
        padding: 15px 15px 8px;
        min-width: 328px;
        width: 80%;
     }   
     .backFormTitle:after {
         display: none;
     }
     .backFormTitle span {
         font-size: 10px;
         margin-bottom: 5px;
     }
     .backFormTitle div {
         font-size: 14px;
     }
     .backFormClose {
         top: 15px;
         right: 15px;
         width: 15px;
         height: 15px;      
     }
     .backFormClose:before, .backFormClose:after {
         top: 7px;
         height: 1px;
         width: 20px;
         left: -3px;
     }  
     .backFormInput {  
        margin-bottom: 5px;
     }  
     .backFormInput input, .backFormInput textarea {
         font-size: 9px;
         padding: 11px 9px;
     }
    .backFormInput textarea { 
        height: 80px; 
        font-size: 10px;
        letter-spacing: 0.04em;  
    }
    .backFormSend {
        margin-top: -5px;
    }
     
}
@media screen and (max-width: 990px) { 
    body .aboutConsButton {
        display: block !important;
        margin-left: 0 !important;
        position: absolute;
        right: 0px;
        top: 0px;
    } 
    .centerLayer {
        position: relative;
    }   
    
}


@media screen and (max-width: 700px) { 
    .newsContentTableLayerActive {
        overflow: scroll;
        width: 100%;
    }
    
    .newsContentTableLayerActive table {
        min-width: 100%;    
        width: 100% !important;    
    }
}

@media screen and (max-width: 480px) { 
    .searchInputLayer {
        left: 0px !important;
        right: 0px !important;
        width: 90%;
        margin: auto;
    }    
    .searchInputLayer input {
        width: 100%;
    }
}
@media screen and (max-width: 990px) { 
    body .showMobConsButton .consButton {
        display: block !important;
        margin-left: 0 !important;
        position: absolute;
        right: 0px;
        top: -19px;
    }    
}
@media screen and (max-width: 600px) { 
    body .showMobConsButton .consButton {
        width: 120px;
    }    
}
@media screen and (max-width: 650px) { 
    .textContent ul li:after {
        width: 7px;
        height: 7px;
        top: 7px;
    }    
}

@media screen and (max-width: 650px) { 
    .starRatingLayer {
        display: block;
    }
    .starRatingH1 {
        text-align: center;
    } 
    .starRatingBrief {
        text-align: center;
    }   
    .starRatingInfo {
        text-align: center;
    }   
    .starRatingLayer>div:nth-child(1) {
        margin-right: 0px;    
    }
    .rateList {
        margin: 10px auto 10px;
    }
}

@media screen and (max-width: 950px) { 
    .payoneerRight {
        display: none;
    }    
}
@media screen and (min-width: 950px) { 
    .payonnerBottom {
        display: none;
    }    
}

@media screen and (max-width: 500px) { 
    .payonnerBottom2 {
        display: block;
    }    
    .payonnerBottom1 {
        display: none;
    }    
}


@media screen and (max-width: 1200px) {  
    
    .rewProRow {
        width: calc(50% - 5px);  
    }    
}

@media screen and (max-width: 1080px) { 
    .rewProForm {
        flex-direction: column;
    } 
    .rewProRow {
        width: 100%;  
    }  
    .rewProSubmit {     
        flex-direction: column;  
        justify-content: center;  
        align-items: center;  
    }  
    .rewProButton {
        line-height: 39px;
        height: 39px;
        width: 100%;
        margin-top: 5px;
    }    

}
@media screen and (max-width: 600px) { 
    .rewProTitle {
        font-size: 10px;
        line-height: 145%;
        margin-top: 22px;
    }
    .rewProTitle2 {
        font-size: 14px;
        line-height: 145%; 
    }
}
@media screen and (max-width: 650px) { 
    .mainOddsH1 {
        font-size: 16px;
        margin-bottom: 5px;
    }   
    .mainOddsH2 {
        font-size: 12px;
    } 
    .mainOdds {
        height: 550px;
    }
    .maonOddsLayer {
        height: 500px;
        overflow: visible;
    }
    .mainOddsItem {
        width: 33%;
    }
    .mainOddsItem div { 
        font-size: 12px;
        line-height: 145%; 
        width: 120%;
        margin-left: -10%;
    }
    
    .mainOddsItem:nth-child(1) span { font-size: 30px; width: 80px; height: 80px; }  
    .mainOddsItem:nth-child(2) span { font-size: 28px; width: 90px; height: 90px; }  
    .mainOddsItem:nth-child(3) span { font-size: 30px; width: 100px; height: 100px; }  
    .mainOddsItem:nth-child(4) span { font-size: 26px; width: 70px; height: 70px; }
    .mainOddsItem:nth-child(6) span { font-size: 28px; width: 90px; height: 90px; }      
    
    .mainOddsItem:nth-child(1) span { font-size: 25px; width: 50px; height: 50px; }  
    .mainOddsItem:nth-child(2) span { font-size: 21px; width: 60px; height: 60px; }  
    .mainOddsItem:nth-child(3) span { font-size: 24px; width: 70px; height: 70px; }  
    .mainOddsItem:nth-child(4) span { font-size: 20px; width: 60px; height: 60px; }
    .mainOddsItem:nth-child(5) span { font-size: 23px; width: 70px; height: 70px; }      
    .mainOddsItem:nth-child(6) span { font-size: 20px; width: 60px; height: 60px; }      

}


@media screen and (max-width: 990px) { 
    .tmpPanelAbout .consButton {
        margin-top: -20px !important;
        
    }    
}

@media screen and (max-width: 800px) {      
    .tmpPanelAbout .consButton {
        margin-right: 18px;
    }    
}
@media screen and (max-width: 600px) {      
    .tmpPanelAbout .consButton {
        margin-right: 16px;
    }    
}


@media screen and (max-width: 990px) {
    .aboutCompanyEdge .bigArr2 li {
        width: calc(50% - 14px);
    }            
}
@media screen and (max-width: 650px) {
    .aboutCompanyEdgeTitle {
        font-size: 16px;
        padding-bottom: 20px;
    }    
}
@media screen and (max-width: 550px) {
    .aboutCompanyEdge .bigArr2 li {
        width: 100%;
        
    } 
    
    .aboutCompanyEdge {
        padding-top: 30px;
        max-width: 350px;
        margin: auto;
    }           
}
@media screen and (max-width: 650px) {
    .mainNewsTitle {
        text-align: center !important;
    }    
}

@media screen and (min-width: 730px) {
    .headMenu:not(.headFixed) .headMenuServiceLayer {
        background: #fff;
        padding: 20px; 
        justify-content: flex-end;  
    }  
    .headMenu:not(.headFixed) .headMenuServiceLayer a {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 0.02em;
        color: #000;
        display: block;
        display: none;     
    }
    .headMenu:not(.headFixed) .headMenuServiceLayer a:after {
        background: #00572C;
    }
    
    .headMenu:not(.headFixed) .headMenuServiceLayer .headMenuServiceRowTitle {
        font-size: 14px;
        line-height: 38px;
        font-weight: 600;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #000; 
        position: absolute;
        top: 0px;
        left: 20px;
        width: 270px;
        text-align: center;
        padding: 0px;
        margin: 0px;  
        display: block;   
    }
    .headMenu:not(.headFixed) .headMenuServiceLayer .headMenuServiceRowTitle:after {
        display: none !important;
    }
    .headMenu:not(.headFixed) .headMenuServiceRow {
        width: calc(100% - 20px - 250px);
        background: #D9D9D9; 
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        padding: 0px 30px;
        
    }
    .headMenu:not(.headFixed) .headMenuServiceRowGreen {
        display: block;
        padding: 22px 30px;
        min-height: 250px;
    } 
    
    .headMenu:not(.headFixed)  .headMenuServiceRowGreen .headMenuServiceRowTitle {   
        background: #00572C;
        color: #fff;        
    }
    .headMenu:not(.headFixed)  .headMenuServiceRowGreen .headMenuServiceRowTitle:before {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 19px 19px 18px;
        border-color: transparent transparent #00572C transparent;
        transform: rotate(90deg);
        content: " ";
        position: absolute;
        top: 10px;
        right: -28px;
        margin: auto;
    }
    
    .headMenu:not(.headFixed) .headMenuServiceRowGreen a {
        display: block; 
    } 
    .headMenu:not(.headFixed) .headMenuServiceRow:nth-child(1) .headMenuServiceRowTitle {
        top: 30px;
    }
    .headMenu:not(.headFixed) .headMenuServiceRow:nth-child(2) .headMenuServiceRowTitle {
        top: 78px;
    }
    .headMenu:not(.headFixed) .headMenuServiceRow:nth-child(3) .headMenuServiceRowTitle {
        top: 126px;
    }
    .headMenu:not(.headFixed) .headMenuServiceRow:nth-child(4) .headMenuServiceRowTitle {
        top: 174px;
    }
    .headMenu:not(.headFixed) .headMenuServiceRow:nth-child(5) .headMenuServiceRowTitle {
        top: 222px;
    }
    
    
    .headMenu:not(.headFixed) .headMenuTopBg {
        background: #D9D9D9;    
    }
    .headMenu:not(.headFixed) .headMenuTopBg a {       
        color: #000 !important;
        font-size: 10px;
    }
    
      
}
@media screen and (min-width: 1020px) {        
    .headMenu:not(.headFixed) .headMenuServiceLayer a {
        font-size: 11px;    
    }
    .headMenu:not(.headFixed) .headMenuTopBg a {        
        font-size: 11px;
    }
}/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .003;
	-ms-filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
/**
Ion.RangeSlider, 2.3.1
В© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 7px;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  border-top: 1px solid #E5E5E5;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 4px;
  background-color: #ed556500;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da445300;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a4354000;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #126fa2;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
    top: 30px;
    width: 16px;
    height: 16px;
    border: 3px solid #126fa2;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgb(0 0 255 / 30%);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1;
  top: 7px;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 12px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #126fa2;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #126fa2;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 11px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}