<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    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&gt;a, .headMenuTop&gt;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&gt;a, .headMenu .headMenuTopActive&gt;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&gt;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&gt;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&gt;div {
    display: none;
}


.taxLineItem2&gt;span&gt;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&gt;span {
    display: block;
    position: absolute;
    position: absolute;
    top: 0px; 
    bottom: 0px;
    margin: auto;   
    left: 10px;   
    height: 20px;
    width: 20px;                                          
    cursor: pointer;
}
.taxLineItem2&gt;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&gt;span:hover:after {    
    transform: rotate3d(1, 0, 0, 180deg);
}
.taxLineItem2&gt;span&gt;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&gt;span:hover&gt;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&gt;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;
}
.serviceOtherCoutnryTitle {
    font-weight: 600;
    font-size: 17px;
    line-height: 145%;   
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 60px;
}



.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;
    margin-bottom: 20px;
}
.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&gt;div, .bankPriceAttentionFixed&gt;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&gt;div {
    position: relative;    
}
.bankTableValuePrice&gt;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&gt;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;
}


.otherCountryList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    flex-wrap: wrap; 
    margin-top: 20px;   
}
.otherCountryItem {
    position: relative;
    width: calc((100% - 50px) / 3);
    
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    flex-wrap: wrap;  
    margin-bottom: 25px;
    
}
.otherCountryItem div {
    border: 2px solid #3F8161;
    border-radius: 500px;
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: #fff;
    position: relative;
}
.otherCountryItem span {
    border: 1px solid #D9D9D9;  
    width: calc(100% - 40px);
    display: block;  
    margin-left: -40px;
    
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 140%;
    padding: 12px 13px 13px 0px;
    padding-left: 55px;
    color: #000;
    min-height: 64px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; 
    flex-wrap: wrap;  
}</pre></body></html>