/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- *\
Scss - Variables
\* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
$color-selection:rgba(0, 175, 237, 0.35);
$titleFont: 'Switzer', sans-serif;
$secondTitleFont: 'Switzer', sans-serif;
$baseFont: 'Switzer', sans-serif;

/* >> Colors
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
$color-site_bg: #FAFEFF;
$color-primary: #58A7F8;
$color-secondary: #414e6d;
$color-darkBlue: #002533;

$color-cta-text: #404041;
$color-video-icon: #e02f2f;

$color-counter-icon:#b1fad4;
$color-lightGreen: #82c291;
$color-gray: #868CA0;
$color-quote-bg: #eaf6ec;
$color-gray-dark: #434A60;
$color-gray-light: #f9f9f9;
$color-section: #ECFAFF;
$color-border: #D3DFE7;
$color-light: #FAFEFF;

/*Footer colors*/
$color-pcfooter-bg: #004158;
$color-footer-bg: #004158;
$color-footer-menu-bg: #023047;
$color-footer-text: #ffffff;

/*Menu colors*/
$color-menuBg: #191F33;
$color-menu-selector: #009849;
$color-active: #67C4E5;

$color-baseText: #545454;
$color-secondTitle: #0a1c2c;
$color-title:#191F33;
$color-gray-text:#505050;
$color-success: #5bb450;
$color-error: #ff1439;
$color-link: #00afed;


/* >> Other
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
$radius: 3px;
$radius-btn: 44px;
$radius-img: 20px;
$radius-gallery: 10px;
$radius-big: 80px;
$radius-round: 50%;
$radius-news-image: 10px 10px 0 0;
$color-formBorder: #eee;
$color-formOutline: #4b3065;

/* >> Animations variables
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
$duration: 1s;
$delay: .2s;
$function: ease;
$fill: both;
$visibility: hidden;

$cubic-menu: "cubic-bezier(.77,.06,.28,.85)";

/* >> Breakpoints
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
$mq-mobil_spec: "only screen and (max-width: 519px)";
$mq-tab: "only screen and (min-width: 520px)";
$mq-slide-spec-sm: "only screen and (min-width: 480px)";
$mq-slide-spec-md: "only screen and (min-width: 600px)";
$mq-tab_720: "only screen and (min-width: 720px)";
$mq-tab_sliderText: "only screen and (min-width: 770px)";
$mq-iPad_port: "only screen and (min-width: 768px)";
$mq-tab_spec: "only screen and (min-width: 520px) and (max-width: 959px)";
$mq-pc_960: "only screen and (min-width: 960px)";
$mq-pc_1280: "only screen and (min-width: 1280px)";
$mq-pc_1400: "only screen and (min-width: 1400px)";
$mq-pc_1600: "only screen and (min-width: 1600px)";
$mq-pc_1800: "only screen and (min-width: 1800px)";
$mq-iPad_land: "only screen and (min-width: 1024px)";