
:focus {
outline: none !important;
}
::-webkit-scrollbar { width: 3px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #666; }
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}
h2.title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
	position: relative;
}
h2.title span {
    color: #1483db;
}

h2.title.outlines {
    width: max-content;
    margin: 0 auto 20px;
}
h2.title.outlines:after {
    content: "";
    width: 250px;
    height: 1px;
    position: absolute;
    top: 18px;
    left: -260px;
    background: linear-gradient(to right,#ffffff00,#bdbdbd);
}
h2.title.outlines:before {
    content: "";
    width: 250px;
    height: 1px;
    position: absolute;
    top: 18px;
    right: -260px;
    background: linear-gradient(to left,#ffffff00,#bdbdbd);
}
.sub-title {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #6f6f6f;
	max-width: 850px;
}
ul.style-li {
    padding-left: 30px;
}
ul.style-li li {
    font-weight: normal;
    line-height: 24px;
    color: #5d5d5d;
    margin-bottom: 15px;
	position: relative;
}
ul.style-li li:before {
    content: "\f058";
    position: absolute;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 100;
    left: -22px;
    top: 0px;
    color: rgb(71 129 177);
}
.bg-color {
    background: #1483db;
}
.bg-gray {
    background: #f4f8fb;
}
.linar-bg {
    background: linear-gradient(120deg, #4780b0 50%, #4377a2 50%);
}
.bg-gradient {background: linear-gradient(45deg, #1483db 20%, #60adec 50%, #3f51b5);}
.bg-light:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
}
.bg-dark:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(43, 43, 43, 0.8);
}
.bg-lines:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://www.infosdom.ru/img/raster.png);
    z-index: 5;
}
.bg-dots:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://www.infosdom.ru/img/dots.png);
    z-index: 5;
}
.flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.flex-box-inner {
    width: 100%;
}
section#infinity, section#projectFacts, section#counters, section#preim-pro {
    overflow-x: hidden;
}
.col-lg-55 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
}
.scrollup{
    width:40px;
    height:40px;
    opacity:0.5;
    position:fixed;
    bottom:50px;
    left:50px;
    display:none;
	z-index:999;
	transition: 0.4s;
}
.scrollup:hover {
    opacity: 1;
}
.scrollup svg {
    width: 40px;
    height: 40px;
    fill: #ccc;
	transform: rotate(45deg);
	transition: 0.4s;
	}
.scrollup svg:hover {
    fill: #4780b0 !important;
}
/*------ #owl-navigaton ------*/
button.owl-next {
    position: absolute;
    right: 55px;
    top: 45%;
    opacity: 0.8;
    transition: 0.4s;
	font-size: 0 !important;
}
button.owl-next:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/a2.png);
	background-size: cover;
}
button.owl-prev {
    position: absolute;
    left: 10px;
    top: 45%;
    opacity: 0.8;
    transition: 0.4s;
	font-size: 0 !important;
}
button.owl-prev:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/a1.png);
	background-size: cover;
}
button.owl-next:hover, button.owl-prev:hover {
    opacity: 1;
}
.owl-dots {
    width: max-content;
    margin: 24px auto 0;
    z-index: 9999;
    position: relative;
}
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: 20px;
    width: 25px;
    height: 5px;
    background: #f2f2f2;
    margin: 0px 4px;
}
button.owl-dot.active {
    background: #1c55be;
}

.btn-shine:after {
content: "";
margin-left: 60px;
width: 50px;
height: 300px;
background: linear-gradient(to right,#fd52a500 0%,#fff 50%,#a659ea00 100%);
-webkit-animation-delay: 0.05s;
animation-delay: 0.05s;
position: absolute;
left: -40px;
top: -150px;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-transition: all 0.1s;
transition: all 0.1s;
-webkit-animation-name: slideme;
animation-name: slideme;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }

@keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }
/*------ #owl-navigaton ------*/


/* ---------- #callback ----------- */
.callback {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-content: space-between;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
    background: #505050e3;
    box-shadow: inset 0 0 200px #0000007d, inset 0 0 100px #00000059, inset 0 0 100px #0000002e;
}
.popup_bg {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.form {
    position: relative;
    width: 350px;
    height: auto;
    border-radius: 20px;
    padding: 40px 25px;
    box-sizing: border-box;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #404040, -14px -14px 20px #484848;
}
.cme-cls, .form .cme-cls {
    position: absolute;
    top: -43px;
    right: -43px;
    border: none;
    width: 38px;
    height: 38px;
	cursor: pointer;
	transition: 0.4s;
}
.form .cme-cls:hover {
    transform: scale(0.8);
}
.cme-cls, .form .cme-cls svg {
    fill: #ebeff2;
}
.form input {
    width: 100%;
    margin: 5px 0px;
    border: 0;
    background: #ecf0f3;
    padding: 10px;
    padding-left: 20px;
    height: 50px;
    font-size: 14px;
    border-radius: 50px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
}
.callback button {
    padding: 15px 32px;
    margin: 25px auto 0;
    display: block;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    background: #1483db;
    border: 0px;
    color: rgb(255, 255, 255);
}
.callback button:hover {animation: ripple 0.7s linear infinite;}
.h6 h2 {
    text-align: center;
    margin: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    font-weight: 900;
    font-size: 27px;
    color: #1483db;
    letter-spacing: 0px;
}
.h6 span {
    color: #4a4a4a;
    font-size: 20px;
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 15px;
}
.form p {
    text-align: center;
    line-height: 18px;
}
.brand-logo {
    height: 100px;
    width: 100px;
    margin: auto;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 7px 7px 10px #cbced1, -7px -7px 10px white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-logo i {
    font-size: 50px;
    color: #1483db;
}
div#calform .flex-box-inner {
    width: auto;
}

/* ---------- #callback ----------- */

/* ---------- #buttons options ----------- */
.button {
    display: block;
    padding: 15px 0;
    position: relative;
    color: #1483db;
    text-transform: uppercase;
    margin: 25px auto 0;
    width: 225px;
    text-align: center;
    z-index: 1;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
    transition: 0.3s;
}
.btn-bg {
background: #1483db;
color: #fff;
}
.btn-gradient-color {
    background: linear-gradient(to top,#ff5722,#ff9800);
    color: #fff;
}
.btn-gradient-light {
    background: linear-gradient(to top,#c3c3c3,#ffffff);
}
.btn-gradient-dark {
    background: linear-gradient(to top,#272727,#696969);
	color: #fff;
}
.btn-small-rad {
    border-radius: 10px;
}
.btn-no-rad {
    border-radius: 0px;
}
.btn-left {
    margin: 25px 0 0;
}
.btn-right {
    margin: 5px 0 0;
}
.button:hover {
    animation: ripple 0.7s linear infinite;
    opacity: 0.8;
}
/* ---------- #buttons options ----------- */

/* ---------- #keyframes options ----------- */
@keyframes ripple {
  0% {
        box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}
/* ---------- #keyframes options ----------- */

/* ---------- #svg-layers ----------- */
.svg-frame {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}
.svg-frame svg {
    fill: #fff;
    display: block;
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100px;
}
.svg-frame.rot360 {
    transform: rotate(
180deg
);
    top: inherit;
    bottom: 0;
}
/* ---------- #svg-layers ----------- */

/* ---------- #topser ----------- */
{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
	z-index: 99;
	padding: 15px 0;
}
p, a {
    color: #2e2e2e;
    font-weight: 500;
}
.topser-wrap {
    display: flex;
}
.topser-item {
    width: 25%;
    height: 70px;
    display: flex;
}
a.topser-logo img {
    width: 110px;
    margin-right: 15px;
}
a.topser-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
	font-weight: 500;
}
.header-phone {
    font-size: 20px;
    text-align: center;
    width: 100%;
}
.header-phone__time {
    font-size: 0.8rem;
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.online-light {
    width: 8px;
    height: 8px;
    background: #25d266;
    border-radius: 50%;
    float: left;
    margin-right: 8px;
	animation: lighter 2s infinite linear;
}
@keyframes lighter {
0% {
background: #25d266;
}
100% {
background: #fff0;
}
}
.header-phone i {
    color: #3267bc;
}
a.header-phone__link {
    font-weight: 700 !important;
}
a.header-phone__popup {
    font-size: 0.8rem;
    display: block;
}
.header-online__img .online-light {
    position: absolute;
    right: 0px;
    bottom: 3px;
}
.header-online__img {
    width: 65px;
    margin-top: 2px;
    position: relative;
}
.header-online {
    display: flex;
    width: 100%;
    justify-content: center;
}
.header-online__img img {
    width: 100%;
}
.header-online .button {
    background: #25d266;
    font-size: 11px;
    padding: 11px 5px;
    text-transform: inherit;
    margin: 0;
    width: 194px;
    color: #fff !important;
}
.header-online__text p {
    font-size: 0.8rem;
    margin-bottom: 0;
	text-align: center;
}
.header-online__text {
    margin-left: 15px;
}
.header-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fefefe;
    margin-right: 15px;
    background: #124c85;
}
.header-license__text {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
}
.header-license__text p {
    white-space: nowrap;
    margin-bottom: 0;
    font-size: 0.8rem;
    line-height: 18px;
}
.header-license__text a {
    font-size: 0.8rem;
}
a.topser-logo span {
    padding-right: 3vw;
}
.write-us {
    margin-left: 1vw;
    border-left: 1px solid #ccc;
    padding-left: 1vw;
}
.write-us a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    float: left;
    margin-right: 5px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
}
.write-us a.link-whtsapp {
    background: #00a884;
}
.write-us a.link-telegram {
    background: #08c;
}
.write-us a.link-viber {
    background: #7360f2;
}
/* ---------- #topser ----------- */

/* ---------- #work-banner ----------- */
section#work-banner {
    height: 100vh;
    background: url(img/bg-1.jpg);
    background-size: cover;
    background-position: center;
	min-height: 930px;
}
section#work-banner .flex-box {
    height: 100vh;
	min-height: 930px;
}
.container-high h1 {
    color: #1c1c1c;
    font-size: 65px;
	line-height: 65px;
}
.container-high h1 span {
    font-weight: 700;
    color: #1483db;
}
.ooffer-box {
    max-width: 60%;
}
.ooffer-item {
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 30px;
	max-width: 350px;
}
.ooffer-box i {
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #2196f3;
    margin-right: 15px;
    border: 2px solid #1483db;
}
.ooffer-item p {
    color: #231b16;
    font-size: 18px;
    margin-bottom: 0;
}
.ooffer-item p span {
    display: block;
    font-weight: 700;
}
section#work-banner .button {
    width: 370px;
    text-align: left;
    padding: 20px 25px;
    text-transform: inherit;
    border-radius: 10px;
    margin: 30px 0 0;
    background: #ff7e22;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
}
section#work-banner .button i {
    font-size: 30px;
    float: left;
    margin-right: 15px;
    margin-top: 1px;
}
section#work-banner .button span {
    font-size: 14px;
    font-weight: 400;
    display: block;
}
/* ---------- #work-banner ----------- */

/* ---------- #section#color-preims ----------- */
section#color-preims .item-color {
    background: #fff;
    border-radius: 10px;
	margin-bottom: 15px;
box-shadow: rgb(0 0 0 / 20%) 0px 11px 38px 0px;
text-align: center;
}
section#color-preims .item-color h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 0 25px;
}
section#color-preims .item-color hr {
    width: 50px;
    border-top: 3px solid #fff;
}
section#color-preims .item-color p {
    color: #fff;
    margin: 0 25px 30px 25px;
    display: inline-block;
}
section#color-preims .item-color.cp1 {
    background: linear-gradient(45deg, #198355, #19cb4b);
}
section#color-preims .item-color.cp2 {
    background: linear-gradient(45deg, #060606, #4c4c4c);
}
section#color-preims .item-color.cp3 {
    background: linear-gradient(45deg, #033a66, #1483db);
}
section#color-preims {
    margin-top: -40px;
}
/* ---------- #section#color-preims ----------- */

/* ---------- #about-us ----------- */


section#about-us .sub-img-box {
	margin: 0;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, -50%);
    width: 230px;
    padding: 10px;
	background: #1483db;
    border-radius: 10px;
}
section#about-us .sub-img-box h4 span {
    font-size: 50px;
    display: block;
    font-weight: bold;
	color: #ffa700;
}
section#about-us .sub-img-box h4 {
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
}
section#about-us .sub-img-box:before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 5px;
    left: 5px;
    border: 1px solid #f53030;
    border-radius: 8px;
}
section#about-us .about-vhar {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    margin-bottom: 15px;
}
section#about-us .one-vhar {
    background: #f3f3f3;
    padding: 15px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Bebas Neue';
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #565656;
}
section#about-us .one-vhar span {
    color: #1483db;
}
/* ---------- #about-us ----------- */

/* ---------- #counters ----------- */
section#counters {
    min-height: 550px;
    background: url(img/block-fon.jpg);
    background-position: center;
}
section#counters .flex-box {
    height: 550px;
}
section#counters h2.titl {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
section#counters p {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}
section#counters .button {
    margin: 30px 0;
    color: #1e52b7;
    font-weight: 600;
}
/* ---------- #counters ----------- */

/* ---------- #works-gallery ----------- */
section#works-gallery .one-workes {
    border-radius: 15px;
    overflow: hidden;
	margin-bottom: 15px;
}
section#works-gallery .one-workes:after {
    content: "";
    width: 94%;
    height: 40px;
    position: absolute;
    bottom: 10px;
    left: 3%;
    z-index: -1;
    border-radius: 10px;
    background: #1483db;
}
section#works-gallery .content-workes {
    background: #f3f3f3;
    padding: 20px;
}
section#works-gallery .one-workes .button {
    float: right;
    margin-top: -75px;
    min-width: 200px;
    padding: 15px 25px 12px;
    background: #1483db;
    color: #fff;
}
section#works-gallery button.owl-prev:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/a1.png) #1483db;
    background-size: 50%;
    border-radius: 50%;
    background-position: 44% 50%;
    background-repeat: no-repeat;
	box-shadow: 0 0 0 10px #fff;
}
section#works-gallery button.owl-prev {
    left: 22.5%;
    top: 43%;
    opacity: 1;
}
section#works-gallery button.owl-next:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/a2.png) #1483db;
    background-size: 50%;
    border-radius: 50%;
    background-position: 55% 50%;
    background-repeat: no-repeat;
	box-shadow: 0 0 0 10px #fff;
}
section#works-gallery button.owl-next {
    right: 25.1%;
    top: 43%;
    opacity: 1;
}
/* ---------- #works-gallery ----------- */

/* ---------- #lazy-box ----------- */
.all-lazy {
    display: flex;
}
.lazy-itext {
    min-height: 350px;
    background: #ccc;
    width: 20%;
    margin: 0 5px;
	position:relative;
    transition: 0.5s;
    background-size: cover !important;
    background-position: center !important;
	border: 1px solid #ccc;
	overflow: hidden;
}
.lazy-itext:first-child {
    border-radius: 15px 0px 0px 15px;
}
.lazy-itext:last-child {
    border-radius: 0px 15px 15px 0px;
}
.lazy-itext:hover {
    width: 40%;
}
.lazy-name {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 15px;
    text-align: center;
	color: #737373;
	transition: 0.5s;
}
.lazy-itext:hover .lazy-name {
    background: #C4C4C4;
    color: #000;
}
.lazy-itext.lb-fon1 {
    background: url(img/lb1.png);
}
.lazy-itext.lb-fon2 {
    background: url(img/lb2.png);
}
.lazy-itext.lb-fon3 {
    background: url(img/lb3.png);
}
.lazy-itext.lb-fon4 {
    background: url(img/lb4.png);
}
.lazy-itext.lb-fon5 {
    background: url(img/lb5.png);
}
.lazy-itext.lb-fon6 {
    background: url(img/lb6.png);
}
/* ---------- #lazy-box ----------- */


/* ---------- section#how-we-work ----------- */
section#how-we-work .order-box {
    padding: 25px 15px 15px;
    border-radius: 15px;
	margin-bottom: 15px;
	position: relative;
}
section#how-we-work .num-order {
    font-size: 102px;
    font-weight: 900;
    position: absolute;
    right: -6px;
    top: -40px;
    color: #e5e5e5;
}
section#how-we-work .order-box-img {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 200px;
    height: 200px;
    background: linear-gradient(to top,#005e8c,#267fc5);
    border-radius: 50%;
    margin: 0px auto 20px;
    position: relative;
    counter-increment: order 1;
    border: 10px solid #f7f7f7;
}
section#how-we-work .order-box-img img {
    transform: translate(0px, -4px);
    width: 95%;
}
section#how-we-work .order-box h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
section#how-we-work .order-box p {
    text-align: center;
    font-weight: 500;
}
section#how-we-work .order-box .button {
    background: #f74033;
    border-radius: 10px;
    color: #fff;
}
section#how-we-work .order-box.mt-40 {
    margin-top: 50px;
}
section#how-we-work .order-box-img:before {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
    left: -10px;
    border: 1px dashed #116da6;
    border-radius: 50%;
}
section#how-we-work .order-box.border-down:after {
    content: "";
    width: 200px;
    height: 0px;
    position: absolute;
    top: 35%;
    right: -140px;
    border-top: 1px dashed #ccc;
    z-index: -1;
    transform: rotate(20deg);
}
section#how-we-work .order-box.border-up:after {
    content: "";
    width: 200px;
    height: 0px;
    position: absolute;
    top: 22%;
    right: -140px;
    border-top: 1px dashed #ccc;
    z-index: -1;
    transform: rotate(-20deg);
}

/* ---------- section#how-we-work ----------- */

/* ---------- #partners ----------- */
section#partners .owl-dots {
    width: max-content;
    margin: 30px auto 0px;
    z-index: 9999;
    position: relative;
}
section#partners .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: 20px;
    width: 30px;
    height: 4px;
    background: #ccc;
    margin: 0px 4px;
}
section#partners button.owl-dot.active {
    background: #1483db;
}
section#partners .owl-carousel button.owl-dot span {
    display: none;
}
/* ---------- #partners ----------- */

/* ---------- #round-footer ----------- */
section#round-footer {
    background: #2b2c31;
    margin-top: 80px;
    padding-top: 60px;
	padding-bottom: 15px;
}
section#round-footer .svg-frame {
    transform: rotate(180deg);
    top: -50px;
}
section#round-footer .svg-frame svg {
    fill: #2b2c31;
    height: 50px;
}
section#round-footer .round-form {
    width: 80%;
    max-width: 1200px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -140px auto 0;
    background: #1483db;
    border-radius: 20px;
    position: relative;
    z-index: 99;
}
section#round-footer .round-form img {
    width: 140px;
    bottom: 0;
    position: absolute;
    left: 40px;
}
section#round-footer .round-call-text {
    width: 40%;
    font-size: 23px;
    color: #fff;
    padding-left: 17%;
    line-height: 24px;
}
section#round-footer .round-call-text span {
    font-size: 14px;
    display: block;
    line-height: 14px;
}
section#round-footer .round-form form {
    width: 70%;
    margin: 0 25px;
}
section#round-footer .round-form form input {
    width: 70%;
    background: #ffffff1a;
    border: 0;
    padding: 15px;
    border-radius: 10px;
	color: #fff;
}
section#round-footer .round-form form button {
    padding: 15px;
    width: 28%;
    margin-left: -15px;
    border-radius: 13px;
    border: 0;
    background: #0e74c5;
    color: #fff;
    font-size: 18px;
	transition: 0.3s;
	cursor: pointer;
}
section#round-footer .round-form form button:hover {
filter: brightness(120%);
}
section#round-footer .round-form form input::-webkit-input-placeholder {color:#fff;}
section#round-footer .round-form form input::-moz-placeholder {color:#fff;}/* Firefox 19+ */
section#round-footer .round-form form input:-moz-placeholder {color:#fff;}/* Firefox 18- */
section#round-footer .round-form form input:-ms-input-placeholder {color:#fff;}
section#round-footer .ftr-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    height: 80px;
}
section#round-footer .header-phone {
    font-size: 20px;
    text-align: right;
    width: 100%;
}
section#round-footer a.header-phone__link {
    font-weight: 700 !important;
}
section#round-footer .header-phone i {
    color: #1483db;
}
section#round-footer .header-phone__time {
    font-size: 0.8rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: right;
	color: #fff;
}
section#round-footer p, section#round-footer a {
    color: #fff;
    font-weight: 500;
}
section#round-footer a.header-phone__popup {
    font-size: 0.8rem;
    display: block;
}
section#round-footer .write-us a {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
float: left;
margin-right: 8px;
border-radius: 50%;
font-size: 22px;
color: #fff;
}
section#round-footer .write-us a.link-whtsapp {
background: #00a884;
}
section#round-footer .write-us a.link-telegram {
background: #08c;
}
section#round-footer .write-us a.link-viber {
background: #7360f2;
}
section#round-footer hr {
    border-top: 1px solid #ffffff1a;
    margin-top: 25px;
    margin-bottom: 15px;
}
section#round-footer .copy-box a, section#round-footer .copy-box p {
color: #ccc;
margin-bottom: 0;
padding: 10px 0;
display: block;
}
/* ---------- #round-footer ----------- */


/* ---------- #resizer ----------- */
section#iboxer {
    background: url(img/down-bg.jpg);
    background-size: cover;
    background-position: center bottom;
}
section#resizer {
	background-attachment: fixed;
    background: url(img/vector3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section#resizer h3 {
    font-size: 45px;
    font-weight: bold;
    color: #1483db;
    text-transform: uppercase;
}
section#resizer h3 span {
    color: #5d5d5d;
    font-size: 57px;
    width: 100%;
    display: block;
    line-height: 57px;
}
section#resizer img {
    margin-top: -40px;
}
section#color-preims .item-color img {
    width: 70%;
    margin: -148px auto 0px;
}
/* ---------- #resizer ----------- */

img.free-green2 {
    position: absolute;
    width: auto;
    right: 0;
    z-index: 2;
    top: -36vh;
}
img.free-green1 {
    position: absolute;
    width: auto;
    z-index: 2;
}
img.free-green3 {
    position: absolute;
    width: auto;
    right: 0;
    z-index: 2;
    bottom: 13vh;
}
.sub-head span {
    display: block;
    font-weight: 800;
    color: #ff7e22;
}
.sub-head {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
}

/* ---------- #iboxer ----------- */
.i-box {
min-height: 500px;
background-position: center !important;
background-size: cover !important;
position: relative;
overflow: hidden;
transition:0.5s;
}
.i-box.fon1 {
background: url(img/iboxer1.jpg);
}
.i-box.fon2 {
background: url(img/iboxer2.jpg);
}
.i-box.fon3 {
background: url(img/iboxer3.jpg);
}
.i-box.fon4 {
background: url(img/iboxer4.jpg);
}
.i-box.fon5 {
background: url(img/iboxer7.jpg);
}
.i-box.fon6 {
background: url(img/iboxer6.jpg);
}
.i-box.fon7 {
background: url(img/iboxer5.jpg);
}
.i-box.fon8 {
background: url(img/iboxer8.jpg);
}
.i-box:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: linear-gradient(to top,#000000b8,#ffffff00);
}
.i-box h2 {
    text-align: center;
    color: #fff;
    bottom: 50px;
    position: absolute;
    width: 100%;
    text-transform: inherit;
    font-weight: 500;
    transition: 0.5s;
    font-size: 18px;
    padding: 0 15px;
    display: block;
}

.i-box h2:before {
    content: "";
    width: 2px;
    height: 50px;
    background: #badcff;
    position: absolute;
    bottom: -58px;
    left: 48%;
}
.i-box p {
text-align: center;
bottom: -75px;
position: absolute;
padding: 0 25px;
color: #fff;
transition:0.7s;
width:100%;
}
.i-box:hover h2 {
bottom: 140px;
}
.i-box:hover p {
bottom: 10px;
}
.i-box .button {
    color: #343434;
    font-weight: 600;
}
/* ---------- #iboxer ----------- */

section#resizer p {
    font-size: 20px;
    font-weight: 600;
}
section#resizer p span {
    color: #1483db;
    display: block;
    font-size: 31px;
}
.on-mob {
    display: none;
}
section#works-gallery h3 {
    font-size: 24px;
    width: 60%;
    text-align: center;
    margin: 30px auto 30px;
}
section#works-gallery .button {
    margin: 15px auto 40px;
    background: #1483db;
    color: #fff;
}

/* ---------- разный  текст в модалке ----------- */
textarea#inbut {
    width: 100%;
    border: none;
    font-size: 18px;
    text-align: center;
    background: #ecf0f3;
    margin: 20px 0 0;
	resize: none;
	cursor: default;
}

