/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
  font-family: 'Rubik', sans-serif;
}

a {
  color: #000;
}

h4 {
  font-weight: 700;
}

/* 24 72 */
h1 {
  font-size: calc(12.35px + 3.11vw);
  padding: calc(12.35px + 3.11vw) 0;
  font-weight: 700;
}

h2 {
  font-size: calc(14.45px + 1.75vw);
  font-weight: 700;
  margin-bottom: calc(14.45px + 1.75vw);
}

h3 {
  font-size: calc(14.06px + 0.52vw);
}

h3.name {
  font-size: calc(14.45px + 1.75vw);
  margin: calc(13.63px + 1.17vw) 0;
}

h3.l {
  font-weight: 300;
}

.header {
  padding: calc(8.07px + 5.05vw) 0;
  background: #bcaaa4;
  text-align: center;
}

.header h1 {
  color: #fff;
}

.phone {
  font-size: calc(14.06px + 0.52vw);
  padding: calc(14.06px + 0.52vw) 0;
  background: #bcaaa4;
  text-align: right;
  direction: ltr;
}

.phone a.he {
  margin-left: calc(14.06px + 0.52vw);
  color: #fff;
}

.phone p {
  width: calc(-64.08px + 97.09vw);
  margin: 0 auto;
  max-width: 1600px;
}

section {
  width: calc(-64.08px + 97.09vw);
  margin: 0 auto;
  max-width: 1600px;
  padding: calc(14.45px + 1.75vw) 0;
  font-size: calc(13.54px + 0.39vw);
  line-height: 150%;
}

section p, section ul, h4 {
  margin-bottom: calc(13.54px + 0.39vw);
}

ul {
  list-style-type: disc;
}

blockquote p {
  font-style: italic;
}

blockquote small {
  font-weight: 300;
  opacity: .5;
  display: block;
  font-style: normal;
}


blockquote small:before {
  content: "-";
}

.columns, .columns2 {
  display: flex;
}

.columns div {
  width: calc(81.55px + 24.92vw);
  flex: 1;
}

.columns div:first-child {
  margin-right: calc(14.45px + 1.75vw);
}

.columns div:last-child {
  margin-left: calc(14.45px + 1.75vw);
}

.columns2 div:last-child {
  margin-left: calc(14.45px + 1.75vw);
}

@media screen and (max-width: 830px) {
  .columns, .columns2 {
    flex-direction: column;
  }

  .columns div:first-child, .columns div:last-child, .columns2 div:last-child {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  img {
    max-width: 100%;
  }
}

.profile, .contacts {
  background: #efebe9;
}

.rtl {
  direction: rtl;
}

 .rtl .phone {
  text-align: left;
}


.rtl .columns div:first-child {
  margin-right: 0;
  margin-left: calc(14.45px + 1.75vw);
}

.rtl .columns div:last-child {
  margin-right: calc(14.45px + 1.75vw);
  margin-left: 0;
}

.rtl .columns2 div:last-child {
  margin-right: calc(14.45px + 1.75vw);
  margin-left: 0;
}

@media screen and (max-width: 830px) {
  .rtl .columns div:first-child, .rtl .columns div:last-child, .rtl .columns2 div:last-child {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
