@font-face {
  font-family: 'Roboto Condensed';
  src: url('/../fonts/RobotoCondensed/RobotoCondensed-Regular.woff') format('woff'),
  url('/../fonts/RobotoCondensed/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/../fonts/RobotoCondensed/RobotoCondensed-Bold.woff') format('woff'),
  url('/../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/../fonts/Roboto/Roboto-Regular.eot?');
  src: url('/../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
       url('/../fonts/Roboto/Roboto-Regular.woff') format('woff'),
       url('/../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}


* {
	outline: none; 
	margin: 0px; 
	padding: 0px;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::selection {
  background: rgba(0, 166, 80, .5);
}

body {
    margin: 0px;
    font-family: Roboto Condensed;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-size: 16px;
    color: #2C2C43;
    white-space: normal;
    letter-spacing: 0.03em;
}

p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    margin: 15px 0px;
    opacity: 0.85;
}

ul, ol {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    list-style-type: none;
    padding-left: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
    text-align: left;
    position: relative;
    opacity: 0.85;
}
ul li, ol li {
    margin-bottom: 10px;
    position: relative;
}
ul li::before {
    position: absolute;
    background-color: #00a650;
    content: ' ';
    width: 5px;
    height: 5px;
    left: -20px;
    top: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


h1, .h1, 
h2, .h2, 
h3, .h3 {
    margin: 0px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 600;
    line-height: 1.2;
}
h1, .h1 {
	font-size: 60px;
	margin-bottom: 30px;
    margin-top: 30px;
}
h2, .h2 {
    font-size: 40px;
    margin-bottom: 25px;
    margin-top: 25px;
}
h3, .h3 {
	font-size: 32px;
	margin-bottom: 25px;
    margin-top: 25px;
}

input:not([type=checkbox]), textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    opacity: 1;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-transition: border-color .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
    -o-transition: border-color .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
    transition: border-color .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
}

button, a {
	transition: 
        background-color .3s ease-out,
        box-shadow .3s ease-out,
        border-color .3s ease-out,
        color .3s ease-out,
        opacity .3s ease-out;
	text-decoration: none;
	cursor: pointer;
	color: inherit;
    box-sizing: border-box;
    outline: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #EAF1F3;
    margin: 2em 0;
    padding: 0; 
}

p a, ul a, ol a, a[role="link"] {
	font-style: normal;
	color: #00A650;
	border-bottom: 1px solid transparent;
}

a[role="action"] {
    font-style: normal;
    color: #587DE4;
    border-bottom: 1px dashed rgba(88, 125, 228, .35);
}

p a:hover, ul a:hover, ol a:hover, a[role="link"]:hover, a[role="action"]:hover {
    border-color: rgba(0, 166, 80, .35);
}


.wrap {
    overflow: hidden;
    min-width: 320px;
    background-repeat: no-repeat;
}

.form-group input, .form-group textarea {
  width: 100%;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}



/*
==============================================
==============================================
==============================================
*/

.accordion {
    position: relative;
    border: 1px solid rgba(56, 55, 58, 0.15);
    border-radius: 4px;
}
.accordion__title {
    cursor: pointer;
    -moz-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
    position: relative;
    padding: 1.5rem 4.5rem 1.5rem 2.5rem;
    border-bottom: 1px solid #f3f3f3;
    transition: all .3s ease-out;
}
.accordion__toggle {
	float: right;
    display: block;
    width: 14px;
    height: 14px;
    text-transform: none;
    font-style: normal;
}
.accordion__content {
    padding: 20px 40px;
    overflow: hidden;
    display: none;
    border-bottom: 1px solid #f3f3f3;
    color: rgba(77, 83, 87, .8);
}
.accordion__title:hover {
    background-color: #f3f3f3;
}
.accordion__title::before {
    content: '';
    color: rgba(56, 55, 58, 0.5);
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    -webkit-transition: color .2s ease-out;
    height: 6px;
    width: 6px;
    border-bottom: 2px solid rgba(56, 55, 58, 0.5);
    border-right: 2px solid rgba(56, 55, 58, 0.5);
    transform: rotate(45deg);
    position: absolute;
    right: 40px;
    top: 30px;
}
.accordion__item--open .accordion__title::before {
    transform: rotate(-135deg);
}
.accordion__item--open .accordion__title {
    background-color: #f3f3f3;
}


/*
==============================================
==============================================
==============================================
*/


.breadcrumbs {
    padding-top: 20px;
    background: transparent;
    border-top: 1px solid #dfdfe3;
}
.breadcrumb {
    display: inline-flex;
    padding: 0px;
    margin: 0px;
}
.breadcrumb li {
    position: relative;
    margin-bottom: 0px;
    font-size: 14px;
}
.breadcrumb li:first-child::before {
  display: none;
}
.breadcrumb li:not(:first-child)::before {
    position: unset;
    content: '';
    background-color: transparent;
    content: '\27A4'!important;
    padding: 0 20px!important;
    font-size: 14px;
    color: #d2d2e3;
}

/*.breadcrumb li a {
    color: #32C8FA;
}
.breadcrumb li a:hover {
    border-color: transparent;
}
*/

/*
==============================================
==============================================
==============================================
*/


.display-block {
    display: block;
}




/*
==============================================
==============================================
==============================================
*/


.container {
  min-width: 320px;
  position: relative;
}


/*================================================*/
/*================================================*/
/*================================================*/


.icon {
    position: relative;
}
.icon--left {
    padding-left: 42px!important;
}
.icon--left[data-icon]:before {
    left: 20px;
}
.icon[data-icon="user"]:before {
    position: absolute;
    content: '';
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 14px;
    width: 14px;
    background-image: url(/img/user.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
}
.icon[data-icon="exit"]:before {
    position: absolute;
    content: '';
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 14px;
    width: 14px;
    background-image: url(/img/exit.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
}


/*================================================*/
/*================================================*/
/*================================================*/

.input--main {
    background: #F0F4F8;
    border: 1px solid transparent;
    color: rgba(64, 64, 64, 1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    position: relative;
}
.input--main:hover {
  border-color: rgba(38, 50, 56, 0.1);
}
.input--main:focus {
  border-color: rgba(38, 50, 56, 0.3);
  background-color: #fff;
}


.input--m {
    height: 60px;
    padding: 0px 25px;
    font-size: 20px;
}
.input--s {
    padding: 0px 25px;
    font-size: 16px;
    height: 50px;
}
.textarea--s {
    font-size: 16px;
    padding: 12px 25px;
}

/*================================================*/
/*================================================*/
/*================================================*/


.relative {
    position: relative;
}

/*================================================*/
/*================================================*/
/*================================================*/



.tabs__head {
    position: relative;
}
.tabs__body {
    padding-top: 40px;
    position: relative;
    border-top: 1px solid #EAF1F3;
}
.tabs__link {
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    padding: 14px 25px;
    background: #EAF1F3;
    border-radius: 5px 5px 0px 0px;
    line-height: 23px;
    font-size: 16px;
    color: #404040;
    display: inline-block;
    transition: unset;
    transition: border .3s ease-out;
    position: relative;
}
.tabs__link--active {
    background: linear-gradient(90deg, #587DE4 0%, #32C8FA 100%);
    color: #fff;
}
.tabs__link--left {
    float: left;
    margin-right: 5px;
}
.tabs__link--right {
    float: right;
    margin-left: 5px;
}
.tabs__link:hover > span {
  border-bottom: 1px dashed transparent;
}
.tabs__item {
    display: none;
}




/*================================================*/
/*================================================*/
/*================================================*/

.slick-prev-custom {
 left: 15px;
}
.slick-next-custom {
 right: 15px;
}
.slick-arrow {
    position: absolute;
    height: 40px;
    width: 40px;
    background: transparent;
    border: transparent;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.slick-arrow::before {
    height: 12px;
    width: 12px;
    border-bottom: 2px solid #587DE4;
    border-left: 2px solid #587DE4;
    position: absolute;
    content: '';
    top: 15px;
    opacity: .8;
    transition: opacity .3s ease-out;
}
.slick-arrow:hover::before {
    opacity: 1;
}
.slick-prev-custom::before {
    left: 15px;
    transform: rotate(45deg);
}
.slick-next-custom::before {
    right: 15px;
    transform: rotate(-135deg);
}



.slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #587DE4;
}
.slick-dots li::before {
  display: none;
}
.slick-dots li button::before {
    font-family: slick;
    font-size: 38px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.55;
    color: #587DE4;
    -webkit-font-smoothing: antialiased;
}



"/var/www/web-dev/data/bin-tmp/"
"/root/bin-tmp/"
/*================================================*/
/*================================================*/
/*================================================*/

.fancybox-bg {
    background: rgba(30, 30, 30, 0.8);
}
.fancybox-slide--html {
    padding: 0px;
}


.fb {
    background: #343683;
    border-radius: 0px;
    padding: 0px;
    overflow: hidden;
    margin: 0px 0px;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}
.fb__title {
    font-size: 50px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0px;
    font-weight: normal;
}
.fb__btn {
    display: block;
    width: 100%;
    margin-top: 25px;
}
.fb__circle {
    position: absolute;
}
.fb__circle--one {
    top: -980px;
    right: -1130px;
}
.fb__circle--two {
    bottom: -520px;
    left: -510px;
}
.fb__policy {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: rgba(255, 255, 255, .6);
    margin-top: 20px;
}

.fb--animated h2 {
  transform: translateY(-50px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .8s;
}
.fancybox-slide--current .fb--animated h2 {
  transform: translateY(0);
  opacity: 1;
}
.fancybox-slide--current .fb--animated h2 {
  transition-delay: .6s;
}




.cross {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 20px 20px 20px;
}
.cross__icon {
    height: 20px;
    width: 20px;
    transition: background-image .3s ease-out;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.5" d="M21 1L1 21M1 1L21 21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.cross:hover .cross__icon {
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 1L1 21M1 1L21 21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}




/*================================================*/
/*================================================*/
/*================================================*/

.control-label {
  margin-bottom: 10px;
}


       
@media(max-width:992px) {

}

@media(max-width:767px) {

    .fb__circle--one {
        top: -1110px;
        right: -1090px;
    }
    .fb__circle--two {
        bottom: -580px;
        left: -450px;
    }

    .breadcrumbs {
        display: none;
    }
    
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 26px;
    }

    .tabs__link {
        padding: 8px 18px;
        border-radius: 5px 5px 5px 5px;
        margin-bottom: 5px;
        font-size: 15px;
    }
    .tabs__body {
        margin: 0px 0px;
        padding-top: 25px;
        border-color: transparent; 
    }


    .breadcrumb li {
        font-size: 14px;
    }


    .fb {
        height: auto;
    }
}

@media(max-width:330px) {

}
