
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTRsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/uYKcPVoh6c5R0NpdEY5A-Q.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNShsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v10/EInbV5DfGHOiMmvb1Xr-hhsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxv25ds880Du_gFZbUlZlsbg.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v10/O4NhV7_qs9r9seTo7fnsVD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxsUW6j0fiq4_bYOAoMNnBhA.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxpXMLUeV6_io0G3F6eXSVcg.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url(https://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxjZJchHK-lPtiIaM3GRtbZU.woff) format('woff');
}

html, body {
    height: 100%;
}

body{
    position: relative;
}

body, form {
    margin:        0;
    padding:       0;
    font-size:     12px;
    font-family:   'Open sans', Calibri, Arial;

    -webkit-font-smoothing: antialiased;
}

.body-wrapper {
    min-height: 100%;
    position: relative;
}

a {
    color: #f58029;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition:    color 0.5s ease-in-out;
    -ms-transition:     color 0.5s ease-in-out;
    -o-transition:      color 0.5s ease-in-out;
    transition:         color 0.5s ease-in-out;
}

a:hover {
    color: #d0520b;
}

a img {
    border: 0;
}

hr{
    border:none;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 0 0 0;
}

h1.page-title {
    font-size: 32px;
    font-weight: normal;
    margin: 18px 0 0 0;
}

.page-content {
    float: left;
    padding-bottom: 65px;
    margin-bottom: 322px;
    min-height: 100%;
    width: 100%;
}
.mainpage .page-content{
    display: block;
    position: relative;
    background: #fff;
    color: #1f1f1f;
    padding: 0 0 35px 0;
}

.centered-content {
    display:  block;
    position: relative;
    margin:   0 auto;
    width:    1000px;
}

.page-left-wrapp {
    float: left;
    width: 660px;
}

.clearfix {
    clear: both;
}
.page-title-arrowed {
    font-size: 32px;
    color: #000;
    font-weight: normal;
    line-height: 32px;
    margin-top: 21px;
    margin-bottom: 21px;
    display: block;
}
.page-title-arrowed span {
    color: #cccccc;
    cursor: pointer;
    font-size: 58px;
    line-height: 36px;
    font-weight: 100;
    position: absolute;
    top: -8px;
    left: -25px;
}

.select2-drop .viewport {
    max-height: 220px;
    overflow: hidden;
    position: relative;
}

.scrollbar .thumb .end, .scrollbar .thumb {
    background-color: #f58029;
}

.scrollbar {
    position: absolute;
    float: right;
    width: 5px;
    right: 3px;
    z-index: 2;
    top: 0px;
}
.scrollbar .track {
    background-color: transparent;
    height: 100%;
    width: 5px;
    position: relative;
    padding: 0 1px;
}
.scrollbar .thumb {
    height: 20px;
    width: 3px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.scrollbar .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 13px;
}
.center-white-title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -10px;
    left: 0;
}
.inner-center-white-title {
    margin: 0;
    background: #fff;
    text-transform: uppercase;
    color: #2b2b2b;
    font-weight: 600;
    display: inline-block;

}

.widget-sell-scrap {
    background: #000;
    color: #fff;
    position: fixed;
    right: 0;
    top: 170px;
    text-align: center;
    z-index: 9;
}

.widget-sell-scrap .widget-inner {
    padding: 10px;
}

.widget-sell-scrap .widget-content {
    padding: 5px;
    width: 100px;
}

.widget-sell-scrap .toggle-btn {
    color: #999;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 6px;
}

.widget-sell-scrap .open-widget {
    display: none;
    font-size: 30px;
    font-weight: 300;
    line-height: 0;
}

.widget-sell-scrap .close-widget {
    font-size: 22px;
    line-height: 10px;
}

.widget-sell-scrap p {
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0 10px 0;
}

.widget-sell-scrap .button-wrapper.info-btn a {
    color: #fff;
    font-size: 15px;
    padding: 0;
    text-transform: none;
}
.widget-action {
    background: #ebe036;
    color: #000;
    position: fixed;
    right: 0;
    top: 430px;
    text-align: center;
    z-index: 9;
    min-height: 196px;
}

.widget-action .widget-inner {
    padding: 10px 10px 10px 10px;
}

.widget-action .widget-content {
    padding: 5px 5px 0 5px;
    width: 100px;
}

.widget-action .open-widget {
    display: none;
    font-size: 30px;
    font-weight: 300;
    line-height: 0;
}

.widget-action a {
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    transform:none;
    -ms-transform:none;
    -webkit-transform:none;
    outline: 0;
    color: #000;
    font-weight: bold;
    margin: 2px 0 7px 0;
    line-height: 20px;
}

.widget-action.widget-ru a:not(.close-widget) {
    position: relative;
    top: 25px;
}

.widget-action .close-widget {
    font-size: 17px;
    line-height: 10px;
    color: #000;
}

.widget-action .toggle-btn {
    color: #000;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 6px;
}
.widget-action img {
    right: 3px;
    position: absolute;
    bottom: 4px;
}

.point-info-wrapp .point-name, .point-info-wrapp .point-addres {
    font-family: Arial;
}

.point-info-wrapp .point-name {
    font-size: 15px !important;
}

.point-info-wrapp .point-addres {
    font-size: 12px !important;
}

@media screen {
    #print-content {
        display: none;
    }
}

.simple-button-parent {
    position: relative;
    height: 40px;
    margin-bottom: 10px;
}

.button-wrapper {
    border-top: 2px solid #f36f29;
    border-bottom: 2px solid #f36f29;
    position: relative;
}

.button-wrapper .btn-corner {
    position: absolute;
    top: -2px;
}

.info-btn-outer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -18px;
    text-align: center;
}

.info-btn-outer.left-align {
    text-align: left;
}

.simple-button-parent .info-btn-outer {
    bottom:0;
}

.info-btn-inner {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    display: inline-block;
    max-width: 100%;
    padding: 0 10px;
}

.button-wrapper.info-btn a,
.button-wrapper.info-btn button {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 10px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;

    -webkit-transition: color 1s;
    -moz-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s;
    background: none;
    border: 0;
}

.button-wrapper.info-btn button:active,
.button-wrapper.info-btn button:focus {
    outline: none;
}

.button-wrapper.info-btn:hover a {
    color: #fff;
}
.info-btn-inner .button-wrapper.info-btn a {
    color: #fff;
}

.info-btn-inner .button-wrapper.info-btn:hover a {
    color: #f36f29;
}

.button-wrapper.info-btn:before {
    content: "";
    position: absolute;
    background: #f36f29;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    z-index: 0;

    -webkit-transition: width 0.7s;
    -moz-transition: width 0.7s;
    -o-transition: width 0.7s;
    transition: width 0.7s;
}

.button-wrapper.info-btn:hover:before {
    width: 100%;
}

.info-btn-inner .button-wrapper.info-btn:hover:before {
    width: 0%;
}

.info-btn-inner .button-wrapper.info-btn:before {
    width: 100%;
    right: 0;
    left: auto;

}

.info-btn .btn-corner.left {
    left: 0;
}

.info-btn .btn-corner.right {
    right: 0;
}

.contactsform-popup {
    margin-left: -397px;
    width: 750px;
    height: 360px;
}
.contactsform-popup p ,
.Tx-Formhandler p{
    margin: 0;
}
.popup-contact-form {
    margin-top: 17px;
}
.input-row {
    float: left;
}
.input-row, .textarea-row {
    width: 750px;
}
.input-wrapper {
    float: left;
    width: 210px;
    height: 40px;
    border: solid 1px #cccccc;
    padding-left: 30px;
}
.input-wrapper input {
    width: 200px;
    margin-top: 4px;
}
.input-wrapper.name-wrapper {
    background: url('../bundles/tolmetsclient/images/icons/member.png');
    background-repeat: no-repeat;
    background-position: 7px 12px;
}
.input-wrapper.phone-wrapper {
    background: url('../bundles/tolmetsclient/images/icons/cell-phone.png');
    background-repeat: no-repeat;
    background-position: 8px 8px;
}
.input-wrapper.email-wrapper {
    background: url('../bundles/tolmetsclient/images/icons/mail.png');
    background-repeat: no-repeat;
    background-position: 8px 16px;
}

.input-wrapper input, .textarea-row textarea {
    border: 0;
    outline: 0;
    color: #b1b1b1;
    font-size: 17px;
    font-family: 'Open sans', Calibri, Arial;
    font-weight: normal;
}
.phone-wrapper {
    margin: 0 11px 0 11px;
}
.textarea-row {
    border: solid 1px #cccccc;
    width: 744px;
    height: 220px;
    position: relative;
    float: left;
    margin-top: 8px;
}
.textarea-row textarea {
    width: 710px;
    height: 190px;
    resize: none;
    margin: 10px 0 0 15px;
}

.textarea-row .info-btn-inner {
    padding: 0 15px;
}

.textarea-row .info-btn-inner a {
    min-width: 385px;
}

.textarea-row textarea, .input-wrapper input, .textarea-row textarea::-webkit-input-placeholder, .textarea-row textarea::-moz-placeholder, .textarea-row textarea:-ms-input-placeholder, .textarea-row textarea:-moz-placeholder, .input-wrapper::-webkit-input-placeholder, .input-wrapper::-moz-placeholder, .input-wrapper:-ms-input-placeholder, .input-wrapper:-moz-placeholder  {
    color: #b1b1b1;
    font-size: 17px;
    font-weight: normal;
}

form .error-wrapper.error-field {
    border: solid 1px red !important;
}

#footer {
    display:       block;
    position:      relative;
    float:         left;
    height:        282px;
    width:         100%;
    min-width:     1000px;    
    margin:        -322px 0 0 0;
    padding:       20px 0;
    background:    #000;
    color:         #fff;    
    box-shadow:    0 1px 2px -2px #bebebe;
}

#footer .centered-content:before {
    content:    ' ';
    display:    block;
    position:   relative;
    float:      left;
    width:      460px;
    height:     63px;
    margin:     -82px 0 0 -100px;
    background: url('../bundles/tolmetsclient/images/footer-decoration.png');
}

.link-container {
    display:      block;
    position:     relative;
    float:        left;
    width:        170px;
    margin-right: 40px;
}

.link-container header h4 {
    font-size:   14px;
    color:       #fff;
    font-weight: 700;
}

.link-container ul {
    list-style: none;
    margin:     0;
    padding:    0;
}

.link-container ul li {
    margin-bottom: 15px;
}

.link-container ul li a {
    color:           #fff;
    text-decoration: underline;    
    font-size:       12px;
}

.link-container ul li a:hover {
    color: #d0520b;    
}

.info-block {
    display: block;
    position: relative;
    float: left;
    width: 270px;
    margin-left: 70px;
}

.info-block .logo,
.info-block .call-us,
.info-block .contacts {
    width: 100%;
    margin-left: 0;
}

.contacts {
    display:    block;
    position:   relative;
    float:      left;
    margin-top: 30px;
}

.contacts p {
    font-size:   13px;
    line-height: 25px;
    margin: 0;
}

.arcana-logo {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}

.arcana-logo:hover {
    opacity: 1;
}
#header {
    display:       block;
    position:      relative;
    float:         left;
    width:         100%;
    min-width:     1000px;
    padding:       0;
    background:    #000;
    color:         #fff;
    border-bottom: #171717 1px solid;
    box-shadow:    0 1px 2px -2px #bebebe;    
}

.logo {
    display: block;
    width:   260px;
    float:   left;
    margin:  11px 20px 11px 0;
}

.logo img {
    display:      block;
    float:        left;
    margin-right: 17px;
}

.logo .heading {
    display:      block;    
    color:        #8a8a8a;
    font-size:    11px;
    margin:       0;
    float:        left;    
    font-weight:  500;
}

.menu {
    display:    block;
    float:      left;
    position:   relative;
    width:      450px;
    margin:     41px 0 0 0;
}

.menu ul {
    list-style: none;
    padding:    0;
    margin:     0;
    text-align: center;
}

.menu ul li:first-child {
    margin-left: 0;
}

.menu ul li {
    display:     inline-block;
    position:    relative;
    margin-left: 35px;
}

.menu ul li a {
    display:         block;      
    position:        static;    
    color:           #fff;
    font-size:       17px;
    border-bottom:   1px solid #505050;
    text-decoration: none;
    font-weight:     400;
    line-height:     1;
}

.menu ul li a:hover,
.menu ul li a.active {
    color: #d0520b;
}

.call-us {
    display:      block;
    position:     relative;
    float:        left;
    margin:       17px 0 0 20px;
    font-size:    13px;
    color:        #6d6d6d;    
}

.call-us p {
    font-size: 13px;
    margin:    0;
    padding:   0;
    color: #fff;
}

.call-us .call-freely {
    line-height: 1;
    color: #6d6d6d;
}

.call-us .telephone a {
    font-size:       32px;
    font-weight:     600;
    word-spacing:    1px;
    letter-spacing:  1px;
    text-decoration: none;
    color:           #fff;
    line-height:     1;
}

.call-us .working-time {
    display:   block;
    float:     left;
    font-size: 11px;
    color: #6d6d6d;
}

.call-us .contact-us {    
    display:   block;
    float:     right;
    font-size: 11px;
}

@media screen and (max-width: 800px) {
    .call-us .contact-us {
        margin-top: 23px;
        right: -152px;
    }
}

.languages {
    display:    block;
    position:   relative;
    float:      right;
    margin:     30px 0 0;
    width:      52px;
}

.languages .select-language {
    position:   absolute;
    display:    block;
    overflow:   hidden;
    width:      43px;
    height:     16px;
    padding:    3px 7px 8px;    
    border:     1px solid #666;
    background: #000;    
    list-style: none;
    margin:     0;
    -webkit-transition: height 0.7s ease-in-out;
    -moz-transition:    height 0.7s ease-in-out;
    -ms-transition:     height 0.7s ease-in-out;
    -o-transition:      height 0.7s ease-in-out;
    transition:         height 0.7s ease-in-out;
    z-index:    2;
}    

.languages .select-language .language a,
.languages .select-language .language {
    display:           block;
    color:             #919191;
    text-decoration:   none;
    font-size:         17px;
    line-height:       1;
    height:            14px;
    padding-bottom:    9px;  
    text-transform:    capitalize;
}

.languages .select-language .language.active a, 
.languages .select-language .language a:hover {
    color: #fff;
}  

.languages .select-language:hover,.languages .select-language.active {
    height: 59px;
}

.languages .select-language .language:first-child a:after {  
    content:           '‹';
    display:           inline-block;
    margin:            2px 0 0 5px;
    -webkit-transform: rotate(-90deg);
    -moz-transform:    rotate(-90deg);
    -o-transform:      rotate(-90deg);
    -ms-transform:     rotate(-90deg);
    transform:         rotate(-90deg);
    color:             #e77a29;   
}

.languages .select-language:hover > .language:first-child a:after {
    margin:            2px 0 0 10px;    
    -webkit-transform: rotate(90deg);
    -moz-transform:    rotate(90deg);
    -o-transform:      rotate(90deg);
    -ms-transform:     rotate(90deg);
    transform:         rotate(90deg);
}
input {
    border: 1px solid #c0c0c0;
    padding: 0 5px;
    border-radius: 2px;
    height: 30px;
    font-size: 17px;
}

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 100%;
}

.select2-container.small-select {
    width: auto;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.select2-search {
    display: none;
}

.select2-container .select2-choice {
    display: block;
    height: 34px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #cccccc;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 0px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.select2-container.small-select .select2-choice {
    border-radius: 2px;
    height: 30px;
    margin: -6px 0 0 0;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 46px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    margin-top: 3px;
    color: #979797;
}

.select2-container.small-select .select2-choice > .select2-chosen {
    font-size: 18px;
    margin: 0 25px 0 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #999999;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
    display: none;
}

.select2-drop.select2-drop-above {
    border-bottom: 0;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background-clip: padding-box;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url(../bundles/tolmetsclient/images/select-arrow.png);
    width: 30px;
    height: 30px;
    padding: 2px;
    background-position: center;
    opacity: 0.5;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.select2-container.small-select .select2-choice .select2-arrow {
    background-image: none;
    width: 20px;
}

.select2-container.small-select .select2-choice .select2-arrow:after {
    content: '‹';
    font-size: 28px;
    display: inline-block;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.select2-container .select2-choice:hover, .select2-container.select2-dropdown-open .select2-choice {
    border: 1px solid #999999;
}
.select2-container .select2-choice:hover .select2-arrow, .select2-container.select2-dropdown-open .select2-choice .select2-arrow {
    opacity: 1;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 0%;
    height: 0%;
}

.select2-search {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-dropdown-open .select2-choice .select2-arrow {
    opacity: 1;
}

.select2-results {
    padding: 0 0 0 2px;
    margin: 4px 2px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 4px 14px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results .select2-highlighted {
    background: #efefef;
    color: #000;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('https://www.tolmets.lv/bundles/tolmetsclient/css/frontend/base/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
    padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('https://www.tolmets.lv/bundles/tolmetsclient/css/frontend/base/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
                                                                                                                              background: none;
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
    .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }
    .select2-search input {
        background-position: 100% -21px !important;
    }
}
























































.form-control .select2-choice {
    border: 0;
    border-radius: 2px;
}

.form-control .select2-choice .select2-arrow {
    border-radius: 0 2px 2px 0;
}

.form-control.select2-container {
    height: auto !important;
    padding: 0px;
}

.form-control.select2-container.select2-dropdown-open {
    border-color: #5897FB;
    border-radius: 3px 3px 0 0;
}

.form-control .select2-container.select2-dropdown-open .select2-choices {
    border-radius: 3px 3px 0 0;
}

.form-control.select2-container .select2-choices {
    border: 0 !important;
    border-radius: 3px;
}

.control-group.warning .select2-container .select2-choice,
.control-group.warning .select2-container .select2-choices,
.control-group.warning .select2-container-active .select2-choice,
.control-group.warning .select2-container-active .select2-choices,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.warning .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #C09853 !important;
}

.control-group.warning .select2-container .select2-choice div {
    border-left: 1px solid #C09853 !important;
    background: #FCF8E3 !important;
}

.control-group.error .select2-container .select2-choice,
.control-group.error .select2-container .select2-choices,
.control-group.error .select2-container-active .select2-choice,
.control-group.error .select2-container-active .select2-choices,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.error .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #B94A48 !important;
}

.control-group.error .select2-container .select2-choice div {
    border-left: 1px solid #B94A48 !important;
    background: #F2DEDE !important;
}

.control-group.info .select2-container .select2-choice,
.control-group.info .select2-container .select2-choices,
.control-group.info .select2-container-active .select2-choice,
.control-group.info .select2-container-active .select2-choices,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.info .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #3A87AD !important;
}

.control-group.info .select2-container .select2-choice div {
    border-left: 1px solid #3A87AD !important;
    background: #D9EDF7 !important;
}

.control-group.success .select2-container .select2-choice,
.control-group.success .select2-container .select2-choices,
.control-group.success .select2-container-active .select2-choice,
.control-group.success .select2-container-active .select2-choices,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.success .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #468847 !important;
}

.control-group.success .select2-container .select2-choice div {
    border-left: 1px solid #468847 !important;
    background: #DFF0D8 !important;
}
.popup {
    font-size: 14px;
    display: none;
}
.nmrg {
    margin: 0;
}
.popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 99;
    display: none;
}
.popup-wrap {
    position: absolute;
    left: 50%;
    top: 140px;
    padding: 19px 27px;
    background: #fff;
    z-index: 100;
}

.popup-outer {
    position: relative;
    width: 100%;
    height: 100%;
}
.popup-content {
    float: left;
    width: 100%;
}

.popup-close {
    position: absolute;
    width: 15px;
    height: 15px;
    top: -12px;
    right: -20px;
    background: url('../bundles/tolmetsclient/images/icons/close.png');
    cursor: pointer;
}

.popup.popup-wrap.contactsoffer-popup {
    width: 760px;
    height: auto;
    margin-left: -407px;
    color: #252525;
    padding-bottom: 16px;
}
.popup-content p {
    margin: 0 0 21px;
}
.popup-content p.divided {
    margin-top: 3px;
    display: inline-block;
}
.popup-content .offer-title {
    font-size: 28px;
    margin-bottom: 13px;
}
.offer-subtitle {
    font-size: 18px;
    font-weight: bold;
}
.offer-subtitle > .tinted {
    color: #f36f29;
}
.city-list {
    width: 445px;
}
.popup-pickup {
    position: absolute;
    top: 140px;
    right: -60px;
}

.popup-payment {
    position: absolute;
    top: 50px;
    right: -12px;
    width: 300;
    height: auto;
}

.popup-delivery-truck {
    position: absolute;
    top: -25px;
    right: -12px;
    width: 300;
    height: auto;
}

.centered-text {
    text-align: center;
}
.popup-footer {
    margin-bottom: 15px;
    position: relative;
}

.popup-footer.centered-text .info-btn-outer {
    position: relative;
    top: 0;
    margin-bottom: 10px
}

.popup-footer.centered-text .info-btn-outer a,
.popup-content .info-btn-outer a{
    font-size: 17px;
    font-weight: 600;
    min-width: 260px;
}
.popup-content .info-btn-outer a.form-submit{
    font-size: 12px;
    font-weight: bold;
}

.popup-footer .ortag{
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 0 0;
}
.free-phone{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.free-phone .tinted {
    font-size: 24px;
    color: #f36f29;
}

.popup-robot {
    position: absolute;
    top: 6px;
    right: -156px;
    z-index: 102;
}
.robot-sign {
    margin: 0;
    padding: 8px 10px;
    color: #fff;
    background: #808080;
    position: absolute;
    top: 277px;
    right: -30px;
    -webkit-transform: rotate(4deg);
    -moz-transform:    rotate(4deg);
    -o-transform:      rotate(4deg);
    -ms-transform:     rotate(4deg);
    transform:         rotate(4deg);
    z-index: 101;
    -moz-box-shadow: -3px 4px 14px #aaa;
    -webkit-box-shadow: -3px 4px 14px #aaa;
    box-shadow: -3px 4px 14px #aaa;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=54, Color='#aaaaaa')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=54, Color='#aaaaaa');
}
.popup-wrap.homepage-popup {
    width: 745px;
    min-height: 612px;
    margin-left: -372px;
}
.popup .contact-info {
    float: left;
}
.popup .popup-contacts, .popup .popup-prices {
    float: left;
    width: 100%;
}


.contact-info {
    width: 420px;
}

.popup-content .popup-title{
    font-size: 28px;
    margin: 0;
}
.popup-subtitle {
    font-size: 18px;
    font-weight: bold;
    margin: 6px 0 10px 0;
}
.popup-address {
    margin-bottom: 2px;
}

.popup-link.small {
    font-size: 12px;
}

.popup-phone {
    margin-top: 12px;
    margin-bottom: 12px;
}

.popup-phone span {
    color: #818181;
    font-size: 12px;
}
.popup-phone span b {
    font-size: 16px;
    color: #000;
}
.icon-row img {
    vertical-align: middle;
}
.icon-row span {
    margin-left: 7px;
}
.work-pause {
    color: #b2b2b2;
}
.icon-row p {
    display: inline-block;
}
.icon-row p.work-pause {
    display: block;
    margin-left: 25px;
    font-size: 11px;
    line-height: 8px;
}
.popup-email {
    margin: 6px 0 0 0;
}
.popup-links {
    margin: 9px 0 0 0;
}
.popup-links a {
    margin: 0 20px 0 0;
}

.popup .contact-map {
    float: right;
    margin-top: 9px;
}
#map-container, #popup-map-container {
    width: 315px;
    height: 248px;
    border: solid 2px #cccccc;

}

.prices {
    float: left;
    width: 100%;
    margin: 7px 0 0 0;
}

a.print-prices {
    background: url('../bundles/tolmetsclient/images/icons/print.png') left top no-repeat;
    display: inline-block;
    margin: 0 0 0 3px;
    font-size: 14px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    padding-left: 20px;
    text-decoration: none;
    transition: none;
}
a.print-prices:hover {
    background-position: 0 -15px;
    color: #c6c6c6;
}

.popup-table-container {
    border: solid 1px #c6c6c6;
    width: 100%;
    min-height: 200px;
}
.price-table {
    border-spacing: 1px;
    width: 100%;
    font-size: 15px;
}
.price-table th, .price-table td {
    padding: 4px 12px;
}
.price-table th {
    background: #f0f0f0;
    border: solid 0.5px #fff;
    text-align: left;
    font-weight: normal;
    color: #787878;
}
.black-weight, .colored-weight {
    display: none;
}
.black-weight.active, .colored-weight.active {
    display: inline;
}
.first-th {
    width: 280px;
}
.second-th {
    width: 84px;
}
.third-th {
    width: 305px;
}
.price-table th a {
    color: #787878;
    font-weight: normal;
    text-decoration: none;
    border-bottom: dashed 1px;

}
.price-row {
    width: 658px;
    float: left;
    padding: 2px 0px;
    border-bottom: solid 1px #e6e6e6;
    margin: 0 1px;

}
.price-row.no-border {
    border: 0;
}
.clear-fields {
    float:right;
    font-size: 12px;
    margin-top: 2px;
}
.price-table th a.mrgnr {
    margin-right: 10px;
}
.price-table th a.active {
    color: #000;
    border-bottom: 0;
}
.price-table th a.active, .price-table b {
    font-weight: 600;
}
.metal-info {
    display: none;
}
.metal-info.active {
    display: block;
}
.metal-cell, .rate-cell, .calc-cell {
    float: left;
    padding: 0 0 0 12px;
}
.metal-cell p, .rate-cell p, .calc-cell p {
    margin: 0;
}
.metal-cell {
    width: 253px;
    position: relative;
}

.rate-cell {
    width: 96px;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
}
.calc-cell {
    width: 271px;
}
.calc-cell .price-result {
    color: #ababab;
    display: inline-block;
}
.calc-cell .price-result.active {
    color: #2b2b2b;
}
.calc-cell .price-result b {
    font-weight: normal;
}
.calc-cell .price-result.active b {
    font-weight: 600;
}
.price-table .metal, .price-table .price {
    display: none;
}
.price-table .metal.active, .price-table .price.active {
    display: inline-block;
    cursor: pointer;
}
.weight-input {
    width: 24px;
    height: 12px;
    border: solid 1px #c6c6c6;
    padding: 4px 6px;
    color: #2b2b2b;
}
.equals {
    margin: 0 10px;
}

.popup-footer {
    float: left;
    width: 100%;

}
.popup-footer .footer-info, .popup-footer .footer-result {
    float: left;
}
.popup-footer .footer-info {
    width: 405px;
}
.price-date {
    color: #999999;
    font-size: 11px;
    margin: 7px 0 7px 0;
}
.popup-footer-warning {
    font-size: 12px;
    margin: 10px 0 0 0;
    line-height: 14px;
}
.popup-footer-warning b {
    display: block;
}
.popup-footer .footer-result {
    width: 338px;
    text-align: right;
}
.final-price-result {
    margin: 4px 0 0 0;
    font-size: 20px;
}

.footer-result .info-btn-outer {
    position: relative;
    bottom: 0;
    margin: 5px 0;
    text-align: right;
}

.footer-result .info-btn-inner {
    padding: 0;
}

.footer-result .info-btn-inner a {
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
    min-width: 0;
}

.less-ton {
    display: block;
    text-decoration: underline;
    font-size: 13px;
    margin-top: 0px;
}

.pointer {
    cursor: pointer;
}

.popup .time-phone.icon-row {
    font-size: 12px;
}
.contactsform-popup {
    margin-left: -397px;
    width: 750px;
    height: 360px;
}
.contactsform-popup p {
    margin: 0;
}
.popup-contact-form {
    margin-top: 17px;
}
.input-row {
    float: left;
}
.input-row, .textarea-row {
    width: 765px;
}
.input-wrapper {
    float: left;
    width: 214px;
    height: 40px;
    border: solid 1px #cccccc;
    padding-left: 30px;
}
.input-wrapper input {
    width: 200px;
    margin-top: 4px;
}
.input-wrapper.name-wrapper {
    background: url('../bundles/tolmetsclient/images/icons/member.png');
    background-repeat: no-repeat;
    background-position: 7px 12px;
}
.input-wrapper.phone-wrapper {
    background: url('../bundles/tolmetsclient/images/icons/cell-phone.png');
    background-repeat: no-repeat;
    background-position: 8px 8px;
}
.input-wrapper.email-wrapper {
    background: url('../bundles/tolmetsclient/images/icons/mail.png');
    background-repeat: no-repeat;
    background-position: 8px 16px;
}

.input-wrapper input, .textarea-row textarea {
    border: 0;
    outline: 0;
    color: #b1b1b1;
    font-size: 17px;
    font-family: 'Open sans', Calibri, Arial;
    font-weight: normal;
}
.phone-wrapper {
    margin: 0 11px 0 11px;
}
.textarea-row {
    border: solid 1px #cccccc;
    width: 758px;
    height: 220px;
    position: relative;
    float: left;
    margin-top: 8px;
}
.textarea-row textarea {
    width: 710px;
    height: 190px;
    resize: none;
    margin: 10px 0 0 15px;
}

.textarea-row .info-btn-inner {
    padding: 0 15px;
}

.textarea-row .info-btn-inner a {
    min-width: 385px;
}

.textarea-row textarea, .input-wrapper input, .textarea-row textarea::-webkit-input-placeholder, .textarea-row textarea::-moz-placeholder, .textarea-row textarea:-ms-input-placeholder, .textarea-row textarea:-moz-placeholder, .input-wrapper::-webkit-input-placeholder, .input-wrapper::-moz-placeholder, .input-wrapper:-ms-input-placeholder, .input-wrapper:-moz-placeholder  {
    color: #b1b1b1;
    font-size: 17px;
    font-weight: normal;
}

form .error-wrapper.error-field {
    border: solid 1px red !important;
}

.tinyscrollbar {
    width: 740px;
    clear: both;
    margin: 2px 0 10px;
}
.tinyscrollbar .viewport {
    width: 730px;
    height: 162px;
    overflow: hidden;
    position: relative;
}
.tinyscrollbar .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
}
.tinyscrollbar .thumb .end, .tinyscrollbar .thumb {
    background-color: #f58029;
}
.tinyscrollbar .scrollbar {
    position: relative;
    float: right;
    width: 5px;
}
.tinyscrollbar .track {
    background-color: #fff;
    height: 100%;
    width:5px;
    position: relative;
    padding: 0 1px;
}
.tinyscrollbar .thumb {
    height: 20px;
    width: 5px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.tinyscrollbar .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 13px;
}
.tinyscrollbar .disable{
    display: none;
}
.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.calculator-megaparent {
    float: left;
}

.module-block-calculator label {
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.module-action-blocks .module-block-calculator label {
    color: #000;
    margin-bottom: 5px;
}

.module-action-blocks label.which-weight-label {
    color: #000;
    margin-bottom: 12px;
}

.module-action-blocks .select-wrapper {
    font-weight: 600;
    margin-bottom: 12px;
}

.module-block-calculator input[type=range] {
    display: block;
}

.module-block-calculator input.weight {
    outline: none;
    width: 55px;
}

.module-block-calculator .select2-container.measurement-sel {
    width: 56px;
}

.module-block-calculator .equals {
    font-size: 27px;
    margin: 0 5px;
    vertical-align: bottom;
}

.calculator .result-wrapper {
    display: inline-block;
    width: 70px;
}


.module-block-calculator .calculated-value {
    color: #f58029;
    font-size: 27px;
    font-weight: bold;
    vertical-align: bottom;
    line-height: 23px;
}

.module-block-calculator p {
    font-size: 12px;
    margin: 0;
}

.module-block-calculator .calc-wrap {
    height: 37px;
    margin-top: 8px;
    overflow: hidden;
}

.module-block-calculator .calculator {
    margin-bottom: 15px;
}

.module-block-calculator .slide-legend {
    position: relative;
    width: 100%;
    height: 20px;
    margin-top: 5px;
}
.module-block-calculator .calculator-slider-wrapper {
    position: relative;
    margin-bottom: 10px;
}
.module-block-calculator .calculator-slider-overlay {
    position: absolute;
    width: 315px;
    height: 92px;
    background: #fff;
    opacity: 0.5;
    top: -8px;
    left: -5px;
    padding-right: 10px;
    z-index: 3;
}
.module-block-calculator .calculator-range-wrapper,
.module-block-calculator .calculator-orange-range {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.module-block-calculator .calculator-range-wrapper {
    background: #e8e8e8;
    width: 100%;
    height: 10px;
    margin-left: 3px;
    position: relative;
} 
.module-block-calculator .calculator-range-wrapper .calculator-orange-range {
    height: 6px;
    background: #f58029;
    width: 0%;
    top: 2px;
    left: 2px;
    position: absolute;
}
.module-block-calculator .calculator-range {
    border: 0;
    border-radius: 0;
    background: none;
    margin-right: 13px;
}
.module-block-calculator .calculator-range .ui-slider-handle {
    border: 0;
    background: url('../bundles/tolmetsclient/images/icons/calculator-handle.png') no-repeat;
    width: 26px;
    height: 23px;
    outline: 0;
    cursor: pointer;
    margin-top: -3px;
}
.module-block-calculator .slide-legend .slide-divider {
    position: absolute;
    top: 0px;
    height: 5px;
    width: 1px;
    display: inline-block;
    background: #c9c9c9;
}
.module-block-calculator .slide-legend .slide-divider.first {
    left: 7px;
}
.module-block-calculator .slide-legend .slide-divider.second {
    left: 75px;
}
.module-block-calculator .slide-legend .slide-divider.third {
    left: 148px;
}
.module-block-calculator .slide-legend .slide-divider.fourth {
    left: 220px;
}
.module-block-calculator .slide-legend .slide-divider.fifth {
    left: 292px;
}

.module-block-calculator .slide-legend .slide-value {
    position: absolute;
    top: 6px;
    display: inline-block;
    color: #c9c9c9;
}
.module-block-calculator .slide-legend .slide-value.first {
    left: 1px;
}
.module-block-calculator .slide-legend .slide-value.second {
    left: 64px;
}
.module-block-calculator .slide-legend .slide-value.third {
    left: 138px;
}
.module-block-calculator .slide-legend .slide-value.fourth {
    left: 206px;
}
.module-block-calculator .slide-legend .slide-value.fifth {
    left: 279px;
}

.price-tooltips {
    position: relative;
}

.vertical-calculator {
    width: 287px;
    float: right;
    position: relative;
    border: solid 3px #cccccc;
    margin: 0px 0 0 14px;

    padding: 22px 15px 25px 18px;
}

.vertical-calculator .calculator-megaparent {
    float: none;
}

#about-us .vertical-calculator, #services .vertical-calculator {
    margin-top: 19px;
}

#recept-points .vertical-calculator {
    margin-top: 20px;
}

.vertical-calculator .calculator-selects {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.vertical-calculator .select-wrapper {
    float: left;
    width: 135px;
    height: 55px;
}

.vertical-calculator .select-wrapper:first-child {
    margin-right: 15px;
}

.vertical-calculator .select2-container .select2-choice > .select2-chosen {
    font-size: 13px;
}

.vertical-calculator label {
    color: #1e1e1e;
    font-size: 13px;
    margin-bottom: 5px;
}

.vertical-calculator .which-weight-label {
    margin-bottom: 6px;
}

.vertical-calculator .module-block-calculator .calculator-slider-wrapper {
    margin-bottom: 0px;
}

.vertical-calculator .module-block-calculator .calculator-range-wrapper {
    height: 8px;
}

.vertical-calculator .module-block-calculator .calculator-range {
    margin-right: 9px;
}

.vertical-calculator .module-block-calculator .calculator-range-wrapper .calculator-orange-range{
    height: 4px;    
}

.vertical-calculator .module-block-calculator .calculator-range .ui-slider-handle {
    background: url('../bundles/tolmetsclient/images/icons/calculator-handle-small.png') no-repeat;
    width: 19px;
    height: 17px;
    margin-top: 0px;
}

.vertical-calculator .module-block-calculator .slide-legend .slide-divider.first {
    left: 4px;
}

.vertical-calculator .module-block-calculator .slide-legend .slide-divider.second {
    left: 71px;
}
.vertical-calculator .module-block-calculator .slide-legend .slide-divider.third {
    left: 141px;
}
.vertical-calculator .module-block-calculator .slide-legend .slide-divider.fourth {
    left: 211px;
}
.vertical-calculator .module-block-calculator .slide-legend .slide-divider.fifth {
    left: 282px;
}

.vertical-calculator .module-block-calculator .slide-legend .slide-value.second {
    left: -1px;
}
.vertical-calculator .module-block-calculator .slide-legend .slide-value.second {
    left: 63px;
}
.vertical-calculator .module-block-calculator .slide-legend .slide-value.third {
    left: 133px;
}
.vertical-calculator .module-block-calculator .slide-legend .slide-value.fourth {
    left: 200px;
}
.vertical-calculator .module-block-calculator .slide-legend .slide-value.fifth {
    left: 271px;
}

.vertical-calculator .module-block-calculator .slide-legend .slide-value {
    font-size: 10px;
}

.vertical-calculator .module-block-calculator .equals {
    margin: 0px 3px;
}

.vertical-calculator .module-block-calculator .calc-wrap {
    height: 45px;
}

.vertical-calculator .module-block-calculator .calculator {
    margin-bottom: 7px;
}

.vertical-calculator .terms-shipping {
    display: inline-block;
}

.vertical-calculator .terms-shipping.terms {
    margin-right: 17px;
}

.vertical-calculator .module-block.module-block-table-prices {
    margin-top: 20px;
}

.vertical-calculator .module-block-table-prices .tabs li a {
    font-size: 13px;
}

.vertical-calculator .module-block-table-prices .table .viewport {
    height: 123px;
}

.vertical-calculator .module-block-table-prices .table .cell {
    height: 30px;
}

.vertical-calculator .module-block-table-prices .table .overview {
    width: 285px;
}

.vertical-calculator .module-block-table-prices .table .cell.price {
    font-size: 12px;
    text-align: center;
}

.vertical-calculator .module-block.module-block-map-markets {
    margin-top: 15px;
}

.vertical-calculator .module-block-map-markets .map {
    height: 134px;
    margin-bottom: 10px;
}

.vertical-calculator .note {
    font-size: 10px;
    color: #838383;
    margin: 0;
}

.vertical-calculator .info-btn-outer {
    bottom: -19px;
}

.vertical-calculator .center-white-title {
    top: -11px;
}

.vertical-calculator .inner-center-white-title {
    font-size: 14px;
    padding: 0 7px;
}

.vertical-calculator .calculator-slider-overlay {
    width: 296px;
}

.module-block-table-prices .tabs {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

.module-block-table-prices .tabs li {
    display: inline-block;
    *display: inline;
}

.module-block-table-prices .tabs li a {
    text-decoration: none;
    display: inline-block;
    padding-bottom: 1px;
    margin: 0 0 0 15px;
    font-size: 15px;
    color: #c0c0c0;
}

.module-block-table-prices .tabs li a.top-tab {
    margin-left: 0;
}

.module-block-table-prices .tabs li:not(.switchable) a {
    cursor: default;
}

.module-block-table-prices .tabs li.active a, .module-block-table-prices .tabs li.switchable:hover a {
    color: #ef7125;
    border-bottom: 3px solid #ef7125;
}

.module-block-table-prices .table {
    display: none;
    font-size: 12px;
    border: 1px solid #c0c0c0;
    position: relative;
    top: -1px;
}

.module-block-table-prices .table.active {
    display: block;
}


.module-block-table-prices .table .viewport {
    overflow: hidden;
    position: relative;
    height: 272px;
}

.module-block-table-prices .table .overview {
    position: absolute;
    left: 0;
    top: 0;
    width: 295px;
}

.module-block-table-prices .table .head .row {
    border-bottom: 1px solid #e0e0e0;
    color: #6e6e6e;
    line-height: 36px;
    padding: 0 10px;
}

.module-block-table-prices .table .head .row .metal-title {
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.module-block-table-prices .table .metal-row,
.module-block-table-prices .table .point-row {
    border-bottom: 1px solid #e0e0e0;
    display: table;
    height: 30px;
    padding: 3px 10px;
}

.module-block-table-prices .table .cell {
    display: table-cell;
    vertical-align: middle;
}

.module-block-table-prices .table .cell.metal-title {
    padding-right: 10px;
    width: 170px;
}

.module-block-table-prices .table .cell.price {
    font-size: 11px;
    width: 95px;
    text-align: center;
}

.module-block-table-prices .thumb .end, .module-block-table-prices .thumb {
    background-color: #f58029;
}

.module-block-table-prices .scrollbar {
    position: relative;
    float: right;
    width: 5px;
    right: 3px;
    z-index: 2;
}
.module-block-table-prices .track {
    background-color: #fff;
    height: 100%;
    width: 5px;
    position: relative;
    padding: 0 1px;
}
.module-block-table-prices .thumb {
    height: 20px;
    width: 3px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.module-block-table-prices .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 13px;
}
.module-block-table-prices .disable{
    display: none;
}
.module-block-table-prices .metal-row.highlighted, .module-block-table-prices .point-row.highlighted {
    background: #e8e8e8;

}
.module-block-table-prices .metal-row .metal-title span, .module-block-table-prices .point-row .metal-title span {
    cursor: pointer;
}
.show-where {
    padding-top: 6px;
    display: inline-block;
}

.vertical-calculator .show-where {
    font-size: 10px;
    padding-top: 7px;
}
.tooltip-list {
    display: none;
    position: relative;
    height: 100%;
}
.tooltip-list.active {
    display: block;
}
.metal-tooltip {
    position: absolute;
    display: none;
    background: #fff;
    border: solid 1px #c6c6c6;
    border-left: 0;
    color: #1e1e1e;
    z-index: 101;
    height: 146px;
    left: 280px;
    top: -43px;
    width: 490px;
}
.metal-tooltip.more-left {
    left: 450px;
}
.tooltip-info:before {
    content: '';
    width: 103px;
    height: 103px;
    background: #fff;
    border: solid 1px #c6c6c6;
    position: absolute;
    top: 20px;
    z-index: 2;
    left: -53px;
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

div.tooltip-inner-wrapper div.tooltip-info p {
    font-weight: normal;
}

.shadow-container, .tooltip-inner-wrapper, .tooltip-info-inner {
    height: 145px;
}
.tooltip-info:before, .shadow-container {
    box-shadow: 0px 7px 30px #eee;
}
.tooltip-info-inner {
    background: #fff;
    position: relative;
    z-index: 4;
    overflow: hidden;
}
.tooltip-info-inner p:not(.tooltip-title):not(.tooltip-text) {
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 13px;
}
.tooltip-inner-wrapper {
    background: #fff;
    position: relative;
    z-index: 3;
}
.tooltip-text, .tooltip-title {
    padding-left: 10px;
}
.tooltip-title {
    padding-top: 10px;
}

.tooltip-info {
    width: 315px;
}
.tooltip-info p {
    margin: 0 0 10px 0;
}
.metal-tooltip, .tooltip-info, .tooltip-img {
    float: left;
}
.tooltip-arrow {
    top: -2px;
    left: -52px;
    position: absolute;
}
.tooltip-text {
    font-size: 13px;
}
.tooltip-img {
    position: absolute;
    top: 0;
    right: -44px
}
.hexagon-img {
    margin-top: -1px;
    height: 147px;
}

.rec-points-tooltip-wrap {
    position: relative;
}
.rec-points-tooltip-wrap .metal-tooltip.visible {
    display: block !important;
    z-index: 10999;
    top: -37px;
}

.vertical-calculator div.metal-tooltip {
    left: -540px;
}

.vertical-calculator div.metal-tooltip .tooltip-inner-wrapper .tooltip-info {
    margin-left: 130px;
    width: 361px;
}

.vertical-calculator div.metal-tooltip .tooltip-inner-wrapper  .tooltip-img {
    left: -44px;
    z-index: 10;
}

.vertical-calculator div.metal-tooltip .tooltip-info:before {
    left: auto;
    right: -53px;
}
.module-block-map-markets p {
    font-size: 15px;
    margin: 0 0 3px;;
}

.module-block-map-markets .map {
    height: 307px;
    border: 2px solid #c0c0c0;
}

.module-block-map-markets .infowindow-wrapper {
    min-height: 40px;
}

.point-info-wrapp {
    min-height: 110px;
    overflow: hidden;
    width: auto;
    height: auto;
}

.point-info-wrapp p { margin: 0 0 8px 0; }
.point-info-wrapp img { vertical-align: middle; }
.point-name { font-size: 16px; }
.point-phone span { color: #818181; display: inline-block; font-size: 12px; margin-left: 7px; vertical-align: middle; }
.point-phone span b { color: #000; font-size: 16px; }
.point-worktime .time { display: inline-block; margin: 0 0 0 5px; vertical-align: middle; }
.point-worktime .time span { margin-left: 20px; }
.point-worktime .time span:first-child { margin-left: 0; }
.point-worktime .lunch-break { color: #818181; font-size: 11px; line-height: 8px; margin: 0 0 0 22px }

.point-info-wrapp .point-worktime{
    width:100%;
    padding-left: 15px;
    position:relative;
}
.point-info-wrapp .point-worktime img{
    position:absolute;
    top:0;
    left:0;
}
@font-face {
    font-family: 'HelveticaNeueLTPro85Heavy';
    src: url('../bundles/tolmetsclient/fonts/helveticaneueltpro-hv.eot');
    src: url('../bundles/tolmetsclient/fonts/helveticaneueltpro-hv.eot') format('embedded-opentype'),
        url('../bundles/tolmetsclient/fonts/helveticaneueltpro-hv.woff') format('woff'),
        url('../bundles/tolmetsclient/fonts/helveticaneueltpro-hv.ttf') format('truetype'),
        url('../bundles/tolmetsclient/fonts/helveticaneueltpro-hv.svg') format('svg');
}

#homepage {
    display:       block;
    position:      relative;
    background:    #fff;
    color:         #1f1f1f;
    padding:       0 0 20px 0;
}

.mainpage .widget-sell-scrap {
    top: 218px;
}

.module-widgets {

}

.module-robots-steps {
    display:    block;
    float:      left;
    width:      100%;
    margin:     25px 0;
}

.page-content-v2 .module-robots-steps {
    margin-top: 50px;
    margin-bottom: 0;
}

.module-robots-steps ol {
    margin: 0;
    padding: 0;
    list-style: decimal inside;
}

.module-robots-steps ol li:first-child {
    margin-left: 0;
}

.module-robots-steps ol li {
    display:  block;
    position: relative;
    float:    left;
    height:   74px;
    margin-left: 30px;
    overflow: hidden;
    width: 312px;
}

.module-robots-steps ol li a {
    display: block;
    text-decoration: none;
}

.module-robots-steps ol li span {
    color:           #000;
    position:        absolute;
    top:             0;
    left:            100px;
    z-index:         2;
    font-size:       20px;
    overflow:        hidden;
    text-overflow:   ellipsis;
    line-height:     74px;
    max-width:       195px;
    white-space:     nowrap;
}

.module-robots-steps ol li:hover span {
    color: #f36f29;
}

.module-robots-steps ol li .robot-btn-outer {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 22px;
    position: relative;
    width: 100%;
}

.module-robots-steps ol li .button-wrapper {
    width: 45px;

    -webkit-transition: width 0.7s;
    -moz-transition: width 0.7s;
    -o-transition: width 0.7s;
    transition: width 0.7s;
}

.module-robots-steps ol li:hover .button-wrapper {
    width: 100%;
}

.module-robots-steps ol li .btn-corner.left {
    left: -22px;
    z-index: 1;
}

.module-robots-steps ol li .btn-corner.right {
    right: -22px;
}

.module-robots-steps ol li .robot-icon {
    position: relative;
    width: 85px;
    z-index: 0;
}

.module-robots-steps ol li .robot-icon span,
.module-robots-steps .robot {
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
}

.module-robots-steps ol li .robot-icon span {
    color: #f36f29;
    font-size: 50px;
    font-weight: 100;
    line-height: 70px;
    position: relative;
    left: 10px;
}

.module-robots-steps ol li:hover .robot-icon span {
    left: -45px;
}

.module-robots-steps ol li .robot {
    display:  block;
    position: absolute;
    top:      9px;
    left:     -85px;
}

.module-robots-steps ol li:hover .robot {
    left: 5px;
}

.module-robots-steps .robot.step1 {
    width:     69px;
    height:    52px;
    background: url('../bundles/tolmetsclient/images/module-robots-item-robot-1.png') no-repeat;
}

.module-robots-steps .robot.step2 {
    width:     66px;
    height:    52px;
    background: url('../bundles/tolmetsclient/images/module-robots-item-robot-2.png') no-repeat;
}

.module-robots-steps .robot.step3 {
    top:       5px;
    width:     68px;
    height:    56px;
    background: url('../bundles/tolmetsclient/images/module-robots-item-robot-3.png') no-repeat;
}

.module-action-blocks {
    display:  block;
    position: relative;
    float:    left;
    width:    933px;
    height:   334px;
    border:   6px solid #c0c0c0;
    background: #fff;
    z-index:  5;
    padding: 28px 28px 30px 28px;
}

.page-content-v2 .module-action-blocks {
    margin-top: 40px;
}

.module-action-blocks .block {
    float: left;
    width: 297px;
    margin-right: 21px;
}

.module-action-blocks .block:last-child {
    margin-right: 0;
}

.module-widgets .centered-content:before {
    content:    ' ';
    display:    block;
    position:   absolute;
    float:      left;
    width:      235px;
    height:     304px;
    margin:     193px 0 0 -160px;
    background: url('../bundles/tolmetsclient/images/module-robots-big.png');
    z-index:    1;
}

.page-content-v2 .module-widgets .centered-content:before {
    top: -85px;
}

.module-action-blocks .center-white-title {
    top: -15px;
}
.module-action-blocks .inner-center-white-title {
    padding: 0px 20px;
    top: -16px;
    font-size: 24px;
    line-height: 21px;
}

.module-action-blocks .module-block-calculator {
    margin-bottom: 10px;
}

.module-action-blocks .wide-select a {
    padding-left: 12px;
}

.module-action-blocks .note {
    font-size: 9px;
    margin: 0;
    color: #606060;
}

.module-action-blocks .info-btn-outer {
    bottom: -20px;
}

.module-action-blocks .info-btn-inner {
    padding: 0 15px;
}

.left-align .info-btn-inner {
    padding: 0 10px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.module-action-blocks .info-btn a {
    font-size: 17px;
    font-weight: 600;
    padding: 0 30px;
}

.module-features {
    position: relative;
    display:  block;
    float:    left;
    width:    100%;
    background: url('../bundles/tolmetsclient/images/module-features-bg.png') #e47726;
    margin:   100px 0 32px 0;
    padding-bottom: 35px;
}

.module-features .banner-wrapp {
   /* height: 120px;*/
    overflow: hidden;
    position:   relative;
    margin-top: -60px;
}

.module-features .banner-inner,
.module-features .banner-item,
.module-features .banner-item a {
    height: 100%;
}

.module-features .banner-inner {
    position: relative;
    min-width: 1000px;
}

.module-features .banner-item {
    background: url('../bundles/tolmetsclient/images/module-features-banner.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    float: left;
    width: 1000px;
min-height: 120px;
}

.module-features .banner-item a {
    display: block;
  text-indent: -9999px;
}

.module-features .banner-wrapp .banner-text {
    margin: 0;
    position: absolute;
    color: transparent;
    font-size: 53px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    line-height: 120px;
}

.module-features header h2 {
    text-align:  center;
    font-size:   30px;
    font-weight: 400;
    padding:     0;
    margin:      20px 0;
    position:    relative;
}

.module-features header h2 strong {
    color:       #fff;
    font-weight: 600;
}

.module-features .feature-list {
    list-style: none;
}

.module-features .feature-list .feature:first-child {
    margin-left: 0;
}

.module-features .feature-list .feature {
    float:       left;
    width:       160px;
    text-align:  center;
    color:       #010101;
    margin-left: 35px;
    font-size:   14px;
    font-weight: 600;
    position:    relative;
}

.module-features .feature-list .feature a {
    color: #000;
    display: block;
    padding-top: 70px;
    text-decoration: none;

    -webkit-transition: color 0.7s;
    -moz-transition: color 0.7s;
    -o-transition: color 0.7s;
    transition: color 0.7s;
}

.module-features .feature-list .feature a:hover {
    color: #fff;
}

.module-features .feature-list .feature a:before {
    content: "";
    background: url('../bundles/tolmetsclient/images/module-features-item-bg.png') no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -35px;
    width: 70px;
    height: 60px;

    -webkit-transition: -webkit-transform 1s;
    -moz-transition:    -moz-transform 1s;
    -o-transition:      -o-transform 1s;
    transition:         transform 1s;
}

.module-features .feature-list .feature:hover a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.module-features .feature-list .feature img {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -15px;

    -webkit-transition: -webkit-transform 1s;
    -moz-transition:    -moz-transform 1s;
    -o-transition:      -o-transform 1s;
    transition:         transform 1s;
}

.module-features .feature-list .feature:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.module-features .feature-list .feature-money img {
    top: 21px;
    margin-left: -18px;
}

.module-features .feature-list .feature-points img {
    margin-left: -12px;
}

.module-features .feature-list .feature-delivery img {
    top: 20px;
}

.module-features .feature-list .feature-eco img {
    top: 18px;
}
.module-features:before {
    background: url('../bundles/tolmetsclient/images/module-features-bg.png') #e47726;
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
}
.body-wrapper{overflow: hidden;}

.module-additional-widgets {
    display:  block;
    position: relative;
    float:    left;
    width:    100%;

}
.module-additional-blocks{
    /*overflow: hidden;*/
    padding-bottom: 15px;
    margin-bottom: 45px;
    width: 100%;
    float: left;
}
.module-additional-blocks .module-block {
    display:  block;
    position: relative;
    float:    left;
    width:    315px;
    height:   315px;
    border:   3px solid #ccc;
    margin-left: 16px;
}

.module-additional-blocks .module-block:first-child {
    margin-left: 0px;
}

.module-additional-blocks .module-block header h3 {
    font-size:    22px;
    font-weight:  400;
    text-align:   left;
    padding-left: 65px;
    min-height:   38px;
    display: inline-block;
    padding: 0;
    width: 199px;
    margin: 0;
    vertical-align: middle;
    margin-left: 20px;
}

.module-additional-blocks .module-block header{
    text-align: center;
    vertical-align: middle;
    padding:       15px 20px;
}
.module-additional-blocks .module-block header img{
    display: inline-block;
    vertical-align: middle;
}
.other-service-list {
    display:    block;
    position:   relative;
    float:      left;
    list-style: none;
    padding:    0;
    margin:     10px 0 0 50px;
}

.other-service-list .service {
    position:      relative;
    font-size:     14px;
    margin-bottom: 21px;
}

.other-service-list .service a {
    border-bottom: 1px solid #ccc;
    color: #000;
    margin-left: 10px;
    text-decoration: none;
}

.other-service-list .service:nth-child(1) {
    list-style-image: url('../bundles/tolmetsclient/images/module-additional-other-ren.png');
}

.other-service-list .service:nth-child(2) {
    list-style-image: url('../bundles/tolmetsclient/images/module-additional-other-des.png');
}

.other-service-list .service:nth-child(3) {
    list-style-image: url('../bundles/tolmetsclient/images/module-additional-other-del.png');
}

.other-service-list .service:nth-child(4) {
    list-style-image: url('../bundles/tolmetsclient/images/module-additional-other-eco.png');
}

.other-service-list .service:nth-child(5) {
    list-style-image: url('../bundles/tolmetsclient/images/module-additional-other-old.png');
}

.module-block-rent-trailer header img {
    display: block;
    margin: 25px auto 0;
}

.module-block-rent-trailer p {
    text-align: center;
}

.module-additional-blocks .trailer-free {
    font-size:   34px;
    margin:      -5px 0 0 0;
    color:       #f58029;
    line-height: 1;
}

.module-additional-blocks .trailer-order {
    font-size:   13px;
    margin:      10px 0 0 0;
    line-height: 1;    
}

.module-additional-blocks .trailer-telephone {
    font-size:   28px;
    margin:      0;
    color:       #f58029;
    line-height: 1;
    font-weight: 600;
}

.eco-feature-list {
    list-style: none;
    list-style-image: url('../bundles/tolmetsclient/images/module-additional-list-item.png');
}

.eco-feature-list .eco-feature {
    position:      relative;
    line-height:   23px;
    font-size:     15px;
    margin-bottom: 21px;
    padding-left:  10px;
    width:         250px;  
}

.module-about-company {
    display:  block;
    position: relative;
    float:    left;
    width:    100%;
    margin:   40px 0 10px 0;
}

.module-about-company .about-left {
    float: left;
    width: 320px;
}

.module-about-company .about-left h1 {
    font-size: 44px;
    font-weight: 200;
    line-height: 1.2;
    margin: 0 0 30px 0;
    width: 310px;
}

.module-about-company .about-left img {
    margin-bottom: 20px;
}

.module-about-company .about-right {
    float: right;
    font-size: 14px;
    margin: 10px 0 0 20px;
    width: 655px;
}

.module-about-company .about-right h1 {
    font-size: 21px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.module-about-company .about-right p {
    line-height: 1.5;
    margin: 0 0 25px 0;
}

#which-metal {
    width: 285px;
}

@font-face {
    font-family: 'arial-black';
    src: local('Arial Black');
}
.action-popup-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../bundles/tolmetsclient/images/overlay-bg.png');
    z-index: 900;
}

.action-popup-container {
    width: 1050px;
    height: 704px;
    position: relative;
    top: 50%;
    margin: -352px auto 0 auto;
    left: 26px;
}

.popup-top {
    height: 540px;
    background: url('../bundles/tolmetsclient/images/action-bg.png');
    position: relative;
}

.action-close {
    width: 41px;
    height: 42px;
    background: url('../bundles/tolmetsclient/images/action-close.png');
    position: absolute;
    top: 45px;
    right: 82px;
}

.action-title {
    text-transform: uppercase;
    color: #fff;
    width: 605px;
    font-weight: bold;
    font-size: 40px;
    font-family: HelveticaNeueLTPro85Heavy;
    line-height: 47px;
    position: absolute;
    left: 0;
    top: 60px;
}

.ru .action-title {
    font-family: "Arial Black", Arial;
    font-weight: 900;
    font-size: 44px;
    line-height: 60px;
    top: 55px;
}

.action-rules {
    position: absolute;
    left: 0px;
    bottom: 15px;
    color: #181716;
    font-size: 19px;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    width: 1000px;
}

.ru .action-rules {
    bottom: 6px;
}

.popup-bottom {
    height: 160px;
    position: relative;
}

.lv .popup-circles {
    background: url('../bundles/tolmetsclient/images/circles-lv-bg.png');
}

.ru .popup-circles {
    background: url('../bundles/tolmetsclient/images/circles-ru-bg.png');
}

.popup-circles {
    width: 344px;
    height: 88px;
    background-repeat: no-repeat;
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: -193px;
}

.circle-text-wrapper {
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    font-family: Arial;
    width: 87px;
    height: 87px;
    text-align: center;
}

.circle-text-wrapper:first-child {
    margin-right: 39px;
}

.circle-text-wrapper:last-child {
    margin-left: 37px;
}

.circle-digit {
    font-size: 55px;
    line-height: 28px;
    font-family: HelveticaNeueLTPro85Heavy;
    margin-top: 32px;
    display: block;
}
.circle-text {
    font-size: 11px;
    display: block;
    font-weight: bolder;
}

.action-dates {
    color: #fff;
    text-align: center;
    width: 1000px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 118px;
}

.licence-number {
    font-size: 11px;
    margin-top: 0px;
}

.show-action {
    display: inline-block;
    position: absolute;
    right: 55px;
    bottom: 75px;
    color: #fbd21f;
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Arial Black", Arial;
    font-weight: 900;
}

.show-action:after {
    content: "";
    display: inline-block;
    width: 19px;
    position: relative;
    top: -3px;
    margin-left: 10px;
    height: 14px;
    background: url('../bundles/tolmetsclient/images/action-arrow.png');
}

@media only screen and (max-device-width : 1000px)  {
    .action-popup-wrapper {
        height: 300%;
    }

    .action-popup-container {
        top: 5%;
        margin-top: 0;
    }

    .action-close {
        right: 82px;
    }
}

@media only screen and (max-device-height : 700px)  {
    .action-popup-container {
        margin-top: 0;
    }
    .action-popup-wrapper {
        height: 600%;
    }
    .action-popup-container {
        top: 5%;
        margin-top: 0;
    }
}

#info {
    display:       block;
    position:      relative;
    width:         100%;
    background:    #fff;
    color:         #232323;
}
.info-section {
    width: 660px;
    margin-right: 0px;
    float: left;

}
.info-text,
.page-content{
    font-size: 14px;
}
.info-text p,
.page-content p {
    font-size: 14px;
    margin-bottom: 23px;
    line-height: 1.5;
}
.page-content .page-left-wrapp p{
    line-height: 1.4;
}
.page-left-wrapp DIV.csc-textpic DIV.csc-textpic-single-image IMG{
    margin:0;
}
.info-text p.subtitle,
.page-content p.subtitle{
    font-size:     16px;
    font-weight:   600;
    margin-top:    35px;
    margin-bottom: 20px;
}

.additional-info {
    float: left;
    width: 660px;
    border-top: solid 1px #e3e3e3;
    margin: 20px 0 0 0;
}
.additional-info-text {
    font-size: 14px;
    color: #424242;
    margin-top: 18px;
    line-height: 22px;
}
.additional-info-text > b {
    font-size: 18px;
}
.additional-info-links{

}
.additional-info-links a {
    font-size: 13px;
    margin-right: 33px;
}
.tinyscrollbar {
    width: 740px;
    clear: both;
    margin: 2px 0 10px;
}
.tinyscrollbar .viewport {
    width: 730px;
    height: 162px;
    overflow: hidden;
    position: relative;
}
.tinyscrollbar .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
}
.tinyscrollbar .thumb .end, .tinyscrollbar .thumb {
    background-color: #f58029;
}
.tinyscrollbar .scrollbar {
    position: relative;
    float: right;
    width: 5px;
}
.tinyscrollbar .track {
    background-color: #fff;
    height: 100%;
    width:5px;
    position: relative;
    padding: 0 1px;
}
.tinyscrollbar .thumb {
    height: 20px;
    width: 5px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.tinyscrollbar .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 13px;
}
.tinyscrollbar .disable{
    display: none;
}
.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.calculator-megaparent {
    float: left;
    font-size: 12px;
}

.module-block-calculator label {
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.module-action-blocks .module-block-calculator label {
    color: #000;
    margin-bottom: 5px;
}

.module-action-blocks label.which-weight-label {
    color: #000;
    margin-bottom: 12px;
}

.module-action-blocks .select-wrapper {
    font-weight: 600;
    margin-bottom: 12px;
}

.module-block-calculator input[type=range] {
    display: block;
}

.module-block-calculator input.weight {
    outline: none;
    width: 55px;
}

.module-block-calculator .select2-container.measurement-sel {
    width: 56px;
}

.module-block-calculator .equals {
    font-size: 27px;
    margin: 0 5px;
    vertical-align: bottom;
}

.calculator .result-wrapper {
    display: inline-block;
    width: 130px;
}


.module-block-calculator .calculated-value {
    color: #f58029;
    font-size: 27px;
    font-weight: bold;
    vertical-align: bottom;
    line-height: 23px;
}

.module-block-calculator p {
    font-size: 12px;
    margin: 0;
}

.module-block-calculator .calc-wrap {
    height: 37px;
    margin-top: 8px;
    overflow: hidden;
}

.module-block-calculator .calculator {
    margin-bottom: 15px;
}

.module-block-calculator .slide-legend {
    position: relative;
    width: 100%;
    height: 20px;
    margin-top: 5px;
}
.module-block-calculator .calculator-slider-wrapper {
    position: relative;
    margin-bottom: 10px;
}
.module-block-calculator .calculator-slider-overlay {
    position: absolute;
    width: 315px;
    height: 92px;
    background: #fff;
    opacity: 0.2;
    top: -8px;
    left: -5px;
    padding-right: 10px;
    z-index: 3;
}
.module-block-calculator .calculator-range-wrapper,
.module-block-calculator .calculator-orange-range {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.module-block-calculator .calculator-range-wrapper {
    background: #e8e8e8;
    width: 100%;
    height: 10px;
    margin-left: 3px;
    position: relative;
} 
.module-block-calculator .calculator-range-wrapper .calculator-orange-range {
    height: 6px;
    background: #f58029;
    width: 0%;
    top: 2px;
    left: 2px;
    position: absolute;
}
.module-block-calculator .calculator-range {
    border: 0;
    border-radius: 0;
    background: none;
    margin-right: 13px;
}
.module-block-calculator .calculator-range .ui-slider-handle {
    border: 0;
    background: url('../bundles/tolmetsclient/images/icons/calculator-handle.png') no-repeat;
    width: 26px;
    height: 23px;
    outline: 0;
    cursor: pointer;
    margin-top: -3px;
}
.module-block-calculator .slide-legend .slide-divider {
    position: absolute;
    top: 0px;
    height: 5px;
    width: 1px;
    display: inline-block;
    background: #c9c9c9;
}
.module-block-calculator .slide-legend .slide-divider.first {
    left: 7px;
}
.module-block-calculator .slide-legend .slide-divider.second {
    left: 75px;
}
.module-block-calculator .slide-legend .slide-divider.third {
    left: 148px;
}
.module-block-calculator .slide-legend .slide-divider.fourth {
    left: 220px;
}
.module-block-calculator .slide-legend .slide-divider.fifth {
    left: 292px;
}

.module-block-calculator .slide-legend .slide-value {
    position: absolute;
    top: 6px;
    display: inline-block;
    color: #c9c9c9;
}
.module-block-calculator .slide-legend .slide-value.first {
    left: 1px;
}
.module-block-calculator .slide-legend .slide-value.second {
    left: 64px;
}
.module-block-calculator .slide-legend .slide-value.third {
    left: 138px;
}
.module-block-calculator .slide-legend .slide-value.fourth {
    left: 206px;
}
.module-block-calculator .slide-legend .slide-value.fifth {
    left: 279px;
}

.price-tooltips {
    position: relative;
}

.vertical-calculator {
    width: 287px;
    float: right;
    position: relative;
    border: solid 3px #cccccc;
    margin: 0px 0 0 14px;
    padding: 22px 15px 25px 18px;
}

.vertical-calculator .calculator-megaparent {
    float: none;
}

#about-us .vertical-calculator, #services .vertical-calculator {
    margin-top: 19px;
}

#recept-points .vertical-calculator {
    margin-top: 20px;
}

.vertical-calculator .calculator-selects {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.vertical-calculator .select-wrapper {
    float: left;
    width: 135px;
    height: 55px;
}

.vertical-calculator .select-wrapper:first-child {
    margin-right: 15px;
}

.vertical-calculator .select2-container .select2-choice > .select2-chosen {
    font-size: 13px;
}

.vertical-calculator label {
    color: #1e1e1e;
    font-size: 12px;
    margin-bottom: 5px;
}

.vertical-calculator .which-weight-label {
    margin-bottom: 6px;
}

.vertical-calculator .module-block-calculator .calculator-slider-wrapper {
    margin-bottom: 0px;
}

.vertical-calculator .module-block-calculator .calculator-range-wrapper {
    height: 8px;
}

.vertical-calculator .module-block-calculator .calculator-range {
    margin-right: 9px;
}

.vertical-calculator .module-block-calculator .calculator-range-wrapper .calculator-orange-range{
    height: 4px;    
}

.vertical-calculator .module-block-calculator .calculator-range .ui-slider-handle {
    background: url('../bundles/tolmetsclient/images/icons/calculator-handle-small.png') no-repeat;
    width: 19px;
    height: 17px;
    margin-top: 0px;
}

.vertical-calculator .module-block-calculator .slide-legend .slide-divider.first {
    left: 4px;
}

.vertical-calculator .module-block-calculator .slide-legend .slide-divider.second {
    left: 71px;
}
.vertical-calculator .module-block-calculator .slide-legend .slide-divider.third {
    left: 141px;
}
.vertical-calculator .module-block-calculator .slide-legend .slide-divider.fourth {
    left: 211px;
}
.vertical-calculator .module-block-calculator .slide-legend .slide-divider.fifth {
    left: 282px;
}

.vertical-calculator .module-block-calculator .slide-legend .slide-value.second {
    left: -1px;
}
.vertical-calculator .module-block-calculator .slide-legend .slide-value.second {
    left: 63px;
}
.vertical-calculator .module-block-calculator .slide-legend .slide-value.third {
    left: 133px;
}
.vertical-calculator .module-block-calculator .slide-legend .slide-value.fourth {
    left: 200px;
}
.vertical-calculator .module-block-calculator .slide-legend .slide-value.fifth {
    left: 271px;
}

.vertical-calculator .module-block-calculator .slide-legend .slide-value {
    font-size: 10px;
}

.vertical-calculator .module-block-calculator .equals {
    margin: 0px 3px;
}

.vertical-calculator .module-block-calculator .calc-wrap {
    height: 45px;
}

.vertical-calculator .module-block-calculator .calculator {
    margin-bottom: 7px;
}

.vertical-calculator .terms-shipping {
    display: inline-block;
}

.vertical-calculator .terms-shipping.terms {
    margin-right: 17px;
}

.vertical-calculator .module-block.module-block-table-prices {
    margin-top: 20px;
}

.vertical-calculator .module-block-table-prices .tabs li a {
    font-size: 13px;
}

.vertical-calculator .module-block-table-prices .table .viewport {
    height: 123px;
}

.vertical-calculator .module-block-table-prices .table .cell {
    height: 30px;
}

.vertical-calculator .module-block-table-prices .table .overview {
    width: 285px;
}

.vertical-calculator .module-block-table-prices .table .cell.price {
    font-size: 12px;
    text-align: center;
    width: 60px;
}

.vertical-calculator .module-block.module-block-map-markets {
    margin-top: 15px;
}

.vertical-calculator .module-block-map-markets .map {
    height: 134px;
    margin-bottom: 10px;
}

.vertical-calculator .note {
    font-size: 10px;
    color: #838383;
    margin: 0;
}

.vertical-calculator .info-btn-outer {
    bottom: -19px;
}

.vertical-calculator .center-white-title {
    top: -11px;
}

.vertical-calculator .inner-center-white-title {
    font-size: 14px;
    padding: 0 7px;
}

.vertical-calculator .calculator-slider-overlay {
    width: 296px;
}

.module-block-table-prices .tabs {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

.module-block-table-prices .tabs li {
    display: inline-block;
    *display: inline;
}

.module-block-table-prices .tabs li a {
    text-decoration: none;
    display: inline-block;
    padding-bottom: 1px;
    margin: 0 0 0 15px;
    font-size: 15px;
    color: #c0c0c0;
}

.module-block-table-prices .tabs li a.top-tab {
    margin-left: 0;
}

.module-block-table-prices .tabs li:not(.switchable) a {
    cursor: default;
}

.module-block-table-prices .tabs li.active a, .module-block-table-prices .tabs li.switchable:hover a {
    color: #ef7125;
    border-bottom: 3px solid #ef7125;
}

.module-block-table-prices .table {
    display: none;
    font-size: 11px;
    border: 1px solid #c0c0c0;
    position: relative;
    top: -1px;
}

.module-block-table-prices .table.active {
    display: block;
}


.module-block-table-prices .table .viewport {
    overflow: hidden;
    position: relative;
    height: 272px;
}

.module-block-table-prices .table .overview {
    position: absolute;
    left: 0;
    top: 0;
    width: 295px;
}

.module-block-table-prices .table .head .row {
    border-bottom: 1px solid #e0e0e0;
    color: #313131;
    line-height: 36px;
    padding: 0 10px;
}

.module-block-table-prices .table .head .row .metal-title {
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.module-block-table-prices .table .metal-row,
.module-block-table-prices .table .point-row {
    border-bottom: 1px solid #e0e0e0;
    display: table;
    height: 30px;
    padding: 3px 10px;
}

.module-block-table-prices .table .cell {
    display: table-cell;
    vertical-align: middle;
}

.module-block-table-prices .table .cell.metal-title {
    padding-right: 10px;
    width: 137px;
}

.module-block-table-prices .table .cell.price {
    font-size: 11px;
    width: 63px;
    text-align: center;
}


.module-block-table-prices .thumb .end, .module-block-table-prices .thumb {
    background-color: #f58029;
}

.module-block-table-prices .scrollbar {
    position: relative;
    float: right;
    width: 5px;
    right: 3px;
    z-index: 2;
}
.module-block-table-prices .track {
    background-color: #fff;
    height: 100%;
    width: 5px;
    position: relative;
    padding: 0 1px;
}
.module-block-table-prices .thumb {
    height: 20px;
    width: 3px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.module-block-table-prices .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 13px;
}
.module-block-table-prices .disable{
    display: none;
}
.module-block-table-prices .metal-row.highlighted, .module-block-table-prices .point-row.highlighted {
    background: #e8e8e8;

}
.module-block-table-prices .metal-row .metal-title span, .module-block-table-prices .point-row .metal-title span {
    cursor: pointer;
}

.show-where {
    padding-top: 6px;
    display: inline-block;
}

.vertical-calculator .show-where {
    font-size: 10px;
    padding-top: 7px;
}
.tooltip-list {
    display: none;
    position: relative;
    height: 100%;
}
.tooltip-list.active {
    display: block;
}
.metal-tooltip {
    position: absolute;
    display: none;
    background: #fff;
    border: solid 1px #c6c6c6;
    border-left: 0;
    color: #1e1e1e;
    z-index: 101;
    height: 146px;
    left: 280px;
    top: -43px;
    width: 490px;
}
.metal-tooltip.more-left {
    left: 450px;
}
.tooltip-info:before {
    content: '';
    width: 103px;
    height: 103px;
    background: #fff;
    border: solid 1px #c6c6c6;
    position: absolute;
    top: 20px;
    z-index: 2;
    left: -53px;
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

div.tooltip-inner-wrapper div.tooltip-info p {
    font-weight: normal;
}

.shadow-container, .tooltip-inner-wrapper, .tooltip-info-inner {
    height: 145px;
}
.tooltip-info:before, .shadow-container {
    box-shadow: 0px 7px 30px #eee;
}
.tooltip-info-inner {
    background: #fff;
    position: relative;
    z-index: 4;
    overflow: hidden;
}
.tooltip-info-inner p:not(.tooltip-title):not(.tooltip-text) {
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 13px;
}
.tooltip-inner-wrapper {
    background: #fff;
    position: relative;
    z-index: 3;
}
.tooltip-text, .tooltip-title {
    padding-left: 10px;
}
.tooltip-title {
    padding-top: 10px;
}

.tooltip-info {
    width: 320px;
}
.tooltip-info p {
    margin: 0 0 10px 0;
}
.metal-tooltip, .tooltip-info, .tooltip-img {
    float: left;
}
.tooltip-arrow {
    top: -2px;
    left: -52px;
    position: absolute;
}
.tooltip-text {
    font-size: 13px;
}
.tooltip-img {
    position: absolute;
    top: 0;
    right: -44px
}
.hexagon-img {
    margin-top: -1px;
    height: 147px;
}

.rec-points-tooltip-wrap {
    position: relative;
}
.rec-points-tooltip-wrap .metal-tooltip.visible {
    display: block !important;
    z-index: 10999;
    top: -37px;
}

.vertical-calculator div.metal-tooltip {
    left: -540px;
}

.vertical-calculator div.metal-tooltip .tooltip-inner-wrapper .tooltip-info {
    margin-left: 130px;
    width: 361px;
}

.vertical-calculator div.metal-tooltip .tooltip-inner-wrapper  .tooltip-img {
    left: -44px;
    z-index: 10;
}

.vertical-calculator div.metal-tooltip .tooltip-info:before {
    left: auto;
    right: -53px;
}
.module-block-map-markets p {
    font-size: 15px;
    margin: 0 0 3px;;
}

.module-block-map-markets .map {
    height: 307px;
    border: 2px solid #c0c0c0;
}

.module-block-map-markets .infowindow-wrapper {
    min-height: 40px;
}

.point-info-wrapp {
    min-height: 110px;
}

.point-info-wrapp p { margin: 0 0 8px 0; }
.point-info-wrapp img { vertical-align: middle; }
.point-name { font-size: 16px; }
.point-phone span { color: #818181; display: inline-block; font-size: 12px; margin-left: 7px; vertical-align: middle; }
.point-phone span b { color: #000; font-size: 16px; }
.point-worktime .time { display: inline-block; margin: 0 0 0 5px; vertical-align: middle; }
.point-worktime .time span { margin-left: 20px; }
.point-worktime .time span:first-child { margin-left: 0; }
.point-worktime .lunch-break { color: #818181; font-size: 11px; line-height: 8px; margin: 0 0 0 22px }

.nav-tab-list {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

.nav-tab-list li {
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    color: #8c8c8c;
    cursor: pointer;
    float: left;
    font-size: 13px;
    height: 20px;
    list-style: none;
    padding: 7px 18px;
}

.nav-tab-list li:last-child {
    border-right: 1px solid #f0f0f0;
}

.nav-tab-list li:hover p, .nav-tab-list li.active p{
    color: #f58029 ;
}
.nav-tab-list li:hover, .nav-tab-list li.active {
    border-bottom: 2px solid #f58029;
    color: #f58029 ;
    height: 18px;
}

.nav-tab-list li p {
    margin: 0 0 0 8px;
}

.nav-tab-list li .icon {
    height: 19px;
    width: 21px;
}

.nav-tab-list li p,
.nav-tab-list li .icon {
    display: inline-block;
    vertical-align: middle;
}

.nav-tab-list li.nav-map .icon {
    background: url('../img/icons.png') no-repeat 0 -23px;
}

.nav-tab-list li.nav-map:hover .icon,
.nav-tab-list li.nav-map.active .icon {
    background-position: 0 -1px;
}

.nav-tab-list li.nav-list .icon {    
    background: url('../img/icons.png') no-repeat -22px -23px;
}

.nav-tab-list li.nav-list:hover .icon,
.nav-tab-list li.nav-list.active .icon {
    background-position: -22px -2px;
}
.nav-tab-wrapp {
    float: left;
    margin-top: 20px;
}

.sorting-wrapp {
    float: right;
    height: 55px;
    max-width: 440px;
    width: auto;
}

.sorting-wrapp p {
    color: #8c8c8c;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 2px 0;
}

.tab-content-wrapp {
    border: 1px solid #f0f0f0;
    margin-top: 10px;
}

.reception-point-table {
    border: 0;
    border-spacing: 0 2px;
    display: none;
    font-size: 13px;
    width: 100%;
}
.reception-point-table p{
    font-size: 13px;
    margin: 0;
    line-height: 1;
}

.reception-point-table tr {
    text-align: left;
    vertical-align: top;
}

.reception-point-table th {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #f0f0f0;
    font-weight: 600;
    padding: 8px;
}

.reception-point-table th.work-time {
    width: 135px;
}

.reception-point-table th.phone-num {
    width: 105px;
}

.reception-point-table th:first-child {
    border-left: 2px solid #fff;
}

.reception-point-table th:last-child {
    border-right: 2px solid #fff;
}

.reception-point-table td {
    padding: 2px 8px;
}

.reception-point-table tr.row-item td {
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    position: relative;
}

.reception-point-table tr.row-item td:last-child {
    border-right: 0;
}

.reception-point-table .row-item-txt:before,
.reception-point-table .row-item-txt:after {
    content: "";
    width: 1px;
    border-left: 1px solid #fff;
    position: absolute;
    right: -2px;
}

.reception-point-table .row-item-txt:before {
    top: 0;
    height: 4px;
}

.reception-point-table .row-item-txt:after {
    bottom: 0;
    height: 2px;
}

.reception-point-table td p {
    margin: 0;
}

.reception-point-table .row-item-txt p {
    float: left;
}

.reception-point-table .row-item-txt .work-days {
    min-width: 45px;
}

.reception-point-table .row-item-txt .work-time {
    margin-left: 10px;
}

.reception-point-table .bold-txt {
    font-weight: bold;
}

.reception-point-table span {
    color: #838383;
    float: left;
}

.partnership-wrapp {
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    margin: 10px 0 5px;
    padding-bottom: 10px;
}

.partnership-wrapp .points-partner-links {
    margin-right: 20px;
}

.partnership-wrapp .become-partner,
.partnership-wrapp .country-homepage {
    text-align: right;
}

.partnership-wrapp .points-partner-links,
.partnership-wrapp .become-partner,
.partnership-wrapp .country-homepage {
    float: left;
    width: 320px;
}

.partnership-wrapp a {
    display: block;
    margin-bottom: 0px;
    text-decoration: none;
}

.info-links a {
    font-size: 13px;
    margin-right: 33px;
}

#recept-points #s2id_which-metal {
    max-width: 255px;
}

#recept-points #s2id_which-market, #recept-points #s2id_which-metal {
    width: 190px;
}
#recept-points #s2id_which-market .select2-choice, #recept-points #s2id_which-metal .select2-choice {
    border-color: #f0f0f0;
}
#recept-points #which-market, #recept-points #which-metal {
    display: none;
}


.page-left-wrapp .module-block {
    border: 1px solid #ccc;
    float: left;
    position: relative;
    margin: 0px 0 38px;
    height: 240px;
    width: 316px;
}

.page-left-wrapp .module-block:nth-child(even) {
    margin-left: 18px;
}

.page-left-wrapp .module-block header {
    line-height: 52px;
    margin: 15px 0 15px 25px;
}

.page-left-wrapp .module-block header img {
    margin-right: 20px;
}

.page-left-wrapp .module-block header img,
.page-left-wrapp .module-block header h3 {
    display: inline-block;
    vertical-align: middle;
}

.page-left-wrapp .module-block h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    max-width: 210px;
}

.page-left-wrapp .module-info {
    font-size: 14px;
    margin-left: 20px;
    width: 285px;
    overflow: hidden;
}

.page-left-wrapp .has-dotdot {
    max-height: 115px;
}

.page-left-wrapp .module-info p {
    margin: 0;
}

.page-left-wrapp .module-info b {
    font-weight: 600;
}

.page-left-wrapp .module-info ul {
    padding: 0;
}

.page-left-wrapp .module-info ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 7px;
}

.page-left-wrapp .module-info ul li img {
    position: absolute;
    left: 0;
    top: 4px;
}

.page-left-wrapp .module-info ul li span {
    color: #787878;
}

.contact-div {
    float: left;
    width: 660px;
}
.contact-form-wrapper {
    overflow: hidden;
    padding-bottom: 35px;
}
.submittedok-wrap{
    min-height: 250px;
}
.contact-div-inner {
    margin-bottom: 0px;
}

.contact-data {
    width: 320px;
    float: left;
    margin: 0 8px 0 0;
    padding-bottom: 0px;
    position: relative;
}

.contact-data {
    font-size: 14px;
    margin-bottom: 0px;
}

.contact-data p {
    margin: 0 0 5px 0;
}

.contact-data > b, .contact-data > div {
    margin-bottom: 8px;
    display: block;
}
.contact-data > p {
    margin-bottom: 6px;
    display: block;
}
.contact-data .contact-detail {
    margin-bottom: 5px;
}
.contact-detail img {
    vertical-align: middle;
}

.contact-data .info-btn-outer {
    text-align: left;
}

.contact-data .info-btn-inner {
    padding: 0;
}

.contact-data .info-btn .point-button {
    font-size: 15px;
    min-width: 180px;
    text-transform: none;
}

.contact-div .contact-map {
    width: 330px;
    float: left;
}

.contact-map #map-container ,
.contact-map #wbGoogleMapsContainer{
    width: 326px;
    height: 280px;
    border: solid 2px #cccccc;
    margin-bottom: 14px;
}
.partner-links {
    width: 309px;
    border: solid 1px #cccccc;
    padding: 13px 0 30px 20px;
    position: relative;
}
.partner-links p{
    font-size: 12px;
    margin: 0 0 10px 0;
}
.partner-links a {
    display: inline-block;
}

.partner-links .info-btn-inner a {
    font-size: 15px;
    text-transform: none;
}

.contact-links,
.contact-links p {
    margin-top: 0px;
}
.contact-links{
    border-bottom: 1px solid #e3e3e3;
}
.contact-links a {
    font-size: 13px;
    margin-right: 30px;
}
p.contactblock_header{
    margin-bottom: 8px;
}

.additional-info {
    float: left;
    width: 660px;
    border-top: solid 1px #e3e3e3;
    margin: 20px 0 0 0;
}
.additional-info-text {
    font-size: 14px;
    color: #424242;
    margin-top: 18px;
    line-height: 22px;
}
.additional-info-text p{
    margin-bottom: 0px;
}
.additional-info-text > b {
    font-size: 18px;
}
.additional-info-links a {
    font-size: 13px;
    margin-right: 33px;
}

.module-robots-steps,
.module-action-blocks, 
.module-features, /*.module-additional-blocks, */
.contact-div{
    float: none;
}
.module-robots-steps ol, .module-features .feature-list{
    overflow: hidden;
}
.module-features .feature-list{
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 14px;
}
.module-features header{
    margin-bottom: -74px;
    position: relative;
    top: -60px;
}
.module-features .banner-wrapp{
    margin-top: 0;
}
.popup-content h1{
    margin-top: 0;
    font-weight: normal;
}
address{
    font-style: normal;
    font-weight: bold;
}

.menu ul {
    font-size: 0;
}
.menu ul li{
    margin-left: 38px;
}
.module-block-map-markets p{
    line-height: 20px;
}
.terms-shipping, .module-action-blocks .note, .module-block-map-markets p{
    line-height: normal !important;
}
.page-content{
    font-size: 12px;
}
.module-additional-blocks .module-block .eco-feature-list{
    margin-top: 0;
}
h1{
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: normal;
}
.module-additional-blocks{
    margin-bottom: 14px;
    padding-bottom: 0;
}
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap{
    margin-top: 5px;
}
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
    margin-right: 25px !important;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image{
    margin-bottom: 24px;
}
.page-content p{
    margin-bottom: 25px;
}
.mainpage .page-content{
    padding-bottom: 30px;
}
.calculator-megaparent .module-block.module-block-map-markets p{
    margin-bottom: 3px;
}
.calculator-megaparent p{
    margin-bottom: 0;
}
.module-features .feature-list .feature img{
    top: 0;
    margin-left: -35px;
}
.module-additional-blocks .module-block header h3{
    margin-left: 11px;
    width: 212px;
}
.module-additional-blocks .module-block header{
    text-align: left;
}
#footer .call-us .telephone{
    /*margin-bottom: 1px;*/
    margin-bottom: 29px;
    line-height: 1em;
}
.module-additional-blocks .module-block header{
    padding: 15px 10px 15px 20px;
}

.popup-content h1  {
    font-size: 28px;
    margin-bottom: 13px;
}
.popup-outer address{
    font-weight: 600;
}
.sorting-wrapp p{
    margin-bottom: 0;
}
.page-title-arrowed{
    margin-top: 18px;
    margin-bottom: 19px;
}
.sorting-wrapp p{
    position: absolute;
    top: -20px;
    line-height: normal;
}
.sorting-wrapp{
    position: relative;
    height: 35px
}
.nav-tab-wrapp{
    margin-top: 0;
}

.calculator-megaparent .inner-center-white-title{
    line-height: normal;
}
.vertical-calculator .note{
    line-height: normal;
}
.page-left-wrapp .module-block header img{
    margin-right: 23px;
}
h1.page-title{
    line-height: normal;
}
.page-left-wrapp .module-block:last-child, .page-left-wrapp .module-block:nth-last-child(2){
    margin-bottom: 18px;
}
.page-title-arrowed span +h1{
    margin-top: -6px;
    line-height: 44px;
}
.page-title-arrowed span {
    top: -2px;
}
.page-left-wrapp p{
    margin-bottom: 23px;
}
.page-left-wrapp .contact-data p.contactblock_header{
    margin-bottom: 8px;
}
.page-left-wrapp .contact-data p img{
    vertical-align: middle;
}
.page-left-wrapp .contact-data p {
    margin-bottom: 5px;
}
.page-left-wrapp .partner-links p{
    margin-bottom: 10px;
}
.page-left-wrapp .contact-data p.contactblock_header_s{
    margin-bottom: 6px;
}
.contact-data > div{
    margin-bottom: 18px;
}
.contact-links a{
    margin-right: 29px;
}
.contact-data .simple-button-parent{
    margin-bottom: -7px;
    margin-top: 21px;
}
h2{
    font-size: 21px;
    color: #232323;
}
.page-left-wrapp li{
    font-size: 14px;
}
.nav-tab-list li{
    font-size: 13px !important;
}
.nav-tab-list p{
    padding-top: 1px;
    margin-left: 5px;
}
.page-content .page-left-wrapp p{
    line-height: normal;
}
.point-info-wrapp p{
    margin-bottom: 8px;
}
.page-left-wrapp .module-info strong{
    font-weight: 600;
}
.additional-info-links a{
    margin-right: 36px;
}
.page-title-arrowed{
    line-height: normal;
}

#footer .centered-content:before{
    display: none;
}
.languages .select-language{
    border-color: #7f7f7f;
}
.module-action-blocks .center-white-title{
    top: 0;
    border-bottom: 1px solid #cdcece;
    margin-bottom: 21px;
}
.module-action-blocks{
    border: none;
}
.module-features{
    margin-top: 60px;
    z-index: 7;
}
.calculator-megaparent{
    float: none;
}
.module-action-blocks{
    height: auto;
    width: 943px;
    padding-top: 17px;
}
.module-widgets .centered-content:after{
    background: rgb(236,224,53);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZTAzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmQyMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(236,224,53,1) 0%, rgba(251,210,31,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,224,53,1)), color-stop(100%,rgba(251,210,31,1))); 
    background: -webkit-linear-gradient(top, rgba(236,224,53,1) 0%,rgba(251,210,31,1) 100%); 
    background: -o-linear-gradient(top, rgba(236,224,53,1) 0%,rgba(251,210,31,1) 100%);
    background: -ms-linear-gradient(top, rgba(236,224,53,1) 0%,rgba(251,210,31,1) 100%);
    background: linear-gradient(to bottom, rgba(236,224,53,1) 0%,rgba(251,210,31,1) 100%);
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    display: block;
    content: "";
}
.module-action-blocks>*{
    position: relative;
    z-index: 5;
}
.module-action-blocks .info-btn-outer{
    bottom: 0;
}
.calculator-megaparent .block:nth-child(3){
    margin-right: 0;
}
.module-widgets .centered-content:before{
    width: 278px;
    height: 388px;
    display: block;
    content: "";
    display: block;
    position: absolute;
    right: -278px;
    top: 180px;
    float: none;
    margin: 0;
    background: url(../img/right_img.png) no-repeat 0 0;
    z-index: 3;

}
.module-widgets .centered-content{
    padding-top: 33px;
    padding-bottom: 60px;
    margin-bottom: -60px;
}
.button-wrapper{
    border: none;
    background: #ffe038;
}
.info-btn img{
    display: none;
}
.button-wrapper.info-btn:before{
    display: none;
}
.button-wrapper.info-btn a{
    margin: 0;
}
.left-align .info-btn-inner{
    margin: 0;
    padding: 0;
    top: 0;
}
body{
    min-width: 1000px;
}
.languages .select-language .language a, .languages .select-language .language{
    text-transform: uppercase;
}
.info-btn-outer{
    position: static;
}
.languages .select-language{
    padding: 2px 7px 5px;
}
.partnership-wrapp a, .page-left-wrapp .module-info ul li, .page-content .page-left-wrapp p, 
.module-block-calculator .calculated-value, .info-btn-inner .button-wrapper.info-btn a,
#header .call-us .contact-us a, .page-content p, h1, .module-additional-blocks .trailer-telephone, 
.module-additional-blocks .trailer-order, .module-additional-blocks .trailer-free, .eco-feature-list 
.eco-feature, .other-service-list .service a, .module-additional-blocks .module-block header h3, .module-features 
.feature-list .feature a, .module-features header h2, .calculator-megaparent .module-block.module-block-map-markets p, 
.module-action-blocks .inner-center-white-title, .show-where, .module-block-table-prices .table .cell,
.module-block-table-prices .tabs li a, .select2-container .select2-choice > .select2-chosen, .select2-container.small-select 
.select2-choice > .select2-chosen, .module-block-calculator input.weight, .module-block-calculator .slide-legend *, 
.module-action-blocks .module-block-calculator label, .menu ul li a, .logo .heading, .call-us .call-freely, .call-us .working-time, 
.call-us .telephone a, .call-us .telephone a, .page-left-wrapp ul li, .page-left-wrapp ol li {
    font-family: Arial, Helvetica, sans-serif;
}
.logo .heading{
    color:#fff;
    margin-top: 3px;
}
.logo{
    margin-bottom: 6px;
}
.menu ul li a{
    border-bottom: none;
    font-size: 17px; 
    color: #fff;
}
.menu{
    margin: 38px 0 0 -17px;
}
.call-us .call-freely{
    font-size: 14px;

} 
.call-us .working-time{
    font-size: 12px;
}
.call-us .call-freely, .call-us .working-time{
    color: #fff;
}
.call-us{
    margin: 13px 0 0 26px;
}
.call-us .telephone a{
    font-size: 34px;
    font-weight: bold;
}
.module-block-calculator .slide-legend *{
    font-size: 15px;
    color: #000;
}
.which-weight-label{
    font-weight: bold;
}
.module-block-calculator .slide-legend .slide-value{
    color: #000;
}
.module-block-calculator .slide-legend .slide-divider{
    background-color: #000;
}
.module-block-calculator input.weight, .select2-container.small-select .select2-choice > .select2-chosen{
    font-size: 13px;
    color: #9b9c9c;
    font-weight: normal;
    line-height: 30px;
}
.module-block-calculator input.weight{
    width: 44px;
}
.select2-container.small-select .select2-choice{
    margin-top: -4px;
}
.select2-container .select2-choice > .select2-chosen{
    font-weight: normal;
    font-size: 13px;
    color: #9b9c9c;
}
.module-block-table-prices .tabs li a{
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 6px;
}
.module-block-table-prices .table .head .row{
    background: #000;
    line-height: 32px;
    font-size: 12px;
}
.module-block-table-prices .table .viewport .cell.metal-title{
    font-weight: normal;
}
.module-block-table-prices .table .viewport .cell.price{
    font-size: 15px;
}
.module-block-table-prices .table .viewport .cell{
    font-size: 12px; 
    color: #000000;
}
.module-block-table-prices .table .cell{
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}
.module-block-table-prices .tabs li.active a, .module-block-table-prices .tabs li.switchable:hover a{
    border-bottom-width: 2px
}
.module-action-blocks .block{
    margin-left: 3px;
}
.show-where{
    padding-top: 7px;
    font-size: 12px; 
    color: #ef7100;    
}
.module-block-table-prices .table .viewport{
    height: 265px;
    margin-top: 4px;
}
.module-action-blocks .inner-center-white-title{
    font-size: 32px; 
    color: #000000;
    font-weight: bold;
    line-height: normal;
    margin-top: 3px;
    margin-bottom: 12px;
}
.calculator-megaparent .module-block.module-block-map-markets p{
    font-size: 13px; 
    color: #000;
    margin-bottom: 8px;
}
.mpage_calc_comments .note{ display: inline-block; font-weight: normal; font-size: 11px; color:#000; margin-right: 2px;}
.mpage_calc_comments {
    border-top: 1px solid #e0e0e0;
    margin-top: 8px;
    padding: 7px 0 0 30px;
}
.module-block-map-markets .map{
    border: 1px solid #a4a5a6;
}
.select2-container .select2-choice .select2-arrow{
    width: 29px;
    height: 26px;
    top: 2px;
    right: 2px;
}
.module-action-blocks:before{
    background: url(../img/left_money_1.png) no-repeat 0 0;
    left: -162px;
    top: 23px;
    width: 235px;
    height: 479px;
    content: "";
    position: absolute;
    display: block;
    z-index: 6;
}
.calculator-megaparent{
    z-index: 7;
}
.button-wrapper.old-style-button{
    border-top: 2px solid #f36f29;
    border-bottom: 2px solid #f36f29;
    position: relative;
    background: transparent;
}
.info-btn.old-style-button img{
    display: inline-block;
}
.button-wrapper.info-btn.old-style-button a{
    color: #fff;
    line-height: 30px;
}
.button-wrapper.info-btn.old-style-button:before{
    display: block;
}
.module-features header h2{
    font-size: 29px;
    color: #000;    
    margin: 22px 0 25px;
}
.module-features header h2 strong{
    font-weight: bold;
}
.module-additional-blocks .module-block{
    border-width: 1px;
    height: auto;
    width: 318px;
    position: relative;
}
.module-features{
    margin-bottom: 15px;
    /*padding-bottom: 55px;*/
}
.module-features .feature-list .feature a{
    font-size: 14px; 
    color: #000;
    line-height: 1.4em;
}
.module-features .feature-list .feature{
    width: 175px;
    margin-left: 20px;
}
.module-additional-blocks .module-block header{
    /*border-bottom: 1px solid #d3d4d4;*/
    margin: 0 18px;
    padding: 15px 0 10px;
    position: relative;
}
.module-additional-blocks .module-block header:before{
    left: 0px;
    right: 0px;
    /*top: -11px;*/   
    bottom: 0px;
    height: 1px;
    background: #d3d4d4;
    position: absolute;
    content: "";
    display: block;
}
.module-block-content-wrap{
    padding-bottom: 57px;
}
.module-additional-blocks .module-block header h3{
    min-height: 0;
    font-size: 20px; 
    vertical-align: bottom;
    margin-left: 0;
    /*width: 196px;*/
    width: auto;
    line-height: 1em;
}
.other-service-list .service, .eco-feature-list{
    list-style: none !important;
    padding-left: 0;
}
.other-service-list {
    margin-left: 18px;
}
.eco-feature-list .eco-feature{
    padding-left: 0;
    margin-left: 18px;
}
.other-service-list .service a, .eco-feature-list .eco-feature{
    border: none;
    font-size: 15px; 
    color: #000;
}
.other-service-list li>*{
    vertical-align: middle;
}
.other-service-list .service a *{
    vertical-align: middle;
} 
.other-service-list .service a{ 
    margin-left: 0;    
}
.eco-feature-list .eco-feature:first-child{
    border-top: none;
}
.eco-feature-list .eco-feature{
    width: 280px;
    border-top: 1px solid #d3d4d4;
    padding-top: 22px;
    padding-bottom: 23px;
    margin-bottom: 0;
}
.eco-feature-list span, .other-service-list span {
    display: inline-block;
    width: 200px;
    line-height: 1.3em;
    vertical-align: middle;
}
.module-additional-blocks .module-block header *{
    vertical-align: bottom;
}
.module-additional-blocks .trailer-free, .module-additional-blocks .trailer-telephone{
    font-size: 43px;
    color: #ef7100;
    font-weight: bold;
}
.module-additional-blocks .trailer-order{
    font-size: 17px; 
    color: #000000;
    font-weight: bold;
    margin-top: 5px;
}
.eco-feature-list .eco-feature img{
    vertical-align: middle;
}
.button-wrapper.info-btn a{
    line-height: 40px;
}
.module-block .button-wrapper{
    width: 283px;
}
.module-additional-blocks .trailer-telephone{
    margin-bottom: 23px;
}
.page-content p{
    line-height: 1.3em;
}
#footer{
    padding-bottom: 0;
}
#footer .logo {
    margin-bottom: 14px;
}
#footer .call-us .call-freely{
    color: gray;
    font-size: 13px; 
}
#header .call-us .contact-us a{
    font-size: 12px;
}
.languages .select-language .language:first-child a:after{
    margin: 1px 0 0 5px;
}
.languages .select-language:hover > .language:first-child a:after{
    margin: 1px 0 0 9px;
}
.module-block-calculator .slide-legend .slide-divider{
    height: 6px;
    top: 1px;
}
.module-block-calculator .slide-legend .slide-value.first{
    left: -4px;
}
.module-block-calculator .slide-legend .slide-divider.first {
    left: 4px;
}
.module-block-calculator .slide-legend .slide-divider.second {
    left: 72px;
}
.module-block-calculator .slide-legend .slide-value.second {
    left: 61px;
}
.module-block-calculator .slide-legend .slide-divider.third {
    left: 145px;
}
.module-block-calculator .slide-legend .slide-value.third {
    left: 133px;
}
.module-block-calculator .slide-legend .slide-divider.fourth {
    left: 214px;
}
.module-block-calculator .slide-legend .slide-value.fourth {
    left: 198px;
}
.module-block-calculator .slide-legend .slide-divider.fifth {
    left: 286px;
}
.module-block-calculator .slide-legend .slide-value.fifth {
    left: 270px;
}
.mainpage .module-block-table-prices .table .cell.metal-title{
    padding-left: 5px;
}
.mainpage .module-block-table-prices .table .viewport{
    margin-bottom: 6px;
}
.module-block-table-prices .table .metal-row, .module-block-table-prices .table .point-row{
    padding: 4px 10px;
}
.module-block-calculator .select2-container.measurement-sel{
    margin-top: 0;
}
.calculator>*{
    vertical-align: bottom; 
}
.info-btn-inner .button-wrapper.info-btn a:before{
    width: 10px;
    height: 15px;
    background: url(../img/arrows.png) no-repeat 0 0;
    position: absolute;
    right: 14px;
    top: 50%;
    content: "";
    z-index: 1;
    margin-top: -7px;
}
.info-btn-inner .button-wrapper.info-btn a{
    font-weight: bold; 
    font-size: 13px; 
    color: #000;
    position: relative;
    letter-spacing: -0.05em;
    padding: 0 35px;
}
.info-btn-inner .button-wrapper.info-btn:hover a{
    color: #000;
}
.calculator-megaparent .module-block .button-wrapper{
    width: 100%;
}
.calculator-megaparent .left-align .info-btn-inner{
    display: block;
}
.calculator-megaparent .info-btn-outer{
    margin-bottom: 10px;
}
.calculator-megaparent .module-block-calculator .calculator-range .ui-slider-handle {
    background: url('../bundles/tolmetsclient/images/icons/calculator-handle-black.png') no-repeat;
    width: 28px;
    height: 25px;
    top: -4px;
}
.popup .price-table{
    font-size: 14px;
}
.popup-content .popup-subtitle{
    margin: 6px 0 10px 0;
}
.popup-content .popup-title{
    margin: 0;
}
.popup-content .popup-address {
    margin-bottom: 2px;
}
.popup-content .nmrg{
    margin: 0;
}
.popup-content .price-date{
    margin: 7px 0 7px 0;
}
.popup-content .popup-links{
    margin: 9px 0 0 0;
}
.popup-content .popup-content p{
    margin: 10px 0 0 0;

}
.popup-content .final-price-result{
    margin: 4px 0 0 0;
}
.popup-content .popup-phone{
    margin-top: 12px;
    margin-bottom: 12px;
}
.popup-footer .info-btn-inner .button-wrapper.info-btn a{
    padding: 0 35px;
}
.module-block-calculator .calculated-value{
    line-height: 33px;
    font-size: 27px; 
    color: #000;
    font-weight: bold;
}
.module-features .feature-list{
    padding-left: 33px;
}
#footer{
    margin-top: -302px;
}
.page-content{
    margin-bottom: 302px;
}
.page-left-wrapp .module-block h3{
    max-width: 221px;
}
.vertical-calculator .info-btn-inner .button-wrapper.info-btn a{
    padding: 0 48px 0 10px;
}
.vertical-calculator .info-btn-inner{
    display: block;
    padding: 0;
}
.vertical-calculator .info-btn-inner .button-wrapper.info-btn a:before{
    width: 42px;
    height: 42px;
    right: 0;
    margin: 0;
    top: 0;
    background-position: 0 -16px;    
}
.vertical-calculator .show-where{
    font-size: 12px;
    padding-left: 0;
}
.vertical-calculator .module-block-table-prices .table .metal-row, 
.vertical-calculator .module-block-table-prices .table .point-row{
    padding-right: 0;
}
.vertical-calculator .module-block-table-prices .table .viewport .cell.price{
    font-size: 13px;
}
h1.page-title{
    border-bottom: 1px solid #cdcece;
    margin-top: 0;
    padding-bottom: 4px;
}
.page-title-arrowed{
    margin-top: 0;
    position: relative;
}
.page-left-wrapp{
    margin-top: 35px;
}
.page-left-wrapp .module-block:nth-child(even){
    margin-left: 22px;
}
#recept-points{
    margin-top: 30px;
}
.page-content .page-left-wrapp p{
    font-size: 14px; 
    color: #000;
}
.page-left-wrapp .module-info strong{
    font-weight: bold;
}
.vertical-calculator .module-block-calculator .calculator-range {
    margin-right: 22px;
}
.page-left-wrapp .module-block{
    padding-top: 7px;
}
.page-left-wrapp .module-info ul li{
    font-size: 12px;
    margin-bottom: 3px;
    padding-left: 0;
}
.page-left-wrapp .module-info ul{
    margin: 7px 0px -4px;
}
.page-left-wrapp .module-info ul li img{
    position: static;
    vertical-align: middle;
    margin-right: 3px;
}
.page-left-wrapp .module-info{
    overflow: visible;
}
.module-block .module-info p.text-t-right{
    text-indent: 0;
}
.vertical-calculator .select-wrapper{height: auto;}
.vertical-calculator .module-block-table-prices .table .overview{
    width: 291px;
}
.vertical-calculator .module-block-table-prices .table .metal-row, 
.vertical-calculator .module-block-table-prices .table .point-row{
    width: 100%;
}
.vertical-calculator .note{
    color: #000;
}
.other-service-list{
    float: none;
}
.module-additional-blocks .module-block .info-btn-outer{
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
}
.partner-links .info-btn-outer{
    margin-left: -10px;
}
.sorting-wrapp .tooltip-inner-wrapper p{
    position: static;
}
.rcalc-wrap{
    width: 323px;
    float: right;
    padding-top: 49px;
}

.vertical-calculator {
    width: 300px;
    float: right;
    position: relative;
    border: solid 1px #cdcece;
    margin: 0px 0 0 14px;
    padding: 15px 10px 8px 10px;
}
.select2-container .select2-choice .select2-arrow{
    opacity: 1;
}
.select2-container .select2-choice:hover .select2-arrow, .select2-container.select2-dropdown-open .select2-choice .select2-arrow{
    opacity: 0.8;
}
.module-block-calculator .calculator-range-wrapper{
    background-color: #ef7100;
}
.vertical-calculator .module-block-calculator .calculator-range-wrapper{
    height: 9px;
    border-bottom: 1px solid #fad3b0;
    border-top: 1px solid #f39540;
}
.vertical-calculator .module-block-calculator .calculator-range .ui-slider-handle{
    background: url('../bundles/tolmetsclient/images/icons/calculator-handle-black.png') no-repeat;
    width: 28px;
    height: 25px;
    top: -8px;
}
.module-block-calculator .slide-legend{
    margin-top: 5px;
    margin-left: 4px;
}
.vertical-calculator .which-weight-label {
    margin-bottom: 12px;
}
.vertical-calculator .select-wrapper:first-child {
    margin-right: 20px;
}
.vertical-calculator .select-wrapper{
    width: 140px;
}
.vertical-calculator{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}
.page-content .rcalc-header{
    font-weight: bold; 
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: 0 0 5px 0;
}
.vertical-calculator label{
    font-size: 14px;
}
.vertical-calculator .select2-container .select2-choice > .select2-chosen{
    font-size: 15px; 
    color: #9b9c9c;
    line-height: 30px
}
.vertical-calculator .calc-wrap .select2-container .select2-choice > .select2-chosen{
    color: #000000;
}
.vertical-calculator .which-weight-label{
    font-weight: normal; 
    font-size:13px; 
    color: #000000;
}
.vertical-calculator .module-block-calculator .slide-legend .slide-value{
    font-size: 14px; 
    color:#000000;
}
.vertical-calculator .module-block-calculator .slide-legend .slide-value.first {
    left: -3px;
}
.vertical-calculator .module-block-calculator .slide-legend .slide-value.second {
    left: 60px;
}
.vertical-calculator .module-block-calculator .slide-legend .slide-value.third {
    left: 130px;
}
.vertical-calculator .module-block-calculator .slide-legend .slide-value.fourth {
    left: 197px;
}
.vertical-calculator .module-block-calculator .slide-legend .slide-value.fifth {
    left: 268px;
}
.block.border-top{
    position: relative
}
.block.border-top:before{
    position: absolute;
    top:-12px;
    left: 0;
    right: 0;
    content: "";
    border-bottom: 2px solid #e6e7e7;
}
.vertical-calculator .module-block.module-block-table-prices {
    margin-top: 24px;
}
.vertical-calculator .module-block.module-block-map-markets {
    margin-top: 30px;
}
.vertical-calculator .module-block-calculator input.weight{
    width: 45px;
    font-weight: normal; 
    font-size: 17px; 
    color: #000000;
}
.vertical-calculator .select2-container.small-select .select2-choice {
    margin-top: -2px;
}
.vertical-calculator .module-block-calculator .equals {
    font-size: 25px;
}
.vertical-calculator .module-block-calculator .calculated-value {
    vertical-align: middle;
    line-height: 30px;
    color: #000000;
}
.vertical-calculator .module-block-calculator .calc-wrap {
    height: 39px;
}
.vertical-calculator .terms-wrap{
    overflow: hidden;
}
.vertical-calculator .terms-wrap .terms-shipping{
    float: right;
}
.vertical-calculator .terms-wrap .terms-shipping.terms{
    float: left;
}
.vertical-calculator .terms-wrap a{
    font-weight: normal; 
    font-size: 13px; 
    color: #ef7100;
    text-decoration: underline;
}
.vertical-calculator .module-block-calculator input.weight{
    padding: 0 10px;
    line-height: 32px;
}
.vertical-calculator .select2-container.small-select .select2-choice {
    margin-top: 0;
}
.vertical-calculator .module-block-table-prices .table .viewport {
    height: 116px;
}
.module-block-table-prices .table .cell.metal-title {
    padding-right: 0;
    padding-left: 10px;
}

.page-left-wrapp .module-block{
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px;
    height: 155px;
    width: 286px;
    margin-bottom: 18px;
}
.page-left-wrapp .module-block header {
    margin: 0 0 5px 0;
}
.page-left-wrapp .module-info {
    margin-left: 0px;
}
.module-block .module-info p{
    font-size: 12px;
    color: #000000;
    line-height: 13px;
    text-indent: 20px;
    text-align: justify;
}
.page-left-wrapp .module-block header h3 {
    vertical-align: bottom;
    font-size: 20px;
}
.module-block .readmore_link{
    padding: 9px 0;
    margin-top: 10px;
    text-align: right;
    border-top: 1px solid #dadada;
}
.module-block .readmore_link a{
    font-weight: bold; 
    font-size: 13px; 
    color: #ef7100;
    text-transform: uppercase;
    position: relative;
    padding-right: 15px;
}
.module-block .readmore_link a:after{
    position: absolute;
    content: "";
    background: url('../img/readmore-arrow.png') no-repeat;
    width: 9px;
    height: 15px;
    top: 0;
    right: 0;
    font-size: 20px;
    line-height: 13px;
    font-weight: lighter;
}
.page-left-wrapp .module-block header img{
    margin-right: 10px;
}
.page-left-wrapp .has-dotdot {
    max-height: 65px;
}
.mainpage .page-content:before{
    width: 292px;
    height: 568px;
    background: url(../img/left_money_2.png) no-repeat 0 0;
    left: 0;
    top: 30px;
    position: absolute;
    display: block;
    content: "";
    z-index: 7;
}
.module-action-blocks{
    position: relative;
    z-index: 8;
}
.menu ul li a, .call-us .call-freely, .call-us .working-time, #header .call-us .contact-us a, .module-features header h2{
    letter-spacing: 0.014em;
}
.info-btn-inner .button-wrapper.info-btn a{
    padding: 0 24px;
    letter-spacing: 0;
    font-size: 14px;
    letter-spacing: 0.009em;
}
.module-additional-blocks .info-btn-inner .button-wrapper.info-btn a{
    font-size: 13px;
}
.module-block-calculator p.terms-shipping{
    font-size: 13px;
}
.module-additional-blocks .trailer-free, .module-additional-blocks .trailer-telephone{
    letter-spacing: -0.002em;
}
.module-block .readmore_link a{
    letter-spacing: 0.009em;
}
.link-container header h4, .link-container ul li a, .info-links a{
    font-family: Arial, Helvetica, sans-serif;
}
.link-container ul li a{
    font-size: 13px;
}
.menu .nav .main-submenu {
    display: none;
}
.calculator-slider-wrapper .select-wrap{
    display: inline-block;
}
#recept-points .sorting-wrapp .select-wrap{
    display: inline-block;
}
.mmopener{
    display: none;
}
.mm-header .mm-title{
    padding-top: 0;
    position: relative;
    overflow: visible;
    padding: 4px 0;
    width: auto;
}
.mm-header{
    height: 50px;
    background: #f86f09;
}
.mm-menu.mm-hasheader > .mm-panel.mm-list{
    padding-top: 50px;
}
/*.mm-menu > .mm-panel{
    background: 
}*/
.mm-list > li{
    padding-right: 11px;
}
.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span{
    padding-left: 29px;
}
.mm-list > li:last-child:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):before{
    border-top: 1px solid #cdcece;
    border-bottom: none;
    bottom: 0;
    position: absolute;
    left: 11px;
    right: 11px;
    margin: 0;
    content: "";
    display: block;
}
.mm-list > li:first-child:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after{
    display: none;
} 
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after{    
    border-top: 1px solid #cdcece;
    border-bottom: none;
    top: 0;
    bottom: auto;
    position: absolute;
    left: 11px;
    right: 11px;
    margin: 0;
}
.mm-list > li:hover:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after, 
.mm-list > li:hover+li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after,
.mm-list > li:hover:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):before{
    display: none;
}
.mm-list a.mm-subopen{
    right: 11px;
}
.mm-list a.mm-subopen:before{
    display: none;
}
.mm-menu{
    background: #f3f3f3 url(../img/mmenu_logo.png)no-repeat 50% 98%;
}
.mm-menu .mm-header{
    font-size: 16px; 
    color: #fff;
    letter-spacing: 0.014em;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 15px;
}
.mm-list > li:hover>a{
    color: #000;
}
.mm-list > li a{
    color: #605c5c;
    letter-spacing: 0.014em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.mm-list li:hover {
    background: #e4e4e4;
}
.mm-list li:hover a.mm-subopen:before{
    background-position: 0 0;
}
.mm-list a.mm-subopen:before{
    width:9px;
    height: 15px;
    background: url(../img/mmenu_arrows.png) no-repeat 0 -17px;
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -4px;
    border: none;
}
.mm-header .mm-title:before{
    width: 32px;
    height: 27px;
    background: url(../img/mheader-ico.png) no-repeat 0 0;
    content: "";
    display: inline-block;
    margin-right: 9px;
    vertical-align: baseline;
    position: relative;
    top: 7px;
}
.mm-menu.mm-hasheader li.mm-subtitle+li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after{
    display: none;
}
.mm-header .mm-prev, .mm-header .mm-next{
    position: static;
    padding: 0;
    display: inline-block;
    height: 20px;
}
.mm-list > li > a, .mm-list > li > span{
    padding-left: 30px;
}
.page-title-arrowed a, .page-title-arrowed a:hover{
    text-decoration: none;
    color: #cccccc;
}

.page-content .popup-wrap.homepage-popup{
    display: block;    
    height: auto;
    position: relative;
    margin: 20px auto 0;
    top: 0;
    left: 0;
    padding: 0;
}
.page-content .price-row p{
    font-size: 12px;
}
.page-content .popup-content .final-price-result{
    font-size: 20px;
}
.page-content .popup-close{
    display: none;
}
.page-left-wrapp .robot-sign{
    top: initial;
    bottom: -62px;
    right: -14px;
}
.page-content .popup-title span{
    font-size: 28px;
    margin: 0;
      font-family: 'Open sans', Calibri, Arial;
}
.page-content .calc-form p{
    margin-bottom: 0;
}
.page-content .popup p.price-date{
    color: #999999;
    font-size: 11px;
    margin: 7px 0 7px 0;
}
.page-content .popup-footer .footer-info .popup-footer-warning{
    font-size: 12px;
    margin: 10px 0 0 0;
    line-height: 14px;
}


/*
.select-language:after {
    content: '';
position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}*/
.select-language:hover:after {
    display: none;

}

p.contact-us {
    /*margin-left: 10px;*/
    width: 100px;
    position: absolute;
    right: -127px;
}


.widget-sell-scrap.widget-sell-auto-ru .button-wrapper.info-btn a{
font-size: 13px;
}



.widget-sell-scrap {
top: 115px;
}

.widget-sell-scrap.widget-sell-auto, .widget-sell-scrap.widget-sell-auto-ru {
top: 307px;
}
.widget-sell-scrap.widget-sell-auto-lv {
top: 325px;
}


.mainpage .widget-sell-scrap {
top: 115px;
}

.mainpage .widget-sell-scrap.widget-sell-auto, .mainpage .widget-sell-scrap.widget-sell-auto-ru {
top: 307px;
}
.mainpage .widget-sell-scrap.widget-sell-auto-lv {
top: 325px;
}



.donation_small {
top: 550px!important;
}
.donation_small.ru {
top: 510px!important;
}



    .page-left-wrapp .contact-form-wrapper .textarea-row {
        width: 99%;
    }
    .page-left-wrapp .textarea-row textarea{
        width: auto;
    }
    .page-left-wrapp .contact-form-wrapper .input-row{
        width: 99%;
        margin: 0 auto;
    }
    .page-left-wrapp .phone-wrapper{
        margin: 0 2%;
    }
    .page-left-wrapp .input-wrapper{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 32%;        
    }
    .page-left-wrapp .input-wrapper input{
        width: 93%
    }



.info-btn-inner .button-wrapper.info-btn a {
font-size: 13px;
}

.module-block .module-info {
min-height: 65px;
}



.showtablet {
display: none;
}

.showphone {
display: none;
}


#prodImgCarousel a {
display: block;
}

.module-block-table-prices .table .head .cell.metal-title {
font-size: 11px;
}


#header {
z-index: 10;
}













/*  Svar 14.03.16  */


.vertical-calculator .module-block.module-block-table-prices_vis {
    margin-top: 20px;
}

.vertical-calculator .module-block-table-prices_vis .tabs li a {
    font-size: 13px;
}

.vertical-calculator .module-block-table-prices_vis .table .viewport {
    height: 123px;
}

.vertical-calculator .module-block-table-prices_vis .table .cell {
    height: 30px;
}

.vertical-calculator .module-block-table-prices_vis .table .overview {
    width: 285px;
}

.vertical-calculator .module-block-table-prices_vis .table .cell.price {
    font-size: 12px;
    text-align: center;
}

.module-block-table-prices_vis .tabs {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

.module-block-table-prices_vis .tabs li {
    display: inline-block;
    *display: inline;
}

.module-block-table-prices_vis .tabs li a {
    text-decoration: none;
    display: inline-block;
    padding-bottom: 1px;
    margin: 0 0 0 15px;
    font-size: 15px;
    color: #c0c0c0;
}

.module-block-table-prices_vis .tabs li a.top-tab {
    margin-left: 0;
}

.module-block-table-prices_vis .tabs li:not(.switchable) a {
    cursor: default;
}

.module-block-table-prices_vis .tabs li.active a, .module-block-table-prices_vis .tabs li.switchable:hover a {
    color: #ef7125;
    border-bottom: 3px solid #ef7125;
}

.module-block-table-prices_vis .table {
    display: none;
    font-size: 12px;
    border: 1px solid #c0c0c0;
    position: relative;
    top: -1px;
}

.module-block-table-prices_vis .table.active {
    display: block;
}


.module-block-table-prices_vis .table .viewport {
    overflow: hidden;
    position: relative;
    height: 272px;
}

.module-block-table-prices_vis .table .overview {
    position: absolute;
    left: 0;
    top: 0;
    width: 295px;
}

.module-block-table-prices_vis .table .head .row {
    border-bottom: 1px solid #e0e0e0;
    color: #6e6e6e;
    line-height: 36px;
    padding: 0 10px;
}

.module-block-table-prices_vis .table .head .row .metal-title_vis {
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.module-block-table-prices_vis .table .metal-row,
.module-block-table-prices_vis .table .point-row {
    border-bottom: 1px solid #e0e0e0;
    display: table;
    height: 30px;
    padding: 3px 10px;
}

.module-block-table-prices_vis .table .cell {
    display: table-cell;
    vertical-align: middle;
}

.module-block-table-prices_vis .table .cell.metal-title_vis {
    padding-right: 10px;
    width: 170px;
}

.module-block-table-prices_vis .table .cell.price {
    font-size: 11px;
    width: 95px;
    text-align: center;
}

.module-block-table-prices_vis .thumb .end, .module-block-table-prices_vis .thumb {
    background-color: #f58029;
}

.module-block-table-prices_vis .scrollbar {
    position: relative;
    float: right;
    width: 5px;
    right: 3px;
    z-index: 2;
}
.module-block-table-prices_vis .track {
    background-color: #fff;
    height: 100%;
    width: 5px;
    position: relative;
    padding: 0 1px;
}
.module-block-table-prices_vis .thumb {
    height: 20px;
    width: 3px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.module-block-table-prices_vis .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 13px;
}
.module-block-table-prices_vis .disable{
    display: none;
}
.module-block-table-prices_vis .metal-row.highlighted, .module-block-table-prices_vis .point-row.highlighted {
    background: #e8e8e8;

}
.module-block-table-prices_vis .metal-row .metal-title_vis span, .module-block-table-prices_vis .point-row .metal-title_vis span {
    cursor: pointer;
}


.vertical-calculator .module-block.module-block-table-prices_vis {
    margin-top: 20px;
}

.vertical-calculator .module-block-table-prices_vis .tabs li a {
    font-size: 13px;
}

.vertical-calculator .module-block-table-prices_vis .table .viewport {
    height: 123px;
}

.vertical-calculator .module-block-table-prices_vis .table .cell {
    height: 30px;
}

.vertical-calculator .module-block-table-prices_vis .table .overview {
    width: 285px;
}

.vertical-calculator .module-block-table-prices_vis .table .cell.price {
    font-size: 12px;
    text-align: center;
    width: 60px;
}
.module-block-table-prices_vis .tabs {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

.module-block-table-prices_vis .tabs li {
    display: inline-block;
    *display: inline;
}

.module-block-table-prices_vis .tabs li a {
    text-decoration: none;
    display: inline-block;
    padding-bottom: 1px;
    margin: 0 0 0 15px;
    font-size: 15px;
    color: #c0c0c0;
}

.module-block-table-prices_vis .tabs li a.top-tab {
    margin-left: 0;
}

.module-block-table-prices_vis .tabs li:not(.switchable) a {
    cursor: default;
}

.module-block-table-prices_vis .tabs li.active a, .module-block-table-prices_vis .tabs li.switchable:hover a {
    color: #ef7125;
    border-bottom: 3px solid #ef7125;
}

.module-block-table-prices_vis .table {
    display: none;
    font-size: 11px;
    border: 1px solid #c0c0c0;
    position: relative;
    top: -1px;
}

.module-block-table-prices_vis .table.active {
    display: block;
}


.module-block-table-prices_vis .table .viewport {
    overflow: hidden;
    position: relative;
    height: 272px;
}

.module-block-table-prices_vis .table .overview {
    position: absolute;
    left: 0;
    top: 0;
    width: 295px;
}

.module-block-table-prices_vis .table .head .row {
    border-bottom: 1px solid #e0e0e0;
    color: #313131;
    line-height: 36px;
    padding: 0 10px;
}

.module-block-table-prices_vis .table .head .row .metal-title {
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.module-block-table-prices_vis .table .metal-row,
.module-block-table-prices_vis .table .point-row {
    border-bottom: 1px solid #e0e0e0;
    display: table;
    height: 30px;
    padding: 3px 10px;
}

.module-block-table-prices_vis .table .cell {
    display: table-cell;
    vertical-align: middle;
}

.module-block-table-prices_vis .table .cell.metal-title {
    padding-right: 10px;
    width: 137px;
}

.module-block-table-prices_vis .table .cell.price {
    font-size: 11px;
    width: 63px;
    text-align: center;
}


.module-block-table-prices_vis .thumb .end, .module-block-table-prices_vis .thumb {
    background-color: #f58029;
}

.module-block-table-prices_vis .scrollbar {
    position: relative;
    float: right;
    width: 5px;
    right: 3px;
    z-index: 2;
}
.module-block-table-prices_vis .track {
    background-color: #fff;
    height: 100%;
    width: 5px;
    position: relative;
    padding: 0 1px;
}
.module-block-table-prices_vis .thumb {
    height: 20px;
    width: 3px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.module-block-table-prices_vis .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 13px;
}
.module-block-table-prices_vis .disable{
    display: none;
}
.module-block-table-prices_vis .metal-row.highlighted, .module-block-table-prices_vis .point-row.highlighted {
    background: #e8e8e8;

}
.module-block-table-prices_vis .metal-row .metal-title span, .module-block-table-prices_vis .point-row .metal-title span {
    cursor: pointer;
}

.module-block-table-prices_vis .table .cell,
.module-block-table-prices_vis .tabs li a{
    font-family: Arial, Helvetica, sans-serif;
}


.module-block-table-prices_vis .tabs li a{
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 6px;
}
.module-block-table-prices_vis .table .head .row{
    background: #000;
    line-height: 32px;
    font-size: 12px;
}
.module-block-table-prices_vis .table .viewport .cell.metal-title{
    font-weight: normal;
}
.module-block-table-prices_vis .table .viewport .cell.price{
    font-size: 15px;
}
.module-block-table-prices_vis .table .viewport .cell{
    font-size: 12px; 
    color: #000000;
}
.module-block-table-prices_vis .table .cell{
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}
.module-block-table-prices_vis .tabs li.active a, .module-block-table-prices_vis .tabs li.switchable:hover a{
    border-bottom-width: 2px
}
.module-action-blocks .block{
    margin-left: 3px;
}
.show-where{
    padding-top: 7px;
    font-size: 12px; 
    color: #ef7100;    
}
.module-block-table-prices_vis .table .viewport{
    height: 265px;
    margin-top: 4px;
}
.mainpage .module-block-table-prices_vis .table .cell.metal-title{
    padding-left: 5px;
}
.mainpage .module-block-table-prices_vis .table .viewport{
    margin-bottom: 6px;
}
.module-block-table-prices_vis .table .metal-row, .module-block-table-prices_vis .table .point-row{
    padding: 4px 10px;
}
.vertical-calculator .module-block-table-prices_vis .table .metal-row, 
.vertical-calculator .module-block-table-prices_vis .table .point-row{
    padding-right: 0;
}
.vertical-calculator .module-block-table-prices_vis .table .viewport .cell.price{
    font-size: 13px;
}
.vertical-calculator .module-block-table-prices_vis .table .overview{
    width: 291px;
}
.vertical-calculator .module-block-table-prices_vis .table .metal-row, 
.vertical-calculator .module-block-table-prices_vis .table .point-row{
    width: 100%;
}
.vertical-calculator .module-block.module-block-table-prices_vis {
    margin-top: 24px;
}
.vertical-calculator .module-block-table-prices_vis .table .viewport {
    height: 116px;
}
.module-block-table-prices_vis .table .cell.metal-title {
    padding-right: 0;
    padding-left: 10px;
}
.module-block-table-prices_vis .table .head .cell.metal-title{
font-size: 11px;
}
.price-tooltips_vis {
    position: relative;
}
.module-block-table-prices_vis .table .viewport .cell.metal-title {
    font-weight: normal;
}

.point-url {
	cursor: pointer;
	display: none;
	font-size: 12px;
	box-sizing: border-box;
	border: none;
	padding: 0px;
}

.point-url:hover {
	color: #ef7100;
}

.module-block-content {
    padding: 10px;
}

.popup-table-container {
    margin: 10px;
}

.module-block-content .viewport {
    height: 313px;
}


.block-about {
    display: table;
}

.block-about-row {
    display: table-row;
}

.block-about-cell {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 20px;
}

.block-about-cell a {
    display: block;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

.block-about-row .block-about-cell:last-child {
    padding-left: 10px;
}

.center-white-title h3 {
    font-family: Arial;
}

div.tooltip-inner-wrapper div.tooltip-info p {
    margin-bottom: 10px;
}







.popup-wrap.point-single {
    min-height: 612px;
    margin-left: -372px;
    display: block;
    height: auto;
    position: relative;
    margin: 20px auto 0;
    top: 0;
    left: 0;
    padding: 0;
}

.popup-wrap.point-single .contact-info {
    width: 341px;
}

.page-left-wrapp .popup-wrap.point-single .robot-sign {
    top: initial;
    bottom: initial;
    margin-top: 25px;
    right: -14px;
}

.popup-wrap.point-single .popup-footer {
    content: '';
    display: table;
    clear: both;
}

.popup-wrap.point-single .popup-footer .footer-info,
.popup-wrap.point-single .popup-footer .footer-result {
    float: left;
    width: 50%;
}

.popup-wrap.point-single .tinyscrollbar {
    width: 660px;
}

.popup-wrap.point-single .tinyscrollbar .viewport {
    width: 655px;
}

.popup-wrap.point-single .fb-share-button {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    padding-left: 40px;
    width: 173px;
    height: 40px;
    line-height: 40px;
    background: url('../images/fcb-tolmets.png') no-repeat;
}

.popup-wrap.point-single .fb-share-button:hover {
    background: url('../images/fcb-tolmets-onhover.png') no-repeat;
}


#scrollbar2 .overview ,#scrollbar1 .overview {
    overflow: scroll;
    height: 200px;
}

#scrollbar1 .scrollbar .thumb, #scrollbar2 .scrollbar .thumb{
    display: none !important;
}

@media(max-width: 800px){
    .banners img{
        max-height: 400px;
        height: 400px;
        object-fit: contain;
    }
}