/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none;vertical-align: middle;}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}



.data-processing-container {

  font-size: 14px;

  line-height: 15px;

  position: relative;

  padding-top: 15px;

  cursor: default;

  text-align: left;

  color: #000;

}

.pretty {

  line-height: 1;

  position: relative;

  display: inline-block;

  margin: 0 10px 5px 0;

}

.pretty label {

  font-weight: normal;

  display: inline-block;

  box-sizing: border-box;

  width: 23px;

  height: 19px;

  margin-top: -5px;

  margin-left: -5px;

  padding: 4px 5px 2px;

  cursor: pointer;

}

.pretty > input[type='checkbox'] {

  position: absolute;

  z-index: 1342177;

  top: 0;

  left: 0;

  display: block;

  width: 13px;

  height: 13px;

  margin: 0;

  cursor: pointer;

  opacity: 0;

}

.pretty i {

  font-size: 1em !important;

  position: relative;

  display: inline-block;

  box-sizing: border-box;

  width: 14px;

  height: 14px;

  margin-top: 0;

  margin-right: 2px;

  padding: 1px;

  text-align: center;

  border: 1px solid #494b53;

  border-radius: 2px;

  background: #494b53;

}

.pretty i::before {

  position: absolute;

  z-index: 999;

  top: 5px;

  left: 3px;

  display: block;

  width: 1px;

  height: 5px;

  content: '';

  transform: rotate(-40deg);

  vertical-align: bottom;

  color: transparent;

  background: #494b53;

}

.pretty i::after {

  position: absolute;

  top: 1px;

  left: 7px;

  width: 1px;

  height: 8px;

  content: '';

  transform: rotate(40deg);

  background: #494b53;

}

.pretty > input[type='checkbox']:checked + label > i:before {

  color: inherit;

  background-color: #fff;

}

.pretty > input[type='checkbox'][disabled] {

  cursor: not-allowed;

  opacity: 0;

}

.pretty > input[type='checkbox'][disabled] + label {

  cursor: not-allowed;

  opacity: .5;

}

.pretty.err label i {

  border-color: #d9534f;

  background: #fff !important;

}

.pretty.primary input:checked + label i {

  background: #ff9730 !important;

}

.pretty.primary input:checked + label i {

  border-color: #ff9730;

  background-color: #ff9730 !important;

}



@media print {

  .pretty > input:not(:checked) + label i:before {

    color: transparent !important;

    -webkit-print-color-adjust: exact;

            print-color-adjust: exact;

  }

  .pretty :not(.toggle) input:not(:checked) + label i:before,

  .pretty i:after {

    color: transparent !important;

    -webkit-print-color-adjust: exact;

            print-color-adjust: exact;

  }

  .pretty input:checked + label i:before {

    -webkit-print-color-adjust: exact;

            print-color-adjust: exact;

  }

  .pretty.primary input:checked + label i:before {

    color: white !important;

  }

}

.data-processing-checkbox {

  float: left;

  margin: 1px 0 0 0;

  vertical-align: top;

}

.pretty > input[type='checkbox']:checked + label > i:after {

  background: #fff;

}

.data-processing-container a {

  text-decoration: underline;

  text-decoration-style: dashed;

}



/*

  100 - Thin

  200 - Extra Light (Ultra Light)

  300 - Light

  400 - Normal

  500 - Medium

  600 - Semi Bold (Demi Bold)

  700 - Bold

  800 - Extra Bold (Ultra Bold)

  900 - Black (Heavy)

*/



@font-face {

  font-family: 'MP';

  src: url('fonts/MinionPro-Regular.eot');

  src: url('fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),

       url('fonts/MinionPro-Regular.woff2') format('woff2'),

       url('fonts/MinionPro-Regular.woff') format('woff'),

       url('fonts/MinionPro-Regular.ttf') format('truetype'),

       url("fonts/MinionPro-Regular.otf") format("opentype"),

       url('fonts/MinionPro-Regular.svg#MinionPro-Regular') format('svg');

  font-weight: normal;

  font-style: normal;

}

@font-face {

  font-family: 'MP';

  src: url('fonts/MinionPro-Bold.eot');

  src: url('fonts/MinionPro-Bold.eot?#iefix') format('embedded-opentype'),

       url('fonts/MinionPro-Bold.woff2') format('woff2'),

       url('fonts/MinionPro-Bold.woff') format('woff'),

       url('fonts/MinionPro-Bold.ttf') format('truetype'),

       url("fonts/MinionPro-Bold.otf") format("opentype"),

       url('fonts/MinionPro-Bold.svg#MinionPro-Bold') format('svg');

  font-weight: bold;

  font-style: normal;

}

@font-face {

  font-family: 'MP';

  src: url('fonts/MinionPro-Medium.eot');

  src: url('fonts/MinionPro-Medium.eot?#iefix') format('embedded-opentype'),

       url('fonts/MinionPro-Medium.ttf') format('truetype'),

       url("fonts/MinionPro-Medium.otf") format("opentype"),

       url('fonts/MinionPro-Medium.woff2') format('woff2'),

       url('fonts/MinionPro-Medium.woff') format('woff'),

       url('fonts/MinionPro-Medium.svg#MinionPro-Medium') format('svg');

  font-weight: 500;

  font-style: normal;

}



*{

  -webkit-text-size-adjust: none;

  -ms-text-size-adjust: none;

  text-size-adjust: none;

  max-height: 1342177px;

}



*, *:before, *:after {

  margin: 0;

  padding: 0;

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  outline: none;

  border: none;

}



html, body {/*height: 100%;*/margin: 0;}



hr {border-top: 1px solid #D5D5D5;}



body {font-family: 'MP';font-size: 14px;}



a {

  text-decoration: none;

  color: #000;

}



article, section, aside, hgroup, nav, header, footer, figure, figcaption{display: block;}



input::-webkit-input-placeholder {color: #ACACAC;}

input:-moz-placeholder {color: #ACACAC;}

textarea::-webkit-input-placeholder {color: #ACACAC;}

textarea:-moz-placeholder {color: #ACACAC;}



input, textarea, select {border: 1px solid #232323;outline: none;color: #000;}



ul {margin-left: 35px;}

li {padding-left: 8px;}



ol {margin-left: 30px;}



p {margin-bottom: 20px;}



.floatLeft { float: left; }

.floatRight { float: right; }

.floatNone { float: none !important; }



.clear{clear: both;height: 0;}

.formbox{margin: 0px 0px 15px 0px;line-height: 1.5em;}

.formbox_submit{margin: 30px 0px 15px 0px;}



.input, .select{resize: none;width: 100%;color: #666;padding: 16px 17px;background: #fff;border: 1px solid #000000;font-size: 14px;}



/* ---  --- */





/* --- Modal Window --- */



#mod {position: fixed;top: 50%;left: 50%; z-index: 9995; display: none; background: #F4F4F4; }

#black {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9994;display: none;background:#000;opacity: 0.3;}

.close {cursor: pointer; width: 27px; height: 27px; background: url(images/close.png?v=1); position: absolute; top: 17px; right: 22px;}

.dialog, .cancel {cursor: pointer}

.m {display: none; }

.modbox, #modbox {padding: 63px 87px 68px 84px;color: #000;background: #fff;overflow: auto;max-height: 630px;font-size: 15px;text-align: center;}

.mod_text { line-height: 1.5em; font-size: 16px;}



/* --- // --- */



table {border-collapse: collapse;border-spacing: 0;}



/* =================================================================== */

.clearfix:before,

.clearfix:after {content: "";display: table;}

.clearfix:after,

.clearfix {clear: both;}

.hide{display:none;}

/* ====================================================================== */



b,strong{font-weight:700;display:inline-block}

header {

  padding: 13px 0;

  /*padding: 105px 0px 13px;*/

}

.breadcrumbs{padding:10px 0}

table,td,th{border:1px solid #000;padding-left:50px}

td{padding-top:15px;padding-right:15px;padding-bottom:15px}

th{height:55px;background:#3c5780;color:#fff;font-weight:400;text-align:left}

tr:nth-child(2n+1){background:#f9f9f9}

.noborder,.noborder td,th,tr{border:0}



/* --- // --- */



/* --- Article --- */



.article-list{

  list-style: none;

  margin-left: 0px;

  margin-top: 20px;

}

.article-list li{

  list-style: none;

  margin-top: 5px;

}

.article-list img{

  float: left;

  margin: 2px 0px 15px 0px;

  width: 248px;

  border: 1px solid #f2e1eb;

}

.article-title{

  margin-bottom: 12px;

  font-size: 16px;

  color: #1C150F;

  display: block;

}

.article-text {

  display: inline-block;

  width: 75%;

  margin-left: 30px;

  word-wrap: break-word;

}

.article-image {

  display: inline-block;

  vertical-align: top;

  width: 248px;

  text-align: center;

  height: 203px;

}

.article-no-image {

  padding: 95px 0px;

  font-size: 20px;

  font-weight: 300;

  border: 1px solid #f2e1eb;

}

.article-image:hover .article-no-image, .article-image:hover img {

  border: 1px solid #a84e90;

}

/* --- //Ã‚Â --- */



/* --- MenuÃ‚Â --- */



.navigation {

  display: inline-block;

}

.menuLink {

  width: 145px;

  padding: 30px 0px;

  text-align: center;

  display: inline-block;

  font-weight: bold;

  text-transform: uppercase;

  -webkit-transition: all 0.15s ease-out;

  -moz-transition: all 0.15s ease-out;

  -o-transition: all 0.15s ease-out;

  transition: all 0.15s ease-out;

}



a:hover{

  color: #ff9730;

}

.menuLink:hover {

  color: #b02275;

  background: #f6ecf4;

}

.menuLink:last-child {

  margin-right: 0px;

}

.menuLinkAct {

    pointer-events: none;

    color: #b02275 !important;

}



/* --- // --- */



.body {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  min-height: 100%;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

}



.VisualTeam {

  -webkit-box-flex: 1;

  -webkit-flex-grow: 1;

  -ms-flex-positive: 1;

  flex-grow: 1;

  -webkit-flex-shrink: 1;

  -ms-flex-negative: 1;

  flex-shrink: 1;

  -webkit-flex-basis: auto;

  -ms-flex-preferred-size: auto;

  flex-basis: auto;

}

.center {

  width: 980px;

  margin: 0 auto;

}

.content {

  padding-bottom: 50px;

  word-wrap: break-word;

}

.error-page-404{

  width: 960px; margin: auto;

}

.error-title{

  margin: 30px 0px 20px 0px;

  font-size: 30px;

  font-weight: bold;

  line-height: 1;

}

.error-text{

  margin: 0px 0px 20px 0px;

  font-size: 20px;

  line-height: 1;

}

.error-description{

  margin: 0px 0px 20px 0px;

  font-size: 12px;

  line-height: 1;

}

.error-index-link{

  margin: 0px 0px 20px 0px;

  font-size: 12px;

  line-height: 1;

  font-weight: bold;

}



/* HeaderÃ‚Â */



header {

  background: #404040;

  border-top: 2px solid #ec7a00;

}

.item-inline-block {

  display: inline-block;

}

.logo-left {

  font-size: 24px;

  font-weight: bold;

  text-transform: uppercase;

  width: 210px;

  display: inline-block;

  vertical-align: middle;

  line-height: 30px;

  border-right: 1px solid #c3c3c3;

  padding-right: 25px;

  margin-right: 25px;

}

.logo-left-title {

  color: #ff962f;

}

.logo-left-subtitle {

  color: #fefefe;

  text-align: right;

}

.logo-right {

  display: inline-block;

  font-size: 14px;

  color: #fff;

  width: 145px;

  vertical-align: middle;

  line-height: 20px;

}

.logo-left:after {

  display: inline-block;

  background: #c3c3c3;

  width: 1px;

  height: 50px;

}

.logotype {

  user-select: none;

}

.phone-block a {

  font-size: 24px;

  color: #fff;

  display: block;

}

.phone-block a span {

  font-weight: bold;

}

.phone-block {

  margin: 0 60px;

  vertical-align: middle;

  text-align: center;

}

.orange-button {

  font-weight: bold;

  text-transform: uppercase;

  color: #fff;

  width: 215px;

  text-align: center;

  background: #ff9730;

  padding: 10px 0px;

  border-bottom: 2px solid #bc6f27;

  cursor: pointer;

  display:block;

}

.banner {

  height: 710px;

  padding: 67px 0px 60px;

}

.banner-content-title {

  width: 360px;

  text-align: center;

  color: #fff;

  font-size: 56px;

  font-weight: bold;

  text-transform: uppercase;

  border: 1px solid #d7d2cd;

  margin: 0 auto;

}

.banner-content-title:nth-child(2){

  margin-top:25px;

}

.banner-content-list-services .item {

  display: inline-block;

  width: 310px;

  margin-right: 25px;

  vertical-align: top;

}

.banner-content-list-services .item-image {

  width: 310px;

  height: 223px;

  border: 1px solid #d7d2cd;

  padding: 5px;

}

.banner-content-list-services .item:last-child {

  margin: 0px;

}

.banner-content-list-services {

  margin-top: 65px;

}

.banner-content-list-services .item-name {

  font-size: 36px;

  text-align: center;

  color: #fff;

  text-transform: uppercase;

  font-weight: bold;

  margin: 20px 0px;

  line-height: 34px;

  height: 68px;

}

.banner-content-list-services .item:first-child .item-name {

  padding: 16px 0;

}

.banner-content-list-services .item-text {

  text-align: center;

  color: #fff;

  line-height: 18px;

  width: 226px;

  margin: 0 auto;

}



/* Valutation formÃ‚Â */



.valuation-block {

  background: url(/images/valutation-bg.jpg) no-repeat center center;

  height: 780px;

  padding: 55px 0px 45px;

  background-size: cover;

}

.valutation_form {

  width: 595px;

  margin: 0 auto;

}

.valutation_head {

  border: 1px solid #404040;

  text-align: center;

  text-transform: uppercase;

  font-weight: bold;

  padding: 35px 0px 40px;

  margin-bottom: 25px;

}

.valutation_form-title {

  color: #ec7a00;

  font-size: 48px;

}

.valutation_form-subtitle {

  font-size: 30px;

}

.valutation_subhead {

  font-size: 24px;

  color: #404040;

  text-align: center;

  line-height: 30px;

  margin-bottom: 30px;

}

.valutation_subhead_text a {

  color: #ec7a00;

}

.valutation_subhead_text a span {

  font-weight: bold;

}

.valutation_btn {

  width: 370px;

  padding: 18px 0px;

  margin: 0 auto;

}

.file {

  position: relative;

  width: 100%;

  height: 50px;

  background: #fff;

  color: #666;

  border: 1px solid #000000;

}

.select-file-input {

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  pointer-events: none;

  background: #fff;

  font-size: 18px;

}

.file-name {

  color: #9E9E9E;

  padding: 10px 12px;

  margin-left: 10px;

  text-align: left;

  width: 345px;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  vertical-align: middle;

}

.file-select {

  width: 100%;

  cursor: pointer;

  height: 100%;

}

.select-file {

  width: 230px;

  text-align: center;

  padding: 14px 0px;

  vertical-align: middle;

  border-right: 1px solid #000;

  background: #ff9730;

  color: #fff;

  font-weight: bold;

}

.form-alert {

  font-size: 14px;

  text-align: center;

  color: red;

  border: 1px solid red;

  background: #fff;

  padding: 5px 0px;

  margin: 10px 0px;

  display: none;

}





.full-services-title {

  font-weight: bold;

  font-size: 30px;

  color: #ec7a00;

  text-transform: uppercase;

  line-height: 36px;

}

.full-services {

  padding: 80px 0px 75px;

}

.full-services-subtitle {

  font-size: 24px;

  text-transform: uppercase;

  line-height: 36px;

  color: #404040;

  font-weight: 500;

}

.full-services hr {

  margin: 30px 0px;

}

.full-services-text {

  font-size: 18px;

  font-weight: 500;

  color: #404040;

}





.cargo-block {

  background: url(/images/cargo-bg.jpg) no-repeat center center;

  height: 350px;

  padding: 95px 0px 60px;

  text-align: center;

  text-transform: uppercase;

}

.cargo-title {

  font-size: 40px;

  color: #fff;

  font-weight: bold;

}

.cargo-subtitle {

  font-size: 24px;

  color: #fff;

}

.cargo-phone a {

  font-size: 36px;

  color: #fff;

}

.cargo-phone a span {

  font-weight: bold;

}

.orange-line {

  width: 65px;

  height: 2px;

  background: #ff9730;

  margin: 0 auto;

}

.cargo-block .orange-line {

  margin: 40px auto;

}



.callback-block {

  background: url(/images/callback.jpg) no-repeat center center;

  height: 530px;

  padding: 70px 0px 70px;

}

.callback_head {

  font-weight: bold;

  text-transform: uppercase;

  text-align: center;

  margin-bottom: 50px;

}

.callback_form-title {

  font-size: 48px;

}

.callback_btn {

  width: 370px;

  margin: 0 auto;

  padding: 18px 0px;

}

.callback_form {

  width: 595px;

  margin: 0 auto;

}

.callback_form .orange-line {

  margin: 10px auto;

}

.orange-button:hover,.orange-button:focus {

  background: #ffb56d;

}



.contact-map {

  height: 585px;

}

.contact-title {

  font-size: 48px;

  text-transform: uppercase;

  font-weight: bold;

  text-align: center;

}

.contact-block {

  padding-top: 65px;

}

.contact-info {

  position: absolute;

  top: 0;

  text-align: center;

  width: 100%;

}

.contacts {

  position: absolute;

  top: 0px;

}

.contact-block-on-map {

  position: relative;

}

.contact-info-bg {

  width: 1140px;

  margin: 0 auto;

  background: url(/images/contacts-bg.png) no-repeat center;

  height: 165px;

}

.contact-info-title {

  font-size: 36px;

  line-height: 36px;

  padding-top: 20px;

}

.contact-info-phone a {

  font-size: 24px;

  color: #ec7a00;

}

.contact-info-phone a span {

  font-weight: bold;

}

.contact-info-email a {

  color: #74a0de;

}

.contact-info-text {

  line-height: 28px;

}

footer {

  background: #404040;

  padding: 35px 0px 30px;

}

footer .logo-left-subtitle {

  color: #bdbdbd;

}

footer .logo-right-text {

  color: #afaeae;

}

.phone-footer-block {

  float: right;

}

.footer-logotype {

  float: left;

}

.phone-footer-block a {

  color: #e9e8e8;

  font-size: 20px;

  display: block;

  text-align: right;

  line-height: 28px;

}

.phone-footer-block a span {

  font-weight: bold;

}

.valutation-links-container {

  display: flex;

}

.valutation-link-inner-container {

  width: 33%;

  text-align: center;

}

.valutation-link {

  text-align: center;

  display: block;

}

.valutation-link-title {

  margin-top: 15px;

  font-weight: bold;

  font-size: 20px;

  font-family: 'MP';

}

.valutation-link-sub-text {

  color: #000;

  margin-top: 10px;

  font-size: 16px;

}

.valutation-link-download {

  text-decoration: underline;

  margin-top: 6px;

  font-size: 16px;

}

.valutation_sub-text {

  text-align: center;

  margin-top: 25px;

}



.valutation-link-inner-container:first-child .valutation_sub-text  {

  padding-right: 10px;

}

.valutation-link-inner-container:last-child .valutation_sub-text  {

  padding-left: 10px;

}

.valutation__sub-text-link-container {

  display: block;

  border-top: 1px solid black;

}

@media all and (max-width: 992px) {

  .valutation-link-title {

    font-size: 24px;

  }

  .valutation-link-sub-text, 

  .valutation-link-download {

    font-size: 19px;

  }

}

/* .valutation-links-container .valutation-link img
{
  max-width:120px;
}
@media(max-width:768px)
{
  .valutation-links-container .valutation-link img
  {
    max-width:70px;
  }
} */
