﻿/* common border radius */
/* disable text selection */
section.gt-block.contacts {
  padding: 6rem 0;
}
section.gt-block.contacts .center {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.4rem;
}
section.gt-block.contacts .time,
section.gt-block.contacts .address {
  padding: 4.2rem 5rem;
  border: 1px solid #707070;
  border: 1px solid rgba(112, 112, 112, 0.28);
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  background: white;
}
section.gt-block.contacts h2 {
  padding: 0 0 3rem 0;
  color: #2e2e2e;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
  letter-spacing: -0.02em;
}
section.gt-block.contacts p {
  padding: 0 0 3rem 0;
  color: #545454;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
section.gt-block.contacts iframe {
  width: 100%;
  height: 40rem;
  display: block;
}
section.gt-block.contacts .days-box {
  padding: 3rem 2rem 3rem 3rem;
  background: #F4F4F4;
  color: #545454;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
section.gt-block.contacts .days-box .days {
  /*width: 50%;
            float: left;*/
}
section.gt-block.contacts .days-box .days h3 {
  color: #545454;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 400;
}
section.gt-block.contacts .days-box .days ul {
  width: 100%;
  padding: 0 2rem 0 0;
  list-style: none;
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
}
section.gt-block.contacts .days-box .days ul li {
  display: table-row;
}
section.gt-block.contacts .days-box .days ul li strong,
section.gt-block.contacts .days-box .days ul li span {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
section.gt-block.contacts .days-box .days ul li strong {
  padding-right: 1rem;
  color: #2E2E2E;
}
section.gt-block.contacts .days-box .days ul li span {
  font-weight: bold;
}
section.gt-block.contacts .links {
  padding: 1.8rem 0 0 0;
}
section.gt-block.contacts .links a {
  padding: 1rem 0 1rem 7rem;
  margin: 1.8rem 0 0 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #2e2e2e;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-decoration: none;
}
section.gt-block.contacts .links a:hover {
  text-decoration: underline;
}
section.gt-block.contacts .links a:before {
  content: " ";
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #E01021;
  background-position: center center;
  background-repeat: no-repeat;
}
section.gt-block.contacts .links a.email:before {
  background-size: 2.4rem auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.59' height='20.391' viewBox='0 0 23.59 20.391'%3E%3Cpath d='M19.391,0H4.2A4.2,4.2,0,0,0,0,4.2V16.193a4.2,4.2,0,0,0,4.2,4.2H19.391a4.2,4.2,0,0,0,4.2-4.2V4.2A4.2,4.2,0,0,0,19.391,0Zm1.291,6.921L13.51,10.955a3.538,3.538,0,0,1-3.43,0L2.907,6.921A1,1,0,1,1,3.89,5.2l7.169,4a1.507,1.507,0,0,0,1.471,0l7.169-4a1,1,0,1,1,.984,1.739Z' fill='%23fff'/%3E%3C/svg%3E");
}
section.gt-block.contacts .links a.phone:before {
  background-size: 2.3rem auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.803' height='22.791' viewBox='0 0 22.803 22.791'%3E%3Cg transform='translate(0 0)'%3E%3Cpath d='M22.608,18.566,17.466,13.42a.608.608,0,0,0-.852,0L14.544,15.5a19.427,19.427,0,0,1-4.118-3.139A19.427,19.427,0,0,1,7.287,8.239L9.358,6.164a.6.6,0,0,0,0-.848L4.216.174a.6.6,0,0,0-.848,0L1.193,2.333a4.122,4.122,0,0,0-.8,4.69,32.75,32.75,0,0,0,6.4,8.968,32.749,32.749,0,0,0,8.968,6.4,4.141,4.141,0,0,0,4.69-.8l2.159-2.159a.6.6,0,0,0,0-.864Z' transform='translate(0.01 0.003)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 1400px) {
  section.gt-block.contacts {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 1000px) {
  section.gt-block.contacts {
    padding: 4rem 0;
  }
  section.gt-block.contacts .center {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 750px) {
  section.gt-block.contacts {
    padding: 4rem 0;
  }
  section.gt-block.contacts h2 {
    padding: 0 0 4rem 0;
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
  section.gt-block.contacts .time,
  section.gt-block.contacts .address {
    padding: 3rem;
  }
}
@media screen and (max-width: 500px) {
  section.gt-block.contacts .center {
    grid-gap: 3rem;
  }
  section.gt-block.contacts p {
    padding: 0 0 2rem 0;
  }
  section.gt-block.contacts iframe {
    height: 30rem;
  }
  section.gt-block.contacts .days-box {
    padding: 3rem 2rem 0 2rem;
  }
  section.gt-block.contacts .days-box .days {
    width: auto;
    padding: 0 0 3rem 0;
    float: none;
  }
  section.gt-block.contacts .time,
  section.gt-block.contacts .address {
    padding: 0;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  section.gt-block.contacts .links {
    padding: 2rem 0 0 0;
  }
  section.gt-block.contacts .links a {
    padding: 0 0 0 4.6rem;
    margin: 1.8rem 0 0 0;
    color: #2e2e2e;
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  section.gt-block.contacts .links a:before {
    width: 3.4rem;
    height: 3.4rem;
  }
  section.gt-block.contacts .links a.email:before {
    background-size: 1.8rem auto;
  }
  section.gt-block.contacts .links a.phone:before {
    background-size: 1.8rem auto;
  }
}