html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [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-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}*,
*:before,
*:after {
box-sizing: border-box;
}
body {
position: relative;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
font-size: 16px;
color: #000;
background: #fff;
}
h1,
h2,
h3 {
margin: 0;
font-weight: normal;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 24px;
}
a {
color: #fff;
display: inline-block;
text-decoration: none;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
}
a:focus {
outline: 0 none;
}
a img {
display: block;
}
ul,
ol,
li {
position: relative;
margin: 0;
padding: 0;
list-style-type: none;
}
ol {
counter-reset: num;
}
ol li {
padding-left: 35px;
}
ol li:before {
content: counter(num) '.'; 
counter-increment: num;
display: inline-block;	
position: absolute;
top: 0;
left: 12px;
width: 20px;   
font-size: 15px;
font-weight: 700; 
color: #0082E9;
text-align: right;
}
p {
margin: 0;
padding: 0;
}
input,
button {
border: 0 none;
outline: 0 none;
background: transparent;
}
.page-wrap {
min-width: 320px;
overflow: hidden;
}
.container {
position: relative;
margin: 0 auto;
max-width: 1200px;
width: 100%;
}
.d-flex {
display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
}
.align-items-center {
align-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
}
.justify-content-center {
justify-content: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
}
.justify-content-between {
justify-content: space-between;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
}
.flex-direction-column {
flex-direction: column;
}
.flex-wrap-wrap {
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
} .ng-img {
position: fixed;
top: 0;
left: 0;
width: 283px;
height: 312px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/ng-img.png) no-repeat;
z-index: 200;
}
.chat {
position: fixed;
top: 285px;
right: 0;
width: 260px;
height: 150px;
font-size: 14px;
font-weight: 600;
color: #fff;
overflow: hidden;
z-index: 50;
}
.chat>div {
transition: all .8s ease;
-webkit-transition: all .8s ease;
-moz-transition: all .8s ease;
-ms-transition: all .8s ease;
-o-transition: all .8s ease;
}
.chat__line-1 {
position: relative;
left: 160px;
height: 100px;
background: #091A2F;
cursor: pointer;
}
.chat__line-1 i {
position: relative;
top: 50%;
left: 33px;
display: block;
width: 46px;
height: 39px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
}
.chat__line-1 i:after {
position: relative;
left: -5px;
content: '';
display: block;
width: 46px;
height: 39px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/sprite.png) -44px -107px;
}
.chat__line-1 span {
padding-left: 100px;
line-height: 24px;
}
.chat__line-2 {
position: relative;
top: 0;
left: 210px;
padding-left: 83px;
width: 200px;
height: 50px;
line-height: 50px;
color: #081B30;
background: #F0F0F0;
cursor: pointer;
}
.chat__line-2 i {
position: absolute;
top: 50%;
left: 19px;
margin-top: -10px;
width: 11px;
height: 20px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/sprite.png) -195px -0;
}
.chat--open .chat__line-1 {
left: 0;
}
.chat--open .chat__line-2 {
left: 60px;
}
.chat--open .chat__line-2 i {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.img-loading {
width: 48px;
height: 48px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/loading.gif) center no-repeat;
}
.b-lazy {
-webkit-transition: opacity 500ms ease-in-out;
-moz-transition: opacity 500ms ease-in-out;
-o-transition: opacity 500ms ease-in-out;
transition: opacity 500ms ease-in-out;
max-width: 100%;
opacity: 0;
}
.b-lazy.b-loaded {
opacity: 1;
}
.header__inner {
background: #091A2F;
}
.logo {
position: relative;
}
.logo img {
position: relative;
z-index: 1;
}
.logo:before {
position: absolute;
top: 50%;
right: 0;
content: '';
width: 160px;
height: 160px;
background: radial-gradient(circle closest-side at center, rgba(0, 47, 112, 1) 0%, rgba(9, 26, 47, 1) 100%);
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
}
.header__container {
height: 160px;
}
.menu-open {
overflow: hidden;
}
.menu__list {
margin: 35px -11px 0;
}
.menu__list li {
position: relative;
padding: 0 11px;
}
.menu__list a {
position: relative;
font-size: 14px;
font-weight: 900;
text-transform: uppercase;
}
.menu__list a:after,
.sidebar a:after {
position: absolute;
top: 170%;
left: 0;
content: '';
opacity: 0;
visibility: hidden;
width: 100%;
height: 1px;
background: #008DF9;
pointer-events: none;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transform: translateY(1px);
-webkit-transform: translateY(1px);
-moz-transform: translateY(1px);
-ms-transform: translateY(1px);
-o-transform: translateY(1px);
}
.menu__list li:not(.menu-item-has-children) a:hover:after,
.sidebar a:hover:after {
opacity: 1;
visibility: visible;
transform: translateY(-12px);
-webkit-transform: translateY(-12px);
-moz-transform: translateY(-12px);
-ms-transform: translateY(-12px);
-o-transform: translateY(-12px);
}
.current-menu-item a,
.menu__list a:hover,
.sidebar a:hover {
color: #008DF9;
}
.menu-item-has-children {
position: relative;
}
.menu-item-has-children .dropdown-arr svg {
fill: #008BF7;
}
.dropdown-arr {
position: absolute;
top: 16px;
right: -30px;
display: none;
}
.dropdown-arr svg {
width: 18px;
height: 18px;
fill: #fff;
} .menu__list ul {
position: absolute;
left: 0;
margin-top: 20px;
padding: 24px 30px;
width: auto;
background: #091A2F;
text-align: left;
opacity: 0;
visibility: hidden;
transition-property: opacity, visibility, margin;
transition-duration: 0.2s;
transition-delay: .15s;
z-index: 999;
}
.menu__list ul li {
padding: 6px 0;
width: 100%;
}
.menu__list .sub-menu a {
padding: 0 0 2px;
color: #fff;
white-space: nowrap;
border-bottom: 1px solid transparent;
transition: border-color .3s ease, color .3s ease;
-webkit-transition: border-color .3s ease, color .3s ease;
-moz-transition: border-color .3s ease, color .3s ease;
-ms-transition: border-color .3s ease, color .3s ease;
-o-transition: border-color .3s ease, color .3s ease;
}
.menu__list .sub-menu a:hover {
color: #008DF9;
}
.menu__list li:hover ul {
margin-top: 0;
opacity: 1;
visibility: visible;
}
.menu-icon {
position: absolute;
top: 20px;
right: 15px;
display: none;
width: 40px;
height: 24px;
z-index: 300;
}
.contacts__item-ico {
position: relative;
top: 2px;
left: 0;
width: 32px;
height: 32px;
margin-right: 15px;
}
.contacts__item + .contacts__item {
margin-left: 20px;
}
.contacts__item-ico:before,
.chat__line-1 i:before {
position: absolute;
top: 50%;
left: calc(50% - 3px);
content: '';
display: block;
width: 80px;
height: 80px;
background: radial-gradient(circle closest-side at center, rgba(0, 47, 112, 1) 0%, rgba(9, 26, 47, 1) 100%);
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
border-radius: 35px;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
-ms-border-radius: 35px;
-o-border-radius: 35px;
}
.contacts__item-ico:after {
position: relative;
top: 0;
left: 0;
content: '';
display: block;
width: 32px;
height: 32px;
}
.contacts__item--ph .contacts__item-ico {
width: 16px;
}
.contacts__item span:nth-child(2) {
position: relative;
}
.contacts__item--wa .contacts__item-ico:after {
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/sprite.png) -163px -96px;
}
.contacts__item--tg .contacts__item-ico:after {
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/sprite.png) -163px -32px;
}
.contacts__item--in .contacts__item-ico:after {
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/sprite.png) -163px -0;
}
.contacts__item--vk .contacts__item-ico:after {
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/sprite.png) -163px -64px;
}
.contacts__item--ph .contacts__item-ico:after {
width: 16px;
height: 34px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/sprite.png) -99px -51px;
}
.contacts__item--em .contacts__item-ico:after {
width: 32px;
height: 32px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/sprite.png) -122px -107px;
}
.contacts__item--vb .contacts__item-ico:after {
width: 32px;
height: 34px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/sprite.png) -90px -107px;
}
.contacts__item-name,
.contacts__item-text {
display: block;
}
.contacts__item-name {
margin-bottom: 3px;
font-size: 12px;
color: #008DFA;
}
.contacts__item-text {
font-size: 18px;
font-weight: 900;
color: #fff;
transition: text-shadow .3s ease;
-webkit-transition: text-shadow .3s ease;
-moz-transition: text-shadow .3s ease;
-ms-transition: text-shadow .3s ease;
-o-transition: text-shadow .3s ease;
z-index: 1;
}
.contacts__item:hover .contacts__item-text {
text-shadow: 0 0 5px rgba(0, 141, 250, .5), 0 0 15px #008DFA, 0 0 35px #008DFA;
}
.btn {
display: block;
padding: 0;
width: 320px;
height: 55px;
font-size: 14px;
font-weight: 600;
line-height: 55px;
text-align: center;
text-transform: uppercase;
background: rgb(0, 74, 252);
background: linear-gradient(95deg, rgba(0, 74, 252, 1) 0%, rgba(0, 74, 252, 1) 5%, rgba(0, 146, 252, 1) 27%, rgba(0, 146, 252, 1) 33%, rgba(0, 74, 252, 1) 63%, rgba(0, 74, 252, 1) 66%, rgba(0, 146, 252, 1) 95%, rgba(0, 146, 252, 1) 100%);
background-size: 115%;
background-position: -15px 0;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
transition: all .5s ease;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
}
.btn:hover {
background-size: 170%;
} .slider__inner {
background: #FBFBFB;
}
.slider__container {
padding-top: 65px;
}
.slider__list {
visibility: hidden
}
.slider__list.slick-initialized {
visibility: visible;
}
.slick-initialized .slider__item {
display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
}
.slider__list .slick-list {
margin-left: -15px;
padding-left: 15px;
}
.slider__item {
position: relative;
outline: none;
opacity: 0;
}
.slider__item.slick-active {
opacity: 1;
}
.sqr-box {
position: absolute;
top: 0;
left: -15px;
width: 0;
height: 212px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/sqr-bg.png) 0 0 no-repeat;
transition: width .7s ease-out;
-webkit-transition: width .7s ease-out;
-moz-transition: width .7s ease-out;
-ms-transition: width .7s ease-out;
-o-transition: width .7s ease-out;
}
.slick-active .sqr-box {
width: 211px;
}
.slider__text-wrap {
margin: auto 40px 0;
width: 320px;
}
.slider__text-wrap h2,
.slider__image-wrap h3 {
font-size: 24px;
font-weight: 900;
color: #091A2F
}
.slider__text-wrap h2 {
overflow: hidden;
}
.slick-active .slider__text-wrap h2 {
animation: slideLeft 1s both 0s;
-webkit-animation: slideLeft 1s both .5s;
transform: translateX(-115%);
-webkit-transform: translateX(-115%);
-moz-transform: translateX(-115%);
-ms-transform: translateX(-115%);
-o-transform: translateX(-115%);
}
.slider__text-wrap p {
margin: 28px 0 40px;
line-height: 1.5;
}
.slider__image-wrap {
position: relative;
}
.slider__image-wrap img {
display: block;
}
.slider__image-wrap .m-title,
.slider__image-wrap h3 {
position: absolute;
left: 15px;
bottom: 127px;
padding: 20px 30px;
max-width: 460px;
font-weight: 400;
background: rgb(255, 255, 255);
background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 0.1) 100%);
}
.slider__image-wrap .m-title,
.slider__item > .btn {
display: none;
}
.slider-nav-dots {
position: relative;
margin: 0 0 0 auto;
padding: 83px 0;
max-width: 766px;
}
.slick-dots {
position: absolute;
top: 50%;
left: 50%;
margin: 0 -10px;
display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
align-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
.slick-dots li {
margin: 0 10px;
}
.slick-dots__item {
display: block;
width: 6px;
height: 6px;
background: #007BFC;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
transition: all .3s ease-out;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
}
.slick-dots li:first-child .slick-dots__item {
transform: scale(2.7);
-webkit-transform: scale(2.7);
-moz-transform: scale(2.7);
-ms-transform: scale(2.7);
-o-transform: scale(2.7);
}
.slick-dots li:nth-child(2) .slick-dots__item {
transform: scale(1.7);
-webkit-transform: scale(1.7);
-moz-transform: scale(1.7);
-ms-transform: scale(1.7);
-o-transform: scale(1.7);
}
.slick-active .slider__text-wrap p {
animation: fadeInUp 1s both 1.2s;
-webkit-animation: fadeInUp 1s both 1.2s;
}
.slick-active .slider__text-wrap .btn {
animation: fadeIn 1s both 1.7s;
-webkit-animation: fadeIn 1s both 1.7s;
} @-webkit-keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(50px);
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-ms-transform: translateY(50px);
-o-transform: translateY(50px);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-ms-transform: translateY(0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-o-transform: translateY(50px);
transform: translateY(50px);
-ms-transform: translateY(50px);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-ms-transform: translateY(0);
}
} @-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
} @-webkit-keyframes slideLeft {
0% {
transform: translateX(-115%);
-webkit-transform: translateX(-115%);
-moz-transform: translateX(-115%);
-ms-transform: translateX(-115%);
-o-transform: translateX(-115%);
}
100% {
transform: translateX(0%);
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
}
}
@keyframes slideLeft {
0% {
transform: translateX(-115%);
-webkit-transform: translateX(-115%);
-moz-transform: translateX(-115%);
-ms-transform: translateX(-115%);
-o-transform: translateX(-115%);
}
100% {
transform: translateX(0%);
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
}
}
.slider__image-wrap img {
max-width: 100%;
height: auto;
opacity: 0;
transition: .8s ease-out;
-webkit-transition: .8s ease-out;
-moz-transition: .8s ease-out;
-ms-transition: .8s ease-out;
-o-transition: .8s ease-out;
transform: translateX(30%);
-webkit-transform: translateX(30%);
-moz-transform: translateX(30%);
-ms-transform: translateX(30%);
-o-transform: translateX(30%);
}
.slick-active .slider__image-wrap img {
animation: slideRight 1s both 0s;
-webkit-animation: slideRight 1s both 0s;
}
.slider__image-wrap h3 {
opacity: 0;
transition: .8s ease-out .6s;
-webkit-transition: .8s ease-out .6s;
-moz-transition: .8s ease-out .6s;
-ms-transition: .8s ease-out .6s;
-o-transition: .8s ease-out .6s;
}
.slick-active .slider__image-wrap h3 {
opacity: 1;
} @-webkit-keyframes slideRight {
0% {
transform: translateX(-150%);
-webkit-transform: translateX(-150%);
-moz-transform: translateX(-150%);
-ms-transform: translateX(-150%);
-o-transform: translateX(-150%);
}
100% {
transform: translateX(0%);
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
}
}
@keyframes slideRight {
0% {
opacity: 0;
transform: translateX(30%);
-webkit-transform: translateX(30%);
-moz-transform: translateX(30%);
-ms-transform: translateX(30%);
-o-transform: translateX(30%);
}
100% {
opacity: 1;
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
}
}
.scroll-down {
display: block;
margin: 65px auto 90px;
width: 44px;
height: 42px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/sprite.png) -0 -107px;
} .advantages .section-title {
margin-top: 95px;
}
.page-about .advantages .section-title {
margin-top: 115px;
}
.section-title {
position: relative;
margin-bottom: 170px;
padding-left: 40px;
}
.section-title>span {
position: relative;
font-size: 24px;
font-weight: 600;
color: #091A2F;
text-transform: uppercase;
z-index: 1;
}
.clone-title {
position: absolute;
left: 38px;
bottom: -5px;
font-size: 60px;
font-weight: 900;
color: #F0F0F0;
text-transform: uppercase;
}
.advantages__list {
margin: 0 0 -90px;
}
.advantages__list:before {
position: absolute;
top: 20px;
right: -202px;
content: '?';
font-size: 800px;
font-weight: 900;
color: #F0F0F0;
}
.advantages__item {
position: relative;
margin-bottom: 90px;
width: 320px;
text-align: center;
}
.advantages__item h3 {
position: absolute;
top: 130px;
left: 50%;
font-size: 18px;
font-weight: 700;
line-height: 1.3;
text-transform: uppercase;
color: #091A2F;
white-space: nowrap;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
}
.advantages__item p {
margin-top: 98px;
font-size: 14px;
font-weight: 600;
color: #A9A9A9;
}
.advantages__item span {
position: relative;
margin: 0 auto;
width: 82px;
height: 82px;
background: #752ADB;
background: -webkit-linear-gradient(bottom right, #0092FC, #005EFC);
background: -moz-linear-gradient(bottom right, #0092FC, #005EFC);
background: linear-gradient(to top left, #0092FC, #005EFC);
border-radius: 5px;
}
.advantages__item span:before {
position: absolute;
top: 5px;
left: 5px;
content: '';
width: 82px;
height: 82px;
background: #F7F7F7;
border-radius: 5px;
z-index: -1;
}
.advantages__item span i {
position: relative;
display: block;
margin: auto;
content: '';
}
.advantages__item:nth-child(1) span i {
width: 44px;
height: 50px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/sprite.png) -115px -50px;
}
.advantages__item:nth-child(2) span i {
top: -4px;
width: 59px;
height: 47px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/sprite.png) -56px -0;
}
.advantages__item:nth-child(3) span i {
width: 48px;
height: 56px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/sprite.png) -0 -51px;
}
.advantages__item:nth-child(4) span i {
width: 56px;
height: 51px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/sprite.png) -0 -0;
}
.advantages__item:nth-child(5) span i {
width: 48px;
height: 50px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/sprite.png) -115px -0;
}
.advantages__item:nth-child(6) span i {
width: 51px;
height: 51px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/sprite.png) -48px -51px;
}
.home-desc {
margin-top: -110px;
padding-bottom: 100px;
} .about__inner {
margin-top: 125px;
background: #FBFBFB;
}
.about__container {
position: relative;
min-height: 555px;
}
.about__container:before {
position: absolute;
left: -170px;
bottom: 0;
content: '';
width: 551px;
height: 603px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/girl-1.png) no-repeat;
}
.about__inner h1 {
margin-bottom: 47px;
font-size: 24px;
font-weight: 900;
}
.about__inner article {
margin: 0 115px 0 auto;
padding-top: 90px;
max-width: 610px;
}
.about__inner article div {
margin-bottom: 72px;
font-weight: 600;
line-height: 24px;
} [data-aos="fade-left-big"] {
transform: translate3d(200px, 0, 0);
-webkit-transform: translate3d(200px, 0, 0);
-moz-transform: translate3d(200px, 0, 0);
-ms-transform: translate3d(200px, 0, 0);
-o-transform: translate3d(200px, 0, 0);
}
[data-aos="fade-left-big"].animated {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
} .services__inner {
padding: 178px 0 170px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/map-bg.jpg) calc(100% + 19px) 0 no-repeat;
}
.services__inner .section-title {
margin-bottom: 120px;
padding-right: 401px;
text-align: right;
}
.services__inner .clone-title {
left: initial;
right: 0
}
.services__list {
position: relative;
margin: 0 -5px -25px;
padding-left: 40px;
}
.girl {
position: absolute;
top: -85px;
right: -163px;
}
.services__item {
position: relative;
margin: 0 5px 25px;
width: calc(25% - 10px);
}
.services__item-price {
position: absolute;
top: -15px;
right: 25px;
padding: 0 15px;
height: 30px;
color: #fff;
line-height: 30px;
background: rgb(0, 74, 252);
background: linear-gradient(90deg, rgba(0, 74, 252, 1) 0%, rgba(0, 74, 252, 1) 5%, rgba(0, 146, 252, 1) 27%, rgba(0, 146, 252, 1) 33%, rgba(0, 74, 252, 1) 63%, rgba(0, 74, 252, 1) 66%, rgba(0, 146, 252, 1) 95%, rgba(0, 146, 252, 1) 100%);
border-radius: 3px;
}
.services__item-img {
margin-bottom: 20px;
padding: 0 10px;
height: 115px;
background: #fff;
border-radius: 5px;
box-shadow: 0 0 30px 5px rgba(0, 0, 0, .1);
}
.services__item-img img {
max-width: 100%;
height: auto;
}
.services__item .btn {
width: 100% ;
max-width: none;
height: 45px;
line-height: 45px;
} .footer__inner {
margin-top: 170px;
background: #091A2F;
}
.footer .container {
padding-bottom: 60px;
min-height: 395px;
font-size: 18px;
}
.present {
position: absolute;
top: -170px;
left: 50%;
margin-left: -157px;
width: 314px;
height: 243px;
z-index: 1;
}
.present:before {
position: absolute;
top: 0;
left: 0;
content: '';
width: 314px;
height: 255px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/present-ico.png) no-repeat;
}
.col--left {
margin: 110px 10px 0 -15px;
}
.copyright {
position: relative;
margin-top: 15px;
font-size: 12px;
color: #fff;
}
.col--right {
margin-top: 86px;
}
.footer__menu {
margin-bottom: 47px;
padding-bottom: 47px;
border-bottom: 1px solid #fff;
}
.scroll-top {
position: fixed;
right: 185px;
bottom: 15px;
width: 74px;
height: 74px;
background: #0046fb;
opacity: 0;
background: radial-gradient(ellipse at bottom, #0046fb, #0090fc);
background-position: -8px 0;
background-size: 120%;
border-radius: 5px;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
z-index: 2;
}
.scroll-top:after {
display: block;
content: '';
margin: auto;
width: 27px;
height: 15px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/sprite.png) -0 -149px;
}
.scroll-top--active {
opacity: 1;
transition: bottom .6s cubic-bezier(.34, 1.56, .64, 1), opacity .6s ease, background-color .3s ease;
-webkit-transition: bottom .6s cubic-bezier(.34, 1.56, .64, 1), opacity .6s ease, background-color .3s ease;
-moz-transition: bottom .6s cubic-bezier(.34, 1.56, .64, 1), opacity .6s ease, background-color .3s ease;
-ms-transition: bottom .6s cubic-bezier(.34, 1.56, .64, 1), opacity .6s ease, background-color .3s ease;
-o-transition: bottom .6s cubic-bezier(.34, 1.56, .64, 1), opacity .6s ease, background-color .3s ease;
}
.t-none {
transition: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
} .form {
position: relative;
}
.fileld-group input {
margin: 0 0 15px;
padding: 0 20px;
width: 100%;
height: 50px;
font-size: 14px;
line-height: 50px;
color: #fff;
border: 1px solid #0082E7;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
input[type='checkbox'] {
position: absolute;
opacity: 0;
visibility: hidden;
}
.form textarea {
display: block;
margin: 0 0 20px;
padding: 20px;
width: 100%;
height: 125px;
min-height: 125px;
max-height: 250px;
font-size: 14px;
color: #fff;
background: transparent;
border: 1px solid #0082E7;
resize: vertical;
outline: none;
border-radius: 3px;
}
.reviews-form input,
.reviews-form textarea {
color: #0082E7;
}
.form .btn {
width: 100%;
height: 50px;
line-height: 50px;
color: #fff;
cursor: pointer;
border-radius: 3px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #0082E7;
opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: #0082E7;
opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
color: #0082E7;
opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #0082E7;
opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
color: #0082E7;
opacity: 1;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
opacity: 0;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
opacity: 0;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
opacity: 0;
} .toast {
position: device-fixed;
position: fixed;
top: 15px;
right: -100%;
will-change: auto;
padding: 0 15px 2px 2px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
box-shadow: 0 0 15px rgba(0, 0, 0,.4);
opacity: 0;
visibility: hidden;
transition: right .8s cubic-bezier(.34, 1.26, .64, 1);
-webkit-transition: right .8s cubic-bezier(.34, 1.26, .64, 1);
-moz-transition: right .8s cubic-bezier(.34, 1.26, .64, 1);
-ms-transition: right .8s cubic-bezier(.34, 1.26, .64, 1);
-o-transition: right .8s cubic-bezier(.34, 1.26, .64, 1);
z-index: 1000;
}
.toast--success {
right: 15px;
background: #639939;
opacity: 1;
visibility: visible;
}
.toast--error {
background: #E11F25;
}
.toast__icon {
display: none;
width: 50px;
height: 50px;
}
.toast--error .toast__icon--error,
.toast--success .toast__icon--success {
display: block;
}
.icon-success {
fill: none;
stroke: #fff;
stroke-width: 8px;
}
.icon-error {
fill: #fff;
stroke: #fff;
stroke-width: 4px;
}
.toast__text {
color: #fff;
} .overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: none;
text-align: center;
font-size: 0;
pointer-events: none;
background: rgba(240, 240, 240, .9);
overflow-y: auto;
z-index: 1000;
}
.overlay:before {
content: " ";
display: inline-block;
vertical-align: middle;
height: 100%;
}
.modal {
position: relative;
display: inline-block;
margin: 20px auto;
width: 400px;
vertical-align: middle;
pointer-events: none;
z-index: 150;
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
}
.overlay--open,
.overlay--open .modal {
pointer-events: auto;
}
.close {
position: absolute;
top: 20px;
right: 20px;
width: 18px;
height: 19px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/sprite.png) -0 -164px;
cursor: pointer;
z-index: 101;
}
.form-box {
padding: 50px;
font-size: 16px;
background: #091A2F;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.form-box h3,
.form-box h4 {
text-align: center;
}
.form-box h3 {
margin: 0 0 8px;
font-size: 18px;
font-weight: 900;
text-transform: uppercase;
color: #fff;
}
.form-box h4 {
margin: 0 0 40px;
font-size: 12px;
font-weight: 400;
color: #008DFA;
} .breadcrumbs__container {
padding: 55px 0;
font-size: 14px;
font-weight: 700;
}
.category-4 .breadcrumbs__container {
padding-bottom: 40px;
}
.main .breadcrumbs__container {
padding: 0 0 25px;
}
.page-about .breadcrumbs__container {
padding: 55px 0 40px;
}
.breadcrumbs__container a,
.breadcrumbs__container span {
font-size: 14px;
text-transform: uppercase;
color: #000;
}
.breadcrumbs__container .current-item {
display: inline-block;
line-height: 15px;
color: #008DF9;
border-bottom: 1px solid #008DF9;
}
.main-wrap > .breadcrumbs {
position: static;
display: none;
} .page-contacts .main .row:first-child {
margin-bottom: 50px;
background: url(//kazan.big-word.ru/wp-content/themes/bigword/img/contacts-bg.jpg) 0 0 no-repeat;
}
.page-contacts .main .contacts {
margin-top: auto;
margin-bottom: -3px;
flex: 1 1 auto; 
}
.page-contacts .main .contacts__item-ico:before {
display: none;
}
.page-contacts .main .contacts__item-text {
color: #010101;
}
.page-contacts .main .form-box {
padding: 55px 50px;
margin-left: 45px;
width: 400px;
flex: 0 0 auto;
}
.page-contacts .main .form-box textarea {
height: 95px;
min-height: 95px;
}
.row--map {
height: 335px;
background: #f0f0f0;
}
.page-contacts .main .row:last-child {
margin: 55px 0 0;
}
.category .main,
.page-contacts .main {
margin-bottom: 295px;
}
.main-wrap .main {
margin-bottom: 170px;
} .banner {
margin-bottom: 55px;
text-align: center;
}
.banner__title {
margin-bottom: 35px;
font-size: 24px;
font-weight: 700;
color: #010101;
}
.buy-reviews__item {
position: relative;
margin-bottom: 67px;
width: calc(50% - 25px);
}
.buy-reviews__item-img a {
line-height: 0;
border-radius: 3px;
overflow: hidden;
background: #EEF7FF url(//kazan.big-word.ru/wp-content/themes/bigword/img/loading.gif) center no-repeat;
}
.buy-reviews__item-img img,
.banner img {
display: inline-block;
max-width: 100%;
height: auto;
}
.buy-reviews__item-content {
padding: 20px 85px 20px;
} 
.buy-reviews__item-content h2 a {
font-size: 14px;
font-weight: 700;
color: #282828;
text-transform: uppercase;
}
.buy-reviews__item-content > div:nth-child(2) {
margin: 18px 0 0;
font-size: 13px;
line-height: 24px;
color: #898989;
}
.buy-reviews__item-content > div:nth-child(2) {
margin-bottom: 85px;
}
.price-btn-box {
position: absolute;
bottom: 0;
left: 172px;
}
.price-btn-box__price {
position: absolute;
top: 50%;
left: -87px;
font-size: 36px;
font-weight: 700;
text-transform: uppercase;
color: #EBEBEB;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
z-index: -1;
}
.price-btn-box__price span {
display: block;
font-size: 56px;
line-height: 57px;
}
.price-btn-box .btn {
width: 150px;
height: 50px;
line-height: 50px;
}
.price-btn-box .btn--more {
margin-left: 5px;
color: #898989;
background: #ebebeb;
}
.price-btn-box .btn--more:hover {
color: #010101;
}
.buy-reviews__item:nth-child(6n+1),
.buy-reviews__item:nth-child(6n+4) {
width: 100%;
display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
}
.buy-reviews__item:nth-child(3n) {
margin-left: auto;
}
.buy-reviews__item:nth-child(6n+1) .buy-reviews__item-content,
.buy-reviews__item:nth-child(6n+4) .buy-reviews__item-content {
padding: 0;
max-width: 405px;
width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.buy-reviews__item:nth-child(6n+1) .buy-reviews__item-img {
margin-right: 45px;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.buy-reviews__item:nth-child(6n+4) .price-btn-box,
.buy-reviews__item:nth-child(6n+1) .price-btn-box {
left: initial;
right: 0;
}
.buy-reviews__item:nth-child(6n+4) .buy-reviews__item-content {
position: relative;
}
.buy-reviews__item:nth-child(6n+1) .price-btn-box,
.buy-reviews__item:nth-child(6n+4) .price-btn-box {
margin-bottom: 30px;
}
.buy-reviews__item:nth-child(6n+1) .price-btn-box,
.buy-reviews__item:nth-child(6n+4) .price-btn-box {
margin-left: auto;
}
.buy-reviews__item:nth-child(6n+4) .buy-reviews__item-img {
margin-left: 45px;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.buy-reviews__item:nth-child(6n+4) .buy-reviews__item-content {
padding: 25px 0 0;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.entry-post {
margin-top: 60px;
}
.entry-post h1 {
font-size: 19px;
font-weight: 900;
color: #010101;
}
.entry-post h2,
.entry-post h3,
.entry-post h4 {
font-size: 18px;
font-weight: 600;
color: #0082E2;
}
.entry-post h1,
.entry-post h2,
.entry-post h4,
.entry-post h5,
.entry-post h6,
.entry-post h3,
.entry-post p,
.entry-post ul,
.entry-post ol {
margin-bottom: 24px;
}
.entry-post p,
.entry-post li,
.entry-post blockquote {
font-size: 15px;
line-height: 24px;
color: #003366;
}
.entry-post *:last-child {
margin-bottom: 0;
}
.entry-post ul li {
padding-left: 20px;
}
.entry-post ul li:before {
position: absolute;
top: 10px;
left: 5px;
content: '';
width: 6px;
height: 6px;
background: #0082E7;
border-radius: 3px;
}
.entry-post img {
display: block;
max-width: 100%;
height: auto;
}
.entry-post a:not(.btn) {
line-height: 16px;
color: #0082E7;
border-bottom: 1px solid transparent;
}
.entry-post a:hover {
border-bottom: 1px solid #0082e7;
} .main-wrap {
padding-top: 75px;
}
.sidebar {
margin-right: 30px;
padding: 40px 27px;
width: 250px;
background: #eef7ff;
flex: 0 0 auto;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
align-self: flex-start;
-webkit-align-self: start;
-ms-flex-item-align: start;
}
.sidebar ul {
margin: -8px 0;
}
.sidebar a {
position: relative;
padding: 8px 0;
font-size: 14px;
font-weight: 700;
color: #010101;
text-transform: uppercase;
}
.sidebar a:hover:after {
transform: translateY(-15px);
-webkit-transform: translateY(-15px);
-moz-transform: translateY(-15px);
-ms-transform: translateY(-15px);
-o-transform: translateY(-15px);
}
.sidebar a:after {
top: 120%;
}
.main-wrap .main {
-ms-flex: 1 1 auto;
-webkit-box-flex: 1;
flex: 1 1 auto;
}
.cat-box {
position: relative;
}
.cat-box + .cat-box {
margin-top: 117px;
}
.cat-box__title {
position: absolute;
top: -44px;
right: 0;
}
.cat-box__title,
.cat-box__title a,
.cat-box__item-title {
font-size: 14px;
font-weight: 700;
color: #010101;
text-transform: uppercase;
}
.cat-box__list {
margin: -5px;
}
.cat-box__item {
position: relative;
margin: 5px;
width: calc(100% / 3 - 10px);
height: 315px;
overflow: hidden;
border-radius: 3px;
}
.cat-box__item--lg {
width: calc(50% + 145px);
}
.cat-box__item-title {
position: absolute;
left: 20px;
bottom: 95px;
padding-right: 5px;
z-index: 1;
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
}
.cat-box__item-loading {
width: 100%;
height: 100%;
background: #EEF7FF url(//kazan.big-word.ru/wp-content/themes/bigword/img/loading.gif) center no-repeat;
}
.cat-box__item-img {
display: block;
width: 100%;
height: 315px;
background-size: cover;
transition: transform .5s ease-in-out;
-webkit-transition: transform .5s ease-in-out;
-moz-transition: transform .5s ease-in-out;
-ms-transition: transform .5s ease-in-out;
-o-transition: transform .5s ease-in-out;
}
.cat-box__item-over {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.cat-box__item a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.cat-box__item--lg .cat-box__item-img--sm,
.cat-box__item-img--lg,
.cat-box__item--sm .cat-box__item-over--lg,
.cat-box__item--sm .txt-color-lg,
.cat-box__item--lg .txt-color-sm {
display: none;
}
.cat-box__item--lg .cat-box__item-img--lg {
display: block;
} .single .entry-post {
margin-top: 0;
}
.single .entry-post:after {
display: table;
content: '';
clear: both;
}
.entry-post blockquote {
margin: 0 0 25px;
padding: 30px 20px;
background: #EEF7FF;
} .page-about h1 {
font-size: 24px;
font-weight: 900;
color: #010101;
}
.page-about h2 {
font-size: 20px;
font-weight: 700;
color: #008DF9;
}
.page-about .main-wrap {
padding-top: 0 !important;
}
.page-about .entry-post {
margin-top: 0;
}
.entry-post__section {
position: relative;
}
.entry-post__section img {
display: block;
max-width: 100%;
height: auto;
}
.entry-post__section--1 .entry-post__section-text {
margin: 0 -115px 0 auto;
width: 100%;
max-width: 715px;
}
.entry-post__section--2 {
margin-top: 120px;
}
.entry-post__section img {
position: absolute;
top: 0;
left: 15px;
z-index: -1;
}
.entry-post__section--2 img {
top: 90px;
right: -25px;
left: initial;
}
.entry-post__section--2 .entry-post__section-text {
width: 100%;
max-width: 600px;
} .single-cat-4 .sidebar h2 {
font-size: 16px;
font-weight: 700;
color: #010101;
text-transform: uppercase;
}
.single-cat-4 .sidebar ul {
padding: 43px 0 0 10px;
}
.single-cat-4  h1 {
font-weight: 600;
}
.entry-post__buybox {
position: relative;
margin: 0 -20px 0 30px;
float: right;
text-align: center;
z-index: 1;
}
.entry-post__buybox .btn {
margin: 0 auto;
}
.entry-post__buybox img {
margin-bottom: 0;
}
.entry-post__buybox span {
margin: 5px 0 10px;
display: inline-block;
font-size: 30px;
font-weight: 700;
color: #008EF9;
text-transform: uppercase;
}
.reviews-form {
padding-top: 40px;
}
.reviews-form .fileld-group {
width: 300px;
margin-right: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.reviews-form input:last-child {
margin-bottom: 0;
}
.reviews-form form > div:last-child {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.reviews-form textarea {
margin-bottom: 15px;
height: 115px;
min-height: 115px;
}
.reviews-form .btn:last-child {
margin-left: 5px;
} .error404 article {
padding: 70px 0;
}
.error__title {
font-size: 100px;
font-weight: 900;
}
.error__text-1 {
margin-top: 10px;
}
.error__text-1,
.error__text-2 {
margin-bottom: 25px;
}
.error404 .scroll-top {
display: none;
} .alignleft {
margin: 0 25px 25px 0;
float: left
}
.alignright {
margin: 0 0 25px 25px;
float: right
}
.aligncenter {
display: block;
margin: 0 auto 25px
}
.alignnone {
margin: 0 0 25px 0;
} @media screen and (max-width: 1830px) {
.scroll-top {
top: initial;
right: 15px;
bottom: 15px;
}
}
@media screen and (max-width: 1700px) {
.ng-img {
display: none;
}
}
@media screen and (max-width: 1470px) { .entry-post__section--1 .entry-post__section-text {
max-width: 600px;
margin-right: 0;
}
}
@media screen and (max-width: 1240px) {
.chat {
display: none;
}
.sqr-box {
left: 0;
}
.scroll-top {
width: 50px;
height: 50px;
}
.col--left {
margin-left: 0;
margin-right: 30px;
width: 260px;
flex: 0 0 auto;
}
.col--right {
flex: 1 1 auto;
}
.footer__menu .menu__list {
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.footer__menu .menu__list a {
font-size: 12px;
font-weight: 600;
}
}
@media screen and (max-width: 1199px) {
.container {
padding-left: 15px;
padding-right: 15px;
}
.contacts__item-text {
font-size: 14px;
}
.menu__list a {
font-size: 12px;
font-weight: 600;
}
.menu__list li:not(.menu-item-has-children) a:hover:after {
transform: translateY(-9px);
-webkit-transform: translateY(-9px);
-moz-transform: translateY(-9px);
-ms-transform: translateY(-9px);
-o-transform: translateY(-9px);
}
.slider__text-wrap {
margin: 0 40px 0 0;
display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
}
.slider__text-wrap h2 {
margin-top: auto;
}
.slider__text-wrap p {
margin: 20px 0 25px;
font-size: 14px;
line-height: 1.4;
}
.services__list {
padding-left: 0;
} 
.girl {
display: none;
} .buy-reviews__item:nth-child(6n+1) .buy-reviews__item-content, 
.buy-reviews__item:nth-child(6n+4) .buy-reviews__item-content {
padding-top: 0;
}
.buy-reviews__item:nth-child(6n+1) .price-btn-box, 
.buy-reviews__item:nth-child(6n+4) .price-btn-box {
margin-top: auto;
margin-bottom: 0;
} .entry-post__section img {
opacity: .2;
}  .single-cat-4 .main {
margin-bottom: 295px !important;
}
body .main .breadcrumbs {
display: none;
}
.main-wrap {
padding-top: 0;
}
.main-wrap > .breadcrumbs {
display: block;
}
.main-wrap > .breadcrumbs .breadcrumbs__container {
padding-top: 30px;
padding-bottom: 30px;
display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
line-height: 28px;
}
.page-about .breadcrumbs__container {
padding-left: 15px;
padding-right: 15px;
}
.main-wrap > .breadcrumbs .current-item {
display: inline-block;
border-bottom: 0 none;
}
.single-cat-4 .sidebar {
margin-bottom: 35px;
width: 100%;
}
.single-cat-4 .sidebar ul {
padding-left: 0;
}
.single-cat-4 .sidebar li {
display: inline-block;
}
.single-cat-4.sidebar li a {
padding-left: 10px;
padding-right: 10px;
}
.single-cat-4 .sidebar li a {
padding-left: 10px;
padding-right: 10px;
}
.single-cat-4 .main-wrap .container {
display: block;
}
.entry-post__buybox {
margin-right: 0;
}
}
@media screen and (max-width: 1050px) {
.contacts__item i {
margin: 0;
}
.contacts__item {
margin-right: 15px;
}
.contacts__item:last-child {
margin-right: 0;
}
.contacts__item>span,
.page-contacts .main .row:last-child .contacts {
display: none;
}
.contacts__item i:before {
width: 5px;
height: 5px;
background: #002F70;
box-shadow: 0 0 25px 25px #002F70;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
} .menu-icon {
display: block;
}
.menu-icon.is-active {
position: fixed;
}
.header__menu {
position: fixed;
top: 0;
left: 0;
width: 0;
z-index: 98;
overflow: scroll;
}
.header__menu.menu--active {
width: 100%;
height: 100vh;
}
.header__menu .menu__content {  
text-align: center;
visibility: hidden;
overflow: hidden;
}
.header__menu.menu--active .menu__content {
visibility: visible;
}
.header__menu:before,
.header__menu:after {
position: fixed;
top: 0;
left: 0;
content: "";
width: 100vw;
height: 100vh;
background: rgba(20, 21, 26, 0.6);
border-bottom-left-radius: 200%;
z-index: -1;
-webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
-webkit-transform: translateX(100%) translateY(-100%);
transform: translateX(100%) translateY(-100%);
}
.header__menu:after {
background: #091A2F;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.header__menu:before {
-webkit-transition-delay: .2s;
transition-delay: .2s;
}
.header__menu.menu--active:after {
-webkit-transition-delay: .1s;
transition-delay: .1s;
}
.header__menu.menu--active:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.header__menu.menu--active:before,
.header__menu.menu--active:after {
-webkit-transform: translateX(0%) translateY(0%);
transform: translateX(0%) translateY(0%);
border-radius: 0;
}
.header__menu .menu__list {
margin: 0;
padding: 70px 0;
opacity: 0;
flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
transition: opacity .2s ease-in-out;
-webkit-transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-ms-transition: opacity .2s ease-in-out;
-o-transition: opacity .2s ease-in-out;
}
.header__menu.menu--active .menu__list {
opacity: 1;
transition: opacity .3s ease-in-out .8s;
-webkit-transition: opacity .3s ease-in-out .8s;
-moz-transition: opacity .3s ease-in-out .8s;
-ms-transition: opacity .3s ease-in-out .8s;
-o-transition: opacity .3s ease-in-out .8s;
}
.header__menu .menu__list li {
line-height: 24px;
}
.header__menu .menu__list a {
padding: 15px 0;
font-size: 24px;
text-transform: uppercase;
}
.header__menu .menu__list a:before,
.header__menu .menu__list a:after {
display: none;
}
.header__menu .sub-menu {
position: relative;
top: initial;
left: initial;
display: none;
margin: 0;
padding: 0;
text-align: center;
opacity: 1;
visibility: visible;
background: transparent;
}
.header__menu .sub-menu li {
padding: 0;
}
.header__menu .sub-menu a {
padding: 5px 10px;
font-size: 14px;
white-space: normal;
border: 0 none;
}
.dropdown-arr {
display: block;
} .hamburger {
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible;
}
.hamburger:hover {
opacity: 0.7;
}
.hamburger.is-active:hover {
opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
background-color: #008DF9;
}
.hamburger-box {
width: 40px;
height: 24px;
display: inline-block;
position: relative;
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
width: 40px;
height: 4px;
background-color: #008DF9;
border-radius: 4px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
content: "";
display: block;
}
.hamburger-inner::before {
top: -10px;
}
.hamburger-inner::after {
bottom: -10px;
}
.hamburger--elastic .hamburger-inner {
top: 2px;
transition-duration: 0.275s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
top: 10px;
transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
top: 20px;
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(135deg);
transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(-270deg);
transition-delay: 0.075s;
}
.advantages__list {
margin-left: -15px;
margin-right: -15px;
}
.advantages__item {
margin-left: 15px;
margin-right: 15px;
width: calc(50% - 30px);
max-width: 400px;
}
.about__inner {
background: #fff;
}
.about__container:before {
opacity: .2;
}
.services__inner .section-title {
padding: 0;
text-align: left;
}
.services__inner .clone-title {
left: -2px;
right: initial;
}
.footer__contacts {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
} .page-contacts .main .row:first-child {
background-size: 577px;
}
.page-contacts .main .row:first-child .contacts {
flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
}
.page-contacts .main .row:first-child .contacts__item {
margin-bottom: 15px;
}
.page-contacts .main .row:first-child .contacts__item > span {
display: block;
}
.page-contacts .main .row:first-child .contacts__item i {
margin-right: 15px;
} .buy-reviews__list {
margin: 0 -25px;
}
.buy-reviews__item {
width: 50%;
padding: 0 25px;
}
.buy-reviews__item:nth-child(6n+1), 
.buy-reviews__item:nth-child(6n+4) {
display: block;
width: 50%;
}
.buy-reviews__item-img {
margin-right: 0 !important;
margin-left: 0 !important;
}
.buy-reviews__item-content {
padding: 0;
}
.price-btn-box {
left: initial;
right: 25px;
}
.buy-reviews__item-content {
padding: 0;
max-width: none;
} .cat-box__item-title {
bottom: 25px !important;
}
.buy-reviews__item:nth-child(6n+1) .buy-reviews__item-content,
.buy-reviews__item:nth-child(6n+4) .buy-reviews__item-content {
max-width: none;
}
.buy-reviews__item:nth-child(6n+1) .price-btn-box {
right: 25px;
}
}
@media screen and (max-width: 1024px) { .entry-post__section img {
display: none;
}
.entry-post__section {
display: block;
}
.entry-post__section--2 {
margin-top: 24px;
}
.entry-post__section .entry-post__section-text {
margin: 0;
max-width: none;
} }
@media screen and (max-width: 991px) {
.slider__image-wrap h3 {
display: none;
}
.about__container {
text-align: center;
}
.about__inner article {
margin-right: auto;
}
.about__container .btn {
margin: 0 auto;
} .buy-reviews__item-content > div:nth-child(2) {
margin-bottom: 160px;
}
.price-btn-box {
margin-top: 15px !important;
}
.price-btn-box__price {
position: relative;
top: 0;
left: 0;
transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
} .error404 article img {
display: none;
}
.error {
margin: 0 auto;
max-width: 500px;
text-align: center;
}
.error .btn {
margin: 0 auto;
max-width: 320px;
width: 100%;
}
}
@media screen and (max-width: 920px) { .cat-box__item {
width: 100%;
}
.cat-box__item .cat-box__item-img--lg ,
.cat-box__item .cat-box__item-over--lg,
.cat-box__item .txt-color-lg {
display: block;
}
.cat-box__item .cat-box__item-img--sm,
.cat-box__item .cat-box__item-over--smm,
.cat-box__item .txt-color-sm {
display: none;
}
}
@media screen and (max-width: 890px) {
.sqr-box {
width: 0;
height: 187px;
background-size: 186px 187px;
}
.slick-active .sqr-box {
width: 186px;
}
.slider__text-wrap h2 {
margin: auto;
}
.slider__text-wrap p {
display: none;
}
}
@media screen and (max-width: 767px) {
.slider__container {
padding-top: 0;
}
.slider__item {
flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
}
.slider__text-wrap h2,
.slider__text-wrap,
.slider__text-wrap br,
.slider__text-wrap .btn {
display: none;
}
.slick-active .slider__image-wrap img {
transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
animation: fadeIn 1s both 0s;
-webkit-animation: fadeIn 1s both 0s;
}
.slider__image-wrap .m-title {
top: 50%;
left: 0;
bottom: initial;
display: block;
padding: 20px;
max-width: none;
text-align: center;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
}
.slider__item > .btn {
display: block;
margin: 40px auto 0;
}
.slider-nav-dots {
padding: 85px 0 0;
}
.sqr-box,
.scroll-down,
.clone-title,
.advantages__item h3 br,
.footer__menu {
display: none;  
}
.advantages .section-title {
margin-bottom: 120px;
padding: 0;
text-align: center;
}
.advantages__list {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.advantages__item {
width: 100%;
}
.advantages__item h3 {
width: 100%;
white-space: normal;
}
.services .section-title {
margin-bottom: 95px;
text-align: center;
}
.section-title>span {
font-size: 36px;
}
.services__inner  {
padding: 95px 0;
background-size: cover;
}
.services__item {
width: calc(50% - 10px);
}
.footer__container > div:nth-child(2) {
flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
align-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
}
.col--left {
margin-right: 0;
width: auto;
text-align: center;
}
.col--right {
margin-top: 55px;
}
.footer__menu {
text-align: center;
}
.footer__contacts {
justify-content: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
} .page-contacts .main .row:first-child {
background: #fff;
flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
align-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
}
.page-contacts .main .row:first-child .contacts {
margin-bottom: 15px;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: row;
-webkit-flex-direction: row;
-ms-flex-direction: row;
justify-content: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
}
.page-contacts .main .row:first-child .contacts__item-text {
font-size: 18px;
}
.page-contacts .main .form-box {
margin-left: 0;
width: 100%;
} .buy-reviews__item-content > div:nth-child(2) {
margin-bottom: 215px;
}
.price-btn-box {
width: calc(100% - 50px);
}
.buy-reviews__item:nth-child(6n+4) .price-btn-box {
width: 100%;
}
.price-btn-box > div:last-child {
display: block;
}
.price-btn-box .btn {
margin: 0;
width: 100%;
max-width: none;
}
.price-btn-box .btn--more {
margin-top: 10px;
} .sidebar {
margin-bottom: 35px;
width: 100%;
}
.sidebar li {
display: inline-block;
}
.sidebar li a {
padding-left: 10px;
padding-right: 10px;
}
.main-wrap .container:not(.breadcrumbs__container) {
flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
}
.cat-box + .cat-box {
margin-top: 60px;
}
.main-wrap .cat-box__list {       
margin: 0;
flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
align-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
}
.cat-box__item {
margin: 5px 0;
max-width: 610px;
}
.cat-box__title {
position: relative;
top: initial;
left: initial;
margin-bottom: 30px;
text-align: center;
font-size: 22px;
} .entry-post__buybox {
margin: 0 0 30px;
float: none;
}
.entry-post__buybox img {
margin: 0 auto;
}
.reviews-form form {
display: block;
}
.reviews-form .fileld-group {
margin: 0;
width: 100%;
}
.reviews-form input:last-child {
margin-bottom: 15px;
}
}
@media screen and (max-width: 640px) {
#wpadminbar {
position: fixed !important;
}
.slider__list {
margin: 0 -15px;
} .buy-reviews__list {
margin: -50px 0 0;
}
.buy-reviews__item {
width: 100% !important;
margin: 50px 0 0;
padding: 0;
}
.buy-reviews__item:nth-child(6n+1) .buy-reviews__item-content, 
.buy-reviews__item:nth-child(6n+4) .buy-reviews__item-content {
max-width: none;
}
.buy-reviews__item-content > div:nth-child(2) {
margin-bottom: 15px;
}
.price-btn-box__price {
margin-bottom: 10px;
text-align: center;
}
.price-btn-box__price span {
display: inline-block;
}
.price-btn-box {
position: relative;
bottom: initial;
right: initial;
width: 100%;
}
.buy-reviews__item:nth-child(6n+1) .price-btn-box {
right: 0;
}
.fileld-group input,
textarea {
font-size: 16px;
}
}
@media screen and (max-width: 575px) {
.slider__image-wrap .m-title {
font-size: 24px;
}
.about__inner article br {
display: none;
}
}
@media screen and (max-width: 480px) {
.slider__image-wrap .m-title {
font-size: 18px;
}
.advantages .section-title {
margin-top: 40px;
margin-bottom: 50px;
}
.services__item {
width: 100%;
}
.section-title > span {
font-size: 26px;
} .banner__title {
font-size: 18px;
}
.banner img {
display: none;
} .sidebar {
padding: 20px 10px;
} .reviews-form form > div:last-child div {
display: block;
}
.reviews-form .btn:last-child {
margin: 15px 0;
}
}
@media screen and (max-width: 425px) {
.header__container {
display: block;
}
.header__container .logo {
margin: 20px 0;
}
.header__container .contacts {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.about__container:before {
left: -125px;
width: 451px;
height: 503px;
background-size: 451px 503px;
}
.about__inner {
margin-top: 70px;
}
.about__inner article {
padding-top: 40;
}
.btn {
max-width: 290px;
}
.modal {
width: calc(100% - 30px);
} .page-contacts .main .row:first-child .contacts {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
} .price-btn-box__price {
font-size: 22px;
}
.price-btn-box__price span {
font-size: 40px;
}
ol li {
padding-left: 15px;
}
ol li:before {
left: -7px;
}
.reviews-form .btn {
max-width: none;
}
}
@media screen and (max-width: 375px) {
.form-box {
padding: 50px 10px 10px !important;
}
.form-box .btn {
max-width: none;
}
}
@media screen and (max-width: 320px) {
.about__container:before {
left: -162px;
bottom: -72px;
}
} @-moz-document url-prefix() {
} @media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
}