.page h2 {
    line-height: 40px;
    font-size: 25px;
    color: #484848;
    border-bottom: 1px solid @border-color;
    margin-bottom: @margin *2;
}

.page h3 {
    line-height: 40px;
    font-size: 20px;
    color: #484848;
    border-bottom: 1px solid @border-color;
    margin-bottom: @margin *2;
}

.page table tr td {
    border: none;
    color: #000;
    padding: 14px;
}

.page table tr th {
    border: none;
    color: #000;
    padding: 14px;
}

.page ul li {
    padding-bottom: 16px;
    margin-left: 30px;
    line-height: 23px;
}

.tar p {
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    color: #484848;

}

.page table tr:nth-child(odd) {
    background-color: #F8FCF6;
}

.client1 {
    display: inline-block;
    width: 98px;
    height: 98px;
    margin: 20px 20px 30px 20px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #565B5C;
    border-radius: 5px;
    box-shadow: 0px 1px 6px rgba(184, 169, 163, 0.36);
    box-sizing: 0 1px 2px 0 rgba(0, 0, 0, .5);
    float: left;
}

.client1 img {
    max-width: 100%;
    margin: 10px 0;

}

.client1 p {
    text-align: right;
    font-size: 13px;
    color: #fff;
}

.client1 p a {
    color: #fff;
    text-decoration: underline;
}

.btns1 {
    padding: 15px 20px;
    display: inline-block;
    background-color: #8ABF00;
    box-shadow: 0 1px 2px 0 #0C2335;
}

.plusb1 {
    padding-top: 5px;
    float: right;
}

.pluso-more {
    display: none !important;
}

#order_prodvizhenie, #order_audit {
    width: 272px;
}

p.center {
    text-align: center;
}

div.tarify {
    background-color: #f5f5f5;
    padding: 20px 30px 30px 30px;
    margin-top: 20px;
}

#order_tarif_po_faktu, #order_tarif_garantija, #order_tarif_start {
    width: 230px;
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

.page {
    padding-bottom: 40px;
}

.nf {
    display: inline-block;
    line-height: 40px;
    font-size: 29px;
    color: #484848;
    margin-bottom: 30px;
    padding-left: 40px;
}

p.pn {
    line-height: 24px;
    color: #272424;
}

div.likes {
    height: 40px;
    margin-bottom: 10px;
    clear: both;
}

div.likes > div {
    float: left;
}

.fb-like {
    margin-right: 25px;
    margin-top: 2px;
}

.tab_t {
    border: 0px;
    width: 100%;
}

.tab_t td {
    text-align: center;
}

.tab_t th {
    margin: 0px;
    line-height: 23px;
    color: #272424;
    font-weight: 400;
}

/*-=SLIDER=-*/

.slider {
    width: 1200px;
    margin: 60px auto;
    position: relative;
}

/* .slider .prev, .slider .next {
    position: absolute;
    top: 35%;
    cursor: pointer;
}

.slider .next {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 45px;
    border-color: transparent transparent transparent #8ABF00;
    line-height: 0;
    _border-color: #000000 #000000 #000000 #8ABF00;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    left: 101%;
}

.slider .next:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 45px;
    border-color: transparent transparent transparent #ffffff;
    line-height: 0;
    _border-color: #000000 #000000 #000000 #ffffff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    right: 5px;
    top: -50px;
    position: absolute;
}

.slider .prev {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 45px 50px 0;
    border-color: transparent #8ABF00 transparent transparent;
    line-height: 0;
    _border-color: #000000 #8ABF00 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    left: -5%;
}

.slider .prev:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 45px 50px 0;
    border-color: transparent #ffffff transparent transparent;
    line-height: 0;
    _border-color: #000000 #ffffff #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    left: 5px;
    top: -50px;
    position: absolute;
} */

.carousel-frame {
    margin-bottom: 20px;
}

.slide-list li {
    text-align: center;
    list-style-type: none;
}

.slide-list li a {
    cursor: default;
}

ul.carousel-pagination {
    text-align: center;
}

.carousel-pagination li {
    display: inline-block;
    list-style: none;
    background: #fff;
    margin-left: 4px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    box-shadow: inset 0px 3px 2px #666;
    cursor: pointer;
}

.carousel-pagination-active {
    border: 5px solid #000;
    box-shadow: none !important;
}

.carousel-pagination li {
    display: inline-block;
    list-style: none;
    background: #fff;
    margin-left: 4px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    box-shadow: 0px 1px 2px #666;
    cursor: pointer;
}

.carousel-pagination-active {
    box-shadow: inset 0px 2px 3px #666 !important;
    border: none !important;
}

.slider_text {
    display: block;
    line-height: 17px;
}

.clients-block .clients img {
    margin-right: 30px;
    margin-bottom: 30px;
}

.five-plus {
    display: flex;
    flex-direction: column;
    color: #000000;
}

.five-plus-container {
    display: flex;
    align-items: stretch;
}

.five-plus-red {
    background-color: #e8441d;
    color: #ffffff;
}

.five-plus-white {
    background-color: #ffffff;
}

.five-plus-yellow {
    background-color: #ffd800;
}

.five-plus-green {
    background-color: #8ebf21;
}

.five-plus-container .five-plus-number {
    font-size: 150px;
    padding: 0 50px;
}

.five-plus-text .five-plus-h2 {
    font-size: 40px;
}

.five-plus-text > div:last-child {
    font-size: 22px;
    white-space: pre-line;
}

.five-plus .five-plus-container:nth-child(1) .shadow {
    background-color: #cd3e17;
    transform: skew(0deg, -50deg);
}

.five-plus-container > div:nth-child(2) {
    display: flex;
    width: 100%;
    align-items: center;
}

.five-plus .five-plus-container .shadow {
    width: 95px;
    max-height: 214px;
    height: 214px;
    transform-origin: right;
}

.five-plus .five-plus-container:nth-child(4) .shadow {
    background-color: #d7d7d7;
    transform: skew(0deg, 17deg);
}

.five-plus .five-plus-container:nth-child(2) .shadow {
    background-color: #d7d7d7;
    transform: skew(0deg, -30deg);
}

.five-plus .five-plus-container:nth-child(3) .shadow {
    background-color: #ebc000;
    transform: skew(0deg, -17deg);
}

.five-plus .five-plus-container:nth-child(5) .shadow {
    background-color: #70a725;
    transform: skew(0deg, 50deg);
    background: linear-gradient(151deg, transparent 43px, #70a725 29px);
}
.clientsimg img{
	border-radius: 15px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
/* ==========================================================================
   Typography Resets
   ========================================================================== */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    margin: 0;
    padding: 0;
    outline: none;
}
html,
body {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
}
body {
    font-weight: normal;
    font-style: normal;
    line-height: 1.625em;
    position: relative;
    cursor: default;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}
p {
    font-family: inherit;
    text-rendering: optimizeLegibility;
    word-break: break-word;
}
a {
    cursor: pointer;
    text-decoration: none;
}
a:hover,
a:focus {
    outline: none;
}
img,
object,
embed {
    max-width: 100%;
    height: auto;
}
object,
embed {
    height: 100%;
}
a img {
    border: none;
}
img {
    display: inline-block;
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
h1 {
    font-size: 38.5px;
}
h2 {
    font-size: 31.5px;
}
h3 {
    font-size: 24.5px;
}
h4 {
    font-size: 17.5px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 11.9px;
}
h1 small {
    font-size: 24.5px;
}
h2 small {
    font-size: 17.5px;
}
h3 small {
    font-size: 14px;
}
h4 small {
    font-size: 14px;
}
textarea {
    height: auto;
    min-height: 50px;
}
select {
    width: 100%;
}
.clearfix:before,
.row:before,
.grid:before,
.ad:before,
.clearfix:after,
.row:after,
.grid:after,
.ad:after {
    content: " ";
    display: table;
}
.clearfix:after,
.row:after,
.grid:after,
.ad:after {
    clear: both;
}
.row {
    margin-right: auto;
    margin-left: auto;
}
.container {
    margin-right: auto;
    margin-left: auto;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.clearfixed {
    position: static;
    width: 100%;
    float: left;
    height: 1px;
    clear: both;
}
.none {
    display: none;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20 {
    float: left;
    position: relative;
    min-height: 1px;
}
.col-20 {
    width: 100%;
}
.col-19 {
    width: 95%;
}
.col-18 {
    width: 90%;
}
.col-17 {
    width: 85%;
}
.col-16 {
    width: 80%;
}
.col-15 {
    width: 75%;
}
.col-14 {
    width: 70%;
}
.col-13 {
    width: 65%;
}
.col-12 {
    width: 60%;
}
.col-11 {
    width: 55.00000000000001%;
}
.col-10 {
    width: 50%;
}
.col-9 {
    width: 45%;
}
.col-8 {
    width: 40%;
}
.col-7 {
    width: 35%;
}
.col-6 {
    width: 30%;
}
.col-5 {
    width: 25%;
}
.col-4 {
    width: 20%;
}
.col-3 {
    width: 15%;
}
.col-2 {
    width: 10%;
}
.col-1 {
    width: 5%;
}
.col-offset-20 {
    margin-left: 100%;
}
.col-offset-19 {
    margin-left: 95%;
}
.col-offset-18 {
    margin-left: 90%;
}
.col-offset-17 {
    margin-left: 85%;
}
.col-offset-16 {
    margin-left: 80%;
}
.col-offset-15 {
    margin-left: 75%;
}
.col-offset-14 {
    margin-left: 70%;
}
.col-offset-13 {
    margin-left: 65%;
}
.col-offset-12 {
    margin-left: 60%;
}
.col-offset-11 {
    margin-left: 55.00000000000001%;
}
.col-offset-10 {
    margin-left: 50%;
}
.col-offset-9 {
    margin-left: 45%;
}
.col-offset-8 {
    margin-left: 40%;
}
.col-offset-7 {
    margin-left: 35%;
}
.col-offset-6 {
    margin-left: 30%;
}
.col-offset-5 {
    margin-left: 25%;
}
.col-offset-4 {
    margin-left: 20%;
}
.col-offset-3 {
    margin-left: 15%;
}
.col-offset-2 {
    margin-left: 10%;
}
.col-offset-1 {
    margin-left: 5%;
}
.col-offset-0 {
    margin-left: 0%;
}
label {
    font-size: 0.875em;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 0.1875em;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    background-color: #FFF;
    font-family: inherit;
    border: 1px solid #e4e4e4;
    color: #010101;
    display: block;
    font-size: 0.875em;
    margin: 0 0 1em 0;
    padding: 0.5em;
    height: 2.3125em;
    width: 100%;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -o-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    -ms-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.contain {
    width: 1200px;
    margin: 0 auto;
}
.aligncenter {
    text-align: center;
}
body {
    font-family: Arial;
    font-size: 14px;
}
body.fixed-menu {
    padding-top: 74px;
}
body.fixed-menu header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    padding: 10px 0 0;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #888;
}
body.fixed-menu header menu {
    width: auto;
    margin: 0;
}
body.fixed-menu header menu > ul {
    position: relative;
    background-color: rgba(255, 255, 255, 0) !important;
}
body.fixed-menu header menu > ul a,
body.fixed-menu header menu > ul span {
    color: #000!important;
}
body.fixed-menu header menu > ul.first-menu,
body.fixed-menu header menu > ul.second-menu {
    padding-left: 0;
}
body.fixed-menu header menu > ul.third-menu {
    padding-left: 45px;
}
.logo_min {
    display: none;
}
header {
    margin: 30px 0;
    z-index: 1000;
}
header menu {
    position: relative;
    float: right;
    width: 785px;
    height: 55px;
    margin: 15px 0;
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
}
header menu > ul {
    position: absolute;
    float: left;
    list-style: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
header menu > ul li {
    float: left;
}
header menu > ul.first-menu {
    padding-left: 0px;
    background-color: #FF4D00;
    z-index: 10;
}
header menu > ul.first-menu a {
    color: #fff;
}
header menu > ul.second-menu {
    padding-left: 291px;
    /*left: 286px;*/
    background-color: #FFDB00;
    z-index: 9;
}
header menu > ul.second-menu a {
    color: #000;
}
header menu > ul.third-menu {
    padding-left: 555px;
    /*left: 493px;*/
    background-color: #8ABF00;
    z-index: 8;
}
header menu > ul.third-menu span {
    color: #fff;
}
header menu a,
header menu span {
    display: block;
    float: left;
    padding: 15px 20px;
}
header menu a:hover {
    text-decoration: underline;
}
.slogan {
    margin: 15px auto;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #484848;
}
.slogan .first-line {
    font-size: 22px;
    font-weight: 400;
    line-height: 2;
}
.slogan .second-line {
    font-size: 29px;
    font-weight: 500;
}
.slogan .line {
    display: block;
    width: 436px;
    margin: 15px auto;
    border-top: 1px solid #979797;
}
.promo-block {
    position: relative;
    height: 630px;
    margin: 45px 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    min-width: 1200px;
}
.promo-block > div {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 26px 0;
    background-color: rgba(255, 255, 255, 0.3);
    background-image: url(https://ampseo.ru/wp-content/themes/clear_templete/img/bg_alexandr.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.clients-block {
    padding: 60px 0;
    background-color: #697478;
    border: 1px solid #979797;
    border-left: 0;
    border-right: 0;
    clear: both;
    min-width: 1200px;
}
.clients-block .clients {
    width: 100%;
    max-width: 1100px;
    text-align: center;

    margin: 30px auto 0 auto;
}
.clients-block .clients .client {
    display: inline-block;
    width: 98px;
    height: 98px;
    margin: 8px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #565B5C;
    box-sizing: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.clients-block .clients .client img {
    max-width: 100%;
    margin: 10px 0;
}
.clients-block .clients .btns {
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 30px auto;
}
.clients-block .clients p {
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.clients-block .clients p a {
    color: #fff;
    text-decoration: underline;
}
.review-block {
    margin: 60px auto;
}
.tehnology-block .tehnology-attention {
    padding: 80px 0;
    background-image: url(https://ampseo.ru/wp-content/themes/clear_templete/img/tehnology.png);
}
.tehnology-block .tehnology-body {
    margin: 60px auto;
}
.tehnology-block .tehnology-body img {
    float: left;
}
.tehnology-block .tehnology-body p {
    padding: 21px 20px 21px 90px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
}
.tehnology-block .tehnology-body a {
    color: #000;
    text-decoration: underline;
}
.tehnology-block .tehnology-body a:hover {
    text-decoration: none;
}
.text-block {
    padding: 90px 0 105px;
    border-top: 1px solid #979797;
    font-size: 15px;
}
.text-block .text-body {
    margin-top: 90px;
}
footer {
    background-color: #484848;
    padding: 75px 0 30px;
}
footer .title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
}
footer li {
    list-style: none;
    font-size: 15px;
    color: #CBCBCB;
    margin-bottom: 30px;
}
footer a {
    display: block;
    font-size: 15px;
    color: #CBCBCB;
    margin-bottom: 15px;
}
.page h1 {
    display: inline-block;
    line-height: 40px;
    font-size: 29px;
    color: #484848;
    border-bottom: 1px solid #979797;
    margin-bottom: 30px;
}
.page p {
    padding: 6px 0px 10px 0px;
    margin: 0px;
    line-height: 23px;
    color: #272424;
}
.attention {
    width: 876px;
    margin: auto;
    color: #fff;
}
.attention.black {
    color: #484848;
}
.attention p.first {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;

    margin: 15px 0;
}
.attention p.second {
    font-size: 18px;
}
.fulldiv {
    width: 100%;
    background-color: #697478;
    border: 1px solid #989898;
    text-align: center;
    padding: 20px 0;
}
.colums {
    margin: 60px auto;
}
.colums > div {
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #979797;
}
.colums > div:last-child {
    border-right: 0;
}
.colums.colums-2 > div {
    width: 50%;
    padding: 75px;
}
.colums.colums-3 > div {
    width: 33.3333%;
    min-height: 400px;
    padding: 30px;
}
.colums.colums-3 > div a {
    text-align: center;
    text-decoration: underline;
    font-size: 12px;
    color: #484848;
}
.colums p {
    margin-bottom: 30px;
    color: #272424;
    line-height: 24px;
}
.colums p.title {
    font-size: 22px;
    color: #484848;
}
.colums p.aligncenter {
    text-align: center;
}
.icon {
    display: block;
    float: left;
    width: 110px;
    height: 110px;
    margin-right: 30px;
}
.icon.icon-star {
    background-image: url(https://ampseo.ru/wp-content/themes/clear_templete/img/icon/star.png);
}
.icon.icon-arrowup {
    background-image: url(https://ampseo.ru/wp-content/themes/clear_templete/img/icon/arrowup.png);
}
.icon.icon-people {
    background-image: url(https://ampseo.ru/wp-content/themes/clear_templete/img/icon/people.png);
}
.icon.icon-screwdriver {
    background-image: url(https://ampseo.ru/wp-content/themes/clear_templete/img/icon/screwdriver.png);
}
.icon.icon-heart {
    background-image: url(https://ampseo.ru/wp-content/themes/clear_templete/img/icon/heart.png);
}
.btns {
    padding: 22px 37px;
    display: inline-block;
    font-size: 18px;
    background-color: #599DD0;
    color: #fff;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, .2);
}

ul.slide-list {
    overflow: hidden;
    max-height: 400px;
}

ul.carousel-pagination {
    height: 25px;
}

.slider {
    width: 100%;
}

.contain {
    max-width: 100%;
}

a.btns {
    width: 100%;
    max-width: 250px;
    position: relative;
    color: #fff;
    text-align: center;
    background: #599dd0;
    border: 0px;
    
    padding: 15px;
    margin: 15px 30px;
}
a.btns:hover,
a.btns:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}
a.btns:before,
a.btns:after {
    width: 25px;
    height: 25px;
    content: '';
    position: absolute;
    border-color: #599dd0;
    transition: all .25s;
    border-style: solid;
    border-width: 0;
}
a.btns::after {
    border-bottom-width: 2px;
    border-right-width: 2px;
    right: -5px; bottom: -5px;
}
a.btns::before {
  border-left-width: 2px;
  border-top-width: 2px;
  top: -5px; left: -5px;
}
a.btns:hover::after,
a.btns:hover::before {
    width: 100%;
    height:100%;
}
main div.text > div {
    height: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
header menu .header-icon {display: none;}

/* MEDIA QUERIES */
@media screen and (max-width: 1140px) {
    header menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header menu > ul {
        position: relative;
        border-radius: 0;
    }
    header menu > ul.second-menu,
    header menu > ul.third-menu {padding: 0;}
    header .contain {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .colums > div {border: none;}
    .colums.colums-2 > div {width: 100%;}
    .clients-block {min-width: 100%;}
    .clients-block .clients img {margin: 10px;}
    .clients-block .clients .btns {
        max-width: 300px;
        display: block;
        text-align: center;
        
        margin: 20px auto;
        padding: 20px 50px;
    }
    .attention {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .clients-block .clients p {
        text-align: center;

        padding: 0;
        margin: 20px 0;
    }
    .text-block.contain {padding: 0;}
    .shadow {display: none;}
    .five-plus-container > div {padding: 20px;}
    div.tarify {padding: 0 10%;}
    .review-block .contain {padding: 0 5%;}
    footer .contain {
        display: flex;

        padding: 0 10%;
    }
    .col-5 {
        width: 50%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 720px) {
    .contain {padding: 0 10%;}
    header .contain {padding: 0;}
    header menu {
        width: 100%;
        height: 100%;
        flex-direction: column;
    }
    header menu > ul {
        width: 100%;
        display: flex;
        justify-content: center;

        margin: 0;
    }
    .slogan .first-line {line-height: 1;}
    body.fixed-menu header {position: static;}
    body.fixed-menu header menu > ul.third-menu {padding: 0;}
    .slogan .line {width: 100%;}
    .clients-block .clients {text-align: center;}
    .colums.colums-2 > div {padding: 0;}
    .colums.colums-3 > div {
        width: 100%;
        min-height: 100%;
        text-align: center;

        padding: 10px 5%;
    }
    .attention {padding-top: 60px;}
    .icon {margin: 0;}
    .five-plus-text .five-plus-h2 {font-size: 24px;}
    .five-plus-text > div:last-child {font-size: 16px;}
    .btns {
        width: 100%;
        max-width: 300px;
    }
    footer .contain {flex-direction: column;}
    .col-2 {width: 50%;}
    .col-5 {padding: 0;}
    .tab_t td,
    .tab_t td span {
        font-size: 16px!important;
        text-align: center;
    }
}

@media screen and (max-width: 540px) {
    header menu .header-icon {display: flex;}
    header menu > ul.third-menu {
        justify-content: center;
        align-items: center;
    }
    header menu .third-menu .header-icon,
    header menu .third-menu .header-icon a {
        padding: 0;
    }
    .five-plus-container .five-plus-number {line-height: 1;}
    .five-plus-text > div:last-child {margin-top: 15px;}
    .five-plus-container > div:nth-child(2) {
        flex-direction: column;
        text-align: center;
    }
    footer .contain {flex-direction: column;}
    .col-5 {width: 100%;}
}