body {
    font-family: 'Open Sans',sans-serif!important
}

header {
  background: url(../assets/compare-header.png);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
  background-position: center bottom;
  background-color: #e1eaf1;
  min-height: 350px;
}

.main-gnss-image, .product-header, .main-controller-image, {
    height: 1455px;
    background-position: center;
    background-repeat: no-repeat
}

nav ul li a,nav ul li a:after,nav ul li a:before {
    transition: all .5s;
    color: #fff
}

.download-block a:hover {
    color: #fff;
    text-decoration: none
}

nav.stroke ul li a:after {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #4272ae;
    height: 4px
}

header,nav.stroke ul li a:hover:after, header,nav.stroke ul li a:focus:after {
    width: 100%
}

footer {
    width: 100%;
    background: #0874b2
}

footer .row {
    padding: 45px 0
}

footer h4,footer p {
    color: #fff;
    font-size: 16px
}

footer p {
    font-size: 14px;
    margin-top: 19px;
    line-height: 22px;
    width: 95%
}



.row {
    max-width: 1140px;
    margin: auto!important
}

.header-contact {
    background-color: #4273ae;
    display: flex;
    justify-content: center
}

.header-email,.header-phone {
    color: #fff;
    padding: 13px 10px 11px 38px;
    font-size: 15.2px;
    background-repeat: no-repeat
}

.header-email a,.header-email a:hover,.header-phone a,.header-phone a:hover,nav ul li a:hover {
    color: inherit;
    text-decoration: none
}

.header-email {
    background-image: url('../assets/email.png');
    background-position: 15px 21px;
    border-right: 1px solid #618cbf;
    width: 163px
}

.header-phone {
    background-image: url(../assets/phone.png);
    background-position: 17px 18px;
    padding-left: 39px;
    width: 170px
}

.header-search {
    padding: 10px;
    background-color: #000;
    width: 47px;
    height: 47px;
    vertical-align: top;
    background-image: url(../assets/search.png);
    background-repeat: no-repeat;
    background-position: 58% 50%;
    cursor: pointer;
    display: none;
}

.breadcrumbs ul,nav ul {
    display: flex;
    list-style: none
}

nav ul {
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-top: 106px
}

nav ul li a:hover {
    color: #fff
}

nav.stroke ul li a {
    position: relative
}

.breadcrumbs ul {
    padding-left: 0;
    border-top: 1px dotted #fff;
    margin-top: 80px;
    font-size: 14px;
    padding-top: 5px
}

.breadcrumbs li::before {
    content: url(../assets/breadcrumb-arrow.png);
    float: left;
    width: 1.4em;
    text-align: center
}

.breadcrumbs li:first-child::before {
    display: none
}

.breadcrumbs a {
    color: #505c68;
    text-decoration: none
}

.active-page a,.active-page a:hover,.breadcrumbs a:hover {
    color: #fff
}

.footer-our-logo,.footer-stonex-logo {
    align-items: baseline;
    display: flex
}

.footer-our-logo img,.footer-stonex-logo img {
    vertical-align: baseline
}

.footer-about hr,.footer-social hr {
    border-top: 1px solid #fff;
    margin-top: 5px
}

.footer-about hr {
    width: 87%;
    margin-left: 0
}

.footer-social hr {
    margin-right: 0
}

.footer-about a,.footer-about span {
    color: #182532
}

.footer-about a:hover {
    color: #fff;
    text-decoration: none
}

.footer-social {
    padding-left: 38px!important
}

.social-block {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 40px
}

.social-block a:hover {
    filter: grayscale(100%)
}

.footer-social p {
    font-size: 11px
}

.footer-stick {
    margin-left: 23px
}

.delivery section {
    background-color: #1a2432
}
.delivery h1, .contacts h1 {
    color: #fff;
    font-size: 30px;
    margin-top: 50px
}
.contacts h1 {
  position: absolute;
}
.disactive {
    display: none
}
#catalog-menu {
  width: 714px;
  background: #ecf1f4;
  position: absolute;
  z-index: 2;
  left: -115px;
  margin-top: 15px;
  padding: 15px;
}
#catalog-menu > p {
  padding-left: 13px;
  margin-top: 10px;
  display: inline-block;
  background: #ecf1f4;
  position: relative;
}
#catalog-menu hr {
  margin-top: -23px;
  width: 100%;
  margin-bottom: -10px;
}
#catalog-menu:after {
  content: '';
  border: 12px solid transparent;
  position: absolute;
  left: 26%;
  top: -24px;
  width: 0;
  transition: .3s;
  border-bottom: 12px solid #ecf1f4;
}
#gnss-menu, #collector-menu {
  display: flex;
  justify-content: space-around;
}
#gnss-menu a, #collector-menu a {
  text-align: center;
  text-decoration: none;
  color: #333;
  font-size: 21px;
  margin: 0 5px;
}
#gnss-menu a:hover, #collector-menu a:hover {
  color: #0c72b1;
}
#gnss-menu a p, #collector-menu a p {
  margin-top: 7px;
}
.compare-section {
  background: #e1eaf1;
}
#tablesWrapper {
  display: flex;
  overflow: hidden;
  background: url(../assets/gear.png);
  background-repeat: no-repeat;
  background-position: center 25px;
}

.compare-wrapper {
  max-width: 1140px;
  margin: auto;
  padding-bottom: 70px;
  overflow-y: hidden;
  height: calc(100vh - 642px);
  min-height: 600px;
  transition: 0.3s;
}
.wrapperH {
  height: auto;
  transition: 0.3s;
}
.compare-controls {
  padding: 40px 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.compare-controls form, #clearBox, #diffBox {
  margin: 10px 0;
}
.compare-wrapper table {
  border-spacing: 0px;
  border-collapse: separate;
  table-layout: fixed;
}
.compare-wrapper table p {
  margin: 0;
  min-width: 240px;
}
.compare-wrapper table td {
  font-size: 14px;
  border-top: 1px solid #e2e9ef;
  display: flex;
  align-items: center;
}
.compare-wrapper table tr, .compare-wrapper table tr:first-child td  {
  text-align: center;
}
.compare-wrapper table tr {
  display: flex;
  /*transition: 0.3s;*/
  max-height: 300px;
}
.compare-wrapper table tr:nth-child(n+2):hover td {
  background-color: #096aa2 !important;
  color: #fff;
  transition: 0.2s;
}
.s700a, .s800a, .s850a, .s980, .s990a, .s900a, .s900, .main-gnss {
  background-color: #0874b2;
  color: #fff;
  width: 0px;
  padding: 10px 0;
  border-left: 0px solid #e2e9ef;
  box-sizing: content-box;
  overflow: hidden;
  transition: 0.3s;
}
.s40, .s4ii, .ut10, .ut20, .ut30, .ut50, .main-controller {
  width: 0;
  background-color: #0874b2;
  color: #fff;
  padding: 10px 0;
  border-left: 0px solid #e2e9ef;
  box-sizing: content-box;
  overflow: hidden;
  transition: 0.3s;
}
.main-gnss, .main-controller {
  background-color: #fff;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  border: 0 !important;
}
.show-column {
  width: 241px;
  padding: 10px 10px;
  border-left: 25px solid #e2e9ef;
  transition: 0.3s;
}
.show-column:first-child {
  width: 260px;
}
.hide-row {
  max-height: 0px !important;
  transition: 0.3s;
}
.hide-row-fast {
  transition-delay: 0.3s;
  max-height: 0px !important;
}
.hide-row .show-column {
  padding: 0 10px;
}
.main-gnss img, .main-controller img {
  margin: auto;
}
.frow {
  background-color: #096aa2;
  display: block !important;
}
.frow img{
  width: 180px;
}
.frow h2 {
  margin: 0 20px;
}
.frow div:first-child{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -10px;
  margin-right: -10px;
}
.frow a {
  display: block;
  margin: -10px -10px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  background-color: #1b2433;
  background-image: url('../assets/compare-arrow.png');
  background-repeat: no-repeat;
  background-position: 40px center;
  border-top: 1px solid #e2e9ef;
  min-width: 240px;
}
.minus-button {
  width: 50px;
  height: 50px;
  background: #fff;
  background-color: #264f82;
  font-size: 35px;
  cursor: pointer;
}
.selectBox {
  position: relative;
  background-color: #0874b2;
  width: 200px;
  padding: 10px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.inactive-button {
  background-color: #748793 !important;
  transition: 0.3s;
  pointer-events: none;
}
.selectBox:active {
  box-shadow: 0 0 1px rgba(0,0,0,.5) inset, 0 2px 3px rgba(0,0,0,.5) inset, 0 1px 1px rgba(255,255,255,.1) !important;
}
.active-button {
  box-shadow: 0 0 1px rgba(0,0,0,.5) inset, 0 2px 3px rgba(0,0,0,.5) inset, 0 1px 1px rgba(255,255,255,.1) !important;
}
#diffBox.active-button {
  color: #ccc;
  background-color: #0874b2b3;
}
.selectBox:focus span {
  display: none;
}
.selectBox select {
  width: 100%;
  font-weight: bold;
}
.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#gnss-checkboxes, #controller-checkboxes {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 200px;
  z-index: 10;
}
#gnss-checkboxes label, #controller-checkboxes label {
  display: block;
  margin: 0;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #c8c8c8;
}
#gnss-checkboxes input, #controller-checkboxes input {
  margin-right: 10px;
}
#gnss-checkboxes label:hover, #controller-checkboxes label:hover {
  background-color: #1e90ff;
}

input:disabled+label {
  color: #ccc;
}
#controller-table .frow {
  height: 240px;
}
#controller-table .frow img {
  width: auto;
  height: 150px
}
#controller-table .frow a {
  margin: 9px -10px;
}
.compare-description {
  text-align: center;
  color: #5a646d;
  font-size: 18px;
}
